aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuite/gna/bug0100/notype2.vhdl8
-rwxr-xr-xtestsuite/gna/bug0100/testsuite.sh1
2 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/gna/bug0100/notype2.vhdl b/testsuite/gna/bug0100/notype2.vhdl
new file mode 100644
index 000000000..5763e435f
--- /dev/null
+++ b/testsuite/gna/bug0100/notype2.vhdl
@@ -0,0 +1,8 @@
+entity notype2 is
+end;
+
+architecture behav of notype2 is
+ signal s : out bit_vector(7 downto 0);
+begin
+ s (1) <= '0';
+end behav;
diff --git a/testsuite/gna/bug0100/testsuite.sh b/testsuite/gna/bug0100/testsuite.sh
index 5f1ca87df..c0622ed86 100755
--- a/testsuite/gna/bug0100/testsuite.sh
+++ b/testsuite/gna/bug0100/testsuite.sh
@@ -4,6 +4,7 @@
analyze_failure --force-analysis inst1.vhdl
analyze_failure --force-analysis notype1.vhdl
+analyze_failure --force-analysis notype2.vhdl
if analyze_failure --force-analysis notype1.vhdl 2>&1 | grep -q "indexed name"; then
: