public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Committed] Testsuite update for MIPS16
@ 2015-10-28 18:12 Moore, Catherine
  0 siblings, 0 replies; only message in thread
From: Moore, Catherine @ 2015-10-28 18:12 UTC (permalink / raw)
  To: gcc-patches; +Cc: Matthew Fortune

I've now committed this patch to fix a couple of target-specific failures for MIP16 multilibs.

2015-10-28  Catherine Moore  <clm@codesourcery.com>

        * gcc.target/mips/oddspreg-3.c: Disable for MIPS16.
        * gcc.target/mips/oddspreg-6.c: Likewise.
        * gcc.target/mips/oddspreg-1.c: Likewise.
        * gcc.target/mips/oddspreg-2.c: Likewise.


Index: gcc.target/mips/oddspreg-6.c
===================================================================
--- gcc.target/mips/oddspreg-6.c        (revision 229495)
+++ gcc.target/mips/oddspreg-6.c        (working copy)
@@ -2,7 +2,7 @@
 /* { dg-skip-if "needs asm output" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */
 /* { dg-options "-mabi=32 -mfpxx -mhard-float" } */

-void
+NOMIPS16 void
 foo ()
 {
   register float foo asm ("$f1"); /* { dg-error "isn't suitable for" } */
Index: gcc.target/mips/oddspreg-1.c
===================================================================
--- gcc.target/mips/oddspreg-1.c        (revision 229495)
+++ gcc.target/mips/oddspreg-1.c        (working copy)
@@ -5,7 +5,7 @@
 #error "Incorrect number of single-precision registers reported"
 #endif

-void
+NOMIPS16 void
 foo ()
 {
   register float foo asm ("$f1");
Index: gcc.target/mips/oddspreg-2.c
===================================================================
--- gcc.target/mips/oddspreg-2.c        (revision 229495)
+++ gcc.target/mips/oddspreg-2.c        (working copy)
@@ -2,7 +2,7 @@
 /* { dg-skip-if "needs asm output" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */
 /* { dg-options "-mabi=32 -mno-odd-spreg -mhard-float" } */

-void
+NOMIPS16 void
 foo ()
 {
   register float foo asm ("$f1"); /* { dg-error "isn't suitable for" } */
Index: gcc.target/mips/oddspreg-3.c
===================================================================
--- gcc.target/mips/oddspreg-3.c        (revision 229495)
+++ gcc.target/mips/oddspreg-3.c        (working copy)
@@ -2,7 +2,7 @@
 /* { dg-skip-if "needs asm output" { *-*-* } { "-fno-fat-lto-objects" } { "" } } */
 /* { dg-options "-mabi=32 -mfp32 -march=loongson3a -mhard-float" } */

-void
+NOMIPS16 void
 foo ()
 {
   register float foo asm ("$f1"); /* { dg-error "isn't suitable for" } */

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

only message in thread, other threads:[~2015-10-28 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-28 18:12 [Committed] Testsuite update for MIPS16 Moore, Catherine

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