<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:richard-llvm@metafoo.co.uk" title="Richard Smith <richard-llvm@metafoo.co.uk>"> <span class="fn">Richard Smith</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed" title="RESOLVED INVALID - Programs with ill-formed declarations not declaring anything compiles" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D24203&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=86O1kIRwRkH34KBQz_QvULvv47jzK53JlgYwhQ-_8h4&s=KgUpxWtmbMslLrEVgSQpqK2KCVgBhWojt8t2nukKh04&e=">bug 24203</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;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>richard-llvm@metafoo.co.uk
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>INVALID
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed" title="RESOLVED INVALID - Programs with ill-formed declarations not declaring anything compiles" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D24203-23c1&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=86O1kIRwRkH34KBQz_QvULvv47jzK53JlgYwhQ-_8h4&s=WCLnvRxotef-4dw_3CLkwZzLTrhilmWj-WknwgHNSk0&e=">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed" title="RESOLVED INVALID - Programs with ill-formed declarations not declaring anything compiles" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D24203&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=86O1kIRwRkH34KBQz_QvULvv47jzK53JlgYwhQ-_8h4&s=KgUpxWtmbMslLrEVgSQpqK2KCVgBhWojt8t2nukKh04&e=">bug 24203</a>
from <span class="vcard"><a class="email" href="mailto:richard-llvm@metafoo.co.uk" title="Richard Smith <richard-llvm@metafoo.co.uk>"> <span class="fn">Richard Smith</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=24203#c0">comment #0</a>)
<span class="quote">> Since the program is ill-formed, I expect to get at least one
> error message.</span >
Your expectation is not correct. The standard requires us to produce at least
one diagnostic message, and we do. All your examples produce a warning.
Also, if you want to enable clang's strictly-conforming mode, use -pedantic;
our default mode enables some extensions. If you want errors (not just
warnings) for all cases where a diagnostic is required, use -pedantic-errors.</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>