Commit d205bdbe by Janis Johnson Committed by Janis Johnson

re PR testsuite/43363 (FAIL: g++.dg/ext/altivec-17.C)

	PR testsuite/43363
	* g++.dg/ext/altivec-17.C: Handle changes to error message.

From-SVN: r157467
parent f4b130bb
2010-03-15 Janis Johnson <janis187@us.ibm.com>
PR testsuite/43363
* g++.dg/ext/altivec-17.C: Handle changes to error message.
2010-03-15 Michael Matz <matz@suse.de>
PR middle-end/43300
......
......@@ -12,5 +12,5 @@ typedef vector__ bool__ int bool_simd_type;
void Foo (bool_simd_type const &a)
{
simd_type const &v = a; // { dg-error "'const unsigned int __vector__&' from expression of type 'const __bool int __vector__'" }
simd_type const &v = a; // { dg-error "'const unsigned int __vector\\\[4\\\]&' from expression of type 'const __bool int __vector\\\[4\\\]'" }
}
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