https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98209

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
But e.g. for the *intrin.h intrinsics, ignoring the ISA requirements that it
got from the target pragmas is highly undesirable, we do need the diagnostics
and refuse to inline them, otherwise they will ICE all over.
And it is unclear how to differentiate between ISA requirements that were added
because of the command line option flags vs. ISA requirements that got added
through target pragmas or target attributes.

Reply via email to