* tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
[official-gcc.git] / libgfortran / ChangeLog
blob4cdb3b4f2521b3ba6411c0f03d9ccb961fb371d7
1 2017-02-16  Paul Thomas  <pault@gcc.gnu.org>
3         PR fortran/79382
4         * io/transfer.c (check_dtio_proc): New function.
5         (formatted_transfer_scalar_read): Use it.
6         (formatted_transfer_scalar_write): ditto.
8 2017-01-31  Steven G. Kargl  <kargl@gcc.gnu.org>
10         PR fortran/79305
11         * c99_protos.h: Spell HAVE_EXPL correctly.
12         * intrinsics/c99_functions.c: Ditto.
14 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
16         PR target/78478
17         * acinclude.m4: Include ../config/ax_check_define.m4
18         * configure.ac: Check if _SOFT_FLOAT is defined.
19         * configure.host (i?86 | x86_64): Use fpu-generic when
20         have_soft_float is set.
21         * configure: Regenerate.
23 2017-01-19  Jakub Jelinek  <jakub@redhat.com>
25         PR target/79127
26         * acinclude.m4 (LIBGFOR_CHECK_AVX512F): Ensure the test clobbers
27         some zmm16+ registers to verify they are handled by unwind info
28         properly if needed.
29         * configure: Regenerated.
31 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
33         PR other/79046
34         * configure.ac: Add GCC_BASE_VER.
35         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
36         get version from BASE-VER file.
37         * configure: Regenerated.
38         * Makefile.in: Regenerated.
40 2017-01-13  Andre Vehreschild  <vehre@gcc.gnu.org>
42         PR fortran/70696
43         * caf/single.c (_gfortran_caf_register): Allocate enough memory for
44         the event counter.
46 2017-01-07  Andre Vehreschild  <vehre@gcc.gnu.org>
48         PR fortran/78781
49         PR fortran/78935
50         * caf/single.c (send_by_ref): Fix addressing of non-allocatable scalar
51         destination components.
53 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
55         Update copyright years.
57 Copyright (C) 2017 Free Software Foundation, Inc.
59 Copying and distribution of this file, with or without modification,
60 are permitted in any medium without royalty provided the copyright
61 notice and this notice are preserved.