public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/64208] New: [4.9 Regression][iwmmxt] ICE: internal compiler error: Max. number of generated reload insns per insn is achieved (90)
@ 2014-12-06 15:15 siarhei.siamashka at gmail dot com
  2014-12-08 13:34 ` [Bug target/64208] " rguenth at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: siarhei.siamashka at gmail dot com @ 2014-12-06 15:15 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64208

            Bug ID: 64208
           Summary: [4.9 Regression][iwmmxt] ICE: internal compiler error:
                    Max. number of generated reload insns per insn is
                    achieved (90)
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: siarhei.siamashka at gmail dot com

GCC 4.9.2

$ arm-none-linux-gnueabi-gcc -c -O1 -march=iwmmxt test.c
test.c: In function 'x2':
test.c:16:1: internal compiler error: Max. number of generated reload insns per
insn is achieved (90)

The test program itself (generated by creduce):

/********************************/
long long x6(void);
void x7(long long, long long);
void x8(long long);

int x0;
long long *x1;

void x2(void) {
  long long *x3 = x1;
  while (x1) {
    long long x4 = x0, x5 = x6();
    x7(x4, x5);
    x8(x5);
    *x3 = 0;
  }
}
/********************************/


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

end of thread, other threads:[~2015-05-21  9:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-06 15:15 [Bug rtl-optimization/64208] New: [4.9 Regression][iwmmxt] ICE: internal compiler error: Max. number of generated reload insns per insn is achieved (90) siarhei.siamashka at gmail dot com
2014-12-08 13:34 ` [Bug target/64208] " rguenth at gcc dot gnu.org
2014-12-08 13:42 ` ktkachov at gcc dot gnu.org
2015-03-17 15:41 ` yroux at gcc dot gnu.org
2015-03-17 15:57 ` yroux at gcc dot gnu.org
2015-05-06 14:24 ` yroux at gcc dot gnu.org
2015-05-06 14:33 ` yroux at gcc dot gnu.org
2015-05-21  9:15 ` ramana 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).