public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/115133] [15 regression] s-oslock__solaris.ads doesn't compile
Date: Fri, 17 May 2024 22:25:51 +0000	[thread overview]
Message-ID: <bug-115133-4-SyVmtrMCwb@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-115133-4@http.gcc.gnu.org/bugzilla/>

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

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

https://gcc.gnu.org/g:5812e1bbb1c8a7a90d995a0165cddae4d450d6cf

commit r15-641-g5812e1bbb1c8a7a90d995a0165cddae4d450d6cf
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Sat May 18 00:21:56 2024 +0200

    Fix Ada runtime library breakage on Solaris

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

    gcc/ada/
            PR ada/115133
            * libgnarl/s-osinte__solaris.ads (mutex_t): Fix typo.
            * libgnarl/s-taprop__solaris.adb (Record_Lock): Add conversion.
            (Check_Sleep): Likewise.
            (Record_Wakeup): Likewise.
            (Check_Unlock): Likewise.
            * libgnarl/s-tasini.adb (Initialize_RTS_Lock): Add pragma Import
            on the overlaid variable.
            (Finalize_RTS_Lock): Likewise.
            (Acquire_RTS_Lock): Likewise.
            (Release_RTS_Lock): Likewise.
            * libgnarl/s-taspri__solaris.ads (To_RTS_Lock_Ptr): New instance
            of Ada.Unchecked_Conversion.
            * libgnat/s-oslock__solaris.ads: Add with clause for
            Ada.Unchecked_Conversion.
            (array_type_9): Add missing name qualification.
            (record_type_3): Likewise.
            (mutex_t): Fix formatting.

  parent reply	other threads:[~2024-05-17 22:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-17 11:50 [Bug ada/115133] New: " ro at gcc dot gnu.org
2024-05-17 11:51 ` [Bug ada/115133] " ro at gcc dot gnu.org
2024-05-17 12:17 ` ro at CeBiTec dot Uni-Bielefeld.DE
2024-05-17 15:11 ` ebotcazou at gcc dot gnu.org
2024-05-17 15:13 ` ebotcazou at gcc dot gnu.org
2024-05-17 15:21 ` ebotcazou at gcc dot gnu.org
2024-05-17 15:52 ` ro at CeBiTec dot Uni-Bielefeld.DE
2024-05-17 17:29 ` ebotcazou at gcc dot gnu.org
2024-05-17 19:22 ` ro at CeBiTec dot Uni-Bielefeld.DE
2024-05-17 22:25 ` cvs-commit at gcc dot gnu.org [this message]
2024-05-17 22:27 ` ebotcazou at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-115133-4-SyVmtrMCwb@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).