Commit 7f216cb2 by Steve Ellcey Committed by Steve Ellcey

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
parent 6edc217d
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> 2014-01-09 Jakub Jelinek <jakub@redhat.com>
PR middle-end/47735 PR middle-end/47735
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
/* { dg-options "-O2 -mabi=64" { target mips-*-linux-* } } */ /* { dg-options "-O2 -mabi=64" { target { mips*-*-linux* && mips64 } } } */
struct offset_v1 { struct offset_v1 {
int k_uniqueness; int k_uniqueness;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment