[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Bug: malloc + function returning double + comparison
From: |
Daniel Glöckner |
Subject: |
Re: [Tinycc-devel] Bug: malloc + function returning double + comparison between doubles |
Date: |
Sun, 10 Jun 2012 12:09:37 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Sun, Jun 10, 2012 at 09:15:52AM +0200, Michael Matz wrote:
> Thomas: as you were last fiddling with arm, you might want to check
> if the test works on it. The other alloca testcase is #ifdef'ed on
> i386 and x86_64, but that only makes sense if alloca really isn't
> supported on arm, which I can't believe. If that really is the case
> callsave_test() needs to be conditional too.
Some time ago I posted an alloca version for ARM:
http://lists.nongnu.org/archive/html/tinycc-devel/2011-02/msg00046.html
but we don't build a libtcc1 for ARM and libgcc/libc don't provide
alloca as it is a GCC builtin.
Daniel
- [Tinycc-devel] Bug: malloc + function returning double + comparison between doubles, ghe, 2012/06/09
- Re: [Tinycc-devel] Bug: malloc + function returning double + comparison between doubles, Michael Matz, 2012/06/10
- Re: [Tinycc-devel] Bug: malloc + function returning double + comparison between doubles,
Daniel Glöckner <=
- Re: [Tinycc-devel] Bug: malloc + function returning double + comparison between doubles, Thomas Preud'homme, 2012/06/10
- Re: [Tinycc-devel] Bug: malloc + function returning double + comparison between doubles, Michael Matz, 2012/06/10
- Re: [Tinycc-devel] Bug: malloc + function returning double + comparison between doubles, Thomas Preud'homme, 2012/06/10
- Re: [Tinycc-devel] Bug: malloc + function returning double + comparison between doubles, Daniel Glöckner, 2012/06/10
- Re: [Tinycc-devel] Bug: malloc + function returning double + comparison between doubles, Michael Matz, 2012/06/10