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
Is it still the default testsuite for https://github.com/pku-minic/compiler-dev. But it's not updated for 4 years. If i wish to improve the test cases, should I submit to this repo?
When i run LIB_DIR=".." INSTALL_DIR="outs" make install -j$(nproc) to get the *.out files, I encountered several overflow issue, perhaps it's better to add -fwrapv flag to the Makefile?
why not putting the .out file into the repo since the expected output is quite stable?
Several questions:
LIB_DIR=".." INSTALL_DIR="outs" make install -j$(nproc)to get the *.out files, I encountered several overflow issue, perhaps it's better to add-fwrapvflag to the Makefile?