This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: some 64-bit-ness in libio
- To: Christian Iseli <chris at lslsun dot epfl dot ch>
- Subject: Re: some 64-bit-ness in libio
- From: Richard Henderson <rth at cygnus dot com>
- Date: Thu, 4 May 2000 12:48:42 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <200005041435.QAA25581@lslsun.epfl.ch>
On Thu, May 04, 2000 at 04:35:43PM +0200, Christian Iseli wrote:
> While trying the testsuite on the latest GCC snapshot on an alpha
> machine, I noticed that a lot of the tests fail because of an int
> to pointer conversion warning in the libio/streambuf.h file.
I think the proper fix is to change the C++ front end not
to warn about casting constants to pointers.
The C front end does this, and I believe the C++ front end
used to, but doesn't anymore for reasons I don't understand.
r~