http://llvm.org/bugs/show_bug.cgi?id=6522
Summary: clang emits U symbol for builtin_copysignl while gcc
does not
Product: clang
Version: unspecified
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: enhancement
Priority: P5
Component: LLVM Codegen
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
pes delta$ cat divxc3.c
void foo(float a, float b, float c, float d) {
float y = __builtin_copysignl (0, c) * b;
}
pes delta$ gcc -std=c99 -c divxc3.c && nm divxc3.o | grep copy
pes delta$ clang -std=c99 -c divxc3.c && nm divxc3.o | grep copy
U copysignl
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs