symbol.c (check_conflict): Allow external, function, and subroutine attributes with...
authorAsher Langton <langton2@llnl.gov>
Tue, 30 May 2006 23:27:38 +0000 (23:27 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Tue, 30 May 2006 23:27:38 +0000 (23:27 +0000)
commit7074ea72d10e861505f70e2e12060c3909474bf7
treee61a9fb26be5623e3ec18415f7dc47ffb285e9c2
parent9cb96754ae0a6af89ec8286d6a68d76c70698a65
symbol.c (check_conflict): Allow external, function, and subroutine attributes with Cray pointees.

2006-05-30  Asher Langton  <langton2@llnl.gov>

* symbol.c (check_conflict): Allow external, function, and
subroutine attributes with Cray pointees.
* trans-expr.c (gfc_conv_function_val): Translate Cray pointees
that point to procedures.
* gfortran.texi: Document new feature.

* gfortran.dg/cray_pointers_7.f90: New test.

From-SVN: r114252
gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi
gcc/fortran/symbol.c
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/cray_pointers_7.f90 [new file with mode: 0644]