Commit bf3b3396 by Steve Ellcey Committed by Steve Ellcey

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
parent fe784e0d
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.
......
/* { 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 *, ...);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment