[Bug 265756] clang crashes on devel/py-awscrt on amd64 on 14

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 21 Sep 2022 20:34:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265756

--- 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 many
things you can do with inline assembly that crash the compiler and these bugs
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 upstream.

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

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