From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 55A62385800A; Sat, 26 Nov 2022 20:56:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 55A62385800A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669496204; bh=GyHi7mSAvbFuNDy5+L/3YF4wP97FDhOvQyrbhBKlTQA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=R/+OnlI913JNmKJQ5aHvMZmaNymip3j2uBLD7GMxNd9JM5j//sWcbUkJwZAZLzt3v JyCRElT7GtF8az8Qd5mFHHgTEDXJMluqFLkY1UeEbaBI1sC3YChnayONsb0lyHEGZU +1gLuNGgOdgtZ2cJ2ABca+tYOmkZ68mZGCnMqjFA= From: "anlauf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/107819] ICE in gfc_check_argument_var_dependency, at fortran/dependency.cc:978 Date: Sat, 26 Nov 2022 20:56:43 +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: 13.0 X-Bugzilla-Keywords: ice-on-invalid-code, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: anlauf at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D107819 --- Comment #11 from anlauf at gcc dot gnu.org --- Update: Steve Lionel thinks that no temporary is necessary, and testcase z1= .f90 is non-conforming: https://community.intel.com/t5/Intel-Fortran-Compiler/ELEMENTAL-subroutine-= and-dummy-with-VALUE-attribute/m-p/1432932 In this case the patch of comment#2 would be sufficient.=