re PR testsuite/38809 (gcc.dg/pr38616.c doesn't work on Linux/ia64)
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 12 Jan 2009 03:47:48 +0000 (03:47 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 12 Jan 2009 03:47:48 +0000 (19:47 -0800)
2009-01-11  H.J. Lu  <hongjiu.lu@intel.com>

PR testsuite/38809
* gcc.dg/pr38616.c: Only run for targets with -fstack-protector.

From-SVN: r143287

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>