This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/22205] [4.1 Regression] errors debug mode on aix


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]