This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11376] New: [3.3/3.4 regression] mozilla-1.4 miscompiled
- From: "sirl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2003 08:16:23 -0000
- Subject: [Bug c++/11376] New: [3.3/3.4 regression] mozilla-1.4 miscompiled
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11376
Summary: [3.3/3.4 regression] mozilla-1.4 miscompiled
Product: gcc
Version: 3.3
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: sirl at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,kevin dot hendricks at
sympatico dot ca
GCC build triplet: powerpc-unknown-linux-gnu
GCC host triplet: powerpc-unknown-linux-gnu
GCC target triplet: powerpc-unknown-linux-gnu
As described in <http://gcc.gnu.org/ml/gcc-bugs/2003-06/threads.html#02040>,
gcc-3.3/3.4 miscompiles mozilla-1.4 leading to a segfault at startup.
Due to the kind help of Kevin Hendricks there is now a simplified testcase that
shows the bug if compiled with -O2 -fno-exceptions.
It is not clear yet if the code itself is aliasing safe.