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/45313] [graphite] interchange-7.c is miscompiled


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

Sebastian Pop <spop at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Sebastian Pop <spop at gcc dot gnu.org> 2011-01-08 05:24:31 UTC ---
This still fails on trunk r168433.
The miscompile seems to be linked to -floop-strip-mine:
$ gcc -O2 -floop-strip-mine interchange-7.c
$ ./a.out
Aborted


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