This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Fix compilation errors with libstdc++v3 for AVR target and allow --enable-libstdcxx
- From: Marc Glisse <marc dot glisse at inria dot fr>
- To: Felipe Magno de Almeida <felipe dot m dot almeida at gmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Fri, 16 Sep 2016 07:42:11 +0200 (CEST)
- Subject: Re: Fix compilation errors with libstdc++v3 for AVR target and allow --enable-libstdcxx
- Authentication-results: sourceware.org; auth=none
- References: <CADfx-VSmfye0Xe7xMWVFZKDZhQbwFcw7RbNYe=6irDJUzPtHzg@mail.gmail.com>
- Reply-to: libstdc++ at gcc dot gnu dot org
On Thu, 15 Sep 2016, Felipe Magno de Almeida wrote:
+ || sizeof(uint32_t) == sizeof(void*)
+ || sizeof(uint16_t) == sizeof(void*),
Indentation is off?
Call _M_extract_* functions family through temporary int objects
Would it make sense to use a template type instead of int for this
parameter? Or possibly have a typedef that defaults to int (what POSIX
requires). The hard case would be a libc that uses bitfields for the
fields of struct tm (that could save some space), but I don't think anyone
does that.
float pointing
floating point?
A ChangeLog entry would also help.
--
Marc Glisse