public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: rassahah@neofonie.de
To: gcc-gnats@gcc.gnu.org
Subject: c++/9847: g++-3.4 ice on :?-operator with double class definition in  expand_expr
Date: Tue, 25 Feb 2003 12:46:00 -0000	[thread overview]
Message-ID: <20030225123715.22968.qmail@sources.redhat.com> (raw)


>Number:         9847
>Category:       c++
>Synopsis:       g++-3.4 ice on :?-operator with double class definition in  expand_expr
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Feb 25 12:46:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Rasmus Hahn
>Release:        unknown-1.0
>Organization:
>Environment:
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-threads --enable-languages=c,c++,objc : (reconfigured)  : (reconfigured) 
Thread model: posix
gcc version 3.4 20030225 (experimental)
>Description:
Internal compiler error after redifinition of class (QString in this case) and when compiling
:?-conditional expression. I suspect this is a variant of PR9440, but i do not know for
sure and perhaps this might help to correct any of these. Of course the How-To-Repeat program is not legal C-Code. The ICE does not show if the conditional depends not on
Variable 'x' but on constant value, for example '1'.
This bug is in my Version 3.4 but not in my Version 3.3-20021206 as the case for PR9440.

$ g++ cc 
compiler-3.4-failuref.cc:3: warning: `class QString' only defines private 
   constructors and has no friends
compiler-3.4-failuref.cc:8: error: redefinition of `class QString'
compiler-3.4-failuref.cc:3: error: previous definition of `class QString'
compiler-3.4-failuref.cc: In function `const QString q()':
compiler-3.4-failuref.cc:14: internal compiler error: in expand_expr, at expr.c
   :8704
Please submit a full bug report,...
>How-To-Repeat:
compiler-3.4-failuref.cc:
class QString
{
  QString (const QString & a);
};


class QString { };

const QString q () {
  QString z;
  int x;
  /* no error if next 'x' is constant */
  return x ? QString () : QString ();
}
>Fix:

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


                 reply	other threads:[~2003-02-25 12:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20030225123715.22968.qmail@sources.redhat.com \
    --to=rassahah@neofonie.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).