-traditional
preprocessor, which can affect Fortran.printf
and scanf
,
including support for ISO C99 format features, extensions from
the Single Unix Specification and GNU libc 2.2, checking of
strfmon
formats and features to assist in
auditing for format string security bugs.a = a++;
, a[n] =
b[n++];
and a[i++] = i;
), included in
-Wall
.-Wfloat-equal
.-Wtraditional
.-mintel-syntax
).gcc
, cpp
and
gcov
are now generated automatically from the
master Texinfo manual, eliminating the problem of manpages
being out of date. (The generated manpages are only extracts
from the full manual, which is provided in Texinfo form, from
which info, HTML, other formats and a printed manual can be
generated.)makeinfo
as part of the
GCC distribution.gccbug
script provided to assist in submitting
bug reports to our bug tracking system. (Bug reports previously
submitted directly to our mailing lists, for which you received
no bug tracking number, should be submitted again using
gccbug
if you can reproduce the problem with GCC 3.0.)
libgcc
library is built as a shared library on systems
that support it.-Wpacked
, -Wpadded
,
-Wunreachable-code
and
-Wdisabled-optimization
.-falign-functions
,
-falign-loops
and -falign-jumps
.Plus a great many bugfixes and almost all the features found in GCC 2.95.
Please send FSF & GNU inquiries & questions to gnu@gnu.org. There are also other ways to contact the FSF.
These pages are maintained by the GCC team.
For questions related to the use of GCC, please consult these web pages and the GCC manuals. If that fails, the gcc-help@gcc.gnu.org mailing list might help.Copyright (C) Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.
Last modified 2006-06-21 |