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: Rainer Orth <ro at techfak dot uni-bielefeld dot de>
- To: Uros Bizjak <ubizjak at gmail dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 5 Jul 2007 21:18:57 +0200 (MEST)
- Subject: Re: 4.2/4.3 PATCH: Fix libgomp link tests on IRIX 6 (PR libgomp/32538)
- References: <468D41AF.80301@gmail.com>
Uros Bizjak writes:
> Can't this be fixed in libgomp/testsuite/lib/libgomp.exp instead? There
> are plenty of target specific exceptions in this file (look for istarget
> keyword), and IMO it is better to fix the root cause for failing tests
> there.
I don't think it makes sense to try and fix this in the testsuite since
regular use of libgomp outside the testsuite would be affected as well.
As I mentioned in the PR, One could add -lgcc -lm to the link_gomp spec,
but this would leave other uses of __divtc3 and __multc3 unfixed.
Rainer