Re: gm2 development status (tracking gcc-12 20211209)

2021-12-17 Thread Gaius Mulley via Gcc
Richard Biener writes: >>Aside from the bug(s) above it is looking pretty stable - and was >>wondering when or if it would be a good time to merge gm2 into the >>trunk? > > Merging early in stage1 would make most sense. yes, sure - sounds sensible. I'll polish, patch, git merge, test and bug h

Re: gm2 development status (tracking gcc-12 20211209)

2021-12-16 Thread Richard Biener via Gcc
On December 16, 2021 9:43:56 PM GMT+01:00, Gaius Mulley wrote: > > >I've been testing the gm2 development branch (based on gcc-12) >against lto and non lto builds. > > git clone git://gcc.gnu.org/git/gcc.git gcc-git > cd gcc-git > git checkout devel/modula-2 > >I'm using the configure options:

gm2 development status (tracking gcc-12 20211209)

2021-12-16 Thread Gaius Mulley via Gcc
I've been testing the gm2 development branch (based on gcc-12) against lto and non lto builds. git clone git://gcc.gnu.org/git/gcc.git gcc-git cd gcc-git git checkout devel/modula-2 I'm using the configure options: CXXFLAGS="-g" CFLAGS="-g $PROFILE" ${absdir}/configure \