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 middle-end/65555] New: [5 Regression] ICE: verify_gimple failed (LHS in noreturn call)


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

            Bug ID: 65555
           Summary: [5 Regression] ICE: verify_gimple failed (LHS in
                    noreturn call)
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org

Created attachment 35136
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35136&action=edit
preprocessed source

seen building the poligraph package in Debian unstable, using r221551

$ g++ -c -g -O src/xstd/FileScanner.ii 
FileScanner.cc: In member function 'void FileScanner::configure(int)':
FileScanner.cc:331:1: error: LHS in noreturn call
# VUSE <.MEM_51>
_20 = xexit (_22);
FileScanner.cc:331:1: internal compiler error: verify_gimple failed
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]