public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/115168] New: [15 regression] Several libada compile errors on Solaris
@ 2024-05-20 20:19 ro at gcc dot gnu.org
  2024-05-20 20:21 ` [Bug ada/115168] " ro at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2024-05-20 20:19 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 115168
           Summary: [15 regression] Several libada compile errors on
                    Solaris
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: dkm at gcc dot gnu.org, ebotcazou at gcc dot gnu.org
  Target Milestone: ---
            Target: *-*-solaris2.11

Between 20240519 (a6114c2a691112f9cf5b072c21685d2e43c76d81) and 20240520
(591bc70139d898c06b1d605ff4fed591ffd2e2e7),
Ada bootstrap on Solaris got broken again in various ways:

* sparc-sun-solaris2.11:

s-taprop.adb:427:07: error: "Self_ID" is undefined

* i386-pc-solaris2.11:

a-strunb.ads:749:09: error: run-time library configuration error
a-strunb.ads:749:09: error: file s-finpri.ads had semantic errors
a-strunb.ads:749:09: error: entity "System.Finalization_Primitives.Master_Node"
not available
s-oslock.ads:46:40: error: specified alignment too large for discrete or fixed
point type

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug ada/115168] [15 regression] Several libada compile errors on Solaris
  2024-05-20 20:19 [Bug ada/115168] New: [15 regression] Several libada compile errors on Solaris ro at gcc dot gnu.org
@ 2024-05-20 20:21 ` ro at gcc dot gnu.org
  2024-05-20 21:01 ` ebotcazou at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2024-05-20 20:21 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |15.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug ada/115168] [15 regression] Several libada compile errors on Solaris
  2024-05-20 20:19 [Bug ada/115168] New: [15 regression] Several libada compile errors on Solaris ro at gcc dot gnu.org
  2024-05-20 20:21 ` [Bug ada/115168] " ro at gcc dot gnu.org
@ 2024-05-20 21:01 ` ebotcazou at gcc dot gnu.org
  2024-05-20 21:03 ` ebotcazou at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2024-05-20 21:01 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2024-05-20
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Two different changes this time, sorry about that:

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug ada/115168] [15 regression] Several libada compile errors on Solaris
  2024-05-20 20:19 [Bug ada/115168] New: [15 regression] Several libada compile errors on Solaris ro at gcc dot gnu.org
  2024-05-20 20:21 ` [Bug ada/115168] " ro at gcc dot gnu.org
  2024-05-20 21:01 ` ebotcazou at gcc dot gnu.org
@ 2024-05-20 21:03 ` ebotcazou at gcc dot gnu.org
  2024-05-21  8:59 ` ro at CeBiTec dot Uni-Bielefeld.DE
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2024-05-20 21:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Created attachment 58255
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58255&action=edit
Tentative fix

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug ada/115168] [15 regression] Several libada compile errors on Solaris
  2024-05-20 20:19 [Bug ada/115168] New: [15 regression] Several libada compile errors on Solaris ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2024-05-20 21:03 ` ebotcazou at gcc dot gnu.org
@ 2024-05-21  8:59 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2024-05-21  9:13 ` cvs-commit at gcc dot gnu.org
  2024-05-21  9:15 ` ebotcazou at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2024-05-21  8:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> ---
> --- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Created attachment 58255
>   --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58255&action=edit
> Tentative fix

Both i386-pc-solaris2.11 and sparc-sun-solaris2.11 bootstraps are well
into make check now.  Thanks.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug ada/115168] [15 regression] Several libada compile errors on Solaris
  2024-05-20 20:19 [Bug ada/115168] New: [15 regression] Several libada compile errors on Solaris ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2024-05-21  8:59 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2024-05-21  9:13 ` cvs-commit at gcc dot gnu.org
  2024-05-21  9:15 ` ebotcazou at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-21  9:13 UTC (permalink / raw)
  To: gcc-bugs

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 <ebotcazou@gcc.gnu.org>:

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

commit r15-751-g7b215c867629e095a4ac403bd026b6eb293962b4
Author: Eric Botcazou <ebotcazou@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.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug ada/115168] [15 regression] Several libada compile errors on Solaris
  2024-05-20 20:19 [Bug ada/115168] New: [15 regression] Several libada compile errors on Solaris ro at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2024-05-21  9:13 ` cvs-commit at gcc dot gnu.org
@ 2024-05-21  9:15 ` ebotcazou at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2024-05-21  9:15 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Both i386-pc-solaris2.11 and sparc-sun-solaris2.11 bootstraps are well
> into make check now.  Thanks.

You're welcome.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-21  9:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-20 20:19 [Bug ada/115168] New: [15 regression] Several libada compile errors on Solaris ro at gcc dot gnu.org
2024-05-20 20:21 ` [Bug ada/115168] " ro at gcc dot gnu.org
2024-05-20 21:01 ` ebotcazou at gcc dot gnu.org
2024-05-20 21:03 ` ebotcazou at gcc dot gnu.org
2024-05-21  8:59 ` ro at CeBiTec dot Uni-Bielefeld.DE
2024-05-21  9:13 ` cvs-commit at gcc dot gnu.org
2024-05-21  9:15 ` ebotcazou at gcc dot gnu.org

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).