[Bug libstdc++/26142] global debug namespace clashes everywhere
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Feb 7 14:49:00 GMT 2006
------- Comment #4 from pinskia at gcc dot gnu dot org 2006-02-07 14:49 -------
(In reply to comment #1)
> In fact this cause us to produce an error and an ICE for the following code:
> #include <iostream>
>
> namespace debug
> {
> int i;
> }
> ------
> t.cc:4: error: namespace alias Âdebug not allowed here, assuming
> Âstd::__gnu_debugÂ
> t.cc:4: internal compiler error: in resume_scope, at cp/name-lookup.c:1372
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
>
> The ICE should be filed as a seperate bug.
I filed that as PR 26155.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26142
More information about the Gcc-bugs
mailing list