<html>
<head>
<base href="http://bugzilla.gdcproject.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:art.08.09@gmail.com" title="art.08.09@gmail.com">art.08.09@gmail.com</a>
</span> changed
<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">bug 143</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>art.08.09@gmail.com
</td>
</tr></table>
<p>
<div>
<b><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#c2">Comment # 2</a>
on <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">bug 143</a>
from <span class="vcard"><a class="email" href="mailto:art.08.09@gmail.com" title="art.08.09@gmail.com">art.08.09@gmail.com</a>
</span></b>
<pre>(In reply to Iain Buclaw from <a href="show_bug.cgi?id=143#c1">comment #1</a>)
<span class="quote">> Can not reproduce on current master. I get:
>
> <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="show_bug.cgi?id=143">bug143</a>.d:3: error: template instance f!(function ()
> {
> g("f(A)");
> }
> ) does not match template declaration (null)</span >
I only ran into this while reducing another testcase, so I don't have a better
example. Note that it crashes _only_ when that string literal contains "%s" (or
'%' followed by other chars), it seems that it tries to interpret it as a
format string.
If the output you got was from the original unmodified testcase then the error
message is bogus - there's no "f(A)" string there. (That 'null' would also be
an issue; IIRC I've seen that here too, while trying to figure out what was
triggering the crash)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>