X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Fdoc%2Fcompat.texi;fp=gcc%2Fdoc%2Fcompat.texi;h=4e65b4582bd1d6597eae0563c78128c05db47afe;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=3c2931bdefb91a958e2bc2917bdc1ca0ae225d17;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/doc/compat.texi b/gcc/doc/compat.texi index 3c2931bd..4e65b458 100644 --- a/gcc/doc/compat.texi +++ b/gcc/doc/compat.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002 Free Software Foundation, Inc. +@c Copyright (C) 2002, 2004 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @@ -111,7 +111,7 @@ future GCC releases, but it is possible that we will encounter problems that make this difficult. Such problems could include different interpretations of the C++ ABI by different vendors, bugs in the ABI, or bugs in the implementation of the ABI in different compilers. -GCC's @code{-Wabi} switch warns when G++ generates code that is +GCC's @option{-Wabi} switch warns when G++ generates code that is probably not compatible with the C++ ABI@. The C++ library used with a C++ compiler includes the Standard C++ @@ -130,12 +130,12 @@ C++ library. This requires specifying the location of the C++ library header files when invoking the compiler whose usual library is not being used. The location of GCC's C++ header files depends on how the GCC build was configured, but can be seen by using the G++ @option{-v} option. -With default configuration options for G++ 3.2 the compile line for a +With default configuration options for G++ 3.3 the compile line for a different C++ compiler needs to include -@example - -I@var{gcc_install_directory}/include/c++/3.2 -@end example +@smallexample + -I@var{gcc_install_directory}/include/c++/3.3 +@end smallexample Similarly, compiling code with G++ that must use a C++ library other than the GNU C++ library requires specifying the location of the header