Vincenzo Ampolo Wrote:
> Michael P. wrote:
>
> > GDC compiles, but it doesn't work. When you try to compile, it gives a
> > bunch of undefined reference errors to std.math functions. So I would
> > assume the problem is somewhere in math.d.
>
> Yep, since math.d is not included in phobos with t
Michael P. wrote:
> I fixed it. :)
> The problem actually wasn't in math.d.
> There was lots of asm in math.d, and in ExtAsmStatement, in
statement.h,
> the blockExit function wasn't added to the interface, because it
does not
> get included in the diffs. Because of that, the blockExit from
St
Michael P. wrote:
> GDC compiles, but it doesn't work. When you try to compile, it gives a
> bunch of undefined reference errors to std.math functions. So I would
> assume the problem is somewhere in math.d.
Yep, since math.d is not included in phobos with the change you did,
functions doesn't