public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/4868: ICE when omitting template parameter of a sub-class
@ 2001-11-05  2:53 lerdsuwa
  0 siblings, 0 replies; 4+ messages in thread
From: lerdsuwa @ 2001-11-05  2:53 UTC (permalink / raw)
  To: gcc-bugs, gcc-gnats, gcc-prs, nobody, reichelt

Synopsis: ICE when omitting template parameter of a sub-class

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Fri Nov 16 09:09:08 2001
State-Changed-Why:
    Confirmed.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4868&database=gcc


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: c++/4868: ICE when omitting template parameter of a sub-class
@ 2001-12-31  8:11 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2001-12-31  8:11 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nathan, nobody, reichelt

Synopsis: ICE when omitting template parameter of a sub-class

Responsible-Changed-From-To: unassigned->nathan
Responsible-Changed-By: nathan
Responsible-Changed-When: Mon Dec 31 08:11:06 2001
Responsible-Changed-Why:
    patch in progress

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4868


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: c++/4868: ICE when omitting template parameter of a sub-class
@ 2001-11-05  4:44 lerdsuwa
  0 siblings, 0 replies; 4+ messages in thread
From: lerdsuwa @ 2001-11-05  4:44 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: lerdsuwa@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  nobody@gcc.gnu.org, reichelt@igpm.rwth-aachen.de
Cc:  
Subject: Re: c++/4868: ICE when omitting template parameter of a sub-class
Date: 16 Nov 2001 17:09:08 -0000

 Synopsis: ICE when omitting template parameter of a sub-class
 
 State-Changed-From-To: open->analyzed
 State-Changed-By: lerdsuwa
 State-Changed-When: Fri Nov 16 09:09:08 2001
 State-Changed-Why:
     Confirmed.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4868&database=gcc


^ permalink raw reply	[flat|nested] 4+ messages in thread

* c++/4868: ICE when omitting template parameter of a sub-class
@ 2001-11-02  7:21 reichelt
  0 siblings, 0 replies; 4+ messages in thread
From: reichelt @ 2001-11-02  7:21 UTC (permalink / raw)
  To: gcc-gnats


>Number:         4868
>Category:       c++
>Synopsis:       ICE when omitting template parameter of a sub-class
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 13 09:36:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Volker Reichelt
>Release:        2.95.3, 3.0.2, 3.1 (as of 20011023)
>Organization:
>Environment:
i686-pc-linux-gnu, mips-sgi-irix6.5
>Description:
The compiler crashes on the following 3 lines of code:

struct A { template <class T> struct B; };
struct A::B {};  // illegal, A::B is a template
A::B<int> b;

The error message is:

bug.cpp: In instantiation of `A::B<int>':
bug.cpp:3:   instantiated from here
bug.cpp:2: Internal error: Segmentation fault
Please submit a full bug report etc.
>How-To-Repeat:
g++ -c <filename>
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-12-31 16:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-05  2:53 c++/4868: ICE when omitting template parameter of a sub-class lerdsuwa
  -- strict thread matches above, loose matches on Subject: below --
2001-12-31  8:11 nathan
2001-11-05  4:44 lerdsuwa
2001-11-02  7:21 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).