[Bug c++/44590] [4.6 Regression] Revision 159362 caused multiple failures on the libstdc++-v3 tests

2010-07-10 Thread dominiq at lps dot ens dot fr
--- Comment #4 from dominiq at lps dot ens dot fr 2010-07-11 04:58 --- *** This bug has been marked as a duplicate of 44121 *** -- dominiq at lps dot ens dot fr changed: What|Removed |Added

[Bug c++/44590] [4.6 Regression] Revision 159362 caused multiple failures on the libstdc++-v3 tests

2010-07-04 Thread danglin at gcc dot gnu dot org
--- Comment #3 from danglin at gcc dot gnu dot org 2010-07-04 19:12 --- I see the following similar fails on hppa64-hp-hpux11.11: FAIL: 27_io/basic_stringbuf/sputbackc/char/1.cc (test for excess errors) FAIL: 27_io/basic_stringbuf/sputbackc/wchar_t/1.cc (test for excess errors) FAIL: 27

[Bug c++/44590] [4.6 Regression] Revision 159362 caused multiple failures on the libstdc++-v3 tests

2010-06-24 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44590

[Bug c++/44590] [4.6 Regression] Revision 159362 caused multiple failures on the libstdc++-v3 tests

2010-06-21 Thread hubicka at ucw dot cz
--- Comment #2 from hubicka at ucw dot cz 2010-06-21 08:44 --- Subject: Re: [4.6 Regression] Revision 159362 caused multiple failures on the libstdc++-v3 tests I was fixing bug like this, where function was extern inline and had address taken in the unit. Inliner removed offlin

[Bug c++/44590] [4.6 Regression] Revision 159362 caused multiple failures on the libstdc++-v3 tests

2010-06-21 Thread jamborm at gcc dot gnu dot org
--- Comment #1 from jamborm at gcc dot gnu dot org 2010-06-21 08:35 --- Honza, does this look familiar to you? -- jamborm at gcc dot gnu dot org changed: What|Removed |Added --