This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, Fortran, F03] PR 46271: OpenMP default(none) and procedure pointers
- From: Janus Weil <janus at gcc dot gnu dot org>
- To: gfortran <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 19 Aug 2013 13:39:08 +0200
- Subject: Re: [Patch, Fortran, F03] PR 46271: OpenMP default(none) and procedure pointers
- References: <CAKwh3qiESm5pPNs7cnR_MibXf5CZv9fTpmD0a22T5SZtUHVUjA at mail dot gmail dot com>
Committed as r201835 ...
2013/8/18 Janus Weil <janus@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 <janus@gcc.gnu.org>
>
> PR fortran/46271
> * openmp.c (resolve_omp_clauses): Bugfix for procedure pointers.
>
>
> 2013-08-18 Janus Weil <janus@gcc.gnu.org>
>
> PR fortran/46271
> * gfortran.dg/gomp/proc_ptr_1.f90: New.