<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 - Add pragma(inline) to the grammar"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=205">205</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Add pragma(inline) to the grammar
</td>
</tr>
<tr>
<th>Product</th>
<td>GDC
</td>
</tr>
<tr>
<th>Version</th>
<td>development
</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>enhancement
</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>thomas.bockman@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>It would be very helpful if `pragma(inline)` in its various forms was added to
GDC's grammar, even if it doesn't actually do anything.
Currently, even with -fignore-unknown-pragmas, GDC will choke on
pragma(inline, true):
Or
pragma(inline, true) {
}
I have not found a practical way to work around this with `version` or `static
if`. It's making it hard to maintain a single code base that compiles on GDC,
LDC, and DMD without modifications.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>