public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/7134: Athlon: ICE in extract_insn, at recog.c:2130
@ 2002-10-03  9:38 hubicka
  0 siblings, 0 replies; 2+ messages in thread
From: hubicka @ 2002-10-03  9:38 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, reichelt, spigel

Synopsis: Athlon: ICE in extract_insn, at recog.c:2130

State-Changed-From-To: open->closed
State-Changed-By: hubicka
State-Changed-When: Thu Oct  3 09:38:14 2002
State-Changed-Why:
    No longer reproduce on 3.2 branch

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


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

* optimization/7134: Athlon: ICE in extract_insn, at recog.c:2130
@ 2002-06-26 10:56 reichelt
  0 siblings, 0 replies; 2+ messages in thread
From: reichelt @ 2002-06-26 10:56 UTC (permalink / raw)
  To: gcc-gnats; +Cc: spigel


>Number:         7134
>Category:       optimization
>Synopsis:       Athlon: ICE in extract_insn, at recog.c:2130
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Wed Jun 26 08:36:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Volker Reichelt
>Release:        gcc 3.2 20020617
>Organization:
>Environment:
i686-pc-linux-gnu
>Description:
The following code causes an ICE when compiled with
"gcc -march=athlon -O -c":

--------------------------snip here----------------------
void foo ()
{
  int i, n;

  for ( i=0; i<n; ++i )
    i=n^128;
}
--------------------------snip here----------------------

The error message is:

bug.c: In function `foo':
bug.c:7: error: unrecognizable insn:
(insn 53 57 54 1 (nil) (parallel [
            (set (strict_low_part (reg:QI 0 al [58]))
                (xor:QI (reg:QI 0 al [58])
                    (const_int -128 [0xffffff80])))
            (clobber (reg:CC 17 flags))
        ]) -1 (insn_list 57 (nil))
    (expr_list:REG_UNUSED (reg:CC 17 flags)
        (nil)))
bug.c:7: internal compiler error: Internal compiler error in extract_insn, at recog.c:2130
Please submit a full bug report, [etc.]

The example compiles fine with gcc 3.1.

The example was created from a file (psout.i) from a
bug report of Sergei Pachkov (see PR 7063).
>How-To-Repeat:
gcc -march=athlon -O -c bug.c
>Fix:

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


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

end of thread, other threads:[~2002-10-03 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-03  9:38 optimization/7134: Athlon: ICE in extract_insn, at recog.c:2130 hubicka
  -- strict thread matches above, loose matches on Subject: below --
2002-06-26 10:56 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).