verilator/test_regress
Yilou Wang ff056ffb0d Fix inside operator crash with impure expression and unsized range literals
When the inside operator is used with an impure LHS expression (e.g.
associative array element access) and unsized integer range literals,
the temp variable created to purify the expression inherits an unsized
dtype, triggering "How can LHS be unsized?" assertion in visit(AstNodeAssign).
Ensure the temp variable dtype is sized before creation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 18:15:47 +01:00
..
t Fix inside operator crash with impure expression and unsized range literals 2026-02-12 18:15:47 +01:00
.gdbinit
.gitignore
CMakeLists.txt Add SPDX copyright identifiers, and get 'reuse' clean. No functional change. 2026-01-26 20:24:34 -05:00
Makefile Internals: make test-diff macOS compatibility fix - again 2026-01-28 11:05:27 +00:00
Makefile_obj Add SPDX copyright identifiers, and get 'reuse' clean. No functional change. 2026-01-26 20:24:34 -05:00
driver.py Internals: Minor cleanups preparing for initialization fixes. No functional change. 2026-02-07 14:16:12 -05:00
input.vc
input.xsim.vc