Deleted Added
full compact
invoke.texi (259529) invoke.texi (259555)
1@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2@c 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
3@c This is part of the GCC manual.
4@c For copying conditions, see the file gcc.texi.
5
6@ignore
7@c man begin INCLUDE
8@include gcc-vers.texi

--- 155 unchanged lines hidden (view full) ---

164@xref{C Dialect Options,,Options Controlling C Dialect}.
165@gccoptlist{-ansi -std=@var{standard} -fgnu89-inline @gol
166-aux-info @var{filename} @gol
167-fno-asm -fno-builtin -fno-builtin-@var{function} @gol
168-fhosted -ffreestanding -fopenmp -fms-extensions @gol
169-trigraphs -no-integrated-cpp -traditional -traditional-cpp @gol
170-fallow-single-precision -fcond-mismatch -flax-vector-conversions @gol
171-fsigned-bitfields -fsigned-char @gol
1@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
2@c 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
3@c This is part of the GCC manual.
4@c For copying conditions, see the file gcc.texi.
5
6@ignore
7@c man begin INCLUDE
8@include gcc-vers.texi

--- 155 unchanged lines hidden (view full) ---

164@xref{C Dialect Options,,Options Controlling C Dialect}.
165@gccoptlist{-ansi -std=@var{standard} -fgnu89-inline @gol
166-aux-info @var{filename} @gol
167-fno-asm -fno-builtin -fno-builtin-@var{function} @gol
168-fhosted -ffreestanding -fopenmp -fms-extensions @gol
169-trigraphs -no-integrated-cpp -traditional -traditional-cpp @gol
170-fallow-single-precision -fcond-mismatch -flax-vector-conversions @gol
171-fsigned-bitfields -fsigned-char @gol
172@c APPLE LOCAL -Wnewline-eof 2001-08-23 --sts **
173-Wnewline-eof (Apple compatible) @gol
172-funsigned-bitfields -funsigned-char}
173
174@item C++ Language Options
175@xref{C++ Dialect Options,,Options Controlling C++ Dialect}.
176@gccoptlist{-fabi-version=@var{n} -fno-access-control -fcheck-new @gol
177-fconserve-space -ffriend-injection @gol
178-fno-elide-constructors @gol
179-fno-enforce-eh-specs @gol

--- 1897 unchanged lines hidden (view full) ---

2077@item -w
2078@opindex w
2079Inhibit all warning messages.
2080
2081@item -Wno-import
2082@opindex Wno-import
2083Inhibit warning messages about the use of @samp{#import}.
2084
174-funsigned-bitfields -funsigned-char}
175
176@item C++ Language Options
177@xref{C++ Dialect Options,,Options Controlling C++ Dialect}.
178@gccoptlist{-fabi-version=@var{n} -fno-access-control -fcheck-new @gol
179-fconserve-space -ffriend-injection @gol
180-fno-elide-constructors @gol
181-fno-enforce-eh-specs @gol

--- 1897 unchanged lines hidden (view full) ---

2079@item -w
2080@opindex w
2081Inhibit all warning messages.
2082
2083@item -Wno-import
2084@opindex Wno-import
2085Inhibit warning messages about the use of @samp{#import}.
2086
2087@c APPLE LOCAL begin -Wnewline-eof 2001-08-23 --sts **
2088@item -Wnewline-eof
2089@opindex Wnewline-eof
2090Warn about files missing a newline at the end of the file. (FreeBSD ONLY)
2091@c APPLE LOCAL end -Wnewline-eof 2001-08-23 --sts **
2092
2085@item -Wchar-subscripts
2086@opindex Wchar-subscripts
2087Warn if an array subscript has type @code{char}. This is a common cause
2088of error, as programmers often forget that this type is signed on some
2089machines.
2090This warning is enabled by @option{-Wall}.
2091
2092@item -Wcomment

--- 11950 unchanged lines hidden ---
2093@item -Wchar-subscripts
2094@opindex Wchar-subscripts
2095Warn if an array subscript has type @code{char}. This is a common cause
2096of error, as programmers often forget that this type is signed on some
2097machines.
2098This warning is enabled by @option{-Wall}.
2099
2100@item -Wcomment

--- 11950 unchanged lines hidden ---