--- Comment #4 from bkoz at gcc dot gnu dot org 2006-07-27 22:33 ---
Created an attachment (id=11961)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11961&action=view)
work-in-progress patch to convert libstdc++ to anonymous namespaces
--
http://gcc.gnu.org/bugzilla/show_bug.cg
--- Comment #3 from bkoz at gcc dot gnu dot org 2006-07-27 22:32 ---
Changing just the first
case _S_concat:
to
case ::_S_concat:
Fixes this. Wierd.
I noticed a couple of other random lookup issues, or non-issues that surprised
me. One was with static functi
--- Comment #2 from bkoz at gcc dot gnu dot org 2006-07-27 17:05 ---
Jason can you look at this plz?
--
bkoz at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from bkoz at gcc dot gnu dot org 2006-07-27 17:04 ---
Created an attachment (id=11957)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11957&action=view)
reproducer with today's gcc
To reproduce, do:
/mnt/share/bld/gcc/./gcc/xgcc -shared-libgcc -B/mnt/share/bld/gcc/