From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2E8043858D28; Fri, 3 Nov 2023 20:05:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2E8043858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699041924; bh=AbPpBqcryhKMW+wWYXoqIoxt9o1BnR7oxTF7H1KC6Ek=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JVmXaDAabeJAe+fuSh24na1RTGTRD0T08NjXum01OvuZ5MgkS45uswY0s0pK/Dc6X c/mHZN2xEN4T9uy6AV8YMzQkdG3oIHNt7Ts9iY0GNiIoa7eXhWK0dTGo6ovfGt/ULZ FrpfvbUxa6ZxJNxwFTLlE6nkgnlwHhWNZlIO2+CY= From: "uecker at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/109970] -Wstringop-overflow should work with parameter forward declarations Date: Fri, 03 Nov 2023 20:05:23 +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.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: uecker at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone cc resolution bug_status 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=3D109970 uecker at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.0 CC| |uecker at gcc dot gnu.org Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #2 from uecker at gcc dot gnu.org --- fixed on trunk.=