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)
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
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
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