On Thu, 06 Sep 2012 21:05:36 +0200 (CEST) Felix 
<[email protected]> 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 mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to