http://bugzilla.gdcproject.org/show_bug.cgi?id=108
Mike <slavo5...@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|ARM |All OS|Other |All --- Comment #1 from Mike <slavo5...@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.