public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [testsuite] update error message in arm test
@ 2011-05-24 18:52 Janis Johnson
  2011-05-25 10:30 ` Ramana Radhakrishnan
  0 siblings, 1 reply; 2+ messages in thread
From: Janis Johnson @ 2011-05-24 18:52 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

The error message for unknown types changed a few months ago.  Update
a test that still looks for the old message.

Tested on arm-none-linux-gnueabi.  OK for trunk and 4.6?

[-- Attachment #2: gcc-20110524-1 --]
[-- Type: text/plain, Size: 613 bytes --]

2011-05-24  Janis Johnson  <janisjo@codesourcery.com>

	* gcc.target/arm/fp16-compile-none-1.c: Update expected error.

Index: gcc.target/arm/fp16-compile-none-1.c
===================================================================
--- gcc.target/arm/fp16-compile-none-1.c	(revision 174094)
+++ gcc.target/arm/fp16-compile-none-1.c	(working copy)
@@ -3,4 +3,4 @@
 
 /* __fp16 type name is not recognized unless you explicitly enable it
    by selecting -mfp16-format=ieee or -mfp16-format=alternative.  */
-__fp16 xx = 0.0;  /* { dg-error "expected" } */
+__fp16 xx = 0.0;  /* { dg-error "unknown type name" } */

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

* Re: [testsuite] update error message in arm test
  2011-05-24 18:52 [testsuite] update error message in arm test Janis Johnson
@ 2011-05-25 10:30 ` Ramana Radhakrishnan
  0 siblings, 0 replies; 2+ messages in thread
From: Ramana Radhakrishnan @ 2011-05-25 10:30 UTC (permalink / raw)
  To: Janis Johnson; +Cc: gcc-patches

On 24/05/11 18:41, Janis Johnson wrote:
> The error message for unknown types changed a few months ago.  Update
> a test that still looks for the old message.
>
> Tested on arm-none-linux-gnueabi.  OK for trunk and 4.6?

OK.

cheers
Ramana

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

end of thread, other threads:[~2011-05-25  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-24 18:52 [testsuite] update error message in arm test Janis Johnson
2011-05-25 10:30 ` Ramana Radhakrishnan

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).