Mike changed bug 108
What Removed Added
Hardware ARM All
OS Other All

Comment # 1 on bug 108 from
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: