[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] 4.8.0 release?
From: |
Mario Domenech Goulart |
Subject: |
Re: [Chicken-hackers] 4.8.0 release? |
Date: |
Sun, 09 Sep 2012 01:14:50 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) |
On Thu, 06 Sep 2012 21:05:36 +0200 (CEST) Felix <address@hidden> wrote:
> before we wrap it up. Regardless of platform, no matter what OS. Did
> you already try it out? Do it again. Do it twice. Or more. Test, test,
> test, day and night, from dusk till dawn.
Here's what I've got so far:
OS Hardware C compiler Status
Linux x86 GCC 4.6.3 OK
Linux x86 GCC 4.7.1 OK
Linux x86 clang 3.0 OK [1]
Linux x86-64 GCC 4.4.5 OK
Linux PPC GCC 4.4.5 make check fails (#916)
Linux PPC GCC 4.7.1 OK [2]
Cygwin x86 GCC 4.3.4 make check fails [3]
[1] Some make check failures on tests that rely on the compiler output
(C_noret is not defined as __attribute__ ((noreturn)) for clang).
See #917. With the patch in
http://lists.nongnu.org/archive/html/chicken-hackers/2012-09/msg00002.html
it works flawlessly.
[2] Works fine with DEBUGBUILD=1. To be confirmed with DEBUGBUILD unset.
[3] See #738 and
http://lists.nongnu.org/archive/html/chicken-hackers/2012-09/msg00012.html
Best wishes.
Mario
--
http://parenteses.org/mario
- [Chicken-hackers] 4.8.0 release?, Felix, 2012/09/06
- Re: [Chicken-hackers] 4.8.0 release?, Peter Bex, 2012/09/06
- Re: [Chicken-hackers] 4.8.0 release?,
Mario Domenech Goulart <=
- Re: [Chicken-hackers] 4.8.0 release?, Peter Bex, 2012/09/09
- Re: [Chicken-hackers] 4.8.0 release?, Felix, 2012/09/09
- Re: [Chicken-hackers] 4.8.0 release?, Christian Kellermann, 2012/09/09
- Re: [Chicken-hackers] 4.8.0 release?, Christian Kellermann, 2012/09/11
- Re: [Chicken-hackers] 4.8.0 release?, Felix, 2012/09/11
- Re: [Chicken-hackers] 4.8.0 release?, Christian Kellermann, 2012/09/11