From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 28D42385770C; Fri, 16 Feb 2024 19:01:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 28D42385770C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708110089; bh=3LjMogx2XCcvSpHy4+37lB/vzGK69n/UszXs68OOCjc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=m3XsODqn7MH8dzBhgoBU8+q7IJHxpptFmWu+2jO/zHpUVoE6t2lSnzg6CirOVzGKp EoY3U2eoB5kRgELrygzY8tCDT1uAGMF4TNbJtMn5xUsFD+0BtMPfJrkYEJ4k+NEO2y /9RTreUziG4iCnyKbc94rdfQciT9dLkt5NBw3YtI= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBjKysvOTc5OTBdIFsxMS8xMi8xMyBSZWdyZXNzaW9uXSBJ?= =?UTF-8?B?Q0U6IOKAmHZlcmlmeV90eXBl4oCZIGZhaWxlZCB3aXRoIHZlY3RvciB0eXBl?= =?UTF-8?B?cyBhbmQgbm9uLVBPRHMgc2luY2UgcjYtNTIyMi1nYmE2YTZhMWQ0NGMxN2Yy?= =?UTF-8?B?NQ==?= Date: Fri, 16 Feb 2024 19:01:28 +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: 10.2.1 X-Bugzilla-Keywords: ice-on-valid-code, lto X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 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=3D97990 --- Comment #13 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:5f1438db419c9eb8901d1d1d7f98fb69082aec8e commit r14-9037-g5f1438db419c9eb8901d1d1d7f98fb69082aec8e Author: Andrew Pinski Date: Fri Feb 16 10:55:43 2024 -0800 c++: Add testcase for this PR [PR97990] This testcase was fixed by r14-5934-gf26d68d5d128c8 but we should add one to make sure it does not regress again. Committed as obvious after a quick test on the testcase. PR c++/97990 gcc/testsuite/ChangeLog: * g++.dg/torture/vector-struct-1.C: New test. Signed-off-by: Andrew Pinski =