public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/8555: Internal compiler error in gen_split_1231
@ 2002-11-19 18:24 reichelt
  0 siblings, 0 replies; only message in thread
From: reichelt @ 2002-11-19 18:24 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, kris.demuynck, nobody

Synopsis: Internal compiler error in gen_split_1231

State-Changed-From-To: open->analyzed
State-Changed-By: reichelt
State-Changed-When: Tue Nov 12 14:57:50 2002
State-Changed-Why:
    Confirmed.
    gcc 3.1 and mainline are not affected, but gcc 3.2 and the
    3.2.1 prerelease produce an ICE.
    
    Here's a shorter example that triggers the bug (just compile with
    gcc -march=pentium3 -O -ffast-math -funroll-loops -c)
    
    -------------------------snip here-----------------------
    float foo (float *a)
    {
      int i, j;
      float x=a[j=i-1], y;
    
      for ( j=i; --j>=0; )
        if( (y=a[j]) > x )
          x = y;
    
      return x;
    }
    -------------------------snip here-----------------------
    
    Since the bug is a regression on the branch, I rate the PR "high priority".

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-12 22:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-19 18:24 optimization/8555: Internal compiler error in gen_split_1231 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).