Re: [PATCH] modula2: PR-108119 Disable m2 plugin m2rte

2022-12-21 Thread Gaius Mulley via Gcc-patches
Rainer Orth writes: > Hi Gaius, > > Btw., you've got a couple of formatting errors in your ChangeLog entires: > ChangeLog: * Makefile.def (extra_configure_flags): Add @enable_m2plugin@. * Makefile.in : Rebuilt. > ^ no blank here. Besid

Re: [PATCH] modula2: PR-108119 Disable m2 plugin m2rte

2022-12-21 Thread Rainer Orth
Hi Gaius, Btw., you've got a couple of formatting errors in your ChangeLog entires: >>> ChangeLog: >>> >>> * Makefile.def (extra_configure_flags): Add @enable_m2plugin@. >>> * Makefile.in : Rebuilt. ^ no blank here. Besides, the entires are

Re: [PATCH] modula2: PR-108119 Disable m2 plugin m2rte

2022-12-21 Thread Gaius Mulley via Gcc-patches
Richard Biener writes: >> >> ChangeLog: >> >> * Makefile.def (extra_configure_flags): Add @enable_m2plugin@. >> * Makefile.in : Rebuilt. >> * configure : Rebuilt. >> * configure.ac (host_tools): Remove unused gm2tools. >> (m2plugin) New AC_ARG_ENABLE. >>

Re: [PATCH] modula2: PR-108119 Disable m2 plugin m2rte

2022-12-21 Thread Richard Biener via Gcc-patches
On Wed, Dec 21, 2022 at 1:35 PM Gaius Mulley via Gcc-patches wrote: > > > Hello, > > PR-108119 Disable m2 plugin m2rte (provide --enable-m2plugin configure > option). > > The m2 plugin m2rte attempts to find reachable calls to the m2 exception > handler, but it identifies the m2 exception calls b

[PATCH] modula2: PR-108119 Disable m2 plugin m2rte

2022-12-21 Thread Gaius Mulley via Gcc-patches
Hello, PR-108119 Disable m2 plugin m2rte (provide --enable-m2plugin configure option). The m2 plugin m2rte attempts to find reachable calls to the m2 exception handler, but it identifies the m2 exception calls by procedure name. As this won't work with other languages it should be disabled by d