
10 Jun
2005
10 Jun
'05
1:19 a.m.
Markus Schöpflin wrote:
Currently the gzip test fails on 64-bit system because of 32/64-bit issues in 'iostreams/filter/gzip.hpp'. Attached patch fixes this, and additionally renames the functions read_byte() to read_uint8() and read_long() to read_uint32() as this is what they actually do.
The patch has been tested on a 32 bit system (Linux/GCC 3.4.2) and on a 64 bit system (Tru64/CXX 6.5-042, GCC 3.4.3). Ok to commit?
I see the gzip tests are still failing. Could you check to see whether I appliced your patch correctly? (I changed the formatting in a few places, and may have accidentally broken it.) Jonathan