aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndre Vehreschild <vehre@gcc.gnu.org>2016-11-30 15:38:09 +0100
committerAndre Vehreschild <vehre@gcc.gnu.org>2016-11-30 15:38:09 +0100
commit44cd68d2b7adf87223f6e580f575c69bb6c19fa0 (patch)
tree50308899aa943fa12c8d30fbb324e415c1642db9 /gcc
parent9a0f271862f5a029c046ed49468ed1bbfcce9e00 (diff)
downloadgcc-44cd68d2b7adf87223f6e580f575c69bb6c19fa0.zip
gcc-44cd68d2b7adf87223f6e580f575c69bb6c19fa0.tar.gz
gcc-44cd68d2b7adf87223f6e580f575c69bb6c19fa0.tar.bz2
Add the missing changelog entry to 243023.
libgfortran/ChangeLog: 2016-11-30 Andre Vehreschild <vehre@gcc.gnu.org> * caf/single.c (_gfortran_caf_is_present): Prevent fallthrough warnings. From-SVN: r243025
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a9cfb56..5aff606 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,10 @@
2016-11-30 Andre Vehreschild <vehre@gcc.gnu.org>
+ * caf/single.c (_gfortran_caf_is_present): Prevent fallthrough
+ warnings.
+
+2016-11-30 Andre Vehreschild <vehre@gcc.gnu.org>
+
* gfortran.dg/coarray/alloc_comp_1.f90: Fix tree-dump scans to adhere
to the changed interfaces.
* gfortran.dg/coarray_alloc_comp_1.f08: Likewise.