public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [SH, 4.7] Backport Fix sh64-elf build failure [3/3]
@ 2012-05-31 21:00 Oleg Endo
  2012-05-31 22:06 ` Kaz Kojima
  0 siblings, 1 reply; 3+ messages in thread
From: Oleg Endo @ 2012-05-31 21:00 UTC (permalink / raw)
  To: gcc-patches

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

Original patch:
http://gcc.gnu.org/ml/gcc-patches/2012-03/msg00210.html

'Tested' with..

../gcc-4_7-branch/configure --target=sh-elf --prefix=/usr/local
--enable-languages=c,c++ --enable-multilib --disable-libssp
--disable-nls --disable-werror --enable-lto --with-newlib --with-gnu-as
--with-gnu-ld --with-system-zlib

make all

OK for 4.7 branch?

ChangeLog:

        Backport from mainline
        2012-03-03  Kaz Kojima  <kkojima@gcc.gnu.org>
        * config/sh/sh.md (abssi2): Add TARGET_SH1 condition.


[-- Attachment #2: 2012-03-msg00210.patch --]
[-- Type: text/x-patch, Size: 401 bytes --]

Index: gcc/config/sh/sh.md
===================================================================
--- gcc/config/sh/sh.md	(revision 188026)
+++ gcc/config/sh/sh.md	(working copy)
@@ -4462,7 +4462,7 @@
   [(set (match_operand:SI 0 "arith_reg_dest" "")
   	(abs:SI (match_operand:SI 1 "arith_reg_operand" "")))
    (clobber (reg:SI T_REG))]
-  ""
+  "TARGET_SH1"
   "")
 
 (define_insn_and_split "*abssi2"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [SH, 4.7] Backport Fix sh64-elf build failure [3/3]
  2012-05-31 21:00 [SH, 4.7] Backport Fix sh64-elf build failure [3/3] Oleg Endo
@ 2012-05-31 22:06 ` Kaz Kojima
  0 siblings, 0 replies; 3+ messages in thread
From: Kaz Kojima @ 2012-05-31 22:06 UTC (permalink / raw)
  To: oleg.endo; +Cc: gcc-patches

Oleg Endo <oleg.endo@t-online.de> wrote:
> Original patch:
> http://gcc.gnu.org/ml/gcc-patches/2012-03/msg00210.html
> 
> 'Tested' with..
> 
> ../gcc-4_7-branch/configure --target=sh-elf --prefix=/usr/local
> --enable-languages=c,c++ --enable-multilib --disable-libssp
> --disable-nls --disable-werror --enable-lto --with-newlib --with-gnu-as
> --with-gnu-ld --with-system-zlib
> 
> make all
> 
> OK for 4.7 branch?
> 
> ChangeLog:
> 
>         Backport from mainline
>         2012-03-03  Kaz Kojima  <kkojima@gcc.gnu.org>
>         * config/sh/sh.md (abssi2): Add TARGET_SH1 condition.

OK as the fix for a regression from 4.6.

Regards,
	kaz

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [SH, 4.7] Backport Fix sh64-elf build failure [3/3]
@ 2012-05-31 21:00 Oleg Endo
  0 siblings, 0 replies; 3+ messages in thread
From: Oleg Endo @ 2012-05-31 21:00 UTC (permalink / raw)
  To: gcc-patches

Original patch:
http://gcc.gnu.org/ml/gcc-patches/2012-03/msg00210.html

'Tested' with..

../gcc-4_7-branch/configure --target=sh-elf --prefix=/usr/local
--enable-languages=c,c++ --enable-multilib --disable-libssp
--disable-nls --disable-werror --enable-lto --with-newlib --with-gnu-as
--with-gnu-ld --with-system-zlib

make all

OK for 4.7 branch?

ChangeLog:

	Backport from mainline
	2012-03-03  Kaz Kojima  <kkojima@gcc.gnu.org>
	* config/sh/sh.md (abssi2): Add TARGET_SH1 condition.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-31 22:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-31 21:00 [SH, 4.7] Backport Fix sh64-elf build failure [3/3] Oleg Endo
2012-05-31 22:06 ` Kaz Kojima
  -- strict thread matches above, loose matches on Subject: below --
2012-05-31 21:00 Oleg Endo

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).