From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D9BFD385840D; Sat, 5 Aug 2023 23:44:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D9BFD385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691279044; bh=LsOwL+FC1XFlrr0fLC+Sd5p0Ti3msiOnF9ttiTWTyRM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vGPQtaqavw/7/WmLv53ZIT2ZfCB5MOC6zuPa6vcgAS4h3fe8Pyx+f9/GW87vXVcjZ WDhkQGaHEVrGHNtqAE2YspgLYGtl92rY9xPjsRU191jU4vFXfpqx1gbR3u0N3P7F+j /gbe6q15QHD5apAU0SYQ8skpP2bkHLPTRNkzCnEk= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/103506] [11 Regression] ICE in gfc_free_namespace, at fortran/symbol.c:4039 since r10-2798-ge68a35ae4a65d2b3 Date: Sat, 05 Aug 2023 23:44:02 +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: 12.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: jvdelisle at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 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=3D103506 --- Comment #19 from CVS Commits --- The releases/gcc-11 branch has been updated by Jerry DeLisle : https://gcc.gnu.org/g:238bce471c4391c47ffd4cd3f261f40006993f0e commit r11-10936-g238bce471c4391c47ffd4cd3f261f40006993f0e Author: Jerry DeLisle Date: Sat Jan 28 20:00:34 2023 -0800 ICE in gfc_free_namespace. ice-on-invalid. PR fortran/103506 gcc/fortran/ChangeLog: * parse.c (parse_module): Remove use of a bool error value that prevented proper setting of the namespace pointer. gcc/testsuite/ChangeLog: * gfortran.dg/pr103506_1.f90: New test. (cherry picked from commit 8011fbba7baa46947341ca8069b5a327163a68d5)=