From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BB84B3858CD1; Tue, 9 Apr 2024 06:17:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BB84B3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712643456; bh=m4kucBCSSPP1eaAOsqAlglP88KBOaw1yo1xsaYzPiEY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KPYX5z5J8L1g22bTtnjzDciPeMjUz3Wh2P12njaakNjgblFBJnD7IKC0eU9CoR/Au zzXXrb2uY1DASe3OJ1znB0fXfOrdoQBb7l6+OTNUtfqlsJLqKS2cdCEsPRYpjSGC4Q ph9Qs8LpOnpXvz6oqCb79STFWRa5fpebvL/4ljKE= 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:17:36 +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, ice-on-invalid-code, ice-on-valid-code, needs-bisection 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords target_milestone 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-invalid-code, | |ice-on-valid-code, | |needs-bisection Target Milestone|--- |11.5 --- Comment #5 from Andrew Pinski --- Someone should debug this further. because I don't understand how it works = in GCC 10.x series but then fails in the same way again in GCC 11.x/12.x. and started passing in GCC 13.x.=