]> Nick Gasson's Git Repositories - nvc.git/commit
Fix incorrect bounds check error with partially constrained subtype
authorNick Gasson <nick@nickg.me.uk>
Sun, 28 Jul 2024 09:43:57 +0000 (10:43 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sun, 28 Jul 2024 10:15:50 +0000 (11:15 +0100)
commit3a07634bc579fa98ec7617c3a08adfc90e31b6e1
tree9cac80fa14cd958f9c95dab0589e31c7a6140f40
parent8fea2aa6608bd2bca772e1bfef97efa2907f81e1
Fix incorrect bounds check error with partially constrained subtype

Fixes #932
NEWS.md
src/jit/jit-exits.c
src/lower.c
src/sem.c
test/regress/bounds45.vhd [new file with mode: 0644]
test/regress/gold/bounds45.txt [new file with mode: 0644]
test/regress/issue932.vhd [new file with mode: 0644]
test/regress/testlist.txt
test/test_lower.c