[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
latest git commits
From: |
Gaius Mulley |
Subject: |
latest git commits |
Date: |
Sat, 01 Jan 2022 14:17:34 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hello,
the latest git commits on the branch:
git clone git://gcc.gnu.org/git/gcc.git gcc-git-devel-modula2
cd gcc-git-devel-modula2
git checkout devel/modula-2
in summary the overall git commits provide:
* much improved error recovery (trivial missing tokens are inserted).
* neater error messages which are bound to a scope and have a scope
header placed prior to the error message (aka gcc style).
* runtime error messages also exhibit the same scope header
prior to termination cause.
* parallel build and testsuite can be run in parallel.
For example: make -j 12 ; make -j 12 check-m2.
* bug fixes to indirect procedure calls in mc, which in turn
allow for gm2 to be built using profiled lto.
* the last fix has in practice resulted in all regression tests
passing on aarch64-debian-buster (RPi-4) and on an amd64 machine.
Prior to this git commit all long sets would fail on aarch64.
[ John I would be curious to know whether this has fixed the long set
problem you were seeing on sparc64]
Happy new year everyone!
regards,
Gaius
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- latest git commits,
Gaius Mulley <=