This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/26815] requires both arguments to ATAN2 to be of same type
- From: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Mar 2006 16:05:25 -0000
- Subject: [Bug fortran/26815] requires both arguments to ATAN2 to be of same type
- References: <bug-26815-8277@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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