From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 7FDFC3857BAC for ; Mon, 10 Oct 2022 23:07:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7FDFC3857BAC Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.95,173,1661846400"; d="scan'208";a="84451263" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 10 Oct 2022 15:07:12 -0800 IronPort-SDR: gO+cGGPWRRCJAORnHioHcD01WGmwvefxgXGCzeoLXijayoxXQ+3x3zdz4NYaPauyhku1LiM22l q32i2q5PAT7E+mpMYXFSi0Iq6YqAbOF0XT8lXxIGWoHmqzHNS6M9zxgMDk5wlcywxa0z1/jRK+ iBoXD53qfo1Z6mYe/ng8CEnU9QOWs/qr62ItJrLDP40vgNxKvg7aWL7yk8YiYg6d13VeRSHTEp 0ilXZUylTLMdhPitdhWkQtdtSBa6NfHI37xCAg2Q5pDrNgnK9PmSzyZIopaVl368pp8B0jsVQM eg4= Date: Mon, 10 Oct 2022 23:07:06 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Paul Iannetta CC: Subject: Re: [RFC] Add support for vectors in comparisons (like the C++ frontend does) In-Reply-To: <20221010141141.krpmtzmbgadlo3db@ws2202.lin.mbt.kalray.eu> Message-ID: References: <20221010141141.krpmtzmbgadlo3db@ws2202.lin.mbt.kalray.eu> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-07.mgc.mentorg.com (139.181.222.7) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3110.7 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Mon, 10 Oct 2022, Paul Iannetta via Gcc-patches wrote: > I have a patch to bring this feature to the C front-end as well, and > would like to hear your opinion on it, especially since it may affect > the feature-set of the objc front-end as well. > Currently, this is only a tentative patch and I did not add any tests > to the testsuite. I think tests (possibly existing C++ tests moved to c-c++-common?) are necessary to judge such a feature; it could better be judged based on tests without implementation than based on implementation without tests. -- Joseph S. Myers joseph@codesourcery.com