Re: [PATCH] arm: fix option quoting in error messages.

2022-03-07 Thread Martin Liška
On 3/7/22 14:14, Richard Earnshaw wrote: Wasn't the complaint also that there should be a space in the text between the 'and"'  and the '"%<' on the subsequent line? Yeah, I overlooked that. I'm going to push the following patch. Cheers, MartinFrom b1d8198e7df616ea80cb648a2c831e2c21f4319f Mon

Re: [PATCH] arm: fix option quoting in error messages.

2022-03-07 Thread Richard Earnshaw via Gcc-patches
On 07/03/2022 10:27, Martin Liška wrote: This fixes option quoting in error messages. Ready to be installed? Thanks, Martin PR target/104794 gcc/ChangeLog: * config/arm/arm.cc (arm_option_override_internal): Fix quoting of options in error messages. (arm_option_reconfig

RE: [PATCH] arm: fix option quoting in error messages.

2022-03-07 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Gcc-patches bounces+kyrylo.tkachov=arm@gcc.gnu.org> On Behalf Of Martin Liška > Sent: Monday, March 7, 2022 10:28 AM > To: gcc-patches@gcc.gnu.org > Cc: Christophe Lyon > Subject: [PATCH] arm: fix option quoting in error messages. &

[PATCH] arm: fix option quoting in error messages.

2022-03-07 Thread Martin Liška
This fixes option quoting in error messages. Ready to be installed? Thanks, Martin PR target/104794 gcc/ChangeLog: * config/arm/arm.cc (arm_option_override_internal): Fix quoting of options in error messages. (arm_option_reconfigure_globals): Likewise. --- gcc/