On 11/21/2017 08:00 AM, Martin Liška wrote:
Hi.
I'm sending v2 of the patch where I fixed test-suite fallout.
Patch can bootstrap on ppc64le-redhat-linux and survives regression tests.
The changes look good to me. Thanks for the nice cleanup!
Martin
PS While going through the patch I noticed the -fconstexpr-depth=
option also isn't quoted in a few instances. That would be nice
to fix as well at some point (this can of course be done
independently):
if (!ctx->quiet)
- error ("constexpr evaluation depth exceeds maximum of %d (use "
+ error ("%<constexpr%> evaluation depth exceeds maximum of %d (use "
"-fconstexpr-depth= to increase the maximum)",
max_constexpr_depth);