re PR fortran/34558 (ICE with same TYPE in both program and interface)
authorPaul Thomas <pault@gcc.gnu.org>
Mon, 31 Dec 2007 18:10:55 +0000 (18:10 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Mon, 31 Dec 2007 18:10:55 +0000 (18:10 +0000)
commit6669dbdf742219dc81ae087c51c6ddf771b13d3f
treef059e5148388d6888288e17ece622dde134f4e37
parent63287e10a8527f9ed9d7c3939943ab1bc66aa46b
re PR fortran/34558 (ICE with same TYPE in both program and interface)

2007-12-31  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34558
* interface.c (gfc_compare_types): Prevent linked lists from
putting this function into an endless recursive loop.

2007-12-31  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34558
* gfortran.dg/linked_list_1.f90: New test.

From-SVN: r131239
gcc/fortran/interface.c