Re: Changeset 0306c5a64775
Roderic Morris <[email protected]> Thu, 14 Jun 2012 15:58:29 -0400
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
Perfect, both of those methods worked. Thanks. -Roderic On Thursday, June 14, 2012 at 12:49 PM, Marcus Crestani wrote: > > > > > > "MS" == Michael Sperber <[email protected] (mailto:[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 > >