Jerry Quinn wrote:
> Hi, folks,
Hi Jerry
>
> 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
> GCC release comes out.
Steve Teale wrote:
> The following produces a segfault with GDC - works OK with DMD on same
> machine. Where do I report it?
Hi,
Poste it here please: http://bitbucket.org/goshawk/gdc/issues/
But i don't guarantee that i can work on it ATM.
--
Vincenzo Ampolo (goshawk)
http://goshawknest.wor
Steve Teale wrote:
So most likely you report it to Ubuntu, or add it to the DGCC tracker
at http://sourceforge.net/tracker/?group_id=154306, or this newsgroup.
Hmm. I'd got the impression that activity on GDC had picked up again
lately, so it would be good if there was some recognized place to
Anders F Bj�rklund Wrote:
> Steve Teale wrote:
> > The following produces a segfault with GDC - works OK with DMD on same
> > machine. Where do I report it?
>
> The official D Bugzilla does not accept GDC bugs any more: "Sorry,
> entering an issue into the product DGCC aka GDC has been disabl
After a good deal of fiddling about, I got a shared library generated from D to
load using dlopen() in a D program.
The shared library was built from:
int foo()
{
return 42;
}
gdc -c loaded.d
gcc -shared -o liblddd.so loaded.o -lc
The loader was - excluding a lot of error checking code:
im
Jerry Quinn wrote:
Everyone who contributes code must not look at the DMD compiler
source code to avoid accidentally contributing code illegally.
Therefore, this will be a completely new implementation of D.
...
One question I have (of many) is whether a different name should be
used. If this
Brad Roberts wrote:
The official D Bugzilla does not accept GDC bugs any more: "Sorry,
entering an issue into the product DGCC aka GDC has been disabled."
...
I disabled it due to the project going dead. If you guys want to use the d
bugzilla system for gdc bug tracking, I'll be happy to re-en
On 1/18/2010 11:59 PM, Anders F Björklund wrote:
> Steve Teale wrote:
>> The following produces a segfault with GDC - works OK with DMD on same
>> machine. Where do I report it?
>
> The official D Bugzilla does not accept GDC bugs any more: "Sorry,
> entering an issue into the product DGCC aka GDC
Steve Teale wrote:
The following produces a segfault with GDC - works OK with DMD on same machine.
Where do I report it?
The official D Bugzilla does not accept GDC bugs any more: "Sorry,
entering an issue into the product DGCC aka GDC has been disabled."
So most likely you report it to Ubu