From: Tobias Burnus Date: Mon, 11 Nov 2019 15:35:50 +0000 (+0000) Subject: Fix commit for PR fortran/92142 - CFI_setpointer corrupts descriptor X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e22c2220273615294dc7fb11867267ca92694358;p=gcc.git Fix commit for PR fortran/92142 - CFI_setpointer corrupts descriptor 2019-11-11 Tobias Burnus Mark Eggleston PR fortran/92142 * gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.f90: Correct dg-additional-sources. Co-Authored-By: Mark Eggleston From-SVN: r278055 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 66de94fc582..ebdf61161ee 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2019-11-11 Tobias Burnus + Mark Eggleston + + PR fortran/92142 + * gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.f90: + Correct dg-additional-sources. + 2019-11-11 Andre Vieira * gcc.dg/vect/vect-reduc-epilogue-gaps.c: New test. diff --git a/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.f90 b/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.f90 index 799f34b1287..9e5f3b1a9bc 100644 --- a/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.f90 +++ b/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.f90 @@ -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. !