September 10, 2009
Michael P.  wrote:

> I'll get the sources up ASAP.

I got gdc compiling on 4.1.2...
So since you are working in bumping the dmd version, i'll work in bumping
gcc version to 4.2 and then 4.3  :D

Is it ok?

September 10, 2009
On Thu, 10 Sep 2009 18:20:46 +0200, Vincenzo Ampolo wrote:

> Michael P.  wrote:
> 
>> I'll get the sources up ASAP.
> 
> I got gdc compiling on 4.1.2...
> So since you are working in bumping the dmd version, i'll work in
> bumping gcc version to 4.2 and then 4.3  :D
> 
> Is it ok?

There is a 4.3.1 branch already. http://dgcc.svn.sourceforge.net/viewvc/dgcc/branches/dev-gcc-4.3.1/
September 10, 2009
Moritz Warning Wrote:

> On Thu, 10 Sep 2009 18:20:46 +0200, Vincenzo Ampolo wrote:
> 
> > Michael P.  wrote:
> > 
> >> I'll get the sources up ASAP.
> > 
> > I got gdc compiling on 4.1.2...
> > So since you are working in bumping the dmd version, i'll work in
> > bumping gcc version to 4.2 and then 4.3  :D
> > 
> > Is it ok?
> 
> There is a 4.3.1 branch already. http://dgcc.svn.sourceforge.net/viewvc/dgcc/branches/dev-gcc-4.3.1/

Yeah, I got it working with the 4.3.1 branch.
There are no 4.2.x patches, and 4.4.x doesn't have any either.
September 12, 2009
Michael P.  wrote:

> Yeah, I got it working with the 4.3.1 branch.

After some libphobos2 hacks in commenting some functions which caused compiler errors, i successfully compiled gdc D2 with phobos 2. I didn't test yet if it works with an example. If tests will be good, i'll commit the changes.

See you :D
September 13, 2009
Vincenzo Ampolo wrote:

> If tests will be good, i'll commit
> the changes.
> 

Tests went good :)

goshawk@earth:/tmp/test/usr/local/gcc-4.3/bin$ ./gdc ~/test.d
goshawk@earth:/tmp/test/usr/local/gcc-4.3/bin$ ./a.out
Hello World, Reloaded
goshawk@earth:/tmp/test/usr/local/gcc-4.3/bin$ ./gdc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --prefix=/usr/local/gcc-4.3 --enable-
languages=c,d,c++ --disable-multilib --disable-shared
Thread model: posix
gcc version 4.3.4 (GCC)
goshawk@earth:/tmp/test/usr/local/gcc-4.3/bin$

it's D2 ;)
September 14, 2009
Michael P. wrote:
> Hey, I want to help out with GDC.

I think it's great you're resurrecting GDC.
September 23, 2009
Please do that as I am looking forward to GDC2 with newer Phobos2! :)
Thank youuuuu!
1 2
Next ›   Last »