From patchwork Sun Dec 9 18:34:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [committed] Fix gcc.dg/torture/pr47917.c on *-*-hpux10* Date: Sun, 09 Dec 2012 08:34:00 -0000 From: John David Anglin X-Patchwork-Id: 204768 Message-Id: <20121209183400.GA20144@hiauly1.hia.nrc.ca> To: gcc-patches@gcc.gnu.org This fixes fail on *-*-hpux10*. Committed to trunk. Dave Index: gcc.dg/torture/pr47917.c =================================================================== --- gcc.dg/torture/pr47917.c (revision 194055) +++ gcc.dg/torture/pr47917.c (working copy) @@ -3,7 +3,7 @@ /* { dg-options "-std=c99 -D_XOPEN_SOURCE=500" { target *-*-solaris2.9 } } */ /* { dg-options "-std=gnu99" { target *-*-hpux* } } */ /* { dg-additional-options "-D__USE_MINGW_ANSI_STDIO=1" { target *-*-mingw* } } */ -/* { dg-xfail-if "no C99 snprintf function" { *-*-hpux10* } } */ +/* { dg-xfail-run-if "no C99 snprintf function" { *-*-hpux10* } } */ /* { dg-xfail-run-if "non-conforming C99 snprintf" { *-*-hpux11.[012]* } } */ /* PR middle-end/47917 */