http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46271
janus at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #7 from janus at gcc dot gnu.org ---
(In reply to janus from comment #2)
> Here is a simple patch to accept version A:
... which has been committed to 4.9 trunk:
Author: janus
Date: Mon Aug 19 09:03:20 2013
New Revision: 201835
URL: http://gcc.gnu.org/viewcvs?rev=201835&root=gcc&view=rev
Log:
2013-08-19 Janus Weil <[email protected]>
PR fortran/46271
* openmp.c (resolve_omp_clauses): Bugfix for procedure pointers.
2013-08-19 Janus Weil <[email protected]>
PR fortran/46271
* gfortran.dg/gomp/proc_ptr_1.f90: New.
Added:
trunk/gcc/testsuite/gfortran.dg/gomp/proc_ptr_1.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/openmp.c
trunk/gcc/testsuite/ChangeLog
I think the rejection of version B is ok (see above discussion), therefore I'm
closing this PR. Thanks for the report!