public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch testsuite]: Skip c-c++-common/pr54486.c test for mingw-targets
@ 2013-03-07 18:17 Kai Tietz
  2013-03-07 19:28 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Tietz @ 2013-03-07 18:17 UTC (permalink / raw)
  To: GCC Patches

Hi,

one small nit for mingw targets without gnu-style printf-formatter.

ChangeLog

2013-03-07  Kai Tietz  <ktietz@redhat.com>

	* c-c++-common/pr54486.c: Skip test for mingw-targets.

Ok for apply?

Regards,
Kai

Index: c-c++-common/pr54486.c
===================================================================
--- c-c++-common/pr54486.c	(Revision 196507)
+++ c-c++-common/pr54486.c	(Arbeitskopie)
@@ -1,6 +1,7 @@
 /* PR middle-end/54486 */
 /* { dg-do compile } */
 /* { dg-options "-Wformat" } */
+/* { dg-skip-if "no POSIX printf" { *-*-mingw* } { "*" } { "" } } */

 #ifdef __cplusplus
 extern "C" {

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

* Re: [patch testsuite]: Skip c-c++-common/pr54486.c test for mingw-targets
  2013-03-07 18:17 [patch testsuite]: Skip c-c++-common/pr54486.c test for mingw-targets Kai Tietz
@ 2013-03-07 19:28 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2013-03-07 19:28 UTC (permalink / raw)
  To: Kai Tietz; +Cc: GCC Patches

On 03/07/2013 11:16 AM, Kai Tietz wrote:
> Hi,
>
> one small nit for mingw targets without gnu-style printf-formatter.
>
> ChangeLog
>
> 2013-03-07  Kai Tietz  <ktietz@redhat.com>
>
> 	* c-c++-common/pr54486.c: Skip test for mingw-targets.
>
> Ok for apply?
OK.  Only because it's the testsuite and not a change to the compiler 
itself.  As Jakub mentioned, we need to be locking things down pretty 
tight at this stage in the game.

Jeff

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

end of thread, other threads:[~2013-03-07 19:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-07 18:17 [patch testsuite]: Skip c-c++-common/pr54486.c test for mingw-targets Kai Tietz
2013-03-07 19:28 ` Jeff Law

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