This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/22205] [4.1 Regression] errors debug mode on aix
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jun 2005 11:42:02 -0000
- Subject: [Bug libstdc++/22205] [4.1 Regression] errors debug mode on aix
- References: <20050627194714.22205.bkoz@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pcarlini at suse dot de 2005-06-28 11:41 -------
Humm, I wonder whether the problem isn't *really* trivial :)
In include/bits/c++config we have:
#ifdef _GLIBCXX_DEBUG
# if __GXX_WEAK__
# define _GLIBCXX_STD __gnu_norm
# define _GLIBCXX_EXTERN_TEMPLATE 0
...
...
# else
# warning debug mode disabled due to lack of weak symbol support
# endif
Should be, instead, 'ifdef __GXX_WEAK__' ?!?
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |dje at gcc dot gnu dot org
Status|NEW |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22205