public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/4711: ICE in eliminate_regs, at reload1.c:2576
@ 2001-11-18 11:40 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-11-18 11:40 UTC (permalink / raw)
  To: aaronl, gcc-bugs, gcc-gnats, gcc-prs, nobody

Synopsis: ICE in eliminate_regs, at reload1.c:2576

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Wed Nov 21 21:41:29 2001
State-Changed-Why:
    This seems to be fixed in:
    gcc version 3.1 20011110 (experimental)

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


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

* Re: optimization/4711: ICE in eliminate_regs, at reload1.c:2576
@ 2001-11-18 12:11 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-11-18 12:11 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR optimization/4711; it has been noted by GNATS.

From: rodrigc@gcc.gnu.org
To: aaronl@vitelus.com, gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org,
  gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: optimization/4711: ICE in eliminate_regs, at reload1.c:2576
Date: 22 Nov 2001 05:41:29 -0000

 Synopsis: ICE in eliminate_regs, at reload1.c:2576
 
 State-Changed-From-To: open->closed
 State-Changed-By: rodrigc
 State-Changed-When: Wed Nov 21 21:41:29 2001
 State-Changed-Why:
     This seems to be fixed in:
     gcc version 3.1 20011110 (experimental)
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4711&database=gcc


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

* optimization/4711: ICE in eliminate_regs, at reload1.c:2576
@ 2001-10-27 12:26 aaronl
  0 siblings, 0 replies; 3+ messages in thread
From: aaronl @ 2001-10-27 12:26 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4711
>Category:       optimization
>Synopsis:       ICE in eliminate_regs, at reload1.c:2576
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Sat Oct 27 12:26:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     aaronl@vitelus.com
>Release:        gcc version 3.1 20011027 (experimental)
>Organization:
>Environment:
Linux endquote 2.4.9-ac10 #1 Fri Sep 14 00:02:50 PDT 2001 i686 unknown
>Description:
Hello,

I notice that this bug has been reported many times, for example in #4555, #4387, #4384, #3835, #3214, and #2426. However, the bug reporting guidelines say to report new bugs as followups to old ones.

I have developed a minimal test case that will reproduce "Internal compiler error in eliminate_regs, at reload1.c:2576":

void testfunc(char* foo, int bar)
{
        fd_set readfds;
        fd_set rfds = readfds;

        switch (bar)
        {
                case 0:
                        break;
                default:
                        if ((__extension__ ({register char __result; __asm__
__volatile__ ("btl %1,%2 ; setcb %b0" : "=q" (__result) : "r" (0), "m"
(*(&rfds)->fds_bits) : "cc"); __result; })))
                                break;
        }
}

Compile this with -O[23s] and it will ICE. -O[01] will not cause it to.
>How-To-Repeat:
Compile the self-contained testcase contained in the description.
>Fix:

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


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

end of thread, other threads:[~2001-11-22  5:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-18 11:40 optimization/4711: ICE in eliminate_regs, at reload1.c:2576 rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-11-18 12:11 rodrigc
2001-10-27 12:26 aaronl

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