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

İsmail Dönmez ismail at namtrac.org
Thu Mar 1 04:56:04 PST 2012


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.

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


More information about the cfe-commits mailing list