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

From-SVN: r90882
This commit is contained in:
Ben Elliston 2004-11-18 21:13:36 +00:00 committed by Ben Elliston
parent b9e8bfda53
commit d9648e1db3
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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);
}