From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C5E1F3858C50; Tue, 2 May 2023 07:19:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C5E1F3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683011951; bh=WaU8kCT/7afPf99N6jqZgrh4dAoTNKUuR4FBMX37/PY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Wn4rhBFWBGGyz4I9NjN4cZC/eUC7qWQ+bOm2TEezATeK2ssrEArfW8hefYGUx5zgo AixCLbjlHLQ5gQLVBsmW1mioewOiB2ietu3N5NrmvyLgp73Twp4hJEJt6/vlBwUicB A1iwtIBs682NSBJuFuMfAdvQikxnnJiMheVjTEEU= From: "carlosgalvezp at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109666] [13/14 Regression] Segmentation fault with std::array using gcc 13 since r13-6788 Date: Tue, 02 May 2023 07:19:10 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: carlosgalvezp at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.2 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=3D109666 --- Comment #5 from Carlos Galvez --- This commit fixes all the ICEs on our side, thank you!=