Fix PR 38025

From-SVN: r141628
This commit is contained in:
Michael Meissner 2008-11-05 23:45:36 +00:00 committed by Michael Meissner
parent 25696a756e
commit 35351a413b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-11-05 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/38025
* gcc.target/spu/intrinsics-1.c (f): Tune expected error messages
to match current compiler.
2008-11-05 Hans-Peter Nilsson <hp@axis.com>
PR target/38016

View File

@ -14,5 +14,6 @@ void f(void)
gt = spu_cmpgt(a, b); /* { dg-error "parameter list" } */
gt = spu_cmpgt(a, a);
a = spu_cmpgt(a, a); /* { dg-message "note: use -flax-vector-conversions to permit conversions between vectors with differing element types or numbers of subparts" } */
/* { dg-error "incompatible types in" "" { target *-*-* } 16 } */
/* { dg-message "note: expected 'int'" "" { target *-*-* } 13 } */
/* { dg-error "incompatible types when assigning" "" { target *-*-* } 16 } */
}