<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, segfaults, apparently the compiler doesn't like the "%s" string when reporting error"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=143">143</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>ICE, segfaults, apparently the compiler doesn't like the "%s" string when reporting error
</td>
</tr>
<tr>
<th>Product</th>
<td>GDC
</td>
</tr>
<tr>
<th>Version</th>
<td>4.9.x
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</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>art.08.09@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>template f(A) {}
void g(A)(A);
f!({g("%s");}) _;
causes:
cc1d: internal compiler error: Segmentation fault
0xa81fef crash_signal
../../gcc/toplev.c:337
0x6e53eb verror(Loc, char const*, __va_list_tag*, char const*, char const*,
char const*)
../../gcc/d/d-glue.cc:191
0x5b094d Dsymbol::error(char const*, ...)
../../gcc/d/dfrontend/dsymbol.c:633
0x68e723 TemplateInstance::findBestMatch(Scope*, Array<Expression*>*)
../../gcc/d/dfrontend/template.c:6377
0x692cf8 TemplateInstance::semantic(Scope*, Array<Expression*>*)
../../gcc/d/dfrontend/template.c:5317
0x692cf8 TemplateInstance::semantic(Scope*)
../../gcc/d/dfrontend/template.c:5202
0x6404fa TypeInstance::resolve(Loc, Scope*, Expression**, Type**, Dsymbol**,
bool)
../../gcc/d/dfrontend/mtype.c:7284
0x6404fa TypeInstance::semantic(Loc, Scope*)
../../gcc/d/dfrontend/mtype.c:7301
0x5a27c9 VarDeclaration::semantic(Scope*)
../../gcc/d/dfrontend/declaration.c:884
0x649fbd Module::semantic()
../../gcc/d/dfrontend/module.c:744
0x69d293 d_parse_file()
../../gcc/d/d-lang.cc:1007
Please submit a full bug report,</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>