[LLVMbugs] [Bug 23336] New: unknown conversion type warnings building clang with gcc 4.9.1

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 23 21:45:56 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23336

            Bug ID: 23336
           Summary: unknown conversion type warnings building clang with
                    gcc 4.9.1
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: yaron.keren at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Thread model: posix
gcc version 4.9.1 (i686-posix-dwarf-rev1cee, Built by MinGW-W64 project)

[100%] [100%] Building C object
tools/clang/tools/c-arcmt-test/CMakeFiles/c-arcmt-test.dir/c-arcmt-test.c.obj
Building C object
tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/c-index-test.c.obj
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c: In function
'PrintCursor':
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c:828:22: warning: unknown
conversion type character 'l' in format [-Wformat=]
                      I, TAK, clang_Cursor_getTemplateArgumentValue(Cursor,
I));
                      ^
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c:828:22: warning: too many
arguments for format [-Wformat-extra-args]
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c: In function
'PrintTypeSize':
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c:1364:7: warning: unknown
conversion type character 'l' in format [-Wformat=]
       printf(" [sizeof=%lld]", Size);
       ^
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c:1364:7: warning: too many
arguments for format [-Wformat-extra-args]
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c:1371:7: warning: unknown
conversion type character 'l' in format [-Wformat=]
       printf(" [alignof=%lld]", Align);
       ^
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c:1371:7: warning: too many
arguments for format [-Wformat-extra-args]
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c:1396:13: warning: unknown
conversion type character 'l' in format [-Wformat=]
             printf(" [offsetof=%lld]", Offset);
             ^
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c:1396:13: warning: too
many arguments for format [-Wformat-extra-args]
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c:1399:13: warning: unknown
conversion type character 'l' in format [-Wformat=]
             printf(" [offsetof=%lld/%lld]", Offset, Offset2);
             ^
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c:1399:13: warning: unknown
conversion type character 'l' in format [-Wformat=]
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c:1399:13: warning: too
many arguments for format [-Wformat-extra-args]
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c: In function
'perform_print_build_session_timestamp':
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c:4002:3: warning: unknown
conversion type character 'l' in format [-Wformat=]
   printf("%lld\n", clang_getBuildSessionTimestamp());
   ^
C:/llvm/tools/clang/tools/c-index-test/c-index-test.c:4002:3: warning: too many
arguments for format [-Wformat-extra-args]
Linking CXX executable ../../../../bin/c-arcmt-test.exe

-- 
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/20150424/65af4e9c/attachment.html>


More information about the llvm-bugs mailing list