From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 352973858415; Fri, 17 May 2024 12:17:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 352973858415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715948240; bh=UcSKnplEMg7LkJmdfAG0cA8S2jKQMiZoC1wzvsbyNgo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yQinX0Cf6qW5O5cAX4Sd6O9HnG0TVGqL5rOkeHJaWzyVOE4kcfbbyBxtFc/4hquLh e3xHIoCmidG5LFjqDynmckbT51RmQ+D1+zwFsh+gu0KlIhrAJ6TdiArKF9vAuk52Uc UqQ9tgk6sie8NnskZYmUejQw7ct0jSKjZSP8xRhc= From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/115133] [15 regression] s-oslock__solaris.ads doesn't compile Date: Fri, 17 May 2024 12:17:19 +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: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: UNCONFIRMED 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: 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 --- Comment #1 from ro at CeBiTec dot Uni-Bielefeld.DE --- > until one runs into > > s-oslock.ads:83:03: (style) bad indentation [-gnaty0] > make[6]: *** [../gcc-interface/Makefile:306: a-undesu.o] Error 1 > > No idea what's wrong here, though. 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? After that, I run into 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_Ptr" 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_Ptr" 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 but am stuck.=