------- Comment #4 from fxcoudert at gcc dot gnu dot org  2007-08-07 08:54 
-------
Testcase reduced to:

subroutine foo(x)
  integer :: x
  real :: t

  t = x
  call bar(nint(t))
end subroutine foo


-- 


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

Reply via email to