| What | Removed | Added |
|---|---|---|
| Hardware | ARM | All |
| OS | Other | All |
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'