From 89c817660b426ef9603a264a2aaf6407d0da40e1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold <tgingold@free.fr> Date: Sun, 12 Feb 2017 21:06:42 +0100 Subject: Add testcases for #238 --- testsuite/gna/issue238/var2.vhdl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testsuite/gna/issue238/var2.vhdl (limited to 'testsuite/gna/issue238/var2.vhdl') diff --git a/testsuite/gna/issue238/var2.vhdl b/testsuite/gna/issue238/var2.vhdl new file mode 100644 index 000000000..0b488a0cb --- /dev/null +++ b/testsuite/gna/issue238/var2.vhdl @@ -0,0 +1,14 @@ +entity var2 is +end; + +use work.pkg.all; + +architecture behav of var2 is +begin + process + variable v1, v2 : rec_4; + begin + v2 := v1; + wait; + end process; +end behav; -- cgit v1.2.3