Commit d9648e1d by Ben Elliston Committed by Ben Elliston

* gcc.dg/pr16286.c: Test __pixel and __bool keywords.

From-SVN: r90882
parent b9e8bfda
2004-11-19 Ben Elliston <bje@au.ibm.com>
* gcc.dg/pr16286.c: Test __pixel and __bool keywords.
2004-11-18 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/ppc-bitfield1.c: Skip if not LP64, don't specify -m64.
......
......@@ -14,6 +14,9 @@
void test(void)
{
__vector unsigned int a, b;
__vector __pixel v0;
__vector __bool v1;
a = vec_and(a, b);
vec_step (b);
}
......
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