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.
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.