1 dec 2008 kl. 04.33 skrev Eli Friedman:
On Sun, Nov 30, 2008 at 10:27 PM, Anders Carlsson <[EMAIL PROTECTED]> 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.
Ah, I see - I got ICEs and regular constant expressions mixed up. Maybe the test should fail when in strict C (not gnu) mode?
Anders
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
