diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/Werror-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/Werror-1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/Werror-1.c b/gcc/testsuite/gcc.dg/Werror-1.c index 815a561..001af24 100644 --- a/gcc/testsuite/gcc.dg/Werror-1.c +++ b/gcc/testsuite/gcc.dg/Werror-1.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-Waddress -Wattributes -Werror" } */ +/* { dg-options "-Waddress -Wattributes -Werror -fshow-column" } */ /* { dg-message "warnings being treated as errors" "" {target "*-*-*"} 0 } */ /* This is the first in a series of test cases that test the @@ -16,6 +16,6 @@ int i; void foo () { - if (&i) /* { dg-error ".* will always evaluate as 'true'" } */ + if (&i) /* { dg-error "7:.* will always evaluate as 'true'" } */ grill (); } |