Re: [Chicken-hackers] [PATCH] Use noreturn attribute in clang versions which support it

2013-10-28 Thread Mario Domenech Goulart
On Thu, 24 Oct 2013 15:14:03 +0200 Peter Bex wrote: > On Wed, Oct 23, 2013 at 11:58:34AM +0200, Peter Bex wrote: >> On Wed, Oct 23, 2013 at 11:53:13AM +0200, Moritz Heidkamp wrote: >> > BTW, I got another warning when running the tests: >> > >> > ../chicken 'embedded4.scm' -output-file 'a.c' -

Re: [Chicken-hackers] More support for The Hurd

2013-10-28 Thread Christian Kellermann
* Mario Domenech Goulart [131027 13:38]: > Hi Christian, > > On Thu, 24 Oct 2013 10:26:26 +0200 Christian Kellermann > wrote: > > > The attached patch make CHICKEN usable on the Hurd. Without the > > patch csc won't include the location hint of libchicken for the > > linker. And while we are a

Re: [Chicken-hackers] [PATCH] Build/Test CHICKEN on AIX

2013-10-28 Thread Erik Falor
On Mon, Oct 28, 2013 at 10:56:27AM +, Mario Domenech Goulart wrote: > On Mon, 28 Oct 2013 10:27:45 +0100 Peter Bex wrote: > > > On Sun, Oct 27, 2013 at 12:22:22PM +, Mario Domenech Goulart wrote: > >> On Sat, 26 Oct 2013 22:31:51 -0600 Erik Falor wrote: > >> > >> Here are some additional

Re: [Chicken-hackers] [PATCH] Build/Test CHICKEN on AIX

2013-10-28 Thread Mario Domenech Goulart
On Mon, 28 Oct 2013 10:27:45 +0100 Peter Bex wrote: > On Sun, Oct 27, 2013 at 12:22:22PM +, Mario Domenech Goulart wrote: >> On Sat, 26 Oct 2013 22:31:51 -0600 Erik Falor wrote: >> >> Here are some additional things we should do to get support for AIX >> properly integrated into CHICKEN: >>

Re: [Chicken-hackers] [PATCH] Build/Test CHICKEN on AIX

2013-10-28 Thread Peter Bex
On Sun, Oct 27, 2013 at 12:22:22PM +, Mario Domenech Goulart wrote: > On Sat, 26 Oct 2013 22:31:51 -0600 Erik Falor wrote: > Awesome job, Erik. Thanks a lot. +1, this is excellent work! > I tested your patch on Linux x86-64 > and it doesn't seem to affect that platform (as expected). I've