[Bug tree-optimization/56094] Invalid line number info generated with tree-level ivopts
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jan 24 14:19:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56094
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-24 14:19:17 UTC ---
On a brief look, this doesn't look like using location of neighbouring
statement, given:
grep 66:1 pr56094.c.115t.cunroll | wc -l
0
grep 66:1 pr56094.c.119t.ivopts | wc -l
39
More information about the Gcc-bugs
mailing list