Re: inttypes and MSVC

2017-09-18 Thread Bruno Haible
Hi Gisle, > I'm wondering about stuff like this; in inttypes.h.in (line 1093): > >_GL_CXXALIAS_RPL (strtoimax, intmax_t, (const char *, char **, int)); ># else ># if !@HAVE_DECL_STRTOIMAX@ ># undef strtoimax >_GL_FUNCDECL_SYS (strtoimax, intmax_t, > (co

Re: localtime-buffer and MSVC

2017-09-18 Thread Bruno Haible
Gisle Vanem wrote: > Also an issue with localtime-buffer.c. From MSVC: >localtime-buffer.c(46) : warning C4717: 'rpl_localtime': recursive on all > control paths, > function will cause runtime stack overflow >localtime-buffer.c(56) : warning C4717: 'rpl_gmtime': recursive on all > co

Re: libc-config.h + cdefs.h

2017-09-18 Thread Gisle Vanem
Bruno Haible wrote: There are some other trivial stuff in: ./lib/count-leading-zeros.h ./lib/count-one-bits.h ./lib/iconv.in.h ./lib/inttypes.in.h ./lib/localtime-buffer.c which I'll come back to. Huh? There were no issues with MSVC 14 in these places in my latest round of