From 446af5a87d33f5862f9058204b36f3a60829f9a3 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 20 Jun 2017 05:43:35 +0200 Subject: Add reproducer for #372 --- testsuite/gna/issue372/dummy.vhdl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testsuite/gna/issue372/dummy.vhdl (limited to 'testsuite/gna/issue372/dummy.vhdl') diff --git a/testsuite/gna/issue372/dummy.vhdl b/testsuite/gna/issue372/dummy.vhdl new file mode 100644 index 000000000..03d385779 --- /dev/null +++ b/testsuite/gna/issue372/dummy.vhdl @@ -0,0 +1,11 @@ +library ieee; +use ieee.std_logic_1164.all; + +entity Dummy is +end entity; + +architecture arch of Dummy is + subtype t_null is std_logic_vector(-1 downto 0); + type array_of_nulls is array(1 downto 0) of t_null; +begin +end architecture; -- cgit v1.2.3