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/25046] MASK and ARRAY arguments of PRODUCT must have conformant shapes



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-02-04 22:06 -------
Just for the record the error message is:
 In file t.f90:5

  write(6,*) PRODUCT(A,B)
                    1
Error: Incompatible ranks in arguments 'array' and 'mask' for intrinsic product
at (1)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25046


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