This is the mail archive of the gcc-patches@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: [patch] Java definite assignment



Per Bothner writes:

> Without this patch gcj complains that
> "Variable `xx' may not have been initialized":

Any ideas on how we could have

      String x; try { x = new String (); } finally {} x.toString ();

not to report a similar error message?

./A

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