This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/11376] [3.3/3.4 regression] mozilla-1.4 miscompiled


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



------- Additional Comments From franz dot sirl-kernel at lauterbach dot com  2003-07-02 05:41 -------
Subject: Re:  [3.3/3.4 regression] mozilla-1.4
  miscompiled

At 04:08 02.07.2003, mmitchel at gcc dot gnu dot org wrote:
>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
>
>
>
>------- Additional Comments From mmitchel at gcc dot gnu dot 
>org  2003-07-02 02:08 -------
>I cannot reproduce this bug with the 20030701 versions of 3.3.1 or 3.4 
>using the
>last test case in the audit trail on a Red Hat 8 system.  Can anyone else?

Mark, so far it has only be reproducible on powerpc-linux, can you try it 
on entropy? It's up again and there I can reproduce it with both the 
installed gcc-3_3-rhl-branch compiler and the current gcc-3_3-branch:

[fsirl@entropy:~]$ g++ -O2 -fno-exceptions ~fsirl/bug-mozilla-5.cxx
[fsirl@entropy:~]$ ./a.out
Segmentation fault
[fsirl@entropy:~]$ ~fsirl/obj/gcc33/gcc/g++ -B ~fsirl/obj/gcc33/gcc/
-isystem /usr/include/c++/3.3/ -isystem /usr/include/c++/3.3/ppc-linux/ -L
~fsirl/obj/gcc33/ppc-linux/libstdc++-v3/src/.libs/ -O2 -fno-exceptions
~fsirl/bug-mozilla-5.cxx
[fsirl@entropy:~]$ ./a.out
Segmentation fault

Franz.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]