public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/48464] New: Regression @171649: ICE in setup_pressure_classes, at ira.c:877
@ 2011-04-05 16:04 jbglaw@lug-owl.de
  2011-04-05 16:08 ` [Bug middle-end/48464] " jbglaw@lug-owl.de
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: jbglaw@lug-owl.de @ 2011-04-05 16:04 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48464

           Summary: Regression @171649: ICE in setup_pressure_classes, at
                    ira.c:877
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: jbglaw@lug-owl.de


Hi!

The large IRA merge (=66d9a7b9e8a0c85a51467330f51ead74e77b7eb8 in GIT) broke
the vax-linux target:

jbglaw@jbarbeitsplatz:/mnt/nfs-programming/toolchain/gcc-build/gcc$ ./xgcc -B .
-c foo.c
foo.c:1:0: internal compiler error: in setup_pressure_classes, at ira.c:877
Please submit a full bug report,
[...]


jbglaw@jbarbeitsplatz:/mnt/nfs-programming/toolchain/gcc-build/gcc$ cat foo.c   
extern int xx (int a, int b);
int
blub (double boo, int oo)           
{
long x;
x = boo * oo;
x += xx (boo, oo);
return x;
}

This is just configured with ../gcc/configure --target=vax-linux
--enable-languages=c --disable-threads on a i686-linux host/build system.


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

end of thread, other threads:[~2011-05-27 14:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-05 16:04 [Bug middle-end/48464] New: Regression @171649: ICE in setup_pressure_classes, at ira.c:877 jbglaw@lug-owl.de
2011-04-05 16:08 ` [Bug middle-end/48464] " jbglaw@lug-owl.de
2011-04-06  0:29 ` [Bug middle-end/48464] [4.7 Regression] " pinskia at gcc dot gnu.org
2011-04-09 20:58 ` jbglaw@lug-owl.de
2011-04-11 18:45 ` vmakarov at redhat dot com
2011-04-11 19:23 ` vmakarov at gcc dot gnu.org
2011-04-11 22:04 ` jbglaw@lug-owl.de
2011-05-27 13:54 ` jbglaw@lug-owl.de
2011-05-27 14:13 ` jbglaw@lug-owl.de

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