https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102857
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|middle-end |testsuite CC| |aldyh at gcc dot gnu.org, | |pinskia at gcc dot gnu.org Status|UNCONFIRMED |NEW Keywords|wrong-code | Last reconfirmed| |2021-10-22 Ever confirmed|0 |1 --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- /* { dg-final { scan-tree-dump "Jumps threaded: 12" "thread3" } } */ /* { dg-final { scan-tree-dump-not "Jumps threaded" "dom2" } } */ /* aarch64 has the highest CASE_VALUES_THRESHOLD in GCC. It's high enough to change decisions in switch expansion which in turn can expose new jump threading opportunities. Skip the later tests on aarch64. */ /* { dg-final { scan-tree-dump-not "Jumps threaded" "dom3" { target { ! aarch64*-*-* } } } } */ /* { dg-final { scan-tree-dump-not "Jumps threaded" "vrp-thread2" { target { ! aarch64*-*-* } } } } */ Someone didn't update this for aarch64 which is why you get: gcc.dg/tree-ssa/ssa-dom-thread-7.c: dump file does not exist UNRESOLVED: gcc.dg/tree-ssa/ssa-dom-thread-7.c scan-tree-dump-not vrp-thread2 "Jumps threaded" On x86_64 also. Christophe, Can you file gcc.target/arm/ivopts-4.c seperately? Since it seems unrelated to others. And this one can be for the ssa-dom-thread-7.c failure only.