Commit 55d80bc4 by Jason Merrill Committed by Jason Merrill

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
parent 11324716
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" }
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment