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

ktkachov at gcc dot gnu.org changed:

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

--- Comment #2 from ktkachov at gcc dot gnu.org ---
We intend to deprecate that macro going forward as it's not a useful way for
testing architecture features in aarch64. It made sense in the pre-Armv7-a
days, but now the recommended way to test for features is the __ARM_FEATURE*
macros.

The scheme is also not very well-suited for things like the recent AArch64
Armv8-R.

Is there a particular use case that you have in mind?

Reply via email to