Committed as r201835 ...
2013/8/18 Janus Weil <ja...@gcc.gnu.org>: > Hi all, > > here is a pretty-much-trivial patch for a problem with OpenMP and > procedure pointers (proc-ptrs to functions are working, but not > subroutines). > > Regtested on x86_64-unknown-linux-gnu. Will commit as obvious tomorrow > if no one protests in the meantime ... > > Cheers, > Janus > > > > 2013-08-18 Janus Weil <ja...@gcc.gnu.org> > > PR fortran/46271 > * openmp.c (resolve_omp_clauses): Bugfix for procedure pointers. > > > 2013-08-18 Janus Weil <ja...@gcc.gnu.org> > > PR fortran/46271 > * gfortran.dg/gomp/proc_ptr_1.f90: New.