[committed] Fix problem with the rename of pp_format_text to pp_format in the java front-end

Ranjit Mathew rmathew@gmail.com
Fri Jul 1 06:59:00 GMT 2005


Andrew Pinski wrote:
> This fixes the problem with compiling the java front-end.
> 
> For some reason the change of the rename was not noted in the ChangeLog.
> I will someone else deal with that.

GCJ's diagnostics are still broken though. For example:
----------------------- 8< -----------------------
~/src/tmp > cat X.java
public class X { int i = Snafu.j; }

~/src/tmp > $MYGCJ -C X.java
X.java:1: error: .
public class X { int i = Snafu.j; }
                                 ^
1 error
----------------------- 8< -----------------------

It actually meant to output the formatted equivalent of:

  No variable %qs defined in type %qs

Ranjit.

-- 
Ranjit Mathew      Email: rmathew AT gmail DOT com

Bangalore, INDIA.    Web: http://ranjitmathew.hostingzero.com/



More information about the Java-patches mailing list