re PR testsuite/38809 (gcc.dg/pr38616.c doesn't work on Linux/ia64)

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
This commit is contained in:
H.J. Lu 2009-01-12 03:47:48 +00:00 committed by H.J. Lu
parent b706026db9
commit 3f429b8754
2 changed files with 6 additions and 0 deletions

View 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

View 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>