This is the mail archive of the gcc-prs@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


The following reply was made to PR c++/2455; it has been noted by GNATS.

From: Reichelt <reichelt@igpm.rwth-aachen.de>
To: gcc-gnats@gcc.gnu.org, Andreas.Krakowczyk@fujitsu-siemens.com,
        Erwin.Unruh@fujitsu-siemens.com, gcc-bugs@gcc.gnu.org,
        nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/2455
Date: Thu, 19 Jul 2001 02:01:35 +0200

 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]