------- Comment #2 from mark at gcc dot gnu dot org 2006-01-26 15:52 ------- (In reply to comment #1) > Ito can you take a look at this? > > Note that the replacing the first [^ot,]*? with just [^ot,]*? makes this test > print true.
Sorry. I meant: replacing the first [^ot,]*? with just [^ot,]* makes this test print true (removing the '?'). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25971 _______________________________________________ Bug-classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-classpath

