From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42a.google.com (mail-pf1-x42a.google.com [IPv6:2607:f8b0:4864:20::42a]) by sourceware.org (Postfix) with ESMTPS id 60D1138346BE for ; Tue, 10 May 2022 14:09:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 60D1138346BE Received: by mail-pf1-x42a.google.com with SMTP id bo5so15042107pfb.4 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=XUYUZczW0502HHeZoZjeTMJnaSJr9khnIN++U5XI0eJwXi4lg8zEnH7VrW4mMHUaFE DgQFsXeNNGKlcsqGrRp3NDrKN3pKTVLWE9znc0J0XzY0XI+5FxQZF2/8gs3e5kcEewa6 W9LvtvPF/jF+aBboZdmQLdJA0/9b15y/Pgv3Pwy0XHM5PLkqqWUbMxGdqcutv2YD4Tb8 yFjbyhMQ6qHQIVTmwP2dWV8rEs+0rRQxYqKNGoG1lnalEqz+LVGvapgN7sU2E36MLJ6h 8MxSntMdRQ5+78amYQB44/lT6em/KIEZE96idbRi3nmE4vZbbpFaquvgj1EcUV6zwixv kXVw== X-Gm-Message-State: AOAM531LZfLfSFSwBXXl6QpOQTBmauBk+lmQ3gXbHjQezxvcE5bcVH6s 9PqR81a0CB+UxPaMmbCYF3QL8KQbDF4= 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=-3029.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=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2022 14:09:23 -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