This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r226639 - in /branches/gcc-4_9-branch/gcc: fort...
- From: mikael at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 05 Aug 2015 16:42:00 -0000
- Subject: r226639 - in /branches/gcc-4_9-branch/gcc: fort...
Author: mikael
Date: Wed Aug 5 16:42:00 2015
New Revision: 226639
URL: https://gcc.gnu.org/viewcvs?rev=226639&root=gcc&view=rev
Log:
Fix random class_allocate_18.f90 failure
PR fortran/64921
gcc/fortran/
* class.c (generate_finalization_wrapper): Set finalization
procedure symbol's always_explicit attribute.
gcc/testsuite/
* gfortran.dg/class_allocate_20.f90: New.
Added:
branches/gcc-4_9-branch/gcc/testsuite/gfortran.dg/class_allocate_20.f90
Modified:
branches/gcc-4_9-branch/gcc/fortran/ChangeLog
branches/gcc-4_9-branch/gcc/fortran/class.c
branches/gcc-4_9-branch/gcc/testsuite/ChangeLog