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/84276] Invalid error for valid statement function


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84276

--- Comment #1 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
Reduced testcase.

      subroutine stepns(hh,h,s,w)
      real, intent(inout) :: h,hh,s
      real, intent(out)  :: w
      real :: qofs
      qofs(s)=s
      w=qofs(hh+h)
      end subroutine stepns

Problem occurs with interface.c:3219.

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