public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: rrn@com.dtu.dk
To: gcc-gnats@gcc.gnu.org
Subject: c++/6406: Internal compiler error
Date: Mon, 22 Apr 2002 07:56:00 -0000	[thread overview]
Message-ID: <20020422145248.17601.qmail@sources.redhat.com> (raw)


>Number:         6406
>Category:       c++
>Synopsis:       Internal compiler error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 22 07:56:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     rrn@com.dtu.dk
>Release:        GNU C++ version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
>Organization:
>Environment:
 /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/cpp -lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR__=91 -D__ELF__ -Dunix -Di386 -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__i386__ -D__linux__ -D__unix -D__i386 -D__linux -Asystem(posix) -D__EXCEPTIONS -Wall -Asystem(unix) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__tune_i386__ decode.cc decode.ii
>Description:
Generates the following error message:
../../gcc/function.c:3274: Internal compiler error in function instantiate_virtual_regs_1
>How-To-Repeat:
# 1 "decode.cc"
class Val
{
  int val;
public:
  Val(int v0) {val=v0;}
  operator int () const {return val;}
};


void a()
{
  Val e(0),r(0);
  int i;
  e=(i<=0)?r:Val(0);
}
>Fix:

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


             reply	other threads:[~2002-04-22 14:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-22  7:56 rrn [this message]
2002-04-22 14:10 rodrigc

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=20020422145248.17601.qmail@sources.redhat.com \
    --to=rrn@com.dtu.dk \
    --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).