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: [doc, testsuite, libgfortran] Avoid use of SSE/SSE2/SSE3 on Solaris 8/9 x86


"H.J. Lu" <hjl.tools@gmail.com> writes:

> I don't think we should make testsuite so much complex to support
> old and broken Solaris. I'd rather to remove support for broken
> Solaris 8/9 x86.

This patch is exactly along the same lines as a previous one to check
for SSE/SSE2 support in the assembler:

	http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01276.html

Why would one accept the former and reject the corresponding runtime
tests of the latter?  And where do you see actual complexity?  The beef
of the patch is concentrated in two files (sol2-check.h and fpu-387.h)
and a single function call (sol2_check).  Agreed, the patch is large,
but mostly mechanical.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


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