From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BBA043858414; Tue, 19 Mar 2024 16:30:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BBA043858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710865825; bh=fkOxMvqeWZjREVDDxOi8Dpj1qA5iUwJAL06GhyG7MPU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bvYZfv+2p5PNiwk4i1ogZ8ziK46fqG+333dywD2PavKIg2uTnE4K8W0KWc+Mt5UYD hTxPem+VPfZtR++HWOtuKDxhJNEA0SSbwDAvulxS2QPCPC3JSYOFYHkHzgC7PGbLKV PE9JwIbar4oJiVVy0PBEBmKn7vVhOty88QZ7iLWY= From: "mikael at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/105547] No further "Unclassifiable statement" after the first one if multiple syntax errors. Date: Tue, 19 Mar 2024 16:30:25 +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: unknown X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: mikael at gcc dot gnu.org 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: 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=3D105547 --- Comment #2 from Mikael Morin --- Created attachment 57739 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57739&action=3Dedit Patch fixing the problem This small patch fixes the problem. Unfortunately allowing more errors seems counter-productive here. As seen in the testsuite changes, the additional errors have little value, = and add more noise than anything else. I'm tempted to close this as WONTFIX.=