Re: Nonbootstrap build with Apple clang broken in gm2

2024-07-28 Thread Gaius Mulley via Gcc
FX Coudert writes: >> Ah yes indeed it is systematic. Many thanks for spotting this - git >> pushed GNU flex required >> https://gcc.gnu.org/pipermail/gcc-cvs/2024-July/406305.html > > Couldn’t the generated files be committed to the tree, so that flex is not > needed (unless one modifies the s

Re: Nonbootstrap build with Apple clang broken in gm2

2024-07-24 Thread Gaius Mulley via Gcc
FX Coudert writes: > Another quick m2-related question: I am seeing, in a build of GCC > 14.1.0 on Linux, that flex is called when building with the modula-2 > front-end. It was not the case in previous builds, and the only > difference is that I added m2 to the languages. Is that systematic? If

Re: Nonbootstrap build with Apple clang broken in gm2

2024-07-12 Thread Gaius Mulley via Gcc
FX Coudert writes: > Hi, > > I am unable to perform a nonbootstrap build when gm2 is included, with > Apple clang 15 as compiler. The error is due to incorrect inclusion of > headers ( and ) which are included after GCC’s > system.h has been included, and macros like abort() are redefined or > po

Re: 1-800-GIT-HELP (how to delete a user branch?)

2022-10-25 Thread Gaius Mulley via Gcc
Jonathan Wakely writes: > On Tue, 25 Oct 2022 at 13:23, Gaius Mulley via Gcc wrote: >> >> >> Just wondering what is the safest way to delete a user branch? >> >> [I used ./contrib/git-add-user-branch.sh and wanted to start over >> (user branch for m2 a

1-800-GIT-HELP (how to delete a user branch?)

2022-10-25 Thread Gaius Mulley via Gcc
Just wondering what is the safest way to delete a user branch? [I used ./contrib/git-add-user-branch.sh and wanted to start over (user branch for m2 and gcc12)], many thanks, Gaius

Proposal for the merger and patch set

2022-05-18 Thread Gaius Mulley via Gcc
Richard Biener writes: > I suggest you post merge patches where the branch touches generic code > for review again, indicating parts that have been approved in the > past. Hello Richard, David and the GCC Steering Committee, Firstly thank you for the release of gcc-12.1 and secondly thank you f

Re: Proposal for the merger of devel/modula-2 into master

2022-05-14 Thread Gaius Mulley via Gcc
Richard Biener writes: >> Am 14.05.2022 um 00:57 schrieb Gaius Mulley via Gcc : >> >>  >> Hi David, >> >> David Edelsohn writes: >> >>> I hope that you and the GNU Modula-2 team can propose the merge of the >>> Modula-2 front-

Proposal for the merger of devel/modula-2 into master

2022-05-13 Thread Gaius Mulley via Gcc
Hi David, David Edelsohn writes: > I hope that you and the GNU Modula-2 team can propose the merge of the > Modula-2 front-end and library soon. [reposting with a new title for mailing list clarity] Yes I was also wondering whether now might be a sensible time for the Modula-2 front end to m

Re: Fwd: ULM Modula-2 Libraries for inclusion in GM2

2022-05-13 Thread Gaius Mulley via Gcc
David Edelsohn writes: > Hi, Gaius > > I hope that you and the GNU Modula-2 team can propose the merge of the > Modula-2 front-end and library soon. > > Thanks, David Hi David, yes indeed - sorry for the delay in my reply. Yes I was also wondering whether now might be a sensible time for the M

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

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 \

[Bug modula2/102344, 102339, 102323, 102325] confirmed and resolved

2021-10-20 Thread Gaius Mulley via Gcc
Hello, a huge apology as I'm sure this must be obvious - but I cannot see how to set the status on bugzilla. In summary the above bugs have been resolved (I believe), regards, Gaius

Re: Modula-2 into the GCC tree on master?

2020-06-25 Thread Gaius Mulley via Gcc
David Edelsohn writes: > Hi, Gaius > > Thanks for your diligent effort to complete this port of Modula-2 and > prepare it for inclusion in GCC. I have forwarded the proposal to the > GCC Steering Committee. > > Thanks, David Hi David, many thanks for forwarding the proposal - always great fun

Modula-2 into the GCC tree on master?

2020-06-24 Thread Gaius Mulley via Gcc
Hello GCC Steering Committee and fellow GCC developers, I was wondering whether now might be a sensible time to graft GNU Modula-2 into the GCC tree? (on the master branch only). At present gm2 fully implements PIM2, PIM3, PIM4 and ISO dialects of Modula-2. All the ISO libraries are implement