------- Comment #31 from pault at gcc dot gnu dot org 2008-02-03 11:30 ------- Subject: Bug 32760
Author: pault Date: Sun Feb 3 11:29:27 2008 New Revision: 132078 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132078 Log: 2008-02-03 Paul Thomas <[EMAIL PROTECTED]> PR fortran/32760 * resolve.c (resolve_allocate_deallocate): New function. (resolve_code): Call it for allocate and deallocate. * match.c (gfc_match_allocate, gfc_match_deallocate) : Remove the checking of the STAT tag and put in above new function. * primary,c (match_variable): Do not fix flavor of host associated symbols yet if the type is not known. 2008-02-03 Paul Thomas <[EMAIL PROTECTED]> PR fortran/32760 * gfortran.dg/host_assoc_variable_1.f90: New test. * gfortran.dg/allocate_stat.f90: Change last three error messages. Added: trunk/gcc/testsuite/gfortran.dg/host_assoc_variable_1.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/match.c trunk/gcc/fortran/primary.c trunk/gcc/fortran/resolve.c trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gfortran.dg/allocate_stat.f90 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32760