[LLVMdev] array assignemnt (original) (raw)

Duncan Sands baldrick at free.fr
Tue Jul 24 02:50:10 PDT 2012


Hi Vinxxe, try asking on the clang mailing list.

Ciao, Duncan.

is it possible, with some compiler option, to compile the following code with clang?

int main(){ int x[10]; x={1,2,3,4,5,6,7,8,9,0}; }


LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev



More information about the llvm-dev mailing list