------- 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
fxcoudert at gcc dot gnu dot org Tue, 07 Aug 2007 01:54:53 -0700
------- 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