]> gcc.gnu.org Git - gcc.git/commitdiff
re PR target/48209 (FAIL: gcc.c-torture/execute/pr47917.c execution)
authorSteve Ellcey <sje@cup.hp.com>
Thu, 24 Mar 2011 16:29:18 +0000 (16:29 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 24 Mar 2011 16:29:18 +0000 (16:29 +0000)
2011-03-24  Steve Ellcey  <sje@cup.hp.com>

PR target/48209
* gcc.c-torture/execute/pr47917.c: Move this...
* gcc.dg/torture/pr47917.c: to here and add xfails.

From-SVN: r171404

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr47917.c [moved from gcc/testsuite/gcc.c-torture/execute/pr47917.c with 80% similarity]

index dab36a8c6842dfd552ae563c9aac69a2fe5f429f..b7cad7f297b8d8fa3763641d9770b5d8275c6ed6 100644 (file)
@@ -1,3 +1,9 @@
+2011-03-24  Steve Ellcey  <sje@cup.hp.com>
+
+       PR target/48209
+       * gcc.c-torture/execute/pr47917.c: Move this...
+       * gcc.dg/torture/pr47917.c: to here and add xfails.
+
 2011-03-24  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gnat.dg/array16.ad[sb]: New test.
similarity index 80%
rename from gcc/testsuite/gcc.c-torture/execute/pr47917.c
rename to gcc/testsuite/gcc.dg/torture/pr47917.c
index 3d8a9bc6af73425d2191e33c0fb26533446d949c..4b56c04e80a7707f56427c4039abbe3e930ced70 100644 (file)
@@ -1,3 +1,8 @@
+/* { dg-do run } */
+/* { dg-options "-std=c99" } */
+/* { dg-xfail-if "no C99 snprintf function" { *-*-hpux10* } } */
+/* { dg-xfail-run-if "non-conforming C99 snprintf" { *-*-hpux11.[012]* } } */
+
 /* PR middle-end/47917 */
 
 extern int snprintf (char *, __SIZE_TYPE__, const char *, ...);
This page took 0.086473 seconds and 5 git commands to generate.