public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: optimization/9508: internal compiler error
@ 2003-02-16 15:41 ebotcazou
  0 siblings, 0 replies; 2+ messages in thread
From: ebotcazou @ 2003-02-16 15:41 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, ming, nobody

Synopsis: internal compiler error

State-Changed-From-To: open->feedback
State-Changed-By: ebotcazou
State-Changed-When: Sun Feb 16 15:41:27 2003
State-Changed-Why:
    I can't reproduce the ICE on Linux/x86. Could you post the
    output of gcc-3.2 -v?

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


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

* optimization/9508: internal compiler error
@ 2003-01-30 16:06 ming
  0 siblings, 0 replies; 2+ messages in thread
From: ming @ 2003-01-30 16:06 UTC (permalink / raw)
  To: gcc-gnats


>Number:         9508
>Category:       optimization
>Synopsis:       internal compiler error
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 30 16:06:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     ming@mpi-sb.mpg.de
>Release:        gcc3.2.1
>Organization:
>Environment:

>Description:
Compile this source
--------------
void BayerNearestNeighbor(unsigned char *outG, int sx, int sy)
{
  int i,j;

  for (i=1;i<sy-2;i+=2)//every two lines
    for (j=0;j<sx-1;j+=2)
      outG[(i*sx+j+1)*3]=outG[((i+1)*sx+j+1)*3];

}
-------------

It will produce such error message:

TestGcc32Bug.c: In function `BayerNearestNeighbor':
TestGcc32Bug.c:10: unrecognizable insn:
(insn 277 147 286 (set (reg:SI 122)
        (ashift:SI (reg/v:SI 59)
            (const_int 1 [0x1]))) -1 (nil)
    (nil))
TestGcc32Bug.c:10: Internal compiler error in extract_insn, at recog.c:2148
>How-To-Repeat:
Use this commandline:

/usr/bin/gcc-3.2 -v  -O6 -DNDEBUG -fomit-frame-pointer -falign-functions=4 -fexpensive-optimizations -fschedule-insns2 -finline-functions -funroll-loops -mfpmath=sse -march=pentium4 -mcpu=pentium4 -DCPU=686 -o TestGcc32Bug.o -c TestGcc32Bug.c
>Fix:

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


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

end of thread, other threads:[~2003-02-16 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-16 15:41 optimization/9508: internal compiler error ebotcazou
  -- strict thread matches above, loose matches on Subject: below --
2003-01-30 16:06 ming

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