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: fix conversion return types


Nathan Sidwell wrote:
> A customer pointed out that the return types of the various float ->
> unsigned long long conversion functions in libgcc were wrong, being
> signed.  That doesn't make a practical difference because such objects
> are not extended to a longer type by ABIs.  I suppose some insane 128
> bit cpu would go wrong though :)
> 
> This patch fixes the return types to match the documentation.  booted
> and tested on i686-pc-linux-gnu, ok?

OK.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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