------- Comment #4 from tromey at gcc dot gnu dot org 2006-07-12 00:24 ------- The bug here is that Inflater needs an extra input byte in some situations. I think ZipFile has to provide this byte; a patch to do this makes this test case work again. I need to investigate ZipInputStream and GZIPInputStream, too, before committing.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27271