This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: V3 PATCH: numeric_limits<> support, fix PR/3865


Ulrich Drepper <drepper@redhat.com> writes:

| -----BEGIN PGP SIGNED MESSAGE-----
| Hash: SHA1
| 
| Gabriel Dos Reis wrote:
| 
| > Maybe yes, maybe no.  I don't even think Glibc provides full support
| > (i.e. including non-IEEE plateforms) for floating point systems on the
| > supported plateforms.   
| 
| glibc doesn't work on any non-IEEE platform.  What is it you're driving at?

Define numeric_limits<> as required by the standard.
C++ relies on LIA-1 which goes beyond IEEE-754.

| > The world does not turn around Glibc.
| 
| Integration of GNU libstdc++ and GNU libc has priority even if this 
| means taking a different route than other ports.  All other ports are 
| less important.

I used to contribute V3 codes using in part non glibc systems and in
part glibc systems.  If I can't build on non-glibc systems then I
can't contribute to libstdc++ as I could.  Are you implying that my
contributions aren't important?

-- Gaby


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