[Bug ada/115305] [15/16 Regression] many (162) acats regressions on i686-darwin9
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Dec 5 10:31:36 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115305
--- Comment #12 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Iain D Sandoe <iains@gcc.gnu.org>:
https://gcc.gnu.org/g:bdf293a112d293cee8bca0ae2e3944eba36e8005
commit r16-5900-gbdf293a112d293cee8bca0ae2e3944eba36e8005
Author: Iain Sandoe <iain@sandoe.co.uk>
Date: Wed Dec 3 07:44:53 2025 +0000
Ada, Darwin: Implement OSLock for Darwin [PR115305].
The generic Posix code does not match the layout of the pthread entities
in the Darwin _pthread_types.h. So, let's make a Darwin-specific version
and use it.
PR ada/115305
gcc/ada/ChangeLog:
* Makefile.rtl: Use s-oslock__darwin instead of the Posix version.
* libgnat/s-oslock__darwin.ads: New file.
Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
More information about the Gcc-bugs
mailing list