mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 12:21:15 +08:00
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
This commit is contained in:
parent
de2130f9bb
commit
60d6f5d8bd
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-do compile { target { nonpic } } } */
|
||||
/* { dg-options "-fipa-pta -fdump-ipa-pta" } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
/* { dg-do compile { target { nonpic } } } */
|
||||
/* { dg-options "-O2 -fdump-tree-optimized" } */
|
||||
static int a;
|
||||
int f;
|
||||
|
Loading…
x
Reference in New Issue
Block a user