Message ID | CAEwic4Y3H2HRmKMtgobDJi_Vr=MDChp_t38xjd1yBQrkq=SVsg@mail.gmail.com |
---|---|
State | New |
Headers | show |
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
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" {