[LLVMbugs] [Bug 17455] New: builtin_putf not defined

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Oct 2 15:40:14 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17455

            Bug ID: 17455
           Summary: builtin_putf not defined
           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 11332
  --> http://llvm.org/bugs/attachment.cgi?id=11332&action=edit
gcc test

rkotler at mipssw006:~/rt-rk-4doug/tmp$  ~/llvmw/install/bin/clang
../tests-c/pr29215.c -std=gnu89 -lm -O2
../tests-c/pr29215.c:28:3: error: use of unknown builtin '__builtin_puts'
      [-Wimplicit-function-declaration]
  __builtin_puts (buf);
  ^
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/b9389a72/attachment.html>


More information about the llvm-bugs mailing list