From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4C55E3858CDB; Thu, 9 Mar 2023 13:23:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C55E3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678368233; bh=ILvzaIug1p/HI1H00+qtfHJnozkAZvQ7unKoFDOLq6k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=waLhXU6YLEqj07KlvyEWtr+rSvbyUHErSnw9FAdUZShP2hJEU6DeseF00XHVqx9Ax 8gmk+CzsgqImwIVtgZd10JqRrYFSVZutLHM9OouTTld76HQknB1QHptxXFSZr6/NyV YZ02o0qspq2GEn1StAlb4xxSZZi4pR5qo9MzywWM= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109075] [13 Regression] rnflow hangs at -O3 Date: Thu, 09 Mar 2023 13:23:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: unknown X-Bugzilla-Keywords: needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pault at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc cf_known_to_work keywords 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=3D109075 Paul Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |INVALID CC| |pault at gcc dot gnu.org Known to work|12.2.0 | Keywords| |needs-bisection --- Comment #10 from Paul Thomas --- See comment at rnflow.f90:899 - As Richard Biener suggested to the list -fdefault-integer-8 fixes the problem but breaks tfft2 of the polyhedron su= ite. Better is: integer(8), parameter :: jmul =3D 843314861 ! multiplicateur integer(8), parameter :: jadd =3D 453816693 ! constante additive Cheers Paul=