[LLVMbugs] [Bug 16512] New: ppc64 asm parser not happy with tls
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jul 1 14:42:44 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16512
Bug ID: 16512
Summary: ppc64 asm parser not happy with tls
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Backend: PowerPC
Assignee: unassignedbugs at nondot.org
Reporter: rdivacky at freebsd.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10804
--> http://llvm.org/bugs/attachment.cgi?id=10804&action=edit
test case
[rdivacky at anacreon ~/delta-2006.08.03]$ ~/llvm/Release+Asserts/bin/clang
-integrated-as -fpic -save-temps barrier.c
barrier.c:20:6: warning: implicit declaration of function 'gomp_barrier_wait'
is invalid in C99
[-Wimplicit-function-declaration]
gomp_barrier_wait (&team->barrier);
^
1 warning generated.
barrier.s:48:20: error: invalid memory operand
bl __tls_get_addr(gomp_tls_data at tlsgd)
^
barrier.s:48:39: error: unknown operand
bl __tls_get_addr(gomp_tls_data at tlsgd)
^
barrier.s:48:39: error: unexpected token at start of statement
bl __tls_get_addr(gomp_tls_data at tlsgd)
^
--
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/20130701/98d83ebf/attachment.html>
More information about the llvm-bugs
mailing list