https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109641

--- 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 not
> 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. ==, /= 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.

Reply via email to