This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

IA64 testsuite patch


I will check in the following as an obvious fix unless someone objects.
It was tested on IA64 HP-UX and Linux.

Steve Ellcey
sje@cup.hp.com


2004-11-08  Steve Ellcey  <sje@cup.hp.com>

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


*** gcc.orig/gcc/testsuite/gcc.dg/20030225-2.c	Mon Nov  8 11:25:08 2004
--- gcc/gcc/testsuite/gcc.dg/20030225-2.c	Mon Nov  8 11:24:44 2004
***************
*** 1,6 ****
--- 1,9 ----
  /* { dg-do run { target ia64-*-linux* } } */
  /* { dg-options "-O3" } */
  
+ extern void abort (void);
+ extern void exit (int);
+ 
  int __attribute__((noinline, const))
  ret4 (float value)
  {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]