[Bug tree-optimization/25251] NIST Failure - FM013.f at -O2

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Feb 5 03:30:00 GMT 2006



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-02-05 03:30 -------
In cleanup_dead_labels, we forget to check if the label's address has been
taken.  The reason why this works with a C example is because the labels are
not marked as artificial.

Fixing it now.


-- 


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



More information about the Gcc-bugs mailing list