Deleted Added
full compact
invoke.texi (259405) invoke.texi (259890)
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 @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 @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

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

2036@item -w
2037@opindex w
2038Inhibit all warning messages.
2039
2040@item -Wno-import
2041@opindex Wno-import
2042Inhibit warning messages about the use of @samp{#import}.
2043
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

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

2038@item -w
2039@opindex w
2040Inhibit all warning messages.
2041
2042@item -Wno-import
2043@opindex Wno-import
2044Inhibit warning messages about the use of @samp{#import}.
2045
2046@c APPLE LOCAL begin -Wnewline-eof 2001-08-23 --sts **
2047@item -Wnewline-eof
2048@opindex Wnewline-eof
2049Warn about files missing a newline at the end of the file. (Apple compatible)
2050@c APPLE LOCAL end -Wnewline-eof 2001-08-23 --sts **
2051
2044@item -Wchar-subscripts
2045@opindex Wchar-subscripts
2046Warn if an array subscript has type @code{char}. This is a common cause
2047of error, as programmers often forget that this type is signed on some
2048machines.
2049This warning is enabled by @option{-Wall}.
2050
2051@item -Wcomment

--- 11948 unchanged lines hidden ---
2052@item -Wchar-subscripts
2053@opindex Wchar-subscripts
2054Warn if an array subscript has type @code{char}. This is a common cause
2055of error, as programmers often forget that this type is signed on some
2056machines.
2057This warning is enabled by @option{-Wall}.
2058
2059@item -Wcomment

--- 11948 unchanged lines hidden ---