| Index: gcc/gcc/testsuite/gcc.dg/pr14649-1.c
|
| diff --git a/gcc/gcc/testsuite/gcc.dg/pr14649-1.c b/gcc/gcc/testsuite/gcc.dg/pr14649-1.c
|
| index 83a9f570eef3e0d0e3e86bc6d75da78f37373886..34f42f08f2cadef0f5c3a6b5663d005b0ed58094 100644
|
| --- a/gcc/gcc/testsuite/gcc.dg/pr14649-1.c
|
| +++ b/gcc/gcc/testsuite/gcc.dg/pr14649-1.c
|
| @@ -4,7 +4,7 @@
|
|
|
| double atan(double);
|
|
|
| -const double pi = 4*atan(1.0); /* { dg-warning "(not constant)|(near initialization)" } */
|
| +const double pi = 4*atan(1.0); /* { dg-warning "not a constant expression" } */
|
|
|
| const double ok = 4*__builtin_atan(1.0);
|
|
|
|
|