debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC had to be defined for pedantic mode...
authorJonathan Wakely <redi@gcc.gnu.org>
Mon, 23 May 2005 21:53:46 +0000 (22:53 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 23 May 2005 21:53:46 +0000 (22:53 +0100)
* docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC
had to be defined for pedantic mode in 3.4 and 4.0.0.

From-SVN: r100087

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/debug.html

index f4116a9eca71958dba2410df1437e88069ad1f22..bba5f417cfd8984bfb6f07002e73547e5fcffcfd 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-23  Jonathan Wakely  <redi@gcc.gnu.org>
+
+       * docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC
+       had to be defined for pedantic mode in 3.4 and 4.0.0.
+
 2005-05-20  Jan Beulich  <jbeulich@novell.com>
 
        * libmath/stubs.c: Also implement fabsf/fabsl if not present in the
index af1177bd2d2ed9f76bbee6d76b50a17c8d07d886..0242d4363e35c3c6b6737f5bd0aeb29d3acaa669 100644 (file)
   under pedantic debug mode libstdc++ would signal an error. To enable
   the pedantic debug mode, compile your program with
   both <code>-D_GLIBCXX_DEBUG</code>
-  and <code>-D_GLIBCXX_DEBUG_PEDANTIC</code> .</p>
+  and <code>-D_GLIBCXX_DEBUG_PEDANTIC</code> .
+  (N.B. In GCC 3.4.x and 4.0.0, due to a bug,
+  <code>-D_GLIBXX_DEBUG_PEDANTIC</code> was also needed. The problem has
+  been fixed in GCC 4.0.1 and later versions.) </p>
 
 <p>The following library components provide extra debugging
   capabilities in debug mode:</p>