diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr25682.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pr25682.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pr25682.c b/gcc/testsuite/gcc.dg/pr25682.c index 3a1d7c2..4118862 100644 --- a/gcc/testsuite/gcc.dg/pr25682.c +++ b/gcc/testsuite/gcc.dg/pr25682.c @@ -1,5 +1,6 @@ /* PR c/25682 */ /* { dg-do compile } */ +/* { dg-options "-ansi" } */ /* Test whether we don't ICE on questionable constructs where offsetof should have been used instead. */ |