This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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:
> 
> 2018-08-28  Martin Liska  <mliska@suse.cz>
> 
> 	* constexpr.c (cxx_eval_call_expression): Add quotes
> 	to -fconstexpr-depth=.
> ---
>  gcc/cp/constexpr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]