Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2022 20:34:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 265756] clang crashes on devel/py-awscrt on amd64 on 14
Message-ID:  <bug-265756-29464-Dh4kxE0ltc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265756-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265756-29464@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=3D265756

--- Comment #5 from John F. Carr <jfc@mit.edu> ---
The source code has invalid inline assembly constraints.  As far as LLVM is
concerned, the fix is to report an error instead of crashing.  There are ma=
ny
things you can do with inline assembly that crash the compiler and these bu=
gs
seem to be a low priority.

We can
1. Find a volunteer to fix clang to report an error.
2. Close this bug as uninteresting.
3. Hold this bug open and test each new LLVM release until it is fixed.
4. Move this bug to the specific port involved and send a bug report upstre=
am.

Same for bug 265757 which is the same code in a different package.

--=20
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-265756-29464-Dh4kxE0ltc>