std.loader broken on linux?

Johan Granberg lijat.meREM at OVE.gmail.com
Wed Jan 17 15:59:18 PST 2007


Johan Granberg wrote:

> johan at Cyclop:~/Desktop/sylph$ cat test.d
> module test;
> import st.stackcontext;
> 
> class Test{
> StackContext context;
> private void init(char[][] argvs){
> context=new StackContext({});
> }
> this(char[][] argvs){
> init(argvs);
> }
> }
> 
> void main(char[][] args){
> new Test(args);
> }
> 
> johan at Cyclop:~/Desktop/sylph$ dmd -inline test.d
> Internal error: toir.c 182
> johan at Cyclop:~/Desktop/sylph$

Submitted to bugzilla

Issue#:   853


More information about the Digitalmars-d-bugs mailing list