From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0D8963887008; Thu, 20 Jun 2024 07:36:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0D8963887008 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718868987; bh=kvaQXA+ej1BkNaTKriNt2W15gWhh6l9htLWMJd4QQcU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kjISlGPxGqb0PJolmN7gz958fABPDHP8PghvX7hbSDZ5beCi7lS/9EcSGoxUQhayw FRV7AOMTResLRF+12KY8jj6NyWCDf1gPn+1jzYAJorlILqy6EhtBwAZ+RKhTiIMUUx rjLpQgk1K0Iuw1kCzR0uFF/ZCfj7+Eo9fFmLQN1A= From: "juergen.reuter at desy dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/115528] [15 regression] segmentation fault in legacy F77 code Date: Thu, 20 Jun 2024 07:36:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: juergen.reuter at desy dot de X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 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=3D115528 --- Comment #15 from J=C3=BCrgen Reuter --- I fund the culprit commit in the gcc master, it is: https://gcc.gnu.org/git/?p=3Dgcc.git;a=3Dcommit;h=3D1fe55a1794863b5ad9eeca5= 062782834716016b2 by Richard Biener on the tree-optimization. Now I will try helping to get a smaller reproducer.=