This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30877] overloading "operator(*)" for intrinsic type (complex) fails
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Feb 2007 21:14:51 -0000
- Subject: [Bug fortran/30877] overloading "operator(*)" for intrinsic type (complex) fails
- References: <bug-30877-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pault at gcc dot gnu dot org 2007-02-21 21:14 -------
(In reply to comment #1)
> MODULE PROCEDURE F1
interface.c:567 is where it all starts. The types that cannot be over-ridden
are to be found there. If complex is excluded from product, we run into a
problem with the test for the shape of the two operands. Making them the same,
pro temp, permits the code to compile and run.
Paul
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30877