[cfe-commits] r60331 - /cfe/trunk/test/Sema/i-c-e3.c

Eli Friedman eli.friedman at gmail.com
Mon Dec 1 04:33:56 PST 2008


On Sun, Nov 30, 2008 at 10:27 PM, Anders Carlsson <andersca at mac.com> wrote:
> Author: andersca
> Date: Mon Dec  1 00:27:38 2008
> New Revision: 60331
>
> URL: http://llvm.org/viewvc/llvm-project?rev=60331&view=rev
> Log:
> Fix test. (0 && (a(),1)) is a valid I-C-E according to C99.

No, it isn't.  Note the requirement about operands; "a" is a global,
which isn't allowed.

-Eli



More information about the cfe-commits mailing list