public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Michael Meissner <meissner@linux.vnet.ibm.com>
To: gcc-patches@gcc.gnu.org, trevor_smigiel@playstation.sony.com,
	        andrew_pinski@playstation.sony.com, edelsohn@gnu.org
Subject: [PATCH] PR target/38025
Date: Wed, 05 Nov 2008 23:34:00 -0000	[thread overview]
Message-ID: <20081105233330.GA1449@hungry-tiger.westford.ibm.com> (raw)

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

             reply	other threads:[~2008-11-05 23:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-05 23:34 Michael Meissner [this message]
2008-11-05 23:39 ` Andrew_Pinski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081105233330.GA1449@hungry-tiger.westford.ibm.com \
    --to=meissner@linux.vnet.ibm.com \
    --cc=andrew_pinski@playstation.sony.com \
    --cc=edelsohn@gnu.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=trevor_smigiel@playstation.sony.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).