Commit 5c1e70a6 by Martin Jambor Committed by Martin Jambor

ira-shrinkwrap-prep-1.c: Add lp64 to target requirements.

2013-11-13  Martin Jambor  <mjambor@suse.cz>

	* gcc.dg/ira-shrinkwrap-prep-1.c: Add lp64 to target requirements.
	* gcc.dg/ira-shrinkwrap-prep-2.c: Likewise.
	* gcc.dg/pr10474.c: Likewise.

From-SVN: r204749
parent 6f99e449
2013-11-13 Martin Jambor <mjambor@suse.cz>
* gcc.dg/ira-shrinkwrap-prep-1.c: Add lp64 to target requirements.
* gcc.dg/ira-shrinkwrap-prep-2.c: Likewise.
* gcc.dg/pr10474.c: Likewise.
2013-11-13 Cesar Philippidis <cesar@codesourcery.com> 2013-11-13 Cesar Philippidis <cesar@codesourcery.com>
* lib/target-supports.exp * lib/target-supports.exp
......
/* { dg-do compile { target x86_64-*-* } } */ /* { dg-do compile { target { x86_64-*-* && lp64 } } } */
/* { dg-options "-O3 -fdump-rtl-ira -fdump-rtl-pro_and_epilogue" } */ /* { dg-options "-O3 -fdump-rtl-ira -fdump-rtl-pro_and_epilogue" } */
int __attribute__((noinline, noclone)) int __attribute__((noinline, noclone))
......
/* { dg-do compile { target x86_64-*-* } } */ /* { dg-do compile { target { x86_64-*-* && lp64 } } } */
/* { dg-options "-O3 -fdump-rtl-ira -fdump-rtl-pro_and_epilogue" } */ /* { dg-options "-O3 -fdump-rtl-ira -fdump-rtl-pro_and_epilogue" } */
int __attribute__((noinline, noclone)) int __attribute__((noinline, noclone))
......
/* { dg-do compile { target x86_64-*-* } } */ /* { dg-do compile { target { x86_64-*-* && lp64 } } } */
/* { dg-options "-O3 -fdump-rtl-pro_and_epilogue" } */ /* { dg-options "-O3 -fdump-rtl-pro_and_epilogue" } */
void f(int *i) void f(int *i)
......
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