Commit acd8ea2a by Geoffrey Keating Committed by Geoffrey Keating

altivec-4.c: Make the 'char' entries signed also for consistency.

	* gcc.dg/altivec-4.c: Make the 'char' entries signed also for
	consistency.

From-SVN: r48641
parent 426b490f
2002-01-08 Geoff Keating <geoffk@redhat.com>
* gcc.dg/altivec-4.c: Make the 'char' entries signed also for
consistency.
002-01-07 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/altivec-4.c: Test altivec predicates.
......
......@@ -7,7 +7,7 @@ int __attribute__((mode(V4SI))) x, y;
vector int i,j,k;
vector short s,t,u;
vector char c,d,e;
vector signed char c,d,e;
vector float f,g,h;
void
......
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