From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id D34753858D20 for ; Wed, 1 May 2024 11:27:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D34753858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org D34753858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714562867; cv=none; b=pcFqs5Et1WwRkjI1EF9UgpXuxQE7skjlyh71Y9Pt0Rgh1EPaQkJZDu2x95N8qX0V6XOTiiAMwEVDkrFKRjJISPfwQ+Fr9EG2BUUUTOaTDfjQhYCQxUADfAoJVs+TZFVFiKvqLP4n9Y9QfHXs2+FQX6Pv7H57IPFIkjPQN/AD2bw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714562867; c=relaxed/simple; bh=JRUtV9aTNOos3iad+/uPUAebBoYB3UqWPF9316ujaZo=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=nu8mVJACgQkts2jycUU4hCvfHi0safWphwQupatng/FnB5VOvpcEb9hV1THSn/2hojQtlEFs4q34nJkrpmSkyHt9x/skLEEA9iZSOcOrrKPkHY6FFbw+0xeS1Mrotc8p1UETmzs9clzTRrvJaTJHisa0XpNxbU8jtCWTuaKHQxg= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 3930233EA1; Wed, 1 May 2024 07:27:44 -0400 (EDT) Received: from daya.localdomain (188-23-56-169.adsl.highway.telekom.at [188.23.56.169]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 4907C33EA0; Wed, 1 May 2024 07:27:43 -0400 (EDT) Date: Wed, 1 May 2024 13:27:41 +0200 (CEST) From: Gerald Pfeifer To: Marek Polacek , Alex Coplan cc: gcc-patches@gcc.gnu.org, Jason Merrill , Joseph Myers , Iain Sandoe Subject: Re: [PATCH] wwwdocs: Add note to changes.html for __has_{feature,extension} In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham 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 Fri, 26 Apr 2024, Marek Polacek wrote: > Thanks, I think you can go ahead with this. Agreed, thanks. Alex, if you agree, how about simplifying + This is primarily intended to aid the portability of code written + against Clang. to + This is aids the portability of code written against Clang. or similar? (Feel free to simply push such a change.) Gerald