[LLVMbugs] [Bug 8228] fatal error: error in backend: 'fstat64' label emitted multiple times to assembly file
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Sep 27 14:09:09 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=8228
Dale Johannesen <dalej at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |dalej at apple.com
Resolution| |INVALID
--- Comment #1 from Dale Johannesen <dalej at apple.com> 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.
More information about the llvm-bugs
mailing list