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

Reply via email to