We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source: master (2afde24) Host: Linux/E2K Compiler: lcc:1.26.12:Jun--5-2022:e2k-v4-linux; gcc (GCC) 9.3.0 compatible How to build: ./configure && make -j check CFLAGS_EXTRA="-O3 -march=native" Retry make -j check ~60 times. Output: Threaded disclaim test. Assertion failure, line 122: !p->cdr || is_pair(p->cdr)
./configure && make -j check CFLAGS_EXTRA="-O3 -march=native"
make -j check
Related issues: #192, #235, #400, #411
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Source: master (2afde24)
Host: Linux/E2K
Compiler: lcc:1.26.12:Jun--5-2022:e2k-v4-linux; gcc (GCC) 9.3.0 compatible
How to build:
./configure && make -j check CFLAGS_EXTRA="-O3 -march=native"
Retry
make -j check
~60 times.Output:
Threaded disclaim test.
Assertion failure, line 122: !p->cdr || is_pair(p->cdr)
Related issues: #192, #235, #400, #411
The text was updated successfully, but these errors were encountered: