<html>
<head>
<base href="http://bugzilla.gdcproject.org/" />
</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 - ICE in toSymbol, at d/d-decls.cc:71"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=128">128</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>ICE in toSymbol, at d/d-decls.cc:71
</td>
</tr>
<tr>
<th>Product</th>
<td>GDC
</td>
</tr>
<tr>
<th>Version</th>
<td>development
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86_64
</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>Normal
</td>
</tr>
<tr>
<th>Component</th>
<td>gdc
</td>
</tr>
<tr>
<th>Assignee</th>
<td>ibuclaw@gdcproject.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>nyphbl8d+gdcproject@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>File a.d:
import b: c;
File b.d:
import std.typetuple : TypeTuple;
alias c = TypeTuple!(' ');
Command: "gdc a.d"
compiler information:
gdc (GCC) 4.10.0 20140506 (experimental)
Compiled from git master rev 83b13e669914f114a9708c966fcde857ff1b274b
Output:
Dsymbol::toSymbol() 'TList', kind = 'tuple'
a.d:1: internal compiler error: in toSymbol, at d/d-decls.cc:71
0x65a2b7 Dsymbol::toSymbol()
../../../gcctrunk/gcc/d/d-decls.cc:71
0x65a4f2 Dsymbol::toImport()
../../../gcctrunk/gcc/d/d-decls.cc:111
0x66ab71 Dsymbol::toObjFile(int)
../../../gcctrunk/gcc/d/d-objfile.cc:105
0x67013e Module::genobjfile(int)
../../../gcctrunk/gcc/d/d-objfile.cc:1477
0x659d02 d_parse_file()
../../../gcctrunk/gcc/d/d-lang.cc:1132
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <<a href="http://gcc.gnu.org/bugs.html">http://gcc.gnu.org/bugs.html</a>> for instructions.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>