diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/ubsan/pr103456.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/ubsan/pr103456.c b/gcc/testsuite/gcc.dg/ubsan/pr103456.c index 20322fb..7624fa8 100644 --- a/gcc/testsuite/gcc.dg/ubsan/pr103456.c +++ b/gcc/testsuite/gcc.dg/ubsan/pr103456.c @@ -1,6 +1,6 @@ /* PR tree-optimization/103456 */ /* { dg-do compile } */ -/* { dg-options "-fsanitize=undefined -O -fdump-tree-objsz" } */ +/* { dg-options "-fsanitize=undefined -O -fdump-tree-objsz -ffat-lto-objects" } */ static char *multilib_options = "m64/m32"; |