<html>
<head>
<base href="http://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 --- - OFF_T OFF64_T ambiguous under gcc 4.4.7"
href="http://llvm.org/bugs/show_bug.cgi?id=16532">16532</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>OFF_T OFF64_T ambiguous under gcc 4.4.7
</td>
</tr>
<tr>
<th>Product</th>
<td>compiler-rt
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</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>compiler-rt
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>hfinkel@anl.gov
</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>I don't know if compiler-rt is even supposed to build under gcc 4.4.7, but if
it is, then this is broken:
[ 63%] Building CXX object
projects/compiler-rt/lib/interception/CMakeFiles/RTInterception.powerpc64.dir/interception_type_test.cc.o
/src/llvm-cmake/llvm/projects/compiler-rt/lib/interception/interception_type_test.cc:28:
error: reference to ‘OFF64_T’ is ambiguous
/src/llvm-cmake/llvm/projects/compiler-rt/lib/interception/interception.h:31:
error: candidates are: typedef __sanitizer::OFF64_T OFF64_T
/src/llvm-cmake/llvm/projects/compiler-rt/lib/interception/../sanitizer_common/sanitizer_internal_defs.h:80:
error: typedef __sanitizer::u64 __sanitizer::OFF64_T
/src/llvm-cmake/llvm/projects/compiler-rt/lib/interception/interception_type_test.cc:28:
error: reference to ‘OFF64_T’ is ambiguous
/src/llvm-cmake/llvm/projects/compiler-rt/lib/interception/interception.h:31:
error: candidates are: typedef __sanitizer::OFF64_T OFF64_T
/src/llvm-cmake/llvm/projects/compiler-rt/lib/interception/../sanitizer_common/sanitizer_internal_defs.h:80:
error: typedef __sanitizer::u64 __sanitizer::OFF64_T
/src/llvm-cmake/llvm/projects/compiler-rt/lib/interception/interception_type_test.cc:36:
error: reference to ‘OFF_T’ is ambiguous
/src/llvm-cmake/llvm/projects/compiler-rt/lib/interception/interception.h:30:
error: candidates are: typedef __sanitizer::OFF_T OFF_T
/src/llvm-cmake/llvm/projects/compiler-rt/lib/interception/../sanitizer_common/sanitizer_internal_defs.h:78:
error: typedef __sanitizer::uptr __sanitizer::OFF_T
/src/llvm-cmake/llvm/projects/compiler-rt/lib/interception/interception_type_test.cc:36:
error: reference to ‘OFF_T’ is ambiguous
/src/llvm-cmake/llvm/projects/compiler-rt/lib/interception/interception.h:30:
error: candidates are: typedef __sanitizer::OFF_T OFF_T
/src/llvm-cmake/llvm/projects/compiler-rt/lib/interception/../sanitizer_common/sanitizer_internal_defs.h:78:
error: typedef __sanitizer::uptr __sanitizer::OFF_T</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>