]> git.nickg.me.uk Git - nvc.git/commit
Refactor calculation of aggregate bounds. Fixes #837
authorNick Gasson <nick@nickg.me.uk>
Fri, 29 Mar 2024 15:22:29 +0000 (15:22 +0000)
committerNick Gasson <nick@nickg.me.uk>
Fri, 29 Mar 2024 21:11:10 +0000 (21:11 +0000)
commitbd8183051c1f24b612c2cf46929069aa3f928c44
treee3063692627979cf39568145a195bc9b4fc75e9a
parentecbdc24d798b9d934712fbd9aa332e90f39fe118
Refactor calculation of aggregate bounds. Fixes #837
18 files changed:
NEWS.md
src/bounds.c
src/common.c
src/common.h
src/lower.c
src/names.c
src/rt/standard.c
test/bounds/issue54.vhd
test/parse/aggregate.vhd [new file with mode: 0644]
test/regress/array19.vhd [new file with mode: 0644]
test/regress/bounds26.vhd
test/regress/bounds42.vhd
test/regress/gold/bounds24.txt
test/regress/gold/bounds42.txt
test/regress/issue873.vhd [new file with mode: 0644]
test/regress/testlist.txt
test/test_bounds.c
test/test_parse.c