[PATCH] strtoll and strtoull in libiberty (fix: libstdc++/5611)

Alexandre Oliva aoliva@redhat.com
Fri Mar 15 12:24:00 GMT 2002


On Mar 15, 2002, Douglas Gregor <gregod@cs.rpi.edu> wrote:

> The attached patch (against the mainline) is a revised version of the one 
> posted in
>   http://gcc.gnu.org/ml/libstdc++/2002-02/msg00169.html

IMO, it would be best to conditionally compile
.../libiberty/strto[u]ll.c within libstdc++-v3, so as to use the exact
same compiler flags as the rest of libstdc++-v3, in particular, those
regarding shared libraries.  It's not worth trying to avoid the
duplicate compilation of such small files, IMO.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer



More information about the Libstdc++ mailing list