This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] Fix libstdc++/32422 (+ DR 23)
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Andrew Pinski <pinskia at gmail dot com>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Thu, 02 Oct 2008 11:09:22 +0200
- Subject: Re: [v3] Fix libstdc++/32422 (+ DR 23)
- References: <48D83D63.7080705@oracle.com> <de8d50360810011544ie9e6e11sf2ebdbc6226f3814@mail.gmail.com>
Andrew Pinski wrote:
> 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.
>
Oops, shame on me. Thanks Andrew.
Paolo.