delay-slot-1.c: Restrict -mabi=64 to 64 bit processors.
2014-01-09 Steve Ellcey <sellcey@mips.com> * gcc.dg/delay-slot-1.c: Restrict -mabi=64 to 64 bit processors. From-SVN: r206495
This commit is contained in:
parent
6edc217dc1
commit
7f216cb269
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-01-09 Steve Ellcey <sellcey@mips.com>
|
||||
|
||||
* gcc.dg/delay-slot-1.c: Restrict -mabi=64 to 64 bit processors.
|
||||
|
||||
2014-01-09 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/47735
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue