From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9FC94385702F; Thu, 11 May 2023 09:47:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FC94385702F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683798465; bh=oMn9QGNEstWlE9PM0kBXVIK2k4DJL1NKhc+lsnUgqy0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Hli1yCTdZvr2Hw418fhVEaFp5KAfvCTU/DsFnUI8K5kyirp7kDhi+GT/HW0QWAIAJ oQGOm4YAFibKCsH5GM/C8L1eird1sHgdO4ELYoooFVlCNKopP+fLTMVsgYYBBDkdHg 9IAGStTCCkaR++f5SvKKcL1e2d0oBweDgADcdQ88= From: "amy at amyspark dot me" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109806] 13.1.0 cc1plus stack smashing crash with C array of complex structs Date: Thu, 11 May 2023 09:47:45 +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.1.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: amy at amyspark dot me X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D109806 --- Comment #3 from Amyspark --- Created attachment 55046 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55046&action=3Dedit ZIP copy of the Github gist=