[LLVMbugs] [Bug 1764] using global symbols in asm with -O1/-Os leads to ' symbol already defined' error
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Nov 3 23:25:35 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1764
Chris Lattner <sabre at nondot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #3 from Chris Lattner <sabre at nondot.org> 2007-11-04 01:25:34 ---
Duncan is right, the code is invalid. It should use "local labels" with
forward/backward so that each copy of the asm block gets its own unique label.
--
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