------- 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

Reply via email to