[Bug testsuite/44989] [4.6 regression] g++.dg/guality/redeclaration1.C

2010-09-02 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2010-09-02 11:51 --- This isn't a testsuite bug, but lto/whopr bug, and IMHO quite severe, it affects debugging even at -O0. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44989

[Bug testsuite/44989] [4.6 regression] g++.dg/guality/redeclaration1.C

2010-09-02 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-09-02 11:08 --- I can't get anything but { dg-skip-if "" { *-*-* } { "-fwhopr" "-flto" } { "" } } to work. But then -O0 still fails for me. 13 int i = 42;^M $1 = 0^M $2 = 42^M 0 != 42 with gdb 7.1. -- rguenth at gcc