OSDN Git Service

2006-11-09 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Nov 2006 20:22:19 +0000 (20:22 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Nov 2006 20:22:19 +0000 (20:22 +0000)
commit0cade2956fceddbf4548948805a3f130029f9be8
tree233bf1930517c7b91322bb359d2396487e9f1fe7
parent168d85f09c159297d8027526e8b3539191621f9a
2006-11-09 Paul Thomas <pault@gcc.gnu.org>

PR fortran/29744
* trans-types.c (gfc_get_derived_type): Ensure that the
proc_name namespace is not the same as the owner namespace and
that identical derived types in the same namespace share the
same backend_decl.

2006-11-09 Paul Thomas <pault@gcc.gnu.org>

PR fortran/29744
* gfortran.dg/used_types_12.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118627 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-types.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/used_types_12.f90 [new file with mode: 0644]