This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/49545] [4.6 Regression] New C++ test failures
- From: "hp at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 28 Jul 2011 14:57:05 +0000
- Subject: [Bug middle-end/49545] [4.6 Regression] New C++ test failures
- Auto-submitted: auto-generated
- References: <bug-49545-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49545
--- Comment #13 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2011-07-28 14:56:33 UTC ---
(In reply to comment #12)
> After this commit:
> http://gcc.gnu.org/ml/gcc-cvs/2011-07/msg01132.html
I.e. r176864, applied to the 4.6 branch.
Still, at r176866, g++.dg/tree-ssa/fwprop-align.C fails on trunk for cris-elf.
(For which the test never failed on the 4.6 branch.)
For cris-elf, code has to be 16-bit-aligned but otherwise there are no
alignment restrictions. Perhaps that's related to the failure.