On 05/30/2011 12:35 PM, Alexandre Oliva wrote: > One of my patches for PR 48866 regressed guality/asm-1.c on > x86_64-linux-gnu because what used to be a single complex debug value > expression became a chain of debug temps holding simpler expressions, > and this chain exceeded the default recursion depth in resolving > location expressions.
What's the worst that can happen if you remove the limit altogether? Assuming that would make the compiler blow up, the patch is ok. Bernd