]> Nick Gasson's Git Repositories - nvc.git/commit
Improve error message when subprogram body does not conform to specification
authorNick Gasson <nick@nickg.me.uk>
Thu, 29 Aug 2024 19:15:40 +0000 (20:15 +0100)
committerNick Gasson <nick@nickg.me.uk>
Thu, 29 Aug 2024 20:17:32 +0000 (21:17 +0100)
commit448709b31a77cd39624797f50a62bb8a3f2bb3e6
tree0e37dd6d9088f76a3c407d52974cd19337f2fcc0
parent8f4fd69419780889e885d103e28807f8251703b0
Improve error message when subprogram body does not conform to specification

Issue #958
src/diag.c
src/parse.c
src/sem.c
src/tree.h
test/sem/issue958.vhd [new file with mode: 0644]
test/test_sem.c