https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85154
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2018-04-03 Component|tree-optimization |testsuite Target Milestone|--- |8.0 Ever confirmed|0 |1 --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- silvermont? *sigh* --with-arch/cpu makes it really hard to invent testcase guards. pentium4, nocona, atom, slm, intel (but not core!) cost tables are affected by maintaining higher unaligned load/store cost than aligned ones. The x86 backend having so many tunings and different cost metrics don't make it easy to fix the testcase. Well, we can just remove that dump-scanning altogether.