From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6CA73858D37; Sat, 11 Nov 2023 10:17:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6CA73858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699697865; bh=xNw0mcagRNSvzQu4cFbhRMXYb0Hi0e3kYmPFsq7u7AE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Uay8QtPpHNdbjHOZcl0oYij11QHkg1gVA86xiBxODURnP8RbX1G1565zrDDwG1PjW WkGKxtu9D4QrbiXH8BKZuVdoDnaueOQMtH1dq7MSXjMHaHbQFsRuXHWKy8Yl4Rv/zW XAGDdkyEj2dIIcbwfuiLe0Y/B7XyaeOt4p/kVwiM= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/112459] gfortran -w option causes derived-type finalization at creation time Date: Sat, 11 Nov 2023 10:17:44 +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.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pault 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=3D112459 --- Comment #3 from Paul Thomas --- Hi Sebastien, I have posted the patch to the gfortran list. Hopefully, the bug will be fi= xed this weekend. Thanks for the report. Paul=