]> git.nickg.me.uk Git - nvc.git/commit
Create implicit aliases for predefined operators of a type
authorNick Gasson <nick@nickg.me.uk>
Sat, 21 Oct 2023 13:55:57 +0000 (14:55 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sun, 22 Oct 2023 14:03:10 +0000 (15:03 +0100)
commite61b7cbe4a4d6645816af62e04bffff37e731d58
tree5f55a8f21c4e1bc4829a4c5f29a8e7962ca8e3fa
parent84e0ec53d10ac9b46f128040f2968d77b806ff36
Create implicit aliases for predefined operators of a type

Fixes #776
15 files changed:
NEWS.md
src/common.c
src/dump.c
src/names.c
src/names.h
src/parse.c
src/sem.c
src/tree.c
test/bounds/case5.vhd [new file with mode: 0644]
test/parse/issue776.vhd [new file with mode: 0644]
test/parse/visibility10.vhd [new file with mode: 0644]
test/sem/genpack4.vhd [new file with mode: 0644]
test/test_bounds.c
test/test_parse.c
test/test_sem.c