This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [PATCH] strtoll and strtoull in libiberty (fix: libstdc++/5611)


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


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