Re: [PATCH][AArch64] Fix usage of +no in error message for aarch64_parse_extension

2014-12-11 Thread Marcus Shawcroft
On 10 December 2014 at 15:30, Kyrill Tkachov wrote: > 2014-12-10 Kyrylo Tkachov kyrylo.tkac...@arm.com > > * config/aarch64/aarch64.c (aarch64_parse_extension): Update error > message to say +no only when removing extension. OK /Marcus

[PATCH][AArch64] Fix usage of +no in error message for aarch64_parse_extension

2014-12-10 Thread Kyrill Tkachov
Hi all, The error message when parsing feature modifiers can be improved. Currently, if the user gives something like -march=armv8-a+ the error message will read: error: missing feature modifier after '+no' even though '+no' was not given. With this patch we will now say: error: missing featur