From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9BF723858D35; Mon, 6 Feb 2023 19:21:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9BF723858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675711288; bh=zfD+HDY3dDrLnASBOwfF4OtKnYg3/QS1hml3vPYtsoE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Cqe6jqW7e76PaesLPmyyqPXwPrL0AdrOj2fIlet28UpuwucHxqy5fndFGm77HJ5P7 qsShUrei0kiaWzfvf0b0d3nTPpqfcWVNnRdRNvstQ5X7oJBU53zrwftO5/p3b4O4Nl MeleiujDAzxb401AICW3hLVkeA8ZJGM1qAXEEILE= From: "stefansf at linux dot ibm.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/108687] Non-termination since r13-5630-g881bf8de9b0 Date: Mon, 06 Feb 2023 19:21:28 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: stefansf at linux dot ibm.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: 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=3D108687 --- Comment #2 from Stefan Schulze Frielinghaus --- (In reply to Stefan Schulze Frielinghaus from comment #0) > Running gcc -O3 -c t.c on s390x does not terminate. More specifically: gcc -O3 -march=3Dz13 -c t.c=