From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.CeBiTec.Uni-Bielefeld.DE (smtp.CeBiTec.Uni-Bielefeld.DE [129.70.160.84]) by sourceware.org (Postfix) with ESMTPS id EF5AB3836E40 for ; Mon, 6 Jun 2022 12:01:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EF5AB3836E40 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=CeBiTec.Uni-Bielefeld.DE Authentication-Results: sourceware.org; spf=none smtp.mailfrom=cebitec.uni-bielefeld.de Received: from localhost (localhost [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id CC309BAEE1; Mon, 6 Jun 2022 14:01:44 +0200 (CEST) X-Virus-Scanned: amavisd-new at CeBiTec.Uni-Bielefeld.DE Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (smtp.cebitec.uni-bielefeld.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DAzlXocsUjlo; Mon, 6 Jun 2022 14:01:44 +0200 (CEST) Received: from manam.CeBiTec.Uni-Bielefeld.DE (p508554ce.dip0.t-ipconnect.de [80.133.84.206]) (Authenticated sender: ro) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPSA id 6FC7ABB0B8; Mon, 6 Jun 2022 14:01:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=CeBiTec.Uni-Bielefeld.DE; s=20200306; t=1654516904; bh=gKrIKx+Pm8hFwEwaRGqiPeNs6s5kLhKey9bfU1tbjSM=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=HggdOPVBq8EaTnX6wBxszF3iTaLCjt+xjnj4RoM/KjpH4LIKZp2CyS7fAU/14aaGv lBofh7SU6sgP557SZuqFoxGyCga6C9b2lVoYskrmhnTwXJySMIAtywm2gbb4+p0ut1 EFNoZEcFhg0Ayk1AaSowFU8qFSLNlmiemyYbaX7b9hEHBrhrgX85b7vUk+wNaQbxuF 4e2qtwRhyg+pUVaFh/YxVpWYqjFsHYpjDuqD+jw3m0PHUQM4HJMFFRs6wUi8mBqf6e tVdm7NH8o1yABikcdtQJyBSH/pMlGC9BQp+uJjM09x80er2SNoMratqFPa3bvBviOG REEBGnUHEKn5w== From: Rainer Orth To: Andreas Schwab Cc: "Roger Sayle" , Subject: Re: [PING] PR middle-end/95126: Expand small const structs as immediate constants References: <006d01d86d00$777e67b0$667b3710$@nextmovesoftware.com> <87czfnf148.fsf@igel.home> <036701d87981$91cc3150$b56493f0$@nextmovesoftware.com> <874k0yhwjq.fsf@igel.home> Date: Mon, 06 Jun 2022 14:01:43 +0200 In-Reply-To: <874k0yhwjq.fsf@igel.home> (Andreas Schwab's message of "Mon, 06 Jun 2022 13:16:09 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3788.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_HELO_NONE, SPF_NONE, 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 12:01:47 -0000 Andreas Schwab writes: > On Jun 06 2022, Roger Sayle wrote: > >> 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? FWIW, I'm using GCC 9 (9.4.0 on Solaris/x86, 9.3.0 on Linux/x86_64) as bootstrap compiler. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University