This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/20949] [4.0/4.1 Regression] misscompilation of konqueror, artsd, STLport, libstdc++, ...
- From: "pluto at pld-linux dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Apr 2005 22:38:59 -0000
- Subject: [Bug c++/20949] [4.0/4.1 Regression] misscompilation of konqueror, artsd, STLport, libstdc++, ...
- References: <20050411143806.20949.pluto@pld-linux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pluto at pld-linux dot org 2005-04-11 22:38 -------
(In reply to comment #1)
> Well without a test, there is still nothing we can do anyways because they
could be invoking undefined
> behavior :).
> Also do they fail when compiled with -O0?
Konqueror works fine with -O0 and crashes with -O1 (without Dirk Mueller's hack).
With Dirk's hack konq. works with -O2.
The bug occurs in KonqMainWindow::initActions() body.
What kind of debug info do You need? tree-dumps for -O0/1?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20949