[Bug 108] ICE using @attribute("forceinline")
gdc-bugzilla at gdcproject.org
gdc-bugzilla at gdcproject.org
Sun Mar 16 02:14:43 PDT 2014
http://bugzilla.gdcproject.org/show_bug.cgi?id=108
Mike <slavo5150 at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|ARM |All
OS|Other |All
--- Comment #1 from Mike <slavo5150 at yahoo.com> ---
The following test on Arch Linux 64 results in the same error. Changing
platform attribute to 'All'
************* Code to reproduce **************
import std.stdio;
import gcc.attribute;
@attribute("forceinline") static void test()
{
writeln("here");
}
void main()
{
test();
}
gdc --version
gdc (GCC) 4.8.2 20130725 (prerelease)
compiled with simply 'gdc main.d'
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20140316/da7c7c38/attachment.html>
More information about the D.gnu
mailing list