search for: cc9r2ci9

Displaying 1 result from an estimated 1 matches for "cc9r2ci9".

2007 Oct 19
0
[LLVMdev] Frontend incompatibility precluding use of llvm-gcc as a drop-in replacement of gcc
...xtern inline int fstat64(int fd, struct stat64 *sb) { return fxstat64(3, fd, sb); } With llvm-gcc4.0-2.1: gcc -fgnu89-inline -std=gnu99 -c testcase.c error: unrecognized command line option "-fgnu89-inline" gcc -std=gnu99 -c testcase.c error: Assembler messages: /tmp/cc9R2Ci9.s:33: Error: symbol `fstat64' is already defined gcc -c testcase.c ok With gcc-4.2.1: gcc -fgnu89-inline -std=gnu99 -c testcase.c ok gcc -std=gnu99 -c testcase.c warning: C99 inline functions are not supported; using GNU89 gcc -c testcase.c ok Bug is also reported here:...