[Bug debug/26475] tree-ssa loses line numbers for initializations (constants for PHIs)

2018-12-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26475 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debug/26475] tree-ssa loses line numbers for initializations (constants for PHIs)

2018-12-09 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26475 Eric Gallager changed: What|Removed |Added CC||amacleod at redhat dot com,

[Bug debug/26475] tree-ssa loses line numbers for initializations (constants for PHIs)

2018-03-08 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26475 Eric Gallager changed: What|Removed |Added Keywords||patch CC|

[Bug debug/26475] tree-ssa loses line numbers for initializations (constants for PHIs)

2009-07-30 Thread amacleod at redhat dot com
--- Comment #5 from amacleod at redhat dot com 2009-07-30 18:40 --- I just checked in the code to track locations through PHI arguments. Comments and patch is located: http://gcc.gnu.org/ml/gcc-patches/2009-07/msg01729.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26475

[Bug debug/26475] tree-ssa loses line numbers for initializations (constants for PHIs)

2009-07-25 Thread rguenth at gcc dot gnu dot org
--- 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 t

[Bug debug/26475] tree-ssa loses line numbers for initializations (constants for PHIs)

2009-07-24 Thread manu at gcc dot gnu dot org
--- Comment #3 from manu at gcc dot gnu dot org 2009-07-24 23:40 --- (In reply to comment #1) > Dan Berlin, Diego, and I bounced this around on IRC a little. A couple of > things that came up: > > - Diego suggested putting locuses on unshared INTEGER_CSTs as another > possible approa

[Bug debug/26475] tree-ssa loses line numbers for initializations (constants for PHIs)

2008-02-10 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2008-02-10 14:50 --- I think this is confirmed. -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/26475] tree-ssa loses line numbers for initializations

2006-02-27 Thread drow at gcc dot gnu dot org
--- Comment #1 from drow at gcc dot gnu dot org 2006-02-27 20:44 --- Dan Berlin, Diego, and I bounced this around on IRC a little. A couple of things that came up: - Diego suggested putting locuses on unshared INTEGER_CSTs as another possible approach. - I suggested that if we wan