OSDN Git Service

2009-06-22 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jun 2009 04:41:53 +0000 (04:41 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jun 2009 04:41:53 +0000 (04:41 +0000)
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

gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 065e8c8..c42c91d 100644 (file)
@@ -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.
index 9661490..00dee39 100644 (file)
@@ -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.