[Bug 265826] clang crashes on cad/nvc on 14/i386

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 03 Oct 2025 23:56:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265826

Älven <alven@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Overcome By Events
                 CC|                            |alven@FreeBSD.org
             Status|New                         |Closed

--- Comment #1 from Älven <alven@FreeBSD.org> ---
I've tested it now with the latest 1.18.0 and it doesn't crush by itself, just
fails to compile for another reason:

> /wrkdirs/usr/ports/cad/nvc/work/nvc-1.18.0/src/jit/jit-code.c:858:42: error: use of undeclared identifier 'veneer'
>  858 |                        veneer, ARRAY_LEN(veneer));
>      |                                          ^

https://github.com/nickg/nvc/blob/14f8f7c4a1733fc39b35799e8ae0328e91d1ae0f/src/jit/jit-code.c#L854
https://github.com/nickg/nvc/blob/14f8f7c4a1733fc39b35799e8ae0328e91d1ae0f/src/jit/jit-code.c#L858

Seems only for ARCH_X86_64 and ARCH_ARM64...

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