Re: Changeset 0306c5a64775

Marcus Crestani <[email protected]> Thu, 14 Jun 2012 18:49:20 +0200
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <[email protected]>
>>>>>"MS" == Michael Sperber <[email protected]> writes:
MS> Yes, there's a bug in the LLVM shipped with Mac OS X / XCode these
MS> days: It contains a buggy prerelease of LLVM.  I haven't found a way
MS> to work around it in Scheme 48, and it really does not seem worth
MS> it: I downloaded the clang+llvm binaries from the LLVM site, and
MS> those work just fine.

You can work around by turning off the compiler's optimization ("-O0").
Only "-O" with >0 causes the problem for me.

-- 
Marcus