From 047b277b31f1d830f3fc72933d9fbb388f8cbdd0 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 27 May 2015 03:52:34 +0200 Subject: Testcase for bug23482 --- testsuite/gna/bug23482/test1.vhdl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testsuite/gna/bug23482/test1.vhdl (limited to 'testsuite/gna/bug23482/test1.vhdl') diff --git a/testsuite/gna/bug23482/test1.vhdl b/testsuite/gna/bug23482/test1.vhdl new file mode 100644 index 0000000..034c732 --- /dev/null +++ b/testsuite/gna/bug23482/test1.vhdl @@ -0,0 +1,8 @@ +entity test is end entity; + +architecture arch of test is + signal b:bit; + alias bit_base is bit'base; + -- alias b_stable is b'stable; +begin +end architecture; -- cgit