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: PATCH, libgcc: adjust definition of INFINITY


> >         * libgcc2.c (INFINITY): Use __builtin_huge_val, not __builtin_inf,
> >         as the latter produces a warning when the target does not support
> >         infinity.
> 
> This is OK if it has been bootstrapped and tested (you didn't say).

Actually, the bootstrap went onto fail on x86_64 because there is no
__builtin_huge_valq for the __float128 type, only __builtin_infq.  Uros,
is there a reason you didn't implement this?

Ben



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