From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C42273858413; Sun, 30 Apr 2023 23:19:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C42273858413 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682896743; bh=218UaVKM5KbwScvr4tGyBvT5P45a14bwJQ9EbGjZlsw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mEuvHvNo8w7wqP1hvWCUK0kOmyblqbJufjQB/Ujld5BYC0QdTZLZDPJVFyMkZAVg1 GH3e2JB5R4OTbtFkkaF+en4zZK+CnQvDJ+Q5T9rvs8CRYpL/uAI2+PE2DXAmE8EKwD +pt7oEJu3NBeLLseQc7JNm90/toyknssrhYebSzo= From: "adelson.oliveira at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/109641] Gfortran fails to overload intrinsic operator (*) if operands are complex. It works with real ones. Date: Sun, 30 Apr 2023 23:19:02 +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: 10.1.0 X-Bugzilla-Keywords: accepts-invalid, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: adelson.oliveira at gmail dot com 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=3D109641 --- Comment #14 from Adelson Oliveira -= -- Ok, thanks. Em s=C3=A1b., 29 de abr. de 2023 11:55 PM, escre= veu: > Attachments with a MIME type of "text/html" are not allowed on this > installation. > > Adelson Oliveira wrote: > > Thanks, anlauf > > > > > > Em s=C3=83=C2=A1b., 29 de abr. de 2023 =C3=83 s 16:00, anlauf at gcc do= t gnu.org < > > gcc-bugzilla@gcc.gnu.org> escreveu: > > > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109641 > > > > > > --- Comment #12 from anlauf at gcc dot gnu.org --- > > > (In reply to Adelson Oliveira from comment #11) > > > > I'm a linux user and gfortran comes with my distro. I mean, I did n= ot > > > > compile gcc. > > > > Is this patch still to be tested? Am I expected to do something to > test > > > it? > > > > > > No, this is more a proof-of-concept how to fix the issue. It is > > > incomplete, > > > as it does not yet handle all intrinsic binary operators (e.g. =3D=3D= , /=3D > need > > > to be handled as well). > > > > > > > Or I just wait until a new gfortran version is released? > > > > > > Once a fix is pushed, you could try to compile gcc yourself, because > it may > > > take some time distros pick up the fixed gcc versions. > > > > > > For the time being, you can still use .MULT. etc. as a portable > workaround. > > > > > > -- > > > You are receiving this mail because: > > > You reported the bug. >=