OSDN Git Service

* gcc.dg/pr24615.c: Guard test with { target fpic }.
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Nov 2005 06:24:29 +0000 (06:24 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Nov 2005 06:24:29 +0000 (06:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106482 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr24615.c

index 093e294..e92490c 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-04  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gcc.dg/pr24615.c: Guard test with { target fpic }.
+
 2005-11-03  Josh Conner  <jconner@apple.com>
 
        PR c++/19989
index 9699d8e..9e42911 100644 (file)
@@ -1,5 +1,5 @@
 
-/* { dg-do compile } */
+/* { dg-do compile { target fpic } } */
 /* { dg-options "-Os -fPIC" } */
 
 void *memset (void *, int, __SIZE_TYPE__);