On Sun, May 6, 2012 at 8:15 AM, Paolo Carlini <paolo.carl...@oracle.com> wrote: > Hi, > > this is about the caret not pointing to the operator in the error messages > produced by op_error. To fix the problem I'm simply passing down from the > parser the proper location, via build_x_* and build_op_new and this appears > to work fine. > > In this area - accurate locations - small issues remain (eg, > build_m_component_ref) but I'd like to resolve first this specific PR and > then, when time will allow, we'll incrementally make progress. > > Booted and tested x86_64-linux.
this now makes build_x_binary_op takes an impressive list of 8 arguments, but I suspect we would need a separate cleanup patch for that anyway. OK. > > Thanks, > Paolo. > > ///////////////