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/26815] requires both arguments to ATAN2 to be of same type



------- Comment #2 from kargl at gcc dot gnu dot org  2006-03-25 16:05 -------
As Paul stated gfortan is correct.  The standard says for ATAN2(Y,X) that
Y    shall be of type real.
X    shall be of the same type and kind type parameter as Y.

Does anyone oppose closing this report?


-- 


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


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