Commit 2069a97a by Jack Howarth Committed by Janis Johnson

re PR testsuite/38008 (gcc/testsuite/gcc.c-torture/execute/builtins/lib/sprintf.c unportable)

2008-11-12  Jack Howarth  <howarth@bromo.med.uc.edu>

	PR testsuite/38008
	* gcc.c-torture/execute/builtins/lib/sprintf.c: Make
	sprintf call more portable for darwin10.

From-SVN: r141795
parent 83d8b61f
2008-11-12 Jack Howarth <howarth@bromo.med.uc.edu>
PR testsuite/38008
* gcc.c-torture/execute/builtins/lib/sprintf.c: Make
sprintf call more portable for darwin10.
PR testsuite/37202
* gcc.dg/visibility-14.c: Skip on *-*-darwin*.
* gcc.dg/visibility-15.c: Same.
......
......@@ -4,7 +4,7 @@ extern void abort (void);
extern int inside_main;
int
sprintf (char *buf, const char *fmt, ...)
(sprintf) (char *buf, const char *fmt, ...)
{
va_list ap;
int r;
......
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