This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/68659] [6 regression] FAIL: gcc.dg/graphite/id-pr45230-1.c (internal compiler error)


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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-12-02
                 CC|                            |spop at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed on x86_64-apple-darwin14 with -m32, but not with -m64. No ICE with
r231086, r231131 gives

/opt/gcc/_clean/gcc/testsuite/gcc.dg/graphite/id-pr45230-1.c: In function
'main':
/opt/gcc/_clean/gcc/testsuite/gcc.dg/graphite/id-pr45230-1.c:45:1: error:
missing PHI def
 main ()
 ^~~~

/opt/gcc/_clean/gcc/testsuite/gcc.dg/graphite/id-pr45230-1.c:45:1: error:
missing PHI def
p1_14 = PHI <(28), (33)>
/opt/gcc/_clean/gcc/testsuite/gcc.dg/graphite/id-pr45230-1.c:45:1: internal
compiler error: verify_gimple failed

/opt/gcc/_clean/gcc/testsuite/gcc.dg/graphite/id-pr45230-1.c:45:1: internal
compiler error: Abort trap: 6

and r231168 (configured with --enable-checking=release)

/opt/gcc/_clean/gcc/testsuite/gcc.dg/graphite/id-pr45230-1.c: In function
'main':
/opt/gcc/_clean/gcc/testsuite/gcc.dg/graphite/id-pr45230-1.c:45:1: internal
compiler error: Segmentation fault: 11
 main ()
 ^~~~


/opt/gcc/_clean/gcc/testsuite/gcc.dg/graphite/id-pr45230-1.c:45:1: internal
compiler error: Abort trap: 6

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]