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