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.0/4.1 PATCH: Fix Solaris 10/x86 bootstrap failure with nativeas


On Tue, 22 Mar 2005, Rainer Orth wrote:

> This bootstrap failure is a regression from 3.4.

I must doubt that it is a regression given that vanilla 3.4 doesn't 
support Solaris 10 and csl-sol210-3_4-branch doesn't have this patch.

> Testresults are somewhat reasonable; the fortran failures are largely due
> to <iso/math_c99.h> defining
> 
> #define isfinite(x)     __builtin_isfinite(x)
> 
> which gcc doesn't currently support.

The issues with <iso/math_c99.h> have been reported to Sun; they may put 
appropriate __GNUC__ conditionals in it in future.  I'll put details of 
all the issues in bug 19933.

I can't approve the patch for mainline or 4.0 but if it's OK there then 
it's OK for csl-sol210-3_4-branch and I can check it in there if you don't 
have a checkout of that branch.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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