public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] PR target/38025
@ 2008-11-05 23:34 Michael Meissner
  2008-11-05 23:39 ` Andrew_Pinski
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Meissner @ 2008-11-05 23:34 UTC (permalink / raw)
  To: gcc-patches, trevor_smigiel, andrew_pinski, edelsohn

I was looking at the spu make check output, and it looks like we need to update
the error messages for intrinsics-1.c:

Is this ok to apply?

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.

Index: gcc/testsuite/gcc.target/spu/intrinsics-1.c
===================================================================
--- gcc/testsuite/gcc.target/spu/intrinsics-1.c	(revision 141624)
+++ gcc/testsuite/gcc.target/spu/intrinsics-1.c	(working copy)
@@ -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 } */
 }


-- 
Michael Meissner, IBM
4 Technology Place Drive, MS 2203A, Westford, MA, 01886, USA
meissner@linux.vnet.ibm.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] PR target/38025
  2008-11-05 23:34 [PATCH] PR target/38025 Michael Meissner
@ 2008-11-05 23:39 ` Andrew_Pinski
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew_Pinski @ 2008-11-05 23:39 UTC (permalink / raw)
  To: Michael Meissner; +Cc: edelsohn, gcc-patches, Trevor_Smigiel

Michael Meissner <meissner@linux.vnet.ibm.com> wrote on 11/05/2008 
03:33:30 PM:

> I was looking at the spu make check output, and it looks like we need to 
update
> the error messages for intrinsics-1.c:
> 
> Is this ok to apply?

Yes.

Thanks,
Andrew Pinski

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-05 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-05 23:34 [PATCH] PR target/38025 Michael Meissner
2008-11-05 23:39 ` Andrew_Pinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).