aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaul Thomas <pault@gcc.gnu.org>2009-06-22 04:41:53 +0000
committerPaul Thomas <pault@gcc.gnu.org>2009-06-22 04:41:53 +0000
commit79e9c4aa0eaa2fda5f6a0f5b07c6d6d3b6bb8eab (patch)
tree468fab32ad9818566df3e60595a6907ffc6d631a /gcc
parent22a0a78022d0bd05385d18ab222cd6c1c8dc29b1 (diff)
downloadgcc-79e9c4aa0eaa2fda5f6a0f5b07c6d6d3b6bb8eab.zip
gcc-79e9c4aa0eaa2fda5f6a0f5b07c6d6d3b6bb8eab.tar.gz
gcc-79e9c4aa0eaa2fda5f6a0f5b07c6d6d3b6bb8eab.tar.bz2
re PR fortran/40443 (Elemental procedure in genericl interface incorrectly selected in preference to specific procedure)
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. From-SVN: r148777
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog7
-rw-r--r--gcc/testsuite/ChangeLog5
2 files changed, 12 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 065e8c8..c42c91d 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 9661490..00dee39 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.