From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0E6CB385661B; Mon, 5 Jun 2023 07:21:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0E6CB385661B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685949711; bh=0aaUcPJglU6ubRFL+jyyMnBTPtatT1CLmmu8Gl5n2lE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ewIm568SQOOB4fBKNJRIsuMT0CFOsGKkIYJ/x7ut42Ns88JkA0lLbkKWG15+8b+YS lnOHoNWjnxufLUKS02eI+Qnc8Gqrq3jH6phZu+9OtOJa6fBxGedbvBupMHuQqFS7Mk ckFPiMV6mOpI8Nb7IpLqooW89PF9uiggOv7lpJII= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/89863] [meta-bug] Issues in gcc that other static analyzers (cppcheck, clang-static-analyzer, PVS-studio) find that gcc misses Date: Mon, 05 Jun 2023 07:21:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 9.0 X-Bugzilla-Keywords: diagnostic, meta-bug X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: bug_status resolution 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=3D89863 Bug 89863 depends on bug 79364, which changed state. Bug 79364 Summary: some variadic functions with an empty struct miscompiled= with C++ (at least for x64 targets) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D79364 What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED=