[Bug debug/41447] Wrong debug with VTA on temporaries initialized from memory variable

2009-10-13 Thread aoliva at gcc dot gnu dot org
--- Comment #5 from aoliva at gcc dot gnu dot org 2009-10-14 05:01 --- Subject: Bug 41447 Author: aoliva Date: Wed Oct 14 05:01:24 2009 New Revision: 152749 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152749 Log: PR debug/41343 PR debug/41447 PR debug/41264 PR debug/41338 * t

[Bug debug/41447] Wrong debug with VTA on temporaries initialized from memory variable

2009-10-12 Thread aoliva at gcc dot gnu dot org
--- Comment #4 from aoliva at gcc dot gnu dot org 2009-10-12 20:00 --- There's nothing stopping optimizers from moving assignments to memory across debug stmts, but with debug temps we don't move debug stmts across memory assignments any more, so this testcase is fixed. -- aoliva at

[Bug debug/41447] Wrong debug with VTA on temporaries initialized from memory variable

2009-10-12 Thread aoliva at gcc dot gnu dot org
--- Comment #3 from aoliva at gcc dot gnu dot org 2009-10-12 18:59 --- Subject: Bug 41447 Author: aoliva Date: Mon Oct 12 18:58:38 2009 New Revision: 152681 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152681 Log: gcc/ChangeLog: PR debug/41343 PR debug/41447 PR debug/41264 PR

[Bug debug/41447] Wrong debug with VTA on temporaries initialized from memory variable

2009-10-05 Thread aoliva at gcc dot gnu dot org
--- Comment #2 from aoliva at gcc dot gnu dot org 2009-10-06 04:25 --- The patch that introduces debug temps fixes this bug. http://gcc.gnu.org/ml/gcc-patches/2009-10/msg00112.html -- aoliva at gcc dot gnu dot org changed: What|Removed |Added -

[Bug debug/41447] Wrong debug with VTA on temporaries initialized from memory variable

2009-09-23 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-09-23 13:55 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC|