[Bug target/20045] gcc.dg/ia64-fptr-1.c fails on ia64-hpux

2005-03-31 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-31 
16:53 ---
Subject: Bug 20045

CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED]   2005-03-31 16:53:19

Modified files:
gcc/testsuite  : ChangeLog 
gcc/testsuite/gcc.dg: ia64-fptr-1.c 

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

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gccr1=1.5244r2=1.5245
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/ia64-fptr-1.c.diff?cvsroot=gccr1=1.1r2=1.2



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20045


[Bug target/20045] gcc.dg/ia64-fptr-1.c fails on ia64-hpux

2005-03-31 Thread sje at cup dot hp dot com

--- Additional Comments From sje at cup dot hp dot com  2005-03-31 17:04 
---
Fixed by not running the test suite on HP-UX.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20045


[Bug target/20045] gcc.dg/ia64-fptr-1.c fails on ia64-hpux

2005-02-19 Thread wilson at specifixinc dot com

--- Additional Comments From wilson at specifixinc dot com  2005-02-19 
23:31 ---
Subject: Re:  New: gcc.dg/ia64-fptr-1.c fails on ia64-hpux

jsm28 at gcc dot gnu dot org wrote:
 ld: Unsatisfied symbol _GLOBAL_OFFSET_TABLE_ in file /var/tmp//ccU3vrUt.o

DT_PLTGOT will hold the gp value if the program was dynamically linked, 
but it might be too inconvenient to get to this value.  I am not sure 
how to get it other than by running objdump and grepping the output. 
Otherwise, I don't believe the ABI provides a way to get at the value.

Another solution is to use an asm to grab the value from r1.  This 
should work fine as the functions are in the same module, and hence will 
use the same gp value.

Or we could just make this a linux specific testcase.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20045


[Bug target/20045] gcc.dg/ia64-fptr-1.c fails on ia64-hpux

2005-02-18 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-18 
14:57 ---
I think this testcase should only be testing on ia64-*-linux*

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20045