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: [v3] Fix libstdc++/32422 (+ DR 23)


On Mon, Sep 22, 2008 at 5:50 PM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> Hi,
>
> tested x86_64-linux multilib, gnu/generic locale models, committed to
> mainline.

This broke spu-elf because __FLT_HAS_INFINITY__ is not defined there
(float does not have infinities) and there was a missing closing ) for
that case.

Attached is the patch which I am going to apply as obvious after a
build for spu-elf has finished.

Thanks,
Andrew Pinski

ChangeLog:
* config/locale/generic/c_locale.cc (__convert_to_v): Fix
!__FLT_HAS_INFINITY__ case.

Attachment: fixspulibstdc++.diff.txt
Description: Text document


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