https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121993
--- Comment #4 from Filip Kastl <pheeck at gcc dot gnu.org> --- My command-line arguments for SPEC are: runcpu -c fk-O2-generic-lto -l -n 1 -I -i test --rebuild -T peak So the difference between our command-line arguments look to be: - I'm doing -i (--size) test instead of ref. - I'm doing -l (--loose). - You're doing --define jobs:64. - I'm doing 1 iteration and you're doing 3. - You're doing --copies 1, but --copies should only have effect on a 'rate' run. - You're doing --define runfrom:ats --define isa:intel64 - I'm doing --action validate --rebuild while you're doing --action=setup Except for possibly the last two differences listed, these shouldn't have an effect on the binary. Note that I don't know what --define runfrom:ats --define isa:intel64 does.
