From f6430e5443f35716f796d325df8dc79565310b16 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 4 Sep 2019 07:34:52 +0200 Subject: testsuite: add case for previous commit. --- testsuite/gna/bug0106/repro.vhdl | 9 +++++++++ testsuite/gna/bug0106/testsuite.sh | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 testsuite/gna/bug0106/repro.vhdl create mode 100755 testsuite/gna/bug0106/testsuite.sh (limited to 'testsuite/gna') diff --git a/testsuite/gna/bug0106/repro.vhdl b/testsuite/gna/bug0106/repro.vhdl new file mode 100644 index 000000000..49dfaadfb --- /dev/null +++ b/testsuite/gna/bug0106/repro.vhdl @@ -0,0 +1,9 @@ +entity repro is +end repro; + +architecture behav of repro is + signal v : natural; + constant c : integer := 5; +begin + v <= natural (c)'a; +end behav; diff --git a/testsuite/gna/bug0106/testsuite.sh b/testsuite/gna/bug0106/testsuite.sh new file mode 100755 index 000000000..5defdcf1e --- /dev/null +++ b/testsuite/gna/bug0106/testsuite.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +. ../../testenv.sh + +analyze_failure repro.vhdl + +clean + +echo "Test successful" -- cgit v1.2.3