<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 --- - Crash in clang-cl with RTTI and fallback mode enabled"
href="http://llvm.org/bugs/show_bug.cgi?id=20131">20131</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Crash in clang-cl with RTTI and fallback mode enabled
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</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>Driver
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>ehsan@mozilla.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>$ cat empty.cpp
int main() {f();}
$ clang-cl -fallback -GR empty.cpp
clang-cl.exe: warning: cannot compile RTTI yet, falling back to c:\Program
Files (
x86)\Microsoft Visual Studio 11.0\VC\BIN\cl.exe
empty.cpp
empty.cpp(1) : error C3861: 'f': identifier not found
Stack dump:
0. Program arguments: c:\moz\llvm-objdir\RelWithDebInfo\bin\clang-cl.exe
-fal
lback -GR empty.cpp
0x0370FA48 (0x025083D8 0x0370E338 0x03849C20 0x00000000) <unknown module>
0x003FCCF8 (0x00000004 0x038452D0 0x03841AE8 0x5C49680D), main() + 0x988
bytes(s),
c:\moz\llvm\tools\clang\tools\driver\driver.cpp, line 421 + 0x7 byte(s)
0x01D39A2E (0x7EFDE000 0x0370FB28 0x77529F72 0x7EFDE000), __tmainCRTStartup() +
0x
FD bytes(s), f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c, line 536 + 0x17
byte
(s)
0x76ED338A (0x7EFDE000 0x77B264EB 0x00000000 0x00000000), BaseThreadInitThunk()
+
0x12 bytes(s)
0x77529F72 (0x01D39ADC 0x7EFDE000 0x00000000 0x00000000),
RtlInitializeExceptionCh
ain() + 0x63 bytes(s)
0x77529F45 (0x01D39ADC 0x7EFDE000 0x00000000 0x00000000),
RtlInitializeExceptionCh
ain() + 0x36 bytes(s)
This reproduces on trunk as of a few hours ago.</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>