From: Andre Vehreschild Date: Wed, 30 Nov 2016 14:38:09 +0000 (+0100) Subject: Add the missing changelog entry to 243023. X-Git-Tag: basepoints/gcc-8~2675 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44cd68d2b7adf87223f6e580f575c69bb6c19fa0;p=thirdparty%2Fgcc.git Add the missing changelog entry to 243023. libgfortran/ChangeLog: 2016-11-30 Andre Vehreschild * caf/single.c (_gfortran_caf_is_present): Prevent fallthrough warnings. From-SVN: r243025 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a9cfb56a7ace..5aff606fa0ec 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2016-11-30 Andre Vehreschild + + * caf/single.c (_gfortran_caf_is_present): Prevent fallthrough + warnings. + 2016-11-30 Andre Vehreschild * gfortran.dg/coarray/alloc_comp_1.f90: Fix tree-dump scans to adhere