public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/3361: [2003-01-02] g++: Internal error: Segmentation Fault (program cc1plus)
@ 2003-04-14  4:16 Giovanni Bajo
  0 siblings, 0 replies; only message in thread
From: Giovanni Bajo @ 2003-04-14  4:16 UTC (permalink / raw)
  To: gdr; +Cc: gcc-prs

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

From: "Giovanni Bajo" <giovannibajo@libero.it>
To: <Joachim.Canisius@fujitsu-siemens.com>,
	<Erwin.Unruh@fujitsu-siemens.com>,
	<gcc-gnats@gcc.gnu.org>,
	<Andreas.Krakowczyk@fujitsu-siemens.com>,
	<gcc-bugs@gcc.gnu.org>,
	<gdr@gcc.gnu.org>,
	<gcc-prs@gcc.gnu.org>
Cc: "Wolfgang Bangerth" <bangerth@ices.utexas.edu>
Subject: Re: c++/3361: [2003-01-02] g++: Internal error: Segmentation Fault (program cc1plus)
Date: Mon, 14 Apr 2003 06:11:11 +0200

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
 r=3361
 
 Reduced code is:
 
 ---------------------------
 namespace A {};
 
 namespace B {
     using namespace A;
 }
 
 namespace A {
     using namespace B;
 }
 
 int main()
 {
     using namespace A;
 }
 ---------------------------
 pr3361.cpp: In function `int main()':
 pr3361.cpp:14: internal error: Segmentation fault
 
 Regression on the 3.2 branch with respect with 2.95, but fixed on 3.3 and
 mainline (3.4).
 I'm _sure_ it's a duplicate, but I couldn't find the other PR. Anyway, I
 guess it's should be closed.
 
 Giovanni Bajo
 


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

only message in thread, other threads:[~2003-04-14  4:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-14  4:16 c++/3361: [2003-01-02] g++: Internal error: Segmentation Fault (program cc1plus) Giovanni Bajo

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