[LLVMbugs] [Bug 23715] New: error: invalid symbol redefinition __asm
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jun 1 01:42:04 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23715
Bug ID: 23715
Summary: error: invalid symbol redefinition __asm
Product: libraries
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: LLVM assembly language parser
Assignee: unassignedbugs at nondot.org
Reporter: javier_3 at runbox.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
This error shows up when compiling with O2 or O3, but not with O0 or O1. Note
that the error is triggered in a file included from line 3 of to_write_C and
_before_ that error I get a warning from line 387 of that same file.
./to_write_C.c:387:21: warning: unused variable 'p' [-Wunused-variable]
default: {void* p=va_arg(ap,void*);} //let's
hope this is right
^
In file included from ATfileoutput.th:8:
In file included from ./to_write_C.c:3:
./to_write_CLANG.c:12:1: error: invalid symbol redefinition
__asm{
^
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150601/ba0ac337/attachment.html>
More information about the llvm-bugs
mailing list