From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CCBE6385840D; Tue, 27 Feb 2024 09:42:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CCBE6385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709026937; bh=a+8M2WSSvm7T+FdDy5VruZ4ixF7Ocvmx1e8Z1mdvuHA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dtOwA4dzYl2HYWHKmDzx1+vJuvxYKsyRaiMDGcHJOBlh8f6sl4ASIx39aU/enfZc+ jKt9xMynauWdNz/aw7EgC5yW4a1C/v5J5c5A4sumGwkfMaSGcpqc8QKSeFfQ9aQovI 9kQ08/0OnNWWYiH663VUy9f77pyhc3//wcY2ryss= From: "alexandre.poux at coria dot fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/114012] overloaded unary operator called twice Date: Tue, 27 Feb 2024 09:42:16 +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.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: alexandre.poux at coria dot fr X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: anlauf 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=3D114012 --- Comment #5 from Alexandre Poux --- Thanks for the quick fix !=