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: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 10804
--> http://llvm.org/bugs/attachment.cgi?id=10804&action=edit
test case
[rdivacky@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@tlsgd)
^
barrier.s:48:39: error: unknown operand
bl __tls_get_addr(gomp_tls_data@tlsgd)
^
barrier.s:48:39: error: unexpected token at start of statement
bl __tls_get_addr(gomp_tls_data@tlsgd)
^
--
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