From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x433.google.com (mail-pf1-x433.google.com [IPv6:2607:f8b0:4864:20::433]) by sourceware.org (Postfix) with ESMTPS id EF4343898C6A for ; Tue, 10 May 2022 14:09:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EF4343898C6A Received: by mail-pf1-x433.google.com with SMTP id p12so15064747pfn.0 for ; Tue, 10 May 2022 07:09:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=OK+jRDjVCvNSgnoWXqQltfeA94CibbjczPXVvFhM88w=; b=khJ2+fh54vpk9usc3jeJ586UZfyXGT4kh+qb2r5FRKVUsq8O1tAckVVyNJwstA3VgK ZC39q53jhkl3IG2gUTBF8Sd8fcufL/mh0aZxu8Fl259zouNyIX32c+4NhXzRQjCjiA5y 08I+l+JPWNkmgwihyRLXSkjn34PncFOw+J6EE4TPCa2b+Ml7RzGiVjZHga/YSw5aZHWe SfnZcQ2T6KMBLPsIJBijrhttgPszKbR8wp/CH/nVSAcu50dwv2I19Cpoywo/zaLIYBoC cJV9gL1kH2uDVnMEYA6JG8hXHBYrc6cNF+trAnuUhGzTlFZorQrOXystMEq14vPjNFFA MLoQ== X-Gm-Message-State: AOAM530EQUFo7nzmAt4RpwNRMh16I2Z71Ysu2ADLiMeULRUxBzu0vKzq 8aiMoZxsecDebmorOwN0rKEBOTUfew8= X-Google-Smtp-Source: ABdhPJzeZFr6nnMW8jFb3siNGfcN+dt/PXcvV5bAuCj0EuYB7RGLIIWo3YYA6q3qY1GYgbpbhK0NnQ== X-Received: by 2002:a63:ce07:0:b0:3c6:d5cf:7f15 with SMTP id y7-20020a63ce07000000b003c6d5cf7f15mr5943970pgf.208.1652191761527; Tue, 10 May 2022 07:09:21 -0700 (PDT) Received: from squeak.grove.modra.org ([2406:3400:51d:8cc0:852d:eca9:904f:70b0]) by smtp.gmail.com with ESMTPSA id c4-20020aa78804000000b0050dc76281a7sm10613803pfo.129.2022.05.10.07.09.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 May 2022 07:09:20 -0700 (PDT) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id 1492C1141D15; Tue, 10 May 2022 23:39:18 +0930 (ACST) Date: Tue, 10 May 2022 23:39:18 +0930 From: Alan Modra To: Martin =?utf-8?B?TGnFoWth?= Cc: gcc-patches@gcc.gnu.org, Binutils Subject: Re: [PATCH] Remove non-ANSI C macros in ansidecl.h. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Spam-Status: No, score=-1011.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Tue, 10 May 2022 14:09:24 -0000 On Tue, May 10, 2022 at 10:57:47AM +0200, Martin Liška wrote: > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > @Alan: Are you fine with the change from binutils/gdb perspective? I'm fine if this isn't going into the binutils-gdb repo immediately. There are occurrences of PTR in the cgen generated parts of opcodes, sim, and even gdb. I have a few patches I haven't yet committed. -- Alan Modra Australia Development Lab, IBM