]> Nick Gasson's Git Repositories - nvc.git/commit
Fix crash when generic subprogram is associated with open
authorNick Gasson <nick@nickg.me.uk>
Sun, 20 Oct 2024 14:41:14 +0000 (15:41 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sun, 20 Oct 2024 14:55:13 +0000 (15:55 +0100)
commitb1f0c92433e69587d83e41d37d24dfa1fb919eba
treecd74b18ab417306f4e0addd53e09f4f1cd27af82
parent503ea77e0ab988c4ff8a442224da42a0e8c68a97
Fix crash when generic subprogram is associated with open

Fixes #1025
NEWS.md
src/names.c
src/parse.c
src/tree.c
test/regress/issue894.vhd
test/sem/gentype.vhd
test/sem/issue1025.vhd [new file with mode: 0644]
test/test_parse.c
test/test_sem.c