20070507-1.c: Disable for non-pic targets.

2007-05-10  Andreas Krebbel  <krebbel1@de.ibm.com>

	* gcc.dg/20070507-1.c: Disable for non-pic targets.

From-SVN: r124593
This commit is contained in:
Andreas Krebbel 2007-05-10 07:53:37 +00:00 committed by Andreas Krebbel
parent 8e3dfafeb9
commit 31b40480a4
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-05-10 Andreas Krebbel <krebbel1@de.ibm.com>
* gcc.dg/20070507-1.c: Disable for non-pic targets.
2007-05-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/31880

View file

@ -3,7 +3,7 @@
hoisting an insn from a loop body. */
/* { dg-options "-O3 -fPIC" } */
/* { dg-do run } */
/* { dg-do run { target fpic } } */
typedef __SIZE_TYPE__ size_t;
int memcmp(const void *s1, const void *s2, size_t n);