From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5A28D3858434; Wed, 7 Feb 2024 10:57:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A28D3858434 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707303458; bh=9iAk6+U0bv4MQ2ba8IfGuwIPzKCHZRiRxVOndjOnBy8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LvDVub+5q8JOZUOtBaLAPeEORvyb236mMLtu7VpmSTuwWkU3maZJY3BvqUeKBlNFK 5c68OAwWF+H2q+Hkg5Kc5WQFAVBxraag72aoXf5qbmy+NFIKkgYBF5os0nj0eFOhUS hLxP6taUp+hnomA66JwHPFvhVev2OI2LJH/4lm+k= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113467] [14 regression] libgcrypt-1.10.3 is miscompiled Date: Wed, 07 Feb 2024 10:57:36 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: tnfchris at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D113467 --- Comment #32 from GCC Commits --- The master branch has been updated by Tamar Christina : https://gcc.gnu.org/g:194d0956ef5992d4e453bde3eb5772dc077f610c commit r14-8838-g194d0956ef5992d4e453bde3eb5772dc077f610c Author: Tamar Christina Date: Wed Feb 7 10:57:05 2024 +0000 middle-end: add additional runtime test for [PR113467] This just adds an additional runtime testcase for the fixed issue. gcc/testsuite/ChangeLog: PR tree-optimization/113467 * gcc.dg/vect/vect-early-break_110-pr113467.c: New test.=