On Thu, Jan 17, 2013 at 2:48 PM, Dmitri Gribenko <[email protected]> wrote:
> On Fri, Jan 18, 2013 at 12:06 AM, Richard Smith
> <[email protected]> wrote:
>> Author: rsmith
>> Date: Thu Jan 17 16:06:26 2013
>> New Revision: 172760
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=172760&view=rev
>> Log:
>> -Wunsequenced: if the LHS of an &&, || or ?: is not constant, check for
>> unsequenced operations in the RHS. We don't compare the RHS with the rest of
>> the expression yet; such checks will need care to avoid diagnosing 
>> unsequenced
>> operations which are both in conditionally-evaluated subexpressions which
>> actually can't occur together, such as in '(b && ++x) + (!b && ++x)'.
>
> Hello Richard,
>
> This commit causes a stack overflow on
> test/Index/annotate-deep-statements.cpp on Linux/x86-64.
>
> http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/432

Thanks, hopefully r172765 should fix this.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to