Commit 35351a41 by Michael Meissner Committed by Michael Meissner

Fix PR 38025

From-SVN: r141628
parent 25696a75
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
......
......@@ -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 } */
}
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