This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/14640] [3.3 regression] miscompilation of mozilla-firefox (deallocator problems?)
- From: "debian-gcc at lists dot debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Mar 2004 08:09:45 -0000
- Subject: [Bug optimization/14640] [3.3 regression] miscompilation of mozilla-firefox (deallocator problems?)
- References: <20040318204708.14640.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From debian-gcc at lists dot debian dot org 2004-03-28 08:09 -------
compiling the whole app with 3.3 CVS 20040327 results in the segfault. compiling
content/events/src/nsEventListenerManager.cpp with the same compiler and the
backport for PR10776 reverted and relinking results in a working application.
Flags used to compile:
/usr/lib/gcc-lib/i486-linux/3.3.3/cc1plus -fpreprocessed
nsEventListenerManager.ii -quiet -dumpbase nsEventListenerManager.cpp
-auxbase-strip nsEventListenerManager.o -O2 -Wall -Wconversion -Wpointer-arith
-Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long
-w -version -fPIC -fno-rtti -fno-exceptions -fshort-wchar -o
nsEventListenerManager.s
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14640