This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug regression/37824] funroll-loops miscompiles php
- From: "anton at samba dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Oct 2008 11:59:25 -0000
- Subject: [Bug regression/37824] funroll-loops miscompiles php
- References: <bug-37824-8090@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from anton at samba dot org 2008-10-14 11:59 -------
Alan Modra points out the cast is not required and removing it does fix the
issue.
BTW -Wstrict-aliasing (or -Wstrict-aliasing=2) doesn't warn about the code.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37824