http://llvm.org/bugs/show_bug.cgi?id=8859
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Chris Lattner <[email protected]> 2010-12-26 06:23:24 CST --- Try passing -std=gnu89 to clang. Clang and gcc both elide the function with -std=gnu89 and both emit it with -std=gnu99. Clang just defaults to c99 instead of c89. -- 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
