You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: