https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103944
XingLi <lixing at loongson dot cn> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lixing at loongson dot cn --- Comment #17 from XingLi <lixing at loongson dot cn> --- when I do the check with " LC_ALL=C make -j16 -k check-gcc-c ALT_CC_UNDER_TEST=gcc RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector-strong}' -v" ", the testsuite hanged during the "analyzer/pr104369-1.c" test. When I check the log, I found that the "pr104369-1.exe" should not to be produced. After debug the dejagnu exp file, I found the {dg-do-what-default} parameter not correct when executing analyzer.exp, which is executed after the execute.exp, the global parameter{dg-do-what-default} changed during the execute.exp executing. So I doubt that the sequence of the testsuite will influence the test result. Is that correct?