From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2C6E53858D20; Fri, 17 May 2024 15:11:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2C6E53858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715958699; bh=OL/8Nq/Hl8WuRldDWmEV6nwglYo2gttzl7Jrd0uRQ0A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qxdcRD+Fgimkny8eZ9IbF4GB2qU3hqSYDH8aAz18I8GjOb/GKdNoQgbtOmtveFZq7 RQJoRvkbH2f+eNFTq137rY5cLin0ATwKOHaQL0jXXXVXF5OI3PRmg2VX+SQWvRoVaN 3hQCfQiJfhYMXA6ppDksBuQBeMkyp9vLc/1TRU1c= From: "ebotcazou at gcc dot 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 15:11:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on everconfirmed bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115133 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-05-17 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from Eric Botcazou --- > There's a 2-space indentation instead of the expected 3 spaces. I had > to look several times to see it, though. Maybe the error could be > clearer? Style error messages are the hardest to get right, so I won't even try. ;-) > After that, I run into >=20 > s-taprop.adb:1402:20: error: expected type "System.Os_Locks.RTS_Lock_Ptr" > s-taprop.adb:1402:20: error: found type "System.Task_Primitives.Lock_Ptr" > s-taprop.adb:1443:57: error: expected type "System.Task_Primitives.Lock_P= tr" > s-taprop.adb:1443:57: error: found type "System.Os_Locks.RTS_Lock_Ptr" > s-taprop.adb:1471:20: error: expected type "System.Os_Locks.RTS_Lock_Ptr" > s-taprop.adb:1471:20: error: found type "System.Task_Primitives.Lock_Ptr" > s-taprop.adb:1552:57: error: expected type "System.Task_Primitives.Lock_P= tr" > s-taprop.adb:1552:57: error: found type "System.Os_Locks.RTS_Lock_Ptr" > make[6]: *** [../gcc-interface/Makefile:306: s-taprop.o] Error 1 Sorry about the mess, tentative fix to be attached.=