]> gcc.gnu.org Git - gcc.git/commit - gcc/fortran/interface.c
re PR fortran/38665 (ICE in check_host_association)
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 4 Jan 2009 23:17:37 +0000 (23:17 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 4 Jan 2009 23:17:37 +0000 (23:17 +0000)
commita1ab6660ae5b348d625af230f78bbe28556b2a45
treeb3246ca0a9ecb2c3725a7c60fd783e01c918f445
parentf958e3caa5a1d72b44f5da590624ec4fd86168ec
re PR fortran/38665 (ICE in check_host_association)

2009-01-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38665
* gfortran.h : Add bit to gfc_expr 'user_operator'
* interface.c (gfc_extend_expr): Set the above if the operator
is substituted by a function.
* resolve.c (check_host_association): Return if above is set.

2009-01-05  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/38665
* gfortran.dg/host_assoc_function_5.f90: New test.

From-SVN: r143064
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/interface.c
gcc/fortran/resolve.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/host_assoc_function_5.f90 [new file with mode: 0644]
This page took 0.077969 seconds and 5 git commands to generate.