This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/49799] gcc arm generates illegal sbfx instruction
- From: "carrot at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 29 Jul 2011 08:37:22 +0000
- Subject: [Bug rtl-optimization/49799] gcc arm generates illegal sbfx instruction
- Auto-submitted: auto-generated
- References: <bug-49799-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49799
--- Comment #10 from carrot at gcc dot gnu.org 2011-07-29 08:36:11 UTC ---
Author: carrot
Date: Fri Jul 29 08:35:59 2011
New Revision: 176917
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176917
Log:
PR rtl-optimization/49799
* combine.c (make_compound_operation): Check if the bit field is valid
before change it to bit field extraction.
* gcc.dg/pr49799.c: New test case.
Added:
branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr49799.c
- copied unchanged from r176911, trunk/gcc/testsuite/gcc.dg/pr49799.c
Modified:
branches/gcc-4_6-branch/ (props changed)
branches/gcc-4_6-branch/gcc/ChangeLog
branches/gcc-4_6-branch/gcc/combine.c
branches/gcc-4_6-branch/gcc/testsuite/ChangeLog
Propchange: branches/gcc-4_6-branch/
('svn:mergeinfo' modified)