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

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

From: Reichelt <reichelt@igpm.rwth-aachen.de>
To: gcc-gnats@gcc.gnu.org, nickb@adacel.com.au, gcc-bugs@gcc.gnu.org,
        nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/4909
Date: Tue, 20 Nov 2001 21:48:56 +0100

 Hi,
 
 a smaller testcase for this bug is:
 
 template <class T> struct A {};
 
 struct B
 {
     static A<int> a;
     void f() { a; }
 };
 
 A<int> B::a = A<int>();
 
 This crashes on mips-sgi-irix6.5 with gcc 3.0.x.
 The bug is probably target dependent, because I couldn't reproduce it
 under i686-pc-linux-gnu.
 
 Greetings,
 Volker Reichelt
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4909&database=gcc
 
 


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

only message in thread, other threads:[~2001-11-20 20:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-15 12:46 c++/4909 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).