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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:287be7f7a587cb08eb88ecee39ff5556a22976d2

commit r11-8167-g287be7f7a587cb08eb88ecee39ff5556a22976d2
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Wed Apr 14 10:48:56 2021 +0200

    testsuite: Fix up libgomp.fortran/alloc-1.F90 testcase [PR100071]

    As can be seen under valgrind, the testcase didn't bind in the last part
    the fortran pointers properly to the c pointers.

    2021-04-14  Jakub Jelinek  <ja...@redhat.com>

            PR testsuite/100071
            * testsuite/libgomp.fortran/alloc-1.F90: Call c_f_pointer after
last
            cp = omp_alloc with cp, p arguments instead of cq, q and call
            c_f_pointer after last cq = omp_alloc with cq, q.

Reply via email to