[cfe-commits] r155737 - /cfe/trunk/include/clang/Parse/Parser.h

Dimitry Andric dimitry at andric.com
Fri Apr 27 15:20:43 PDT 2012


On 2012-04-28 00:14, Chad Rosier wrote:
> Author: mcrosier
> Date: Fri Apr 27 17:14:13 2012
> New Revision: 155737
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=155737&view=rev
> Log:
> Bump up the MaxDepth in the BalancedDelimiterTracker.
> 
> The Avida Project (http://avida.devosoft.org) exceeds the 256 limit.
> rdar://11289131

Not only that, binutils' gold also hit this limit, as described here:

  http://llvm.org/bugs/show_bug.cgi?id=12480

In that bug, Pasi Parviainen also suggests another solution; but I'm not
sure what the best approach is to fixing this properly.



More information about the cfe-commits mailing list