From: Jonathan Wakely
Date: Mon, 23 May 2005 21:53:46 +0000 (+0100)
Subject: debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC had to be defined for pedantic mode...
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9563c96b6dd09bef5ba298e4c6f038275feb42d;p=gcc.git
debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC had to be defined for pedantic mode in 3.4...
* 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
---
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index f4116a9eca7..bba5f417cfd 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-23 Jonathan Wakely
+
+ * 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
* libmath/stubs.c: Also implement fabsf/fabsl if not present in the
diff --git a/libstdc++-v3/docs/html/debug.html b/libstdc++-v3/docs/html/debug.html
index af1177bd2d2..0242d4363e3 100644
--- a/libstdc++-v3/docs/html/debug.html
+++ b/libstdc++-v3/docs/html/debug.html
@@ -286,7 +286,10 @@
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. In GCC 3.4.x and 4.0.0, due to a bug,
+ -D_GLIBXX_DEBUG_PEDANTIC
was also needed. The problem has
+ been fixed in GCC 4.0.1 and later versions.)
The following library components provide extra debugging
capabilities in debug mode: