http://llvm.org/bugs/show_bug.cgi?id=8228
Dale Johannesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Dale Johannesen <[email protected]> 2010-09-27 16:09:08 CDT --- This is because clang defaults to C99 dialect. If you try GCC with -std=c99 you get an error. (Well not on Darwin because Darwin adds leading _ to externally visible symbols, but you should on Linux.) -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
