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/60640] New: [4.9 Regression] ICE edge points to wrong declaration / verify_cgraph_node failed


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

            Bug ID: 60640
           Summary: [4.9 Regression] ICE edge points to wrong declaration
                    / verify_cgraph_node failed
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: burnus at gcc dot gnu.org
                CC: dcb314 at hotmail dot com, hubicka at gcc dot gnu.org,
                    jamborm at gcc dot gnu.org

Created attachment 32438
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32438&action=edit
Reduced C++ testfile.ii, compile with -O3

Follow-up to PR59176

ICE with -O3 in verify_cgraph_node. (-O2 is fine.)

(In reply to David Binderman from PR59176 comment #15)
> Created attachment 32434 [details]
> gzipped C++ source code

 (In reply to Martin Jambor from PR59176 comment #17)
> Although the ICE message is the same, this is most certainly a
> different bug as it happens at a different time during the compilation
> process.  I will look it at it some more tomorrow.


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