diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/ubsan/pr79757-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/ubsan/pr79757-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/ubsan/pr79757-1.c b/gcc/testsuite/gcc.dg/ubsan/pr79757-1.c index ca074bc..20ed2cd 100644 --- a/gcc/testsuite/gcc.dg/ubsan/pr79757-1.c +++ b/gcc/testsuite/gcc.dg/ubsan/pr79757-1.c @@ -1,7 +1,7 @@ /* PR sanitizer/79757 */ /* { dg-do compile } */ /* { dg-require-effective-target int128 } */ -/* { dg-options "-fsanitize=undefined" } */ +/* { dg-options "-Wno-old-style-definition -fsanitize=undefined" } */ unsigned __int128 x, y; |