Commit 31b40480 by Andreas Krebbel Committed by Andreas Krebbel

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
parent 8e3dfafe
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> 2007-05-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/31880 PR libfortran/31880
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
hoisting an insn from a loop body. */ hoisting an insn from a loop body. */
/* { dg-options "-O3 -fPIC" } */ /* { dg-options "-O3 -fPIC" } */
/* { dg-do run } */ /* { dg-do run { target fpic } } */
typedef __SIZE_TYPE__ size_t; typedef __SIZE_TYPE__ size_t;
int memcmp(const void *s1, const void *s2, size_t n); int memcmp(const void *s1, const void *s2, size_t n);
......
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