From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5B5FA3870C1C; Fri, 10 Nov 2023 14:24:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5B5FA3870C1C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699626261; bh=+bx2Su5s14//nhWs4A06xn2sdx/ccQOOQqr6ReHpY/0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bBtIy6W2IjrBzPXtjFhK6eBJhDytmJRHntaLVvF1zOacLZAouNLOq+J2XO7zHQneA X/y0vuh+NMyQO33Ub9qEhmNuuw2PJdf4VBLiqXyEib7vdXy5lKhobpm1ybWbwcHhRw MzPaDkXM9knAWqZBlFGtIu2omJAGr1hXfwHmpnwA= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111489] [12/13 Regression] Incorrect "-Wmaybe-uninitialized" warning from GCC 13.2.0 Date: Fri, 10 Nov 2023 14:24:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.2.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111489 --- Comment #8 from CVS Commits --- The releases/gcc-13 branch has been updated by Richard Biener : https://gcc.gnu.org/g:5ee6e01fba873580f0ee6c88a3f733e79af2e8a3 commit r13-8040-g5ee6e01fba873580f0ee6c88a3f733e79af2e8a3 Author: Richard Biener Date: Wed Sep 20 08:44:43 2023 +0200 tree-optimization/111489 - raise --param uninit-max-chain-len to 8 This raises --param uninit-max-chain-len to avoid a bogus diagnostic for the large testcase in PR111489. PR tree-optimization/111489 * params.opt (-param uninit-max-chain-len=3D): Raise default to= 8. * gcc.dg/uninit-pr111489.c: New testcase. (cherry picked from commit daf175e8170c18f59cc42c916005698437446272)=