bug#15545: Compilation error with clang with guile 1.8.8

2013-10-07 Thread Matt Sicker
I've attached the log from running make with the autogen project (which depends on guile). As a quick summary, the compiler issue seems to be due to the use of the variable name "noreturn" in libguile/throw.h, line 94, in the function declaration scm_ithrow(). As I'm not very familiar with C++11, I

bug#15533: optimizing away noticeable effects

2013-10-07 Thread Ian Price
Mark H Weaver writes: > Using git bisect, I've determined that this bug was introduced in the > following commit: > > commit d21537efb4a0edea30a7ab801909207d4bb69030 > Author: Andy Wingo > Date: Fri Feb 15 12:11:29 2013 +0100 > > better inlining of `apply' with rest arguments > >