OSDN Git Service

2009-01-11 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jan 2009 03:47:48 +0000 (03:47 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jan 2009 03:47:48 +0000 (03:47 +0000)
PR testsuite/38809
* gcc.dg/pr38616.c: Only run for targets with -fstack-protector.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143287 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr38616.c

index c717262..289a330 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR testsuite/38809
+       * gcc.dg/pr38616.c: Only run for targets with -fstack-protector.
+
 2009-01-11  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/36254
index 98669da..b4534b5 100644 (file)
@@ -1,6 +1,7 @@
 /* PR middle-end/38616 */
 /* { dg-do run } */
 /* { dg-options "-O2 -fstack-protector" } */
+/* { dg-require-effective-target fstack_protector } */
 
 #include <stdio.h>