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/57763] [4.9 Regression]: comp-goto-1.c: ICE verify_flow_info failed, error: EDGE_CROSSING missing across section boundary


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

UroÅ Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30412|0                           |1
        is obsolete|                            |

--- Comment #17 from UroÅ Bizjak <ubizjak at gmail dot com> ---
Created attachment 31848
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31848&action=edit
Corresponding .gcda file for r206638

Updated .gcda file, compiled with a crosscompiler from x86_64-linux-gnu:

$ /ssd/uros/gcc-build-alpha/gcc/cc1 -O2 -freorder-blocks-and-partition
-fprofile-use -mexplicit-relocs -fpreprocessed -quiet comp-goto-1.i
comp-goto-1.c: In function âsimulator_kernelâ:
comp-goto-1.c:122:1: error: EDGE_CROSSING missing across section boundary
comp-goto-1.c:122:1: error: EDGE_CROSSING missing across section boundary
comp-goto-1.c:122:1: error: EDGE_CROSSING missing across section boundary
comp-goto-1.c:122:1: error: EDGE_CROSSING missing across section boundary
comp-goto-1.c:122:1: error: EDGE_CROSSING missing across section boundary
comp-goto-1.c:122:1: internal compiler error: verify_flow_info failed
0x5f3343 verify_flow_info()
        /home/uros/gcc-svn/trunk/gcc/cfghooks.c:260
0x89cf46 split_all_insns()
        /home/uros/gcc-svn/trunk/gcc/recog.c:2955
0x89cfb2 rest_of_handle_split_after_reload
        /home/uros/gcc-svn/trunk/gcc/recog.c:3889
0x89cfb2 execute
        /home/uros/gcc-svn/trunk/gcc/recog.c:3918
Please submit a full bug report,

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