Hello

I found a bug in GHDL (crash). I thing this should be legal (or?)

entity hello is
end;

architecture bug of hello is
 type state_type is (s0,s1);
begin
 stim : process
 begin
   report state_type'image(s1);
   wait;
 end process stim;
end bug;

GHDL 0.29 (20100109) [Sokcho edition]
Compiled with GNAT Version: 4.4.1 20090725 (Red Hat 4.4.1-2)
GCC back-end code generator

Sorry for not using GNA bug report site.

Thx for your impressive work !
JCLL
_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to