https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78062
Bug ID: 78062 Summary: sinus and cosinus fails Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: informatica at ecm dot ub.edu Target Milestone: --- It's my first post, so don't know how it works, also my english it's not perfect. in fortran, and other gcc compilers, this program, depending on ¿!computer?! implicit real*8(a-h,o-z) angle=4.6065667561724446d0 write(*,*) dcos(angle),dsin(angle) gives the same result for dcos and dsin.