diff options
author | Paul Thomas <pault@gcc.gnu.org> | 2008-03-24 19:11:24 +0000 |
---|---|---|
committer | Paul Thomas <pault@gcc.gnu.org> | 2008-03-24 19:11:24 +0000 |
commit | c1203a704d375608c84ec0f1f4af250025374e85 (patch) | |
tree | c592d85b7b3c57a66640b4f761c2ec48e47be498 /gcc/testsuite/ChangeLog | |
parent | 50c91950d46fd5715ffd198227c50c7bce35f915 (diff) | |
download | gcc-c1203a704d375608c84ec0f1f4af250025374e85.zip gcc-c1203a704d375608c84ec0f1f4af250025374e85.tar.gz gcc-c1203a704d375608c84ec0f1f4af250025374e85.tar.bz2 |
re PR fortran/34813 (ICE on incorrect nested type constructor (fold-const.c (fold_convert):2629))
2008-03-24 Paul Thomas <pault@gcc.gnu.org>
PR fortran/34813
* resolve.c (resolve_structure_cons): It is an error to assign
NULL to anything other than a pointer or allocatable component.
PR fortran/33295
* resolve.c (resolve_symbol): If the symbol is a derived type,
resolve the derived type. If the symbol is a derived type
function, ensure that the derived type is visible in the same
namespace as the function.
2008-03-24 Paul Thomas <pault@gcc.gnu.org>
PR fortran/34813
* gfortran.dg/null_3.f90 : New test
PR fortran/33295
* gfortran.dg/module_function_type_1.f90 : New test
From-SVN: r133488
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r-- | gcc/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 50d7ded..4ce37ec 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2008-03-24 Paul Thomas <pault@gcc.gnu.org> + + PR fortran/34813 + * gfortran.dg/null_3.f90 : New test + + PR fortran/33295 + * gfortran.dg/module_function_type_1.f90 : New test + 2007-03-23 Thomas Koenig <tkoenig@gcc.gnu.org PR libfortran/32972 |