Where to post bug report for Ubuntu GDC package

2010-01-18 Thread Steve Teale
The following produces a segfault with GDC - works OK with DMD on same machine. Where do I report it? import std.stdio; class Bar { void bar(string s) {} } void foo(string s) { Bar b = new Bar(); writefln("%08x", cast(uint) b); void A(string as) { void B(string bs)

Re: D compiler as part of GCC

2010-01-18 Thread Jerry Quinn
Simen kjaeraas Wrote: > Jerry Quinn wrote: > > > One question I have (of many) is whether a different name should be > > used. If this is called GDC there will be some confusion with the > > current GDC. What thoughts do you all have? > > If the project is to replace GDC, then taking its

Re: D compiler as part of GCC

2010-01-18 Thread Leandro Lucarella
Jerry Quinn, el 17 de enero a las 21:43 me escribiste: > Hi, folks, > > I'm interested in creating a D front end for GCC that would be part of > the GCC codebase. My feeling is that a GDC that is part of GCC > distributions will likely have more life than one that must be updated > whenever a new

Re: D compiler as part of GCC

2010-01-18 Thread Simen kjaeraas
Jerry Quinn wrote: One question I have (of many) is whether a different name should be used. If this is called GDC there will be some confusion with the current GDC. What thoughts do you all have? If the project is to replace GDC, then taking its name sounds good to me. Otherwise, GCD (G