From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 14710385842F; Wed, 29 Nov 2023 23:28:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 14710385842F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701300511; bh=r7cHCwjlcQyCv8Jo/WTrUiVeAZbdyDec2U9wgTwsNLs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uBh+0QHOd3USf3MUm+l6JoaUlJzdlIDt+E3S8tpczPlgF159l30fH5qHgDkHf5wAQ nQfOLe8gtCoAbNsEbpA39q51fKqHecFxGkaPyjXoyllimPMcB7KoH3enh59NW4d7G3 tGxoarH8ad+QEuHLOxIQ+auWeERy3ki+mFJN7CPA= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug build/23159] support -Wimplicit-fallthrough with clang Date: Wed, 29 Nov 2023 23:28:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D23159 --- Comment #2 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dd182e3988106= 1b11d1eb85426d9a6953e3171bf5 commit d182e39881061b11d1eb85426d9a6953e3171bf5 Author: Tom Tromey Date: Sun Oct 15 11:09:07 2023 -0600 Use C++17 [[fallthrough]] attribute This changes gdb to use the C++17 [[fallthrough]] attribute rather than special comments. This was mostly done by script, but I neglected a few spellings and so also fixed it up by hand. I suspect this fixes the bug mentioned below, by switching to a standard approach that, presumably, clang supports. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D23159 Approved-By: John Baldwin Approved-By: Luis Machado Approved-By: Pedro Alves --=20 You are receiving this mail because: You are on the CC list for the bug.=