public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: matz@suse.de
To: gcc-gnats@gcc.gnu.org
Cc: jason@redhat.com
Subject: c++/9342: [3.3/3.4 regression] another ICE in cp_expr_size at cp/cp-lang.c: 304
Date: Thu, 16 Jan 2003 14:36:00 -0000	[thread overview]
Message-ID: <20030116143520.30551.qmail@sources.redhat.com> (raw)


>Number:         9342
>Category:       c++
>Synopsis:       [3.3/3.4 regression] another ICE in cp_expr_size at cp/cp-lang.c: 304
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 16 06:36:09 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     matz@suse.de
>Release:        GCC 3.3 20030113 (prerelease)
>Organization:
>Environment:
Linux/x86-64
>Description:
This is similar to pr8748 (and many more ICEs in cp_expr_size in the past) but it's not yet fixed in the branch (pr8748 is btw.)
The testcase is short, so it's inline (extracted from some KDE code):
------------ snip -----------
struct QString
{
    QString( const QString & );
    QString &operator=( const QString & );
};
struct ServerSettings
{
    QString user;
};
extern ServerSettings def();
extern void arg( const QString& a );
void startSession( bool b, QString s )
{
    arg (b ? def().user : s);
}
---------- snap -----------
>How-To-Repeat:
> $PATH_3_3/bin/g++ -O -c above.ii
above.ii: In function `void startSession(bool, QString)':
above.ii:14: internal compiler error: in cp_expr_size, at cp/cp-lang.c:304
>Fix:

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


             reply	other threads:[~2003-01-16 14:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-16 14:36 matz [this message]
2003-01-16 15:22 bangerth
2003-01-16 20:06 Janis Johnson
2003-01-18 16:21 paolo

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=20030116143520.30551.qmail@sources.redhat.com \
    --to=matz@suse.de \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=jason@redhat.com \
    /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).