This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
g++.abi/vtable2.C aliasing safe?
- To: gcc-bugs at gcc dot gnu dot org
- Subject: g++.abi/vtable2.C aliasing safe?
- From: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Date: Mon, 14 May 2001 00:56:54 +0200
- Cc: Mark Mitchell <mark at codesourcery dot com>
Hi,
this testcase is failing on powerpc-linux-gnu with -O2. Out of curiosity I
looked a bit closer today on it and noticed that the FAIL goes away with
-fno-strict-aliasing. But I can't believe the C++ people put in a
non-aliasing aware testcase, so do we have an aliasing bug somewhere still?
Franz.