From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id C2B933858C50 for ; Thu, 4 Apr 2024 16:42:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C2B933858C50 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org C2B933858C50 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712248933; cv=none; b=ZMxAeckFsS07sIk5IlEiRhMbgN0c+VdwS9YuBmKhxGjFdjBJVecCZxNCxtP5+9RDcKC6xv0Q1f72eQq7NUzCOe5FJjSX1OmyEznyCvhHRSCvGRPRlIEpPDdW9yf1lZQCNZP1hpr0W/hiwXmxIImbweXKdYGp6mheI3WbJgdbRto= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712248933; c=relaxed/simple; bh=f/d+sHIS1RNAsF2opfauuXPDWXNPJkopiiD6esXCpTc=; h=DKIM-Signature:From:To:Subject:Date:Message-Id:MIME-Version; b=F1Kfd186Xj32fLcAgRwu13uBYUI23NOqPYfi5zC+f7UfPg+Te7H9m/zTBt0uJ0jSlq56uGbprjlNQrUa8jZFjrxca9l9a2dy/DZ2F7q1RRDmimmqetbX4KMeK8p2KDshYhAsGcX68uVpn+DM/2mZMUf2qsnrsoGeu+RwmK9HOD4= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1712248931; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6nj0CyfR0gF1aPhLqhLpxmRB4bnun2fMDbMw61Q7uTg=; b=P4aT1MyGS4uIp3meh0186ceHqOMu5MQOOA+Xn/0Yhbck9QovnWpAtA+McH4jStsqKIklig tdGel1Bv2QX57fJolXzJUNxP1p8MDJzNCOMwq1EPOQQQdHQ+BtkyjzlZ2WnNBUXg09DptT RJEWuXybX9y8wJ0qAQtXo8HgmFyUUzU= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-163-Jo4qYKXMN8aIuv1Ap0XKdA-1; Thu, 04 Apr 2024 12:42:09 -0400 X-MC-Unique: Jo4qYKXMN8aIuv1Ap0XKdA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (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 mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6665C805AA0 for ; Thu, 4 Apr 2024 16:42:09 +0000 (UTC) Received: from t14s.localdomain.com (unknown [10.22.32.209]) by smtp.corp.redhat.com (Postfix) with ESMTP id 427471C060A4; Thu, 4 Apr 2024 16:42:09 +0000 (UTC) From: David Malcolm To: gcc-patches@gcc.gnu.org Cc: David Malcolm Subject: [pushed] wwwdocs: gcc-14: various changes Date: Thu, 4 Apr 2024 12:41:59 -0400 Message-Id: <20240404164208.2437213-1-dmalcolm@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,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: I've taken the liberty of pushing the following changes to the GCC 14 release notes. Hope they look reasonable. David Malcolm (9): gcc-14: add caveat about not using analyzer on C++ gcc-14: add URLs to some options gcc-14: add null_terminated_string_arg attribute gcc-14: c++: note changes to source quoting in template errors gcc-14: libgccjit changes gcc-14: improvements to automatic doc URLs for options gcc-14: improvements for plugin authors gcc-14: analyzer improvements gcc-14: add 'Improvements to SARIF support' section htdocs/gcc-14/changes.html | 294 +++++++++++++++++++++++++++++++++++-- 1 file changed, 284 insertions(+), 10 deletions(-) -- 2.39.2