marcomaggi / vicare

A native compiler for Scheme compliant with R6RS
http://marcomaggi.github.com/vicare.html
Other
200 stars 34 forks source link

some errors when compiling with -O3 #75

Open marcomaggi opened 9 years ago

marcomaggi commented 9 years ago

When compiling and running the test suite with -O3 some errors appear; they do not happen when compiling with -O2. Most likely something is wrong in the compiler's source optimiser, specifically when applying it multiple times. Specifically: compilation of the irregex library fails; some tests for SRFI 114 fail.