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]

Re: 4.2/4.3 PATCH: Fix libgomp link tests on IRIX 6 (PR libgomp/32538)


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


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