https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84534
Peter Bergner <bergner at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2018-02-27 Assignee|unassigned at gcc dot gnu.org |bergner at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #4 from Peter Bergner <bergner at gcc dot gnu.org> --- Actually, I see the vec-setup-be-long.c FAIL even using the revision before Vlad's commit. The problem seems to be related to PR78303, which is basically -maltivec=be has issues on LE and instead of fixing them, we've decided to deprecate -maltivec=be when targeting LE and -maltivec=le when targeting BE, so I'll look at XFAILing the test on LE. I agree with Vlad the others are not compiler bugs, but instead are test case bugs. I haven't decided yet whether to just update the counts or whether to just remove the scan for xxlor all together, since I doubt we're really interested in that we generated them at all versus some of the other insns.