public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [ARM, committed] Fix PR 44820
@ 2010-07-05  9:20 Jie Zhang
  0 siblings, 0 replies; only message in thread
From: Jie Zhang @ 2010-07-05  9:20 UTC (permalink / raw)
  To: gcc-patches; +Cc: mikpe

[-- Attachment #1: Type: text/plain, Size: 280 bytes --]

One of my last changes caused a GCC bootstrap failure for ARM. Mikael 
reported it as PR 44820 and kindly attached a patch in the bugzilla. I 
have committed his patch under the obvious rule. The patch is also 
attached in this email. Mikael, thanks!


-- 
Jie Zhang
CodeSourcery

[-- Attachment #2: gcc46-pr44820.patch --]
[-- Type: text/x-patch, Size: 721 bytes --]

gcc/

2010-07-05  Mikael Pettersson  <mikpe@it.uu.se>

	PR bootstrap/44820
	* config/arm/arm.c (arm_attr_length_move_neon): Delete regno.

--- gcc-4.6-20100703/gcc/config/arm/arm.c.~1~	2010-07-03 18:49:05.000000000 +0200
+++ gcc-4.6-20100703/gcc/config/arm/arm.c	2010-07-05 10:34:19.000000000 +0200
@@ -12865,7 +12865,7 @@ int
 arm_attr_length_move_neon (rtx insn)
 {
   rtx reg, mem, addr;
-  int regno, load;
+  int load;
   enum machine_mode mode;
 
   extract_insn_cached (insn);
@@ -12894,7 +12894,6 @@ arm_attr_length_move_neon (rtx insn)
   gcc_assert (MEM_P (mem));
 
   mode = GET_MODE (reg);
-  regno = REGNO (reg);
   addr = XEXP (mem, 0);
 
   /* Strip off const from addresses like (const (plus (...))).  */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-05  9:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-05  9:20 [ARM, committed] Fix PR 44820 Jie Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).