<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - unknown conversion type warnings building clang with gcc 4.9.1"
href="https://llvm.org/bugs/show_bug.cgi?id=23336">23336</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>unknown conversion type warnings building clang with gcc 4.9.1
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>yaron.keren@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>