From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 80B53384B0C0; Sat, 2 May 2020 18:05:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 80B53384B0C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588442748; bh=Hha1lXS73NUM9TGVzyoxmEljBjvCN7uKbn/B1wEN5Bk=; h=From:To:Subject:Date:From; b=lv2mADLifYgvy3dfgnr/4Ks2FonMaNiJFd6iCNeHNKGRcX7valX3+CXR1zBO4E8VI OII5nR7LRlD3xmhCk9+iAPMzMCK9UVuUHCYy6X03srnP8GQblatW+3MB+z8m6NZpr9 eeqEDS0KDzZAroBg7TOo8/e5y+rXqqirUDkJwxXg= From: "siteg at mathalacarte dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/94925] New: Undesired runtime warning message Date: Sat, 02 May 2020 18:05:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: siteg at mathalacarte dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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: Sat, 02 May 2020 18:05:48 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94925 Bug ID: 94925 Summary: Undesired runtime warning message Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: siteg at mathalacarte dot com Target Milestone: --- Just upgraded to GNU Fortran (GCC) 10.0.1 20200328 (Red Hat 10.0.1-0.11), a= nd am getting this warning at runtime: "Fortran runtime warning: An array temporary was created" This did not happen in the past. I have tried adding the flags -fcheck=3Dno-array-temps -Wno-array-temporaries to no effect. These occur in a large program where these temporary arrays = are used for debugging information that would not be used in production. I have not managed to create a small program that illustrates the problem. I'm ho= ping that the fact that this problem occurred between the 9.3.1 compiler and the current one may help in getting it tracked down.=