Commit c7fa97d9 by Steve Ellcey Committed by Steve Ellcey

20030225-2.c: Add prototype for abort and exit.

	* testsuite/gcc.dg/20030225-2.c: Add prototype for abort and
	exit.

From-SVN: r90297
parent 948af8ae
2004-11-08 Steve Ellcey <sje@cup.hp.com>
* testsuite/gcc.dg/20030225-2.c: Add prototype for abort and
exit.
2004-11-08 Andrew Pinski <pinskia@physics.uc.edu>
PR tree-opt/18299
......
/* { dg-do run { target ia64-*-linux* } } */
/* { dg-options "-O3" } */
extern void abort (void);
extern void exit (int);
int __attribute__((noinline, const))
ret4 (float value)
{
......
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