Commit 9bae1881 by Martin Jambor Committed by Martin Jambor

inline-params.c: Disable early inlining.

2010-03-31  Martin Jambor  <mjambor@suse.cz>

	* gcc.dg/guality/inline-params.c: Disable early inlining.  Xfail run
	only with -O2, -O3 or -Os and not with -fwhopr.

From-SVN: r157863
parent a0c21029
2010-03-31 Martin Jambor <mjambor@suse.cz>
* gcc.dg/guality/inline-params.c: Disable early inlining. Xfail run
only with -O2, -O3 or -Os and not with -fwhopr.
2010-03-31 Dodji Seketeli <dodji@redhat.com>
PR c++/43558
......
/* { dg-do run { xfail *-*-* } } */
/* IPA-SRA removes the argumet as dead, so we don't see their values. */
/* { dg-options "-g -fno-ipa-sra" } */
/* { dg-do run } */
/* IPA-SRA removes the arguments as dead, so we don't see their values, early
inlining inlines the functions too early to test the real IPA passes (such
as IPA-CP). */
/* { dg-options "-g -fno-early-inlining -fno-ipa-sra" } */
/* { dg-xfail-run-if "" { "*-*-*" } { "-O2" "-O3" "-Os" } { "-fwhopr" } } */
#define GUALITY_DONT_FORCE_LIVE_AFTER -1
#ifndef STATIC_INLINE
......
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