public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/2738: ICE on return type specification of a destructor
@ 2002-12-30 13:45 reichelt
  0 siblings, 0 replies; 2+ messages in thread
From: reichelt @ 2002-12-30 13:45 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, jakub, wtcorrea, nobody, wolfgang.bangerth

Synopsis: ICE on return type specification of a destructor

State-Changed-From-To: analyzed->closed
State-Changed-By: reichelt
State-Changed-When: Mon Dec 30 13:45:42 2002
State-Changed-Why:
    Fixed in 3.4 with the new parser.

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


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

* c++/2738: ICE on return type specification of a destructor
@ 2001-05-04  8:16 wolfgang.bangerth
  0 siblings, 0 replies; 2+ messages in thread
From: wolfgang.bangerth @ 2001-05-04  8:16 UTC (permalink / raw)
  To: gcc-gnats

>Number:         2738
>Category:       c++
>Synopsis:       ICE on return type specification of a destructor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Fri May 04 08:16:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Wolfgang Bangerth
>Release:        unknown-1.0
>Organization:
>Environment:
sparc-sun-solaris2.7, gcc ss 2001-04-11 and 2.95.2
>Description:
The following code is clearly bogus, as it specifies a return
type on a destructor. Still an ICE is not a helpful error 
message ;-)

Regards
  Wolfgang


>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 >>>>> cat a.cc
 template <int dim> class A {
     class C {
         C();
     };
 };
 template <int dim>  void A<dim>::C::C ()  {};
 
 >>>> ~/Config/gcc-ss-sun/bin/c++ -c a.cc -o /dev/null
 a.cc:6: Internal error: Segmentation Fault
 Please submit a full bug report, with preprocessed source if appropriate.
 See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.


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

end of thread, other threads:[~2002-12-30 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-30 13:45 c++/2738: ICE on return type specification of a destructor reichelt
  -- strict thread matches above, loose matches on Subject: below --
2001-05-04  8:16 wolfgang.bangerth

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