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]
Other format: [Raw text]

Re: [committed] Fix problem with the rename of pp_format_text topp_format in the java front-end


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/


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