From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 491BA3858D38; Sat, 1 Oct 2022 18:55:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 491BA3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664650533; bh=dV/X0+5jusLooViD6oN5CsP0uv/J4TgN9QtQ7RAUDKE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BASa5Vg+uhn3MQpjhYfczB+LhH16Z8QySmuDKS6FCz+WDLARGCfGIRallAc9q2SP5 xNSFw6ZLVBy054e1iJQTF73KPZwEpg7aHhwgsco0f9H1ftKpjZdj17gMdCsvdw1Tyy yi9U5c0FD2/fyxvqFsDMCbsw5yLxgEQUnyLO4poA= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/100132] Optimization breaks pointer association Date: Sat, 01 Oct 2022 18:55:33 +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: 11.0 X-Bugzilla-Keywords: patch X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jrfsousa 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=3D100132 --- Comment #8 from CVS Commits --- The releases/gcc-10 branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:8c583871e70f5530907d22a21b0f1d1e7b90e224 commit r10-11015-g8c583871e70f5530907d22a21b0f1d1e7b90e224 Author: Jos=C3=A9 Rui Faustino de Sousa Date: Mon Sep 19 22:00:45 2022 +0200 Fortran: Fix function attributes [PR100132] gcc/fortran/ChangeLog: PR fortran/100132 * trans-types.c (create_fn_spec): Fix function attributes when passing polymorphic pointers. gcc/testsuite/ChangeLog: PR fortran/100132 * gfortran.dg/PR100132.f90: New test. (cherry picked from commit be60aa5b608b5f09fadfeff852a46589ac311a42)=