From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DB651388265D; Tue, 18 Jun 2024 10:47:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB651388265D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718707626; bh=rugpS2krrwGBv0aUQ/NJD3WDnUPYY6TECgXG8VCh+uI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RqnX1ZsF61AKyCR8f32WS9cFjRRaZ4Lqjo6nbbM2NIoRptGcKhcM5Jl3CWUU/wcbO UURs/9puEnE68NEIrN4lqtyJ+spSp7NpuOqhRKzhb/tygViDRcIpEF9MxnwN+6Hzn3 0PmB8PU5K+la/ZkQDcOGRAtjtwV2HgrG95oFmzpw= 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: Tue, 18 Jun 2024 10:47:05 +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: 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=3D115528 --- Comment #4 from J=C3=BCrgen Reuter --- Created attachment 58462 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58462&action=3Dedit Input file that triggers the test case with segmentation fault This test case needs Whizard 3.1.4 to be downloaded here, http://whizard.hepforge.org/whizard-3.1.4.tar.gz I avoided the need for OCaml being present, just do ./configure, make, make install. This will create a binary whizard, and then execute whizard tauola_1.sin as attached.=