Hi, 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}; }
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 >
Possibly Parallel Threads
- [LLVMdev] GEP instructions: is it possible to reverse-engineer array accesses?
- [LLVMdev] GEP instructions: is it possible to reverse-engineer array accesses?
- [LLVMdev] TSVC/Equivalencing-dbl
- [LLVMdev] TSVC/Equivalencing-dbl
- [LLVMdev] unable to interface with target machine