[LLVMbugs] [Bug 17458] New: builtin_exit not implemented
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Oct 2 16:30:31 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17458
Bug ID: 17458
Summary: builtin_exit not implemented
Product: clang
Version: 3.2
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: rkotler at mips.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 11335
--> http://llvm.org/bugs/attachment.cgi?id=11335&action=edit
gcc test
rkotler at mipssw006:~/rt-rk-4doug/tmp$ ~/llvmw/install/bin/clang
../tests-c/vector-1.c -target mips-linux-gnu-gcc -gcc-toolchain
/mips/arch/overflow/codesourcery/mips-linux-gnu/lite/release/2011.09-75/Linux
-EL -Os -std=gnu89 -mips16 -lm
../tests-c/vector-1.c:26:5: error: use of unknown builtin '__builtin_exit'
[-Wimplicit-function-declaration]
__builtin_exit (0);
^
1 error generated.
--
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/20131002/043e459f/attachment.html>
More information about the llvm-bugs
mailing list