This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: Weird New libjava Testsuite Failure (PR java/14104)


Ranjit Mathew writes:
 > Andrew Haley wrote:
 > > *************** opendir_in_zip (const char *zipfile, int
 > > *** 128,134 ****
 > >         /* A missing zip file is not considered an error.
 > >          We may want to re-consider that.  FIXME. */
 > > !       zipf->count = 0;
 > > !       zipf->dir_size = 0;
 > > !       zipf->central_directory = NULL;
 > >       }
 > >     else
 > > --- 127,131 ----
 > >         /* A missing zip file is not considered an error.
 > >          We may want to re-consider that.  FIXME. */
 > > !       goto fail;
 > 
 > You have invalidated that comment now, haven't you?

No.  We may still want to re-consider that.

Andrew.


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