[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 4.1.3 and mpfr
From: |
Kevin Ryde |
Subject: |
Re: 4.1.3 and mpfr |
Date: |
Thu, 06 May 2004 07:26:51 +1000 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) |
Sisyphus <address@hidden> writes:
>
> So ... I repeated the same procedure with GMP-4.1.3. Everything still
> works fine with MinGW, but with VC 7, when I build an mpfr app, I get
> the errors pertaining to '_alloca'.
I think _alloca may live in libgcc, which would not be a normal part
of an ms c link.
We're using gcc __builtin_alloca, or should be, I guess that comes out
as a libgcc call. I don't know what one is meant to do for that when
mixing gcc and ms. I'll add a note to the manual if anyone can say.
Presumably it affects any program using __builtin_alloca and mixing
gcc and ms c though.
--
All followups to address@hidden please.
- 4.1.3 and mpfr, Sisyphus, 2004/05/04
- Re: 4.1.3 and mpfr,
Kevin Ryde <=