Commit 218da972 by Kaveh R. Ghazi Committed by Kaveh Ghazi

iinline-1.C: Remove -c flag, add -fpie for PIC targets.

	* g++.dg/ipa/iinline-1.C: Remove -c flag, add -fpie for PIC
	targets.

From-SVN: r141664
parent 3442b495
2008-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* g++.dg/ipa/iinline-1.C: Remove -c flag, add -fpie for PIC
targets.
* gcc.dg/tree-ssa/inline-2.c (foo): Add 'inline' keyword.
2008-11-06 Sebastian Pop <sebastian.pop@amd.com>
......
/* Verify that simple indirect calls are inlined even without early
inlining.. */
/* { dg-do compile } */
/* { dg-options "-O3 -c -fdump-ipa-inline -fno-early-inlining" } */
/* { dg-options "-O3 -fdump-ipa-inline -fno-early-inlining" } */
/* { dg-options "-O3 -fdump-ipa-inline -fno-early-inlining -fpie" { target { ! nonpic } } } */
extern void non_existent (const char *, int);
......
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