Commit a0a62352 by Paolo Carlini Committed by Paolo Carlini

re PR target/90871 (g++.dg/ext/altivec-15.C fails after r272236)

2019-06-13  Paolo Carlini  <paolo.carlini@oracle.com>

	PR target/90871
	* g++.dg/ext/altivec-15.C: Add dg-error directive.

From-SVN: r272250
parent 6cfd0124
2019-06-13 Paolo Carlini <paolo.carlini@oracle.com>
PR target/90871
* g++.dg/ext/altivec-15.C: Add dg-error directive.
2019-06-13 Iain Sandoe <iain@sandoe.co.uk>
* gcc.dg/pr90760.c: Require alias support.
......
......@@ -5,7 +5,7 @@
/* This test was added for an internal compiler error. The number and
content of error messages is irrelevant. */
struct SubData
struct SubData // { dg-error "" }
{
inline const Float Clamp(Float f, Float f0, Float f1) // { dg-error "" }
}
......
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