From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B23A93858D33; Wed, 25 Jan 2023 17:31:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B23A93858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674667865; bh=qsHFMG76eK5Ii/8GD5cs91e2eWDfxMjtgxnMvJ+Yy0c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yqxLEcLa3nbaPkXpW+tYbFOQO8Ia5lMU0RzUR4sbZv5obGnjESV0qgoQ0a3JQkgLW 9FQJzr6G4lxZY0WI9pFcFtRqGlUB67NIMYViu/xiNcEzFYwo0C5rPLEzUvB5atg4vT SZ+QAyVWCIxv4VYtyg+QjPPdWaww8gVLl2i/QxV0= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/108507] [13 regression] new test case gcc.dg/analyzer/SARD-tc841-basic-00182-min.c in r13-5244-gc6a011119bfa03 fails Date: Wed, 25 Jan 2023 17:31:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed bug_status cf_reconfirmed_on 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=3D108507 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2023-01-25 --- Comment #1 from David Malcolm --- Also seen on aarch64-unknown-linux-gnu: https://godbolt.org/z/Yzbxvf8j4 I'll add -Wno-stringop-overflow to the failing test (the point of the test = is to see if -fanalyzer can detect the problem).=