From 622a7794e901b3b417a3ca4bb53cdf0e29df63a6 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 18 May 2005 17:03:41 +0100 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/docs/html/debug.html | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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:

-- 2.47.2