Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 2015 20:01:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-arm@FreeBSD.org
Subject:   [Bug 199450] clang 3.6 crash building lang/spidermonkey
Message-ID:  <bug-199450-7-IeGUVJ24mK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199450-7@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199450-7@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199450

--- Comment #6 from Dimitry Andric <dim@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199450-7-IeGUVJ24mK>