public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/8985: ICE in extract_insn, at recog.c:2148 with -fssa-ccp option
@ 2003-05-10  5:06 Dara Hazeghi
  0 siblings, 0 replies; 3+ messages in thread
From: Dara Hazeghi @ 2003-05-10  5:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: optimization/8985: ICE in extract_insn, at recog.c:2148 with -fssa-ccp option
Date: Fri, 9 May 2003 21:59:22 -0700

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- 
 trail&database=gcc&pr=8985
 
 Hello,
 
 this bug is still present on 3.2 and 3.3 branch, and is fixed on  
 mainline.
 
 Dara
 


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

* Re: optimization/8985: ICE in extract_insn, at recog.c:2148 with -fssa-ccp option
@ 2003-01-15 12:36 Volker Reichelt
  0 siblings, 0 replies; 3+ messages in thread
From: Volker Reichelt @ 2003-01-15 12:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
To: gcc-gnats@gcc.gnu.org, vitalyb@mailru.com, gcc-bugs@gcc.gnu.org
Cc:  
Subject: Re: optimization/8985: ICE in extract_insn, at recog.c:2148 with -fssa-ccp option
Date: Wed, 15 Jan 2003 14:32:45 +0100

 For the record:
 
 The bug is fixed on mainline.
 It's still present on the 3.2 and 3.3 branch, though.
 
 Regards,
 Volker
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8985
 
 


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

* Re: optimization/8985: ICE in extract_insn, at recog.c:2148 with -fssa-ccp option
@ 2002-12-18  5:10 reichelt
  0 siblings, 0 replies; 3+ messages in thread
From: reichelt @ 2002-12-18  5:10 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, vitalyb

Old Synopsis: "Internal compiler error in extract_insn, at recog.c:2148" with -fssa-ccp option
New Synopsis: ICE in extract_insn, at recog.c:2148 with -fssa-ccp option

State-Changed-From-To: open->analyzed
State-Changed-By: reichelt
State-Changed-When: Wed Dec 18 05:10:46 2002
State-Changed-Why:
    Confirmed.
    
    The bug is present since gcc 3.1 when the option -fssa-ccp was introduced.
    It affects the 3.2 branch and gcc 3.3 as of 20021216.
    
    A shorter testcase is the following:
    
    -------------------------snip here-----------------------------
    int foo ()
    {
        int i=0;
        char *p="";
    
        if (p) i|=1;
    
        return i && p;
    }
    -------------------------snip here-----------------------------
    
    Compiling this with gcc 3.2.1 (gcc -O -fssa -fssa-ccp) I get:
    
    PR8985.cc: In function `int foo()':
    PR8985.cc:9: unrecognizable insn:
    (insn 27 55 28 (parallel[ 
                (set (reg:SI 64)
                    (const_int 1 [0x1]))
                (clobber (reg:CC 17 flags))
            ] ) -1 (nil)
        (expr_list:REG_UNUSED (reg:CC 17 flags)
            (insn_list:REG_WAS_0 11 (expr_list:REG_EQUAL (const_int 1 [0x1])
                    (nil)))))
    PR8985.cc:9: Internal compiler error in extract_insn, at recog.c:2148
    Please submit a full bug report, [etc.]

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


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

end of thread, other threads:[~2003-05-10  5:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-10  5:06 optimization/8985: ICE in extract_insn, at recog.c:2148 with -fssa-ccp option Dara Hazeghi
  -- strict thread matches above, loose matches on Subject: below --
2003-01-15 12:36 Volker Reichelt
2002-12-18  5:10 reichelt

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