Re: [PATCH] 15/19 modula2 front end: cc1gm2 additional non modula2 source files

2022-11-19 Thread Gaius Mulley via Gcc-patches
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. */ >>

Re: [PATCH] 15/19 modula2 front end: cc1gm2 additional non modula2 source files

2022-11-18 Thread Richard Biener via Gcc-patches
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). > > >

[PATCH] 15/19 modula2 front end: cc1gm2 additional non modula2 source files

2022-10-10 Thread Gaius Mulley via Gcc-patches
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<--8<--8<--8<--8<--8< diff -ruw