public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Ramana Radhakrishnan <ramana.gcc@googlemail.com>
To: Bernd Schmidt <bernds@codesourcery.com>
Cc: Richard Earnshaw <rearnsha@arm.com>,
	GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: ARM: More reorganization of extend patterns (PR43137)
Date: Tue, 07 Sep 2010 21:29:00 -0000	[thread overview]
Message-ID: <AANLkTinfmUuf3c_Y7z-cU+pq2sZjsFJDa3GjmdB-Fgxs@mail.gmail.com> (raw)
In-Reply-To: <4C856C57.10300@codesourcery.com>

>> The define_mode_attrs need to be moved to iterators.md.  Also, a number
>> of patterns have been changed (inconsistently with the rest of arm.md)
>> to not have the terminating ')' in column 1.
>>
>> Otherwise, OK.
>
> Thanks.  Here's what I committed.

This broke bootstrap because of an unused variable "insn" . I've
committed this patch as obvious after making sure trunk builds for
arm-eabi after this patch.

2010-09-07  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

	* config/arm/arm.md: Remove unused variable.

cheers
Ramana


Index: gcc/config/arm/arm.md
===================================================================
--- gcc/config/arm/arm.md	(revision 163966)
+++ gcc/config/arm/arm.md	(working copy)
@@ -4065,7 +4065,6 @@
   "TARGET_32BIT"
   [(set (match_dup 0) (match_dup 1))]
 {
-  rtx insn;
   rtx lo_part = gen_lowpart (SImode, operands[0]);
   enum machine_mode src_mode = GET_MODE (operands[1]);

  reply	other threads:[~2010-09-07 20:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-13  9:56 Bernd Schmidt
2010-08-04 14:56 ` Ping: " Bernd Schmidt
2010-08-24 13:09   ` Ping^2: " Bernd Schmidt
2010-09-01 16:02 ` Richard Earnshaw
2010-09-06 23:13   ` Bernd Schmidt
2010-09-07 21:29     ` Ramana Radhakrishnan [this message]
2010-09-15 22:47   ` Bernd Schmidt
2010-09-16 12:04     ` Richard Earnshaw
2010-09-21 13:59       ` Bernd Schmidt
2010-09-15 23:01 Uros Bizjak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTinfmUuf3c_Y7z-cU+pq2sZjsFJDa3GjmdB-Fgxs@mail.gmail.com \
    --to=ramana.gcc@googlemail.com \
    --cc=bernds@codesourcery.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=rearnsha@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).