Richard Biener writes:
>> +/* We don't use language_function. */
>
> well ...
oops, yes - I'll remove the comment!
>> +struct GTY (()) language_function
>> +{
>> +
>> + /* While we are parsing the function, this contains information about
>> + the statement-tree that we are building. */
>>
On Mon, Oct 10, 2022 at 5:44 PM Gaius Mulley via Gcc-patches
wrote:
>
>
>
> This patch set contains the .h, .cc and .flex files found in
> gcc/m2. The files are tightly coupled with the gimple interface
> (see 04-gimple-interface) and built using the rules found in
> (01-03-make).
>
>
> --8<-