This is the mail archive of the gcc@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]

Re: some 64-bit-ness in libio


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~

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