-
- Downloads
re PR fortran/25901 (overloaded function is rejected)
2005-01-23 Paul Thomas <pault@gcc.gnu.org> PR fortran/25901 * decl.c (get_proc_name): Replace subroutine and function attributes in "already defined" test by the formal arglist pointer being non-NULL. Fix regression in testing of admissability of attributes. * symbol.c (gfc_add_attribute): If the current_attr has non-zero intent, do not do the check for a dummy being used. * decl.c (attr_decl1): Add current_attr.intent as the third argument in the call to gfc_add_attribute. * gfortran.h: Add the third argument to the prototype for gfc_add_attribute. 2005-01-23 Paul Thomas <pault@gcc.gnu.org> PR fortran/25901 * gfortran.dg/internal references_2.f90: New test. Fix regression in testing of admissability of attributes. * gfortran.dg/intent_used_1.f90: New test. From-SVN: r110106
Showing
- gcc/fortran/ChangeLog 14 additions, 0 deletionsgcc/fortran/ChangeLog
- gcc/fortran/decl.c 7 additions, 3 deletionsgcc/fortran/decl.c
- gcc/fortran/gfortran.h 1 addition, 1 deletiongcc/fortran/gfortran.h
- gcc/fortran/symbol.c 4 additions, 2 deletionsgcc/fortran/symbol.c
- gcc/testsuite/ChangeLog 8 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gfortran.dg/intent_used_1.f90 17 additions, 0 deletionsgcc/testsuite/gfortran.dg/intent_used_1.f90
- gcc/testsuite/gfortran.dg/internal_references_2.f90 20 additions, 0 deletionsgcc/testsuite/gfortran.dg/internal_references_2.f90
- libgomp/Makefile.in 6 additions, 18 deletionslibgomp/Makefile.in
- libgomp/aclocal.m4 277 additions, 108 deletionslibgomp/aclocal.m4
- libgomp/testsuite/Makefile.in 2 additions, 2 deletionslibgomp/testsuite/Makefile.in
Loading
Please register or sign in to comment