https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109302
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|ice-on-valid-code |accepts-invalid
--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
I think target_clones shouldn't support any ISA that doesn't have the global
enabled ISAs enabled - that's just asking for troubles, because the
dispatcher is built then with a higher ISA enabled than the dispatched-to
function for example.
So I think we should reject this.