https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115766
--- Comment #7 from Bi6c <bic60176 at gmail dot com> --- (In reply to Sam James from comment #6) > (In reply to Bi6c from comment #4) > > Created attachment 58665 [details] > > preprocessed file w/o csmith.h dependency > > > > Preprocessed file w/o csmith.h dependency > > k uses 'l' uninitialised. the value of l is used as argument m in h(), and the argument m is initialized in the for loop. I initialized l by change the line 71 to "int64_t l=1;", and the discrepancies still exist.