Anders Carlsson 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, that is not a valid I-C-E; nothing in C99 permits the 'a'. Neil.