[Bug debug/26475] tree-ssa loses line numbers for initializations (constants for PHIs)
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jul 25 09:50:00 GMT 2009
------- Comment #4 from rguenth at gcc dot gnu dot org 2009-07-25 09:50 -------
I don't like unsharing constants. Instead we could force all constants to
be assigned to SSA names so they have their own statement. For PHI nodes
I believe Andrew has added location slots for each arg as part of the
debuglocus effort.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26475
More information about the Gcc-bugs
mailing list