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
This commit is contained in:
Geoffrey Keating 2002-01-08 10:32:57 +00:00 committed by Geoffrey Keating
parent 426b490f88
commit acd8ea2ae0
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -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