From 5225ca0e22ba2aa55ad7bec3e8bb754583aaa953 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 4 Feb 2020 18:23:55 +0100 Subject: testsuite/gna: add a test for previous commit. --- testsuite/gna/bug0100/str.vhdl | 12 ++++++++++++ testsuite/gna/bug0100/testsuite.sh | 1 + 2 files changed, 13 insertions(+) create mode 100644 testsuite/gna/bug0100/str.vhdl (limited to 'testsuite/gna') diff --git a/testsuite/gna/bug0100/str.vhdl b/testsuite/gna/bug0100/str.vhdl new file mode 100644 index 000000000..b190536d8 --- /dev/null +++ b/testsuite/gna/bug0100/str.vhdl @@ -0,0 +1,12 @@ +entity str is +end str; + +architecture behav of str is +begin + process + begin + null; + "abc"; + null; + end process; +end behav; diff --git a/testsuite/gna/bug0100/testsuite.sh b/testsuite/gna/bug0100/testsuite.sh index 54ca03736..efd122b9c 100755 --- a/testsuite/gna/bug0100/testsuite.sh +++ b/testsuite/gna/bug0100/testsuite.sh @@ -9,6 +9,7 @@ analyze_failure --force-analysis nochoice1.vhdl analyze_failure --force-analysis nochoice2.vhdl analyze_failure --force-analysis choicelen.vhdl analyze_failure --force-analysis noexpr.vhdl +analyze_failure --force-analysis str.vhdl analyze_failure usrattr.vhdl analyze_failure forloop.vhdl -- cgit v1.2.3