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
make test will fail when qlibc is compiled with gcc >= 10.
Under this case, test_qtreetbl.c will compile but will segfault during execution.
I believe that it is caused by the unused return true; of drawtree(). test_qtreetbl_gcc10.txt test_qtreetbl_gcc11.txt test_qtreetbl_gcc12.txt