public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: wolfgang.bangerth@iwr.uni-heidelberg.de
To: gcc-gnats@gcc.gnu.org
Subject: c++/2738: ICE on return type specification of a destructor
Date: Fri, 04 May 2001 08:16:00 -0000	[thread overview]
Message-ID: <20010504151255.5237.qmail@sourceware.cygnus.com> (raw)

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


             reply	other threads:[~2001-05-04  8:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-04  8:16 wolfgang.bangerth [this message]
2002-12-30 13:45 reichelt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010504151255.5237.qmail@sourceware.cygnus.com \
    --to=wolfgang.bangerth@iwr.uni-heidelberg.de \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).