Re: [PATCH] Add quotes for -fconstexpr-depth= in an error message.

2018-09-12 Thread Nathan Sidwell
On 9/12/18 6:17 AM, Martin Liška wrote: PING^1 gcc/cp/ChangeLog: 2018-08-28 Martin Liska * constexpr.c (cxx_eval_call_expression): Add quotes to -fconstexpr-depth=. ok, thanks -- Nathan Sidwell

Re: [PATCH] Add quotes for -fconstexpr-depth= in an error message.

2018-09-12 Thread Martin Liška
PING^1 On 8/29/18 10:27 AM, Martin Liška wrote: > Hi. > > That's just simple patch that wraps an option name > in an error message into apostrophes. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > Ready to be installed? > Martin > > gcc/cp/ChangeLog: > > 201

[PATCH] Add quotes for -fconstexpr-depth= in an error message.

2018-08-29 Thread Martin Liška
Hi. That's just simple patch that wraps an option name in an error message into apostrophes. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin gcc/cp/ChangeLog: 2018-08-28 Martin Liska * constexpr.c (cxx_eval_call_expression):