diff options
author | pault <pault@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-22 04:41:53 +0000 |
---|---|---|
committer | pault <pault@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-22 04:41:53 +0000 |
commit | 7c2ea452947d9d936cdef9102c1ed23987cb426e (patch) | |
tree | 468fab32ad9818566df3e60595a6907ffc6d631a | |
parent | 40b4836b24b8ffb821d5f98e03e6fc00b590a6c8 (diff) | |
download | gcc-7c2ea452947d9d936cdef9102c1ed23987cb426e.tar.gz |
2009-06-22 Paul Thomas <pault@gcc.gnu.org>
PR fortran/40443
* interface.c (gfc_search_interface): Hold back a match to an
elementary procedure until all other possibilities are
exhausted.
2009-06-22 Paul Thomas <pault@gcc.gnu.org>
PR fortran/40443
* gfortran.dg/generic_18.f90: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148777 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/fortran/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 065e8c8509b..c42c91d26d8 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,12 @@ 2009-06-22 Paul Thomas <pault@gcc.gnu.org> + PR fortran/40443 + * interface.c (gfc_search_interface): Hold back a match to an + elementary procedure until all other possibilities are + exhausted. + +2009-06-22 Paul Thomas <pault@gcc.gnu.org> + PR fortran/40472 * simplify.c (gfc_simplify_spread): Restrict the result size to the limit for an array constructor. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 966149006e4..00dee392eb3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2009-06-22 Paul Thomas <pault@gcc.gnu.org> + PR fortran/40443 + * gfortran.dg/generic_18.f90: New test. + +2009-06-22 Paul Thomas <pault@gcc.gnu.org> + PR fortran/40472 * gfortran.dg/spread_size_limit.f90: New test. |