Commit 60d6f5d8 by Jakub Jelinek Committed by Jakub Jelinek

re PR testsuite/38261 (gcc.dg/torture/ipa-pta-1.c & gcc.dg/tree-ssa/alias-2.c…

re PR testsuite/38261 (gcc.dg/torture/ipa-pta-1.c & gcc.dg/tree-ssa/alias-2.c fail with -fpic/-fPIC)

	PR testsuite/38261
	* gcc.dg/tree-ssa/alias-2.c: Only compile on nonpic targets.
	* gcc.dg/torture/ipa-pta-1.c: Likewise.

From-SVN: r142256
parent de2130f9
2008-11-28 Jakub Jelinek <jakub@redhat.com>
PR testsuite/38261
* gcc.dg/tree-ssa/alias-2.c: Only compile on nonpic targets.
* gcc.dg/torture/ipa-pta-1.c: Likewise.
2008-11-26 Janis Johnson <janis187@us.ibm.com>
* lib/objc.exp (objc_target_compile): Fix typo from previous change.
......
/* { dg-do compile } */
/* { dg-do compile { target { nonpic } } } */
/* { dg-options "-fipa-pta -fdump-ipa-pta" } */
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
......
/* { dg-do compile { target { nonpic } } } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
static int a;
int f;
......
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