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: 3.0 branch: POTFILES.in broken


>>>>> "Zack" == Zack Weinberg <zackw@Stanford.EDU> writes:

Zack> There's another 500 messages in files not covered by that
Zack> POTFILES.in, mostly from the Java and Fortran front ends.

The Java front end will need actual hacking before translation can
commence.  There is a lot of code that computes too much of the
string, eg:

      parse_error_context (wfl,
			   "Can't access %s %s `%s.%s' from `%s'",
			   access, what, klass, fct_name, refklass);

In this example only `what' is a problem, I think.  Anyway, an
extensive code review will be needed :-(

Tom


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