]> git.nickg.me.uk Git - nvc.git/commit
Rework handling of VHDL-2008 nested constraints. Fixes #701
authorNick Gasson <nick@nickg.me.uk>
Thu, 25 May 2023 20:34:54 +0000 (21:34 +0100)
committerNick Gasson <nick@nickg.me.uk>
Fri, 26 May 2023 07:38:36 +0000 (08:38 +0100)
commit26383ae8f86e2f388a875df9adf07cfd7d6a9449
tree522591fdf8601b22d35f5f62f76e78e158ea5f4f
parentcfb76569d2e938343179fe33b8eda58ee53c696b
Rework handling of VHDL-2008 nested constraints. Fixes #701
13 files changed:
src/common.c
src/common.h
src/names.c
src/parse.c
src/sem.c
src/type.c
src/type.h
test/parse/issue701.vhd [new file with mode: 0644]
test/parse/subtype2008.vhd
test/regress/gold/issue701.txt [new file with mode: 0644]
test/regress/issue701.vhd [new file with mode: 0644]
test/regress/testlist.txt
test/test_parse.c