Compiled dmd2.032 in VC++ 2009!

Brad Roberts braddr at bellevue.puremagic.com
Fri Sep 4 13:50:39 PDT 2009


On Fri, 4 Sep 2009, Leandro Lucarella wrote:

> bearophile, el  4 de septiembre a las 08:15 me escribiste:
> > Jeremie Pelletier:
> > 
> > >VC++ has no real support for long double; it supports the syntax as distinct types but they are implemented as double precision, not extended precision.<
> > 
> > This is true in GDC (with GCC backend) too, that's why real in D are as large as possible and not fixed-sized as the other types.
> > 
> > 
> > >I also couldn't get the compiler to compile *.c as C++, even with the /TP switch (Compile as C++), I had to rename every file to *.cpp.<
> > 
> > This looks like a change good to be folded back into DMD sources.
> 
> I offered myself to do such a change in the past, but Walter didn't liked
> it. I did it for purely aesthetic reasons, though, maybe if that is useful
> in some way he'll accept the change.
> 
> -- 
> Leandro Lucarella (luca) | Blog colectivo: http://www.mazziblog.com.ar/blog/
> ----------------------------------------------------------------------------
> GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145  104C 949E BFB6 5F5A 8D05)
> ----------------------------------------------------------------------------
> ASALTAN, GOLPEAN SALVAJEMENTE A ANCIANA Y LE COMEN LA PASTAFROLA.
> 	-- Cr?nica TV

Don't consider it an all or nothing exercise.  I'll bet there are 
parts that are easy to agree are generally useful and worth folding in.  
That can at least make life easier by keeping the unmerged parts smaller 
and hopefully less painful to deal with.

Later,
Brad



More information about the Digitalmars-d mailing list