> -----Original Message----- > From: Andre Vieira (lists) <andre.simoesdiasvie...@arm.com> > Sent: 02 April 2020 09:20 > To: gcc-patches@gcc.gnu.org > Cc: Kyrylo Tkachov <kyrylo.tkac...@arm.com> > Subject: [PATCH][GCC][Arm]: Do not process rest of MVE header file after > unsupported error > > Hi, > > 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. > > Is this OK for trunk?
Ok. Thanks, Kyrill > > gcc/ChangeLog: > 2020-04-02 Andre Vieira <andre.simoesdiasvie...@arm.com> > > * config/arm/arm_mve.h: Condition the header file on > __ARM_FEATURE_MVE.