From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 44326384AB40; Tue, 21 May 2024 17:02:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 44326384AB40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716310930; bh=Xd3u68LmUtQDRtrZdmzT9ge/JM8fC0gGuRgsJ6m4gk8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IKNa32jDny9aVMF6hJJv62ebqICSLQMhGVgLhf95X+CcnDWoFb2qWIYsX5Wmjyc1t 6wFSpkDvNY9mfvl9bE1Lf2J0PEyW8aDCzRvg4ptNYxsYNnia6hntkKe/XLotFF5aAS FxcKiSbkym9oPdq8fCFlKxJ5G/Aymrrpv46h3Sx0= From: "foldy at rmki dot kfki.hu" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115178] false positive computed goto jump warning Date: Tue, 21 May 2024 17:02:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 14.1.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: foldy at rmki dot kfki.hu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D115178 --- Comment #2 from foldy at rmki dot kfki.hu --- OK, thanks. I have millions of this warning in a huge generated file. How can I silence this check? -Wno-jump-misses-init works for C only.=