From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 29E013858C39; Tue, 9 Apr 2024 06:16:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29E013858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712643388; bh=jRUF7Qd0oA4p5coM845N7/JdY0uf/CpwLyz/bvEC9NA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ChBkUFTTK7LXCN3tpzsRSVQ2qvrrd5HqMNchNq8ghKAgfYkGWIHx/Q67x5x0Pz2U/ aIve7SZiHJOv1xvMJit+zEqsthcpiqjkU6AFG03eWR8fNk16H2hpJWldi4tUbs+etW J8Wxo1r4ZVvKZbMNl3g68too1EGm8+yPoTsSGkoQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/93537] [11/12 Regression] gcc 9.2 takes a Segmentation Violation when attached file is compiled Date: Tue, 09 Apr 2024 06:16:27 +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: 9.2.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D93537 --- Comment #4 from Andrew Pinski --- Created attachment 57909 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57909&action=3Dedit Reduced testcase This as reduced as I could get it for now.=