Displaying 1 result from an estimated 1 matches for "testcc".
Did you mean:
testc1
2009 Dec 08
4
[LLVMdev] A question about 'llc -march=c'
...ang Peng
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.cc
Type: text/x-c++src
Size: 157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091208/c97861e2/attachment.cc>
-------------- next part --------------
$gcc testcc.cbe.c
testcc.cbe.c:323: warning: conflicting types for built-in function ‘malloc’
testcc.cbe.c: In function ‘main’:
testcc.cbe.c:356: warning: return type of ‘main’ is not ‘int’
/tmp/ccDcoA7R.o: In function `main':
testcc.cbe.c:(.text+0x33): undefined reference to `std::cout'
testcc.cbe.c:(...