From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from server.nextmovesoftware.com (server.nextmovesoftware.com [162.254.253.69]) by sourceware.org (Postfix) with ESMTPS id D02033856099 for ; Mon, 6 Jun 2022 11:23:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D02033856099 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nextmovesoftware.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nextmovesoftware.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nextmovesoftware.com; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:Subject:In-Reply-To:References:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=lJzZ6NGF3R5nlTXZz3pHmsnmENn1Gc0LDZ5ICnV8Pzk=; b=rQuDdUyszoD+vNokw/jnngrezP pDk849wrXvnKrfmV/SZC8wF8Og0DRfAgiNPYbIbm88Um4x/UhrF61ArcyMfYlK7QZ4JoGUccVZ/C4 0ITqpZE6lrFQex3m0soYJX4oZOuZ+3UihiXQXg0D/pkI4hY0DEkk3YVoTlu67fmluOrZISMIHVMne cIodn9F4/CfMk37wAZEFcBpQOzWCZmu6FZKta1z7Uw72DsXRPUFnqwrMiBHIl21dMdU3RLoNcYrXZ B2CxLFQbtY6bnbABPduyLh6+N3Dgx6R3ybQbuu7ACkVmbUlJDpgfKzvF6NBy7n41bLBmub9iDa3kS /W9imUOw==; Received: from host109-154-46-241.range109-154.btcentralplus.com ([109.154.46.241]:61355 helo=Dell) by server.nextmovesoftware.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nyApF-0001oC-9W; Mon, 06 Jun 2022 07:23:13 -0400 From: "Roger Sayle" To: "'Andreas Schwab'" Cc: References: <006d01d86d00$777e67b0$667b3710$@nextmovesoftware.com> <87czfnf148.fsf@igel.home> <036701d87981$91cc3150$b56493f0$@nextmovesoftware.com> <874k0yhwjq.fsf@igel.home> In-Reply-To: <874k0yhwjq.fsf@igel.home> Subject: RE: [PING] PR middle-end/95126: Expand small const structs as immediate constants Date: Mon, 6 Jun 2022 12:23:11 +0100 Message-ID: <053101d87997$cf5de750$6e19b5f0$@nextmovesoftware.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQFKZNjlC43PO33zIc40lF+0g/eoaAFx8oHTAjXHSaQCVMGoawIxRwc+rhz2l4A= Content-Language: en-gb X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server.nextmovesoftware.com X-AntiAbuse: Original Domain - gcc.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - nextmovesoftware.com X-Get-Message-Sender-Via: server.nextmovesoftware.com: authenticated_id: roger@nextmovesoftware.com X-Authenticated-Sender: server.nextmovesoftware.com: roger@nextmovesoftware.com X-Source: X-Source-Args: X-Source-Dir: X-Spam-Status: No, score=-6.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2022 11:23:14 -0000 Hi Andreas, > > gcc -std=gnu99 -c -g -gnatpg -gnatwns -gnata -W -Wall -I- -I. > > -Iada/generated -Iada -I../../gcc/gcc/ada ../../gcc/gcc/ada/osint.adb > > -o ada/osint.o > > osint.adb:438:31: "strlen" not declared in "CRTL" > > osint.adb:441:14: "strncpy" not declared in "CRTL" > > osint.adb:675:21: "strlen" not declared in "CRTL" > > osint.adb:728:16: "Open_Append" is undefined > > osint.adb:1108:41: "int64" not declared in "CRTL" > > osint.adb:3144:28: "strlen" not declared in "CRTL" > > osint.adb:3147:11: "strncpy" not declared in "CRTL" > > What's your bootstrap compiler? GNAT 4.8.5 20150623 (Red Hat 4.8.5-44) I'm currently investigating other options...