re PR c++/49272 (FAIL: g++.old-deja/g++.jason/rfg10.C (test for errors, line 11))
PR c++/49272 * g++.old-deja/g++.jason/rfg10.C: Accept other overflow error too. From-SVN: r175659
This commit is contained in:
parent
11324716c1
commit
55d80bc439
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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" }
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue