* gcc.dg/pr24615.c: Guard test with { target fpic }.

From-SVN: r106482
This commit is contained in:
Hans-Peter Nilsson 2005-11-04 06:24:29 +00:00 committed by Hans-Peter Nilsson
parent b3bdba1328
commit 553ff21c96
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-do compile { target fpic } } */
/* { dg-options "-Os -fPIC" } */
void *memset (void *, int, __SIZE_TYPE__);