[-profiler && std.parallelism] Error: asm statements are assumed to throw

Andrew Edwards ridimz at yahoo.com
Thu Mar 27 17:08:57 PDT 2014


Just verifying this is a bug:

import std.parallelism;

void main(string[] args)
{
	foreach(arg; (args[1..$]).parallel) {

	}
}

seireitei:~ ace$ dmd -profile bug
/usr/share/dmd/src/druntime/import/core/atomic.d(972): Error: asm 
statements are assumed to throw
/usr/share/dmd/src/druntime/import/core/atomic.d(973): Error: asm 
statements are assumed to throw
/usr/share/dmd/src/druntime/import/core/atomic.d(974): Error: asm 
statements are assumed to throw
/usr/share/dmd/src/druntime/import/core/atomic.d(975): Error: asm 
statements are assumed to throw


More information about the Digitalmars-d mailing list