http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50718
--- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-10-15 06:55:35 UTC --- Author: burnus Date: Sat Oct 15 06:55:28 2011 New Revision: 180022 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180022 Log: 2011-10-15 Tobias Burnus <bur...@net-b.de> PR fortran/50718 * trans-expr.c (gfc_conv_procedure_call): Fix -fcheck=pointer for dummy arguments with VALUE attribute. 2011-10-15 Tobias Burnus <bur...@net-b.de> PR fortran/50718 * gfortran.dg/pointer_check_11.f90: New. * gfortran.dg/pointer_check_12.f90: New. Added: branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/pointer_check_11.f90 branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/pointer_check_12.f90 Modified: branches/gcc-4_6-branch/gcc/fortran/ChangeLog branches/gcc-4_6-branch/gcc/fortran/trans-expr.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog