On 2/7/19 6:27 PM, Martin Sebor wrote:
On 2/7/19 4:00 PM, Jason Merrill wrote:
On 2/7/19 1:57 PM, Martin Sebor wrote:
+ /* The original numeric size as seen in the source code after
+ any substitution and before conversion to size_t. */
I don't think this should mention substitution. With that tweak the
C++ changes are OK.
Does someone still need to approve the rest? Those changes are
trivial: they just move max_object_size from builtins.{c,h} to
tree.{c.h}.
The change to c-parser.c was accidental and wasn't meant to be
included it in the last diff. I attach yet another update with
that bit removed (and the tweak comment above).
OK.
Jason