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/42363] [4.5 Regression] ICE: verify_flow_info failed for gcc.c-torture/compile/pr37913.c -O1 -g



------- Comment #4 from aoliva at gcc dot gnu dot org  2010-01-06 16:36 -------
By the same argument, shouldn't we drop the assignment early, and make it a
non-assigning call?  The assignment is also supposed to occur after the call,
although it's not denoted in a separate statement, but SSA analysis doesn't
complain about it.  Shouldn't it?


-- 


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


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