Fix commit for PR fortran/92142 - CFI_setpointer corrupts descriptor
authorTobias Burnus <tobias@codesourcery.com>
Mon, 11 Nov 2019 15:35:50 +0000 (15:35 +0000)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 11 Nov 2019 15:35:50 +0000 (16:35 +0100)
2019-11-11  Tobias Burnus  <tobias@codesourcery.com>
            Mark Eggleston  <mark.eggleston@codethink.com>

        PR fortran/92142
        * gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.f90:
        Correct dg-additional-sources.

Co-Authored-By: Mark Eggleston <mark.eggleston@codethink.com>
From-SVN: r278055

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.f90

index 66de94fc5820577a66362f46811173256bd37aea..ebdf61161ee97580096fdbdde902ac0a76ac301a 100644 (file)
@@ -1,3 +1,10 @@
+2019-11-11  Tobias Burnus  <tobias@codesourcery.com>
+           Mark Eggleston  <mark.eggleston@codethink.com>
+
+       PR fortran/92142
+       * gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.f90:
+       Correct dg-additional-sources.
+
 2019-11-11  Andre Vieira  <andre.simoesdiasvieira@arm.com>
 
        * gcc.dg/vect/vect-reduc-epilogue-gaps.c: New test.
index 799f34b1287517eaa006ebe263f533a8b1cde119..9e5f3b1a9bc8e7d0f00fea283f2c7ce4c02d3eeb 100644 (file)
@@ -1,6 +1,6 @@
 ! { dg-do run }
 ! { dg-additional-options "-fbounds-check" }
-! { dg-additional-sources ISO_Fortran_binding_15.c }
+! { dg-additional-sources ISO_Fortran_binding_16.c }
 !
 ! Test the fix for PR92142.
 !