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 function cause ICE in print statement


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-21 14:11 -------
Confirmed, another testcase (without print):
real(16) :: a
real(16) :: b
b = sqrt(a)
end

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|sparc-sun-solaris2.9        |
   GCC host triplet|sparc-sun-solaris2.9        |
 GCC target triplet|sparc-sun-solaris2.9        |sparc-sun-solaris2.9,
                   |                            |powerpc-darwin
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-21 14:11:01
               date|                            |


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]