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 rtl-optimization/47899] [4.5 Regression] ICE in get_loop_body, at cfgloop.c:831


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

Zdenek Sojka <zsojka at seznam dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zsojka at seznam dot cz

--- Comment #10 from Zdenek Sojka <zsojka at seznam dot cz> 2011-03-14 18:44:24 UTC ---
The testcase still ICEs the same way with custom flags:
(r170934, x86_64-linux)

$ gcc -O -funroll-loops -fthread-jumps -fno-tree-ch gcc.dg/pr47899.c
gcc.dg/pr47899.c: In function 'main':
gcc.dg/pr47899.c:26:1: internal compiler error: in get_loop_body, at
cfgloop.c:831
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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