OSDN Git Service

2008-01-06 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jan 2008 20:54:49 +0000 (20:54 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Jan 2008 20:54:49 +0000 (20:54 +0000)
PR libstdc++/34680
* doc/cpp.texi ([Common Predefined Macros]): Document.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131382 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/doc/cpp.texi

index d19ec29..464965c 100644 (file)
@@ -2133,8 +2133,13 @@ enabled by default, but can be disabled with @option{-Wno-deprecated}.
 
 @item __EXCEPTIONS
 This macro is defined, with value 1, when compiling a C++ source file
-with exceptions enabled.  If @option{-fno-exceptions} was used when
-compiling the file, then this macro will not be defined.
+with exceptions enabled.  If @option{-fno-exceptions} is used when
+compiling the file, then this macro is not defined.
+
+@item __GXX_RTTI
+This macro is defined, with value 1, when compiling a C++ source file
+with runtime type identification enabled.  If @option{-fno-rtti} is
+used when compiling the file, then this macro is not defined.
 
 @item __USING_SJLJ_EXCEPTIONS__
 This macro is defined, with value 1, if the compiler uses the old