public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/55122] New: ICE: maximum number of LRA constraint passes is achieved (15)
@ 2012-10-29 16:16 antoine.balestrat at gmail dot com
  2012-10-29 18:22 ` [Bug rtl-optimization/55122] [4.8 Regression] " rguenth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: antoine.balestrat at gmail dot com @ 2012-10-29 16:16 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55122
           Summary: ICE: maximum number of LRA constraint passes is
                    achieved (15)
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: antoine.balestrat@gmail.com


Hello !
I'm using GCC 4.8.0 as of 20121029 (r192944) at -O3 and in 32 bit mode :

$ cat lra.c
int i, a;
unsigned long long b;

void f(void)
{
    for(i = 0; i < 15; i++)
        b *= b;

    b *= a ? 0 : b;
}

$ xgcc -w -O3 -m32 lra.c
lra.c: In function ‘f’:
lra.c:10:1: internal compiler error: Maximum number of LRA constraint passes is
achieved (15)

 }
 ^
0x8e59de lra_constraints(bool)
    ../../srcdir/gcc/lra-constraints.c:3264
0x8d6913 lra(_IO_FILE*)
    ../../srcdir/gcc/lra.c:2281
0x88c38a do_reload
    ../../srcdir/gcc/ira.c:4624
0x88c598 rest_of_handle_reload
    ../../srcdir/gcc/ira.c:4736
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

end of thread, other threads:[~2012-12-07 13:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-29 16:16 [Bug rtl-optimization/55122] New: ICE: maximum number of LRA constraint passes is achieved (15) antoine.balestrat at gmail dot com
2012-10-29 18:22 ` [Bug rtl-optimization/55122] [4.8 Regression] " rguenth at gcc dot gnu.org
2012-10-30  3:06 ` hp at gcc dot gnu.org
2012-10-30 10:37 ` hjl.tools at gmail dot com
2012-11-07 22:11 ` vmakarov at gcc dot gnu.org
2012-12-07 13:15 ` rguenth at gcc dot gnu.org

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