public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/6406: Internal compiler error
@ 2002-04-22  7:56 rrn
  0 siblings, 0 replies; 2+ messages in thread
From: rrn @ 2002-04-22  7:56 UTC (permalink / raw)
  To: gcc-gnats


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


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

* Re: c++/6406: Internal compiler error
@ 2002-04-22 14:10 rodrigc
  0 siblings, 0 replies; 2+ messages in thread
From: rodrigc @ 2002-04-22 14:10 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, rrn

Synopsis: Internal compiler error

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Mon Apr 22 14:10:56 2002
State-Changed-Why:
    Cannot reproduce problem with gcc 3.0.4

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


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

end of thread, other threads:[~2002-04-22 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-22  7:56 c++/6406: Internal compiler error rrn
2002-04-22 14:10 rodrigc

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