From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dedi548.your-server.de (dedi548.your-server.de [85.10.215.148]) by sourceware.org (Postfix) with ESMTPS id 36943384AB56 for ; Thu, 2 May 2024 14:29:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 36943384AB56 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embedded-brains.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=embedded-brains.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 36943384AB56 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=85.10.215.148 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714660186; cv=none; b=t4/mgb4g/QHPeK/1iiju5sOSiMUQvjn295sZcJzbJM6aGHogoe6IVjNdzve8wYoRJeDueBVIepsn3ydZpgijA5MmLlnd0AzkAOhjd7EguqBuud/mn+zjFFdguKYGHrLectTMTPz9VUha+NtOZtwQn+t+0h9ueh3W1o9Auh1kd1A= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714660186; c=relaxed/simple; bh=KYdd1GquS93IOD2p0RvLahGIodDTYrhJaSTJbFfrBwo=; h=Message-ID:Date:MIME-Version:Subject:From:To; b=NpO2XBk6cyp5iXLKfVhugRdkk+jG49NttzIO8LSoc/1Du8ps1z13G554vzXrbGukmT96udhLSqyHqYNfDazuZpfpIUJhBBsUa6ZgVUiXn6nuXTTh36QjCzJaKqiri/7K4QJ9BRA2zSMNpxFxBxZkSc5yPHVaq20R2sd5iWYpWlo= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from sslproxy06.your-server.de ([78.46.172.3]) by dedi548.your-server.de with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s2XRO-0002z9-9c for gcc-patches@gcc.gnu.org; Thu, 02 May 2024 16:29:42 +0200 Received: from [82.100.198.138] (helo=mail.embedded-brains.de) by sslproxy06.your-server.de with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1s2XRO-006GYl-0M for gcc-patches@gcc.gnu.org; Thu, 02 May 2024 16:29:42 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.embedded-brains.de (Postfix) with ESMTP id 9CFAE4800E9 for ; Thu, 2 May 2024 16:29:41 +0200 (CEST) Received: from mail.embedded-brains.de ([127.0.0.1]) by localhost (zimbra.eb.localhost [127.0.0.1]) (amavis, port 10032) with ESMTP id mQumrOG3fv_U for ; Thu, 2 May 2024 16:29:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.embedded-brains.de (Postfix) with ESMTP id 432B9480178 for ; Thu, 2 May 2024 16:29:41 +0200 (CEST) X-Virus-Scanned: amavis at zimbra.eb.localhost Received: from mail.embedded-brains.de ([127.0.0.1]) by localhost (zimbra.eb.localhost [127.0.0.1]) (amavis, port 10026) with ESMTP id r2z2GCOUS8B4 for ; Thu, 2 May 2024 16:29:41 +0200 (CEST) Received: from [10.10.171.10] (unknown [10.10.171.10]) by mail.embedded-brains.de (Postfix) with ESMTPSA id 04ECD4800E9 for ; Thu, 2 May 2024 16:29:40 +0200 (CEST) Message-ID: <8d69a68a-1f2c-4018-aa3b-dcf18a9b9296@embedded-brains.de> Date: Thu, 2 May 2024 16:29:40 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2] gcc-14: Mention that some warnings are now errors From: Sebastian Huber To: GCC Patches References: <20240415060539.97988-1-sebastian.huber@embedded-brains.de> <1931504601.15974.1713961718420.JavaMail.zimbra@embedded-brains.de> Content-Language: en-US In-Reply-To: <1931504601.15974.1713961718420.JavaMail.zimbra@embedded-brains.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Authenticated-Sender: smtp-embedded@poldi-networks.de X-Virus-Scanned: Clear (ClamAV 0.103.10/27263/Thu May 2 10:23:13 2024) X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,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 24.04.24 14:28, Sebastian Huber wrote: > ----- Am 15. Apr 2024 um 8:05 schrieb Sebastian Huber sebastian.huber@e= mbedded-brains.de: >=20 >> --- >> v2: Remove listing of options. >> >> htdocs/gcc-14/changes.html | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html >> index 8ac08e9a..665d050a 100644 >> --- a/htdocs/gcc-14/changes.html >> +++ b/htdocs/gcc-14/changes.html >> @@ -231,6 +231,8 @@ a work-in-progress.

>> previous options -std=3Dc2x, -std=3Dgnu2x >> and -Wc11-c2x-compat, which are deprecated but remain >> supported. >> +
  • Some warnings are now errors by default (see also >> + Porting to GCC 14).
  • >> >> >>

    C++

    >> -- >> 2.35.3 >=20 > Ping. I think it would be helpful to reference this change in the C section.=20 This warning to error change causes some issues with legacy software. --=20 embedded brains GmbH & Co. KG Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.huber@embedded-brains.de phone: +49-89-18 94 741 - 16 fax: +49-89-18 94 741 - 08 Registergericht: Amtsgericht M=C3=BCnchen Registernummer: HRB 157899 Vertretungsberechtigte Gesch=C3=A4ftsf=C3=BChrer: Peter Rasmussen, Thomas= D=C3=B6rfler Unsere Datenschutzerkl=C3=A4rung finden Sie hier: https://embedded-brains.de/datenschutzerklaerung/