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/42631] [4.5 Regression] "-fcompare-debug failure" with "-O1 -funroll-loops"



------- Comment #4 from aoliva at gcc dot gnu dot org  2010-01-07 13:53 -------
Yeah, it surprised me a bit too, but now that I looked into it I see it makes
perfect sense.  There was a PHI node before the debug stmt that expanded into
this debug insn.  The variable is indeed live at that location, even though in
the first loop iteration it won't have been initialized yet.  So the note is
absolutely correct, and we somehow have to deal with it.


-- 


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


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