------- Comment #1 from uweigand at gcc dot gnu dot org 2008-11-05 18:04 ------- The test case tests for expected failures. It seems there is now an additional message being output:
/home/meissner/fsf-src/trunk/gcc/testsuite/gcc.target/spu/intrinsics-1.c:13: warning: passing argument 2 of __builtin_spu_cmpgt_11 makes integer from pointer without a cast /home/meissner/fsf-src/trunk/gcc/testsuite/gcc.target/spu/intrinsics-1.c:13: note: expected int but argument is of type int * The testcase checks for the "makes integer from pointer" error, but does not expect the additional "note". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38025