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)


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


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