From: Jonathan Wakely
Date: Wed, 18 May 2005 16:03:41 +0000 (+0100)
Subject: debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC must be defined for pedantic mode.
X-Git-Tag: releases/gcc-3.4.4~6
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=622a7794e901b3b417a3ca4bb53cdf0e29df63a6;p=thirdparty%2Fgcc.git
debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC must be defined for pedantic mode.
* docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC must
be defined for pedantic mode.
From-SVN: r99905
---
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 42d3cc2cfc7b..1c8074fd94a2 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-18 Jonathan Wakely
+
+ * docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC must
+ be defined for pedantic mode.
+
2005-05-15 Andreas Schwab
* testsuite/Makefile.am (check-local): Really remove.
diff --git a/libstdc++-v3/docs/html/debug.html b/libstdc++-v3/docs/html/debug.html
index bfdf38b943f3..17efd8d6fd93 100644
--- a/libstdc++-v3/docs/html/debug.html
+++ b/libstdc++-v3/docs/html/debug.html
@@ -283,7 +283,9 @@
under pedantic debug mode libstdc++ would signal an error. To enable
the pedantic debug mode, compile your program with
both -D_GLIBCXX_DEBUG
- and -D_GLIBCXX_DEBUG_PEDANTIC
.
+ and -D_GLIBCXX_DEBUG_PEDANTIC
(N.B. due to a bug in GCC
+ 3.4.x and 4.0.0 you also need -D_GLIBXX_DEBUG_PEDANTIC
+ to fully enable pedantic mode).
The following library components provide extra debugging
capabilities in debug mode: