aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2070/crash47_1.vhdl
blob: 34f9eee958c4777e85e306a33236dec4326f7bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
entity g is
  generic(type stream0t);
  port(t:t stream0t);
end;

architecture t of g is
  type e is array(0)of m;
  signal w:r range 0 to 0;
  signal r:r range 0 to 0;
  signal m:n;
begin
  y(0);
  process(a)
  begin
    if(0)then
      if 0 then(0)<=0;
      end if;
    end if;
  end process;
end;