From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B85CC3858C27; Thu, 21 Sep 2023 18:26:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B85CC3858C27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695320800; bh=exPepTqjMmRQAgGpv38xPmoVtbdLVu1wdsGrMFV2gFA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w+JgaMyLMAYR1kZ+W9IsUP0R2zf9+Rmd5DcCqhemU4JkUqtGJ2gno2Z3AgGpUuo7Z rQj55YqnoUkR/OZ4Ef51cQyQPes5ni7IKWMPM2uYdQUBOcjzMhC3IRACXcmOluIIho uksJvL8RDk5rdqOF17lW/MYCR+X0WCJCMqlmU2Uo= From: "P at draigBrady dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/111526] inconsistent handling of declaration after label Date: Thu, 21 Sep 2023 18:26:40 +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: 11.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: P at draigBrady dot com X-Bugzilla-Status: WAITING 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: attachments.created 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=3D111526 --- Comment #3 from P=C3=A1draig Brady

--- Created attachment 55964 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55964&action=3Dedit coreutils tail.c compilation unit This should warn with -Wpedantic, but doesn't on gcc 13=