This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/50146] [4.7 regression] unused variable saved_nregs in ira-color.c broke arm-linux-gnueabi bootstrap
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 22 Aug 2011 09:38:18 +0000
- Subject: [Bug bootstrap/50146] [4.7 regression] unused variable saved_nregs in ira-color.c broke arm-linux-gnueabi bootstrap
- Auto-submitted: auto-generated
- References: <bug-50146-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50146
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-08-22 09:38:18 UTC ---
Author: jakub
Date: Mon Aug 22 09:38:14 2011
New Revision: 177951
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177951
Log:
PR bootstrap/50146
* ira-color.c (assign_hard_reg): Move saved_nregs declaration
to #ifndef HONOR_REG_ALLOC_ORDER block.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/ira-color.c