From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cmx-torrgo002.bell.net (mta-tor-003.bell.net [209.71.212.30]) by sourceware.org (Postfix) with ESMTP id F016E38515D8 for ; Fri, 26 Aug 2022 19:09:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F016E38515D8 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=bell.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bell.net X-RG-CM-BuS: 0 X-RG-CM-SC: 0 X-RG-CM: Clean X-Originating-IP: [174.95.58.43] X-RG-Env-Sender: dave.anglin@bell.net X-RG-Rigid: 63086A7400110B29 X-CM-Envelope: MS4xfDoS/SJ9NV8T5L4+wGno/H1dzxVYnbgvqV3gOH8/NkavGiRjcjGtMs6cjj0GuY/tf57tl7vPj+HAyphoJ33W03S491tDPicDSg3wnyqtkNvHSxzoGqam SNQ1KAKGMlUC7+KL8liHcxVmuVIlZF6pfiPBPfFXgRvNNTPH4oOEpWVeglmhvdzqjAdr0uv5kj7EGR1UGLfbba76Mfs1g9w/TGv+D+2XrktMVoxI/hl9vAUf mO3DIhcu1s5hCwLZpEDnELkdgAdhPvGcVVwLg8elMwopHPLOl5I0u4TFeDjDwabRj/tOL31uxYtHqSSxToCQ0w== X-CM-Analysis: v=2.4 cv=XfXqcK15 c=1 sm=1 tr=0 ts=63091a59 a=oiJDitmlNOPgVxj52MZyFw==:117 a=oiJDitmlNOPgVxj52MZyFw==:17 a=IkcTkHD0fZMA:10 a=FBHGMhGWAAAA:8 a=1cJ6I-mgpp-U-29slVQA:9 a=QEXdDO2ut3YA:10 a=9gvnlMMaQFpL9xblJ6ne:22 Received: from [192.168.2.49] (174.95.58.43) by cmx-torrgo002.bell.net (5.8.807) (authenticated as dave.anglin@bell.net) id 63086A7400110B29; Fri, 26 Aug 2022 15:09:13 -0400 Message-ID: <88267e96-77d2-415a-daa3-8b009139d119@bell.net> Date: Fri, 26 Aug 2022 15:09:13 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: [PATCH] 32-bit PA-RISC with HP-UX: remove deprecated ports Content-Language: en-US To: =?UTF-8?Q?Martin_Li=c5=a1ka?= , gcc-patches@gcc.gnu.org References: From: John David Anglin In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, BODY_8BITS, KAM_DMARC_STATUS, NICE_REPLY_A, SPF_HELO_PASS, 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: Fri, 26 Aug 2022 19:09:20 -0000 Message-ID: <20220826190913.vACqiXBgumARjMcyc1KXNK3RZ-wEmvY09zaQhMvG0JE@z> On 2022-08-26 3:15 a.m., Martin Liška wrote: > fixincludes/ChangeLog: > > * configure: Regenerate. > * inclhack.def: Remove patterns for deprecated ports. > * fixincl.x: Regenerate. There are problems with the fixincludes changes.  These break build on hppa64-hpux11. configure:4015: checking whether we are cross compiling configure:4023: /home/dave/gnu/gcc/objdir64/./gcc/xgcc -B/home/dave/gnu/gcc/objd ir64/./gcc/ -B/opt/gnu64/gcc/gcc-12/hppa64-hp-hpux11.11/bin/ -B/opt/gnu64/gcc/gc c-12/hppa64-hp-hpux11.11/lib/ -isystem /opt/gnu64/gcc/gcc-12/hppa64-hp-hpux11.11 /include -isystem /opt/gnu64/gcc/gcc-12/hppa64-hp-hpux11.11/sys-include   -fno-c hecking -o conftest -g -O2   conftest.c  >&5 In file included from /home/dave/gnu/gcc/objdir64/gcc/include-fixed/stdio.h:21,                  from conftest.c:11: /home/dave/gnu/gcc/objdir64/gcc/include-fixed/stdio.h:608:59: error: unknown type name 'va_list'   608 |      extern int vsnprintf(char *, __size_t, const char *, __va__list);       | ^~~~~~~~~~ /home/dave/gnu/gcc/objdir64/gcc/include-fixed/stdio.h:116:1: note: 'va_list' is defined in header ''; did you forget to '#include '?   115 | #               include Some hpux11 specific hacks are removed.  Some non system specific hpux hacks are also removed. One can't trust comments or hacknames to infer applicability. Dave -- John David Anglin dave.anglin@bell.net