https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97680
rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rsandifo at gcc dot gnu.org --- Comment #4 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> --- (In reply to Richard Biener from comment #2) > Err, please dg-skip the tests for ! supported targets. They also fail on > x86_64 with -m32 btw. The point is that these tests are flushing out which those targets are, since nobody knows at present. Most targets are supported naturally: it's certainly not just an x86_64 or aarch64 thing. But some targets have special requirements that mean they would need to define a simple hook in order to support the option. So if this sorry() fires, we need to decide whether to add support or live with the option being unsupported for that target combination.