public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/2455
@ 2001-07-18 17:06 Reichelt
  0 siblings, 0 replies; only message in thread
From: Reichelt @ 2001-07-18 17:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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
 
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-18 17:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-18 17:06 c++/2455 Reichelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).