[Bug 199450] clang 3.6 crash building lang/spidermonkey

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 14 20:01:02 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199450

--- Comment #6 from Dimitry Andric <dim at FreeBSD.org> ---
Further reduced to:

a, b, c, d;
double e;
fn1() { asm("" : "=r"(a), "=&r"(b), "=&r"(c), "=&r"(d), "=&r"(e) : "4"(e)); }

Reported upstream: http://llvm.org/PR23229

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-arm mailing list