arm: Do not process rest of MVE header file after unsupported error
authorAndre Simoes Dias Vieira <andre.simoesdiasvieira@arm.com>
Fri, 3 Apr 2020 13:26:26 +0000 (14:26 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Fri, 3 Apr 2020 14:59:17 +0000 (15:59 +0100)
commit3b6e79ae0c39f8819634279366caebd15f58cdb3
tree2dde07dcee3e2bd3f88c3a6bb7b11e7d48b3545b
parent53161358180fdc2c2c21c8f46bbdd339a1fbb8ae
arm: Do not process rest of MVE header file after unsupported error

This patch makes sure the rest of the header file is not parsed if MVE is not
supported.  The user should not be including this file if MVE is not supported,
nevertheless making sure it doesn't parse the rest of the header file will
save the user from a huge error output that would be rather useless.

gcc/ChangeLog:
2020-04-03  Andre Vieira  <andre.simoesdiasvieira@arm.com>

        * config/arm/arm_mve.h: Condition the header file on __ARM_FEATURE_MVE.
gcc/ChangeLog
gcc/config/arm/arm_mve.h