diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
| -rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/rfg10.C | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d817d85..a4ccb07 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2011-06-29 Jason Merrill <jason@redhat.com> + PR c++/49272 + * g++.old-deja/g++.jason/rfg10.C: Accept other overflow error too. + PR c++/49520 * g++.dg/cpp0x/constexpr-using2.C: New. diff --git a/gcc/testsuite/g++.old-deja/g++.jason/rfg10.C b/gcc/testsuite/g++.old-deja/g++.jason/rfg10.C index 8769f5a..7568074 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/rfg10.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/rfg10.C @@ -8,5 +8,5 @@ enum COLOR { red, green = ULONG_MAX, - blue // { dg-error "too large for .unsigned long" } + blue // { dg-error "too large for .unsigned long|overflow" } }; |
