This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 4.2/4.3 PATCH: Fix libgomp link tests on IRIX 6 (PR libgomp/32538)
- From: Richard Sandiford <richard at codesourcery dot com>
- To: Rainer Orth <ro at techfak dot uni-bielefeld dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 05 Jul 2007 20:13:59 +0100
- Subject: Re: 4.2/4.3 PATCH: Fix libgomp link tests on IRIX 6 (PR libgomp/32538)
- References: <18061.12637.638827.403149@manam.TechFak.Uni-Bielefeld.DE>
Rainer Orth <ro@techfak.uni-bielefeld.de> writes:
> As described in the PR, all libgomp link tests fail on IRIX 6 since
> copysignl is undefined. The following patch fixes this, with the
> unfortunate side effect that every program is linked with libm now.
>
> I haven't yet applied this since I don't know yet why only IRIX seems to be
> affected: both alpha-dec-osf* and *-*-solaris* have no references to
> copysignl in their libgcc. Is this still the right approach or am I just
> papering over an underlying problem?
I'm guessing the difference is that the MIPS port doesn't define the
(128-bit) patterns needed for the inline expansion of __builtin_copysignl().
Richard