]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/testsuite/gcc.dg/pr96260.c
Fix no_fsanitize_address effective target
[gcc.git] / gcc / testsuite / gcc.dg / pr96260.c
index 734832f021e321f58b8a73d09539114bef33ee0f..587afb76116c5759751d5d6a2ceb1b4a392bc38a 100644 (file)
@@ -1,7 +1,7 @@
 /* PR target/96260 */
 /* { dg-do compile } */
-/* { dg-require-effective-target no_fsanitize_address }*/
 /* { dg-options "--param asan-stack=1 -fsanitize=kernel-address -fasan-shadow-offset=0x100000" } */
+/* { dg-skip-if "no address sanitizer" { no_fsanitize_address } } */
 
 int *bar(int *);
 int *f( int a)
This page took 0.03431 seconds and 5 git commands to generate.