This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/30877] overloading "operator(*)" for intrinsic type (complex) fails



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]