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

--- Comment #31 from H.J. Lu <hjl.tools at gmail dot com> 2013-01-10 17:03:13 
UTC ---
(In reply to comment #30)
> LTO profiled-bootstrap revals:
> 
> /space/rguenther/src/svn/trunk/gcc/reginfo.c: In function 'reg_scan':
> /space/rguenther/src/svn/trunk/gcc/reginfo.c:1015:0: error: location 
> references
> block not in block tree
>  reg_scan (rtx f, unsigned int nregs ATTRIBUTE_UNUSED)
>  ^
> "ee"
> fmt_351 = "ee";

This is the same problem in comment #13:

In file included from :4457:0:
/export/gnu/import/git/gcc/gcc/reginfo.c: In function ‘reg_scan’:
/export/gnu/import/git/gcc/gcc/reginfo.c:1015:0: error: location references
block not in block tree
 reg_scan (rtx f, unsigned int nregs ATTRIBUTE_UNUSED)
 ^
"ee"
fmt_388 = "ee";

/export/gnu/import/git/gcc/gcc/reginfo.c:1015:0: internal compiler error:
verify_gimple failed
0x9c7dc8 verify_gimple_in_cfg(function*)
    /export/gnu/import/git/gcc/gcc/tree-cfg.c:4726
0x8ad9e0 execute_function_todo
    /export/gnu/import/git/gcc/gcc/passes.c:1968
0x8acd04 do_per_function
    /export/gnu/import/git/gcc/gcc/passes.c:1703
0x8adb04 execute_todo
    /export/gnu/import/git/gcc/gcc/passes.c:2001
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.

Reply via email to