]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC must be defined for pedantic mode.
authorJonathan Wakely <redi@gcc.gnu.org>
Wed, 18 May 2005 16:03:41 +0000 (17:03 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 18 May 2005 16:03:41 +0000 (17:03 +0100)
* docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC must
be defined for pedantic mode.

From-SVN: r99905

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

index 42d3cc2cfc7bb2abe8b6f65cd125e1379219a783..1c8074fd94a2f81d6590b1e14c5fee6da954eca3 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-18  Jonathan Wakely  <redi@gcc.gnu.org>
+
+       * docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC must
+       be defined for pedantic mode.
+
 2005-05-15  Andreas Schwab  <schwab@suse.de>
 
        * testsuite/Makefile.am (check-local): Really remove.
index bfdf38b943f3f9e0543b454052107f8d1441f497..17efd8d6fd93707f1dd04dd0f03c5545cde1ab7e 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. due to a bug in GCC
+  3.4.x and 4.0.0 you also need <code>-D_GLIBXX_DEBUG_PEDANTIC</code>
+  to fully enable pedantic mode).</p>
 
 <p>The following library components provide extra debugging
   capabilities in debug mode:</p>