Commit 987dbd1b by Kaveh R. Ghazi Committed by Kaveh Ghazi

20070302-1.c (baz): Mark with attribute noinline.

	* gcc.dg/tree-ssa/20070302-1.c (baz): Mark with attribute
	noinline.  XFAIL test.

From-SVN: r131875
parent ce97da22
2008-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.dg/tree-ssa/20070302-1.c (baz): Mark with attribute
noinline. XFAIL test.
2008-01-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/31610
/* { dg-do link } */
/* { dg-xfail-if "" { *-*-* } { "*" } { "" } } See PR34743. */
/* { dg-options "-O2" } */
struct A
......@@ -9,7 +10,8 @@ struct A
volatile float X, Y;
int baz (struct A *z, struct A *y)
int __attribute__ ((__noinline__))
baz (struct A *z, struct A *y)
{
z->x = (int) X;
z->y = Y;
......
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