This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug regression/55050] Regression test failure slp-21.c on arm-linux-gnueabi
- From: "vmakarov at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 24 Oct 2012 20:27:06 +0000
- Subject: [Bug regression/55050] Regression test failure slp-21.c on arm-linux-gnueabi
- Auto-submitted: auto-generated
- References: <bug-55050-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55050
Vladimir Makarov <vmakarov at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vmakarov at redhat dot com
--- Comment #3 from Vladimir Makarov <vmakarov at redhat dot com> 2012-10-24 20:27:06 UTC ---
I am not sure that is a LRA merge problem. LRA merge should not affect ARM
because old reload should work for ARM. There is a very small change for arm.c
because I added a new argument for final.c::alter_subreg. There is few changes
in IRA too but again I don't think it affect ARM.
Could you provide a preprocessed file because I can not reproduce the problem
by myself. Thanks.