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/20120] real(kind=16) and sqrt, sin and other math functions cause ICE



------- Comment #8 from fxcoudert at gcc dot gnu dot org  2005-10-03 07:26 -------
This bug is now closed. Front-end support for integer(16) and real(10)/real(16)
kinds is now complete. New PR should be filed if specific bugs arise (or should
I say, *when* specific bugs arise).

$ cat a.f90 
  real(10) :: a, b
  a = 2.0_10
  b = sqrt(a)
  print *, b
  end
$ gfortran a.f90 && ./a.out
   1.41421356237310      


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


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