From: Steve Ellcey Date: Thu, 9 Jan 2014 21:00:42 +0000 (+0000) Subject: delay-slot-1.c: Restrict -mabi=64 to 64 bit processors. X-Git-Tag: releases/gcc-4.9.0~1736 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f216cb2693e67a1732b9610eb85bf0b6c2cd0bb;p=thirdparty%2Fgcc.git delay-slot-1.c: Restrict -mabi=64 to 64 bit processors. 2014-01-09 Steve Ellcey * gcc.dg/delay-slot-1.c: Restrict -mabi=64 to 64 bit processors. From-SVN: r206495 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0957d8411409..3379e902d48d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-01-09 Steve Ellcey + + * gcc.dg/delay-slot-1.c: Restrict -mabi=64 to 64 bit processors. + 2014-01-09 Jakub Jelinek PR middle-end/47735 diff --git a/gcc/testsuite/gcc.dg/delay-slot-1.c b/gcc/testsuite/gcc.dg/delay-slot-1.c index f3bcd8ec7564..bfc0273e4ff5 100644 --- a/gcc/testsuite/gcc.dg/delay-slot-1.c +++ b/gcc/testsuite/gcc.dg/delay-slot-1.c @@ -1,6 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-O2" } */ -/* { dg-options "-O2 -mabi=64" { target mips-*-linux-* } } */ +/* { dg-options "-O2 -mabi=64" { target { mips*-*-linux* && mips64 } } } */ struct offset_v1 { int k_uniqueness;