From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 96B96388F053; Mon, 11 May 2020 12:25:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 96B96388F053 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1589199959; bh=3/LPhwVZzl5nlj4/GcgXepgBoQEKyORl6xErOKJbNe0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qIZVyEHT90NUHpBTA7ua/e0jJGxWYPFtlzCi/Z2WpFfSK/+t6MSUoOcz13fKKViIK n/Tswwm7mDzGrgRuGtBZtfZb2Zt6RUsHO96jOgLKMpEs6OtP8r/4tKE9d+lJyM/nF8 +7Q0ukwxwO/SpPxu7Daas8+a3IGiMKJFIWBC4Nbg= From: "anlauf at gmx dot de" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/95053] [11.0 regression] ICE in f951: gfc_divide() Date: Mon, 11 May 2020 12:25:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: anlauf at gmx dot de 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: cc 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2020 12:25:59 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95053 Harald Anlauf changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anlauf at gmx dot de --- Comment #2 from Harald Anlauf --- (In reply to J=C3=BCrgen Reuter from comment #1) > I shrank the example even further: > SUBROUTINE MNSTIN > 132 FORMAT (' UNIT',I3,' ALREADY OPENED WITH NAME:',A/ > + ' NEW NAME IGNORED:',A) > RETURN > END >=20 > It looks like it is the combination of integer format with this special f= orm > of character line continuation. Indeed, I found an even shorter reproducer: SUBROUTINE MNSTIN () * Adding a comma before or after the "/" avoids the ICE 132 FORMAT (A/ + ' B') END I am responsible for the change in gfc_divide, but fail to see where there is a division...=