From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 73903386F023; Mon, 20 Apr 2020 19:39:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 73903386F023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1587411598; bh=AgODziC+Ba+Apl8rj5bhW0B8DuIfdoCxc47JuOvxLUA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CmvDvyK5E3dSoPFXphhcofhIwaiyF43mwLvBIJJHbWLp/YzJjiiAPhgVUbQQke/Oc QMdzjajYFRui8coiMWE6Ew8Egj2uJUvoVXY3N0ZyhSVOjJ0pWrA7a/1pYQSr0QC/Ez QigSAQy4frMFpUjGAApUrEbm7dRyt2T3WpkgOgXA= From: "anlauf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/92993] [8/9/10 Regression] ICE in maybe_canonicalize_comparison_1, at fold-const.c:8845 Date: Mon, 20 Apr 2020 19:39:58 +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: 10.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: anlauf at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.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 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, 20 Apr 2020 19:39:58 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D92993 --- Comment #5 from anlauf at gcc dot gnu.org --- (In reply to anlauf from comment #4) > The testcase in comment#0 compiles for me with today's master. Read: does not ICE; just gives an appropriate error message: z1.f90:8:6: 8 | function f(x) | 1 Error: Interface mismatch in global procedure 'f' at (1): POINTER attribute mismatch in function result=