From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 97E703858D20; Sun, 7 Apr 2024 08:46:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 97E703858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712479608; bh=3oy9TR1vCge0me52k57+lANW1/ma0p7b+4v/5DKO5B4=; h=From:To:Subject:Date:From; b=LmwTBzrZNeKwu9vLaXh9oUUFOYBNlo5hCd9c/BVfKapOdGRgQxbZUw/Z5qRpfyCpN Gim+fcqHxfVGpoJnD7R1ppjSpkjim9hjESZUl0CXRtudSbFq6Vu6DC1XsP2zAo6bAM G7XglmoM/j0G1t3cn7VjFddMsXVQWugRS/9TDnHA= From: "arjen.markus895 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/114626] New: Very long time for compilation the attached program, depends on value of a parameter Date: Sun, 07 Apr 2024 08:46:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: arjen.markus895 at gmail dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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=3D114626 Bug ID: 114626 Summary: Very long time for compilation the attached program, depends on value of a parameter Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: arjen.markus895 at gmail dot com Target Milestone: --- Created attachment 57894 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57894&action=3Dedit Source of the program causing the very long compile time The attached program causes the gfortran compiler to take a very long time = if the parameter max_ij is set to 100. It may not even finish. If the paramete= r is set to 13 (to at least give one result), it takes a few seconds but at least finishes in a reasonable time. This is with default compile options. I have not tried specific options. (Note: it is a silly program, meant for demonstration only.)=