"H.J. Lu" <hjl.to...@gmail.com> writes: > The new tests failed on Linux/x86:
Woops. I have committed the patch below under the obvious rule for this. Sorry for the inconvenience. gcc/testsuite/ChangeLog: * c-c++-common/cpp/warning-zero-location-2.c: Fix error message specifier. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a468447..27777da 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-01-29 Dodji Seketeli <do...@redhat.com> + + * c-c++-common/cpp/warning-zero-location-2.c: Fix error message + selector. + 2014-01-29 Jakub Jelinek <ja...@redhat.com> PR middle-end/59917 diff --git a/gcc/testsuite/c-c++-common/cpp/warning-zero-location-2.c b/gcc/testsuite/c-c++-common/cpp/warning-zero-location-2.c index c0e0bf7..e919bca 100644 --- a/gcc/testsuite/c-c++-common/cpp/warning-zero-location-2.c +++ b/gcc/testsuite/c-c++-common/cpp/warning-zero-location-2.c @@ -7,4 +7,4 @@ #include <xxxxxxxxxxxx.h> int main() { return 0; } -/* { dg-error "No such file or directory" { target *-*-* } 4636 } */ +/* { dg-message "" "#include" {target *-*-* } 0 } -- Dodji