https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89736
Bug ID: 89736
Summary: New test pr87532-mc.c fails on compiler not defaulting
to VSX
Product: gcc
Version: 9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: segher at gcc dot gnu.org
Target Milestone: ---
Hi Kelvin,
The test does not only run on VSX on purpose:
/* This test should run the same on any target that supports altivec/dfp
instructions. Intentionally not specifying cpu in order to test
all code generation paths. */
OTOH, it does use "vector long long", which requires VSX. And vector int128.
DFP seems to be a red herring?
I'm not sure what best to do here; maybe cut the test in two?