aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/html/debug.html
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/docs/html/debug.html')
-rw-r--r--libstdc++-v3/docs/html/debug.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/html/debug.html b/libstdc++-v3/docs/html/debug.html
index bfdf38b943f..17efd8d6fd9 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 <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>