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]

Re: c++/2455


Hi,

the problem can be boiled down to the four lines

namespace A {};
namespace B { using namespace A; }
namespace A { using namespace B; }
void f() { using namespace B; }

that still crash g++ 3.0. It's on an IRIX 6.5 box in my case,
so the problem doesn't seem to be target specific.

The compiler is probably running into an infinite loop (guessing from
the compile time - in addition the memory usage goes way up before I get
the ICE).

Greetings,
Volker Reichelt

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2455&database=gcc



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