re PR target/48209 (FAIL: gcc.c-torture/execute/pr47917.c execution)
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
This commit is contained in:
parent
fe784e0dd8
commit
bf3b3396ef
2 changed files with 11 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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 *, ...);
|
Loading…
Add table
Reference in a new issue