https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115168

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Eric Botcazou <ebotca...@gcc.gnu.org>:

https://gcc.gnu.org/g:7b215c867629e095a4ac403bd026b6eb293962b4

commit r15-751-g7b215c867629e095a4ac403bd026b6eb293962b4
Author: Eric Botcazou <ebotca...@adacore.com>
Date:   Tue May 21 11:11:02 2024 +0200

    Fix Ada runtime library breakage on Solaris (bis)

    Recent changes made to the runtime library broke again its build on Solaris
    because it uses Solaris threads instead of POSIX threads on this platform.

    gcc/ada/
            PR ada/115168
            * libgnarl/s-taprop__solaris.adb (Initialize): Fix pasto.
            * libgnat/s-oslock__solaris.ads (Owner_Int): Delete.
            (Owner_ID): Change the designated type to Integer.

Reply via email to