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/78062] New: sinus and cosinus fails


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.

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