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]

Patch: PR target/20045 - Run on linux only, not on HP-UX


I am going to check this in as an obvious fix.  The HP-UX OS does not
have the _GLOBAL_OFFSET_TABLE_ variable and comments in the PR indicate
that making the test Linux only is an acceptable solution.

Steve Ellcey
sje@cup.hp.com


2005-03-30  Steve Ellcey  <sje@cup.hp.com>

	PR target/20045
	* gcc.dg/ia64-fptr-1.c: Run only on linux.

*** gcc.orig/gcc/testsuite/gcc.dg/ia64-fptr-1.c	Wed Mar 30 09:51:35 2005
--- gcc/gcc/testsuite/gcc.dg/ia64-fptr-1.c	Wed Mar 30 09:51:21 2005
***************
*** 1,4 ****
! /* { dg-do run { target ia64-*-* } } */
  /* { dg-options "-O2" } */
  
  /* Test function descriptor access.  */
--- 1,4 ----
! /* { dg-do run { target ia64-*-linux* } } */
  /* { dg-options "-O2" } */
  
  /* Test function descriptor access.  */


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