[cfe-commits] r151585 - in /cfe/trunk: include/clang/Basic/DiagnosticASTKinds.td lib/AST/ExprConstant.cpp test/Sema/many-logical-ops.c

Argyrios Kyrtzidis kyrtzidis at apple.com
Thu Mar 1 11:52:52 PST 2012


On Mar 1, 2012, at 4:56 AM, İsmail Dönmez wrote:

> Hi;
> 
> On Tue, Feb 28, 2012 at 12:18 AM, Argyrios Kyrtzidis <akyrtzi at gmail.com> wrote:
> Author: akirtzidis
> Date: Mon Feb 27 17:18:37 2012
> New Revision: 151585
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=151585&view=rev
> Log:
> When evaluating integer expressions include a check for sub-expressions
> depth and error if we exceed a max value, to make sure we avoid a stack overflow.
> 
> This is a hacky temporary fix. rdar://10913206.
> 
> Added:
>    cfe/trunk/test/Sema/many-logical-ops.c
> 
> This test fails on Linux x86 & x86-64 with a segmentation fault. Please mark it as XFAIL.

XFAIL is no good since it passes in linux variants.
I removed it in r151830 until the issue is fixed properly.

> 
> Thanks!
>  

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120301/114168a3/attachment.html>


More information about the cfe-commits mailing list