! { dg-do run }! PR33162 INTRINSIC functions as ACTUAL argument! Test case adapted from PR by Jerry DeLisle <jvdelisle@gcc.gnu.org>real function t(x)real::xt=xend functionprogram pimplicit none intrinsic sinprocedure(sin)::tif(t(1.0)/=1.0)call abortend program