gcc/testsuite/ChangeLog:
[official-gcc.git] / libgfortran / ChangeLog
blobad4f65b7fb230764a1c57a6fec89fc4067ef88dd
1 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
3         PR target/78478
4         * acinclude.m4: Include ../config/ax_check_define.m4
5         * configure.ac: Check if _SOFT_FLOAT is defined.
6         * configure.host (i?86 | x86_64): Use fpu-generic when
7         have_soft_float is set.
8         * configure: Regenerate.
10 2017-01-19  Jakub Jelinek  <jakub@redhat.com>
12         PR target/79127
13         * acinclude.m4 (LIBGFOR_CHECK_AVX512F): Ensure the test clobbers
14         some zmm16+ registers to verify they are handled by unwind info
15         properly if needed.
16         * configure: Regenerated.
18 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
20         PR other/79046
21         * configure.ac: Add GCC_BASE_VER.
22         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
23         get version from BASE-VER file.
24         * configure: Regenerated.
25         * Makefile.in: Regenerated.
27 2017-01-13  Andre Vehreschild  <vehre@gcc.gnu.org>
29         PR fortran/70696
30         * caf/single.c (_gfortran_caf_register): Allocate enough memory for
31         the event counter.
33 2017-01-07  Andre Vehreschild  <vehre@gcc.gnu.org>
35         PR fortran/78781
36         PR fortran/78935
37         * caf/single.c (send_by_ref): Fix addressing of non-allocatable scalar
38         destination components.
40 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
42         Update copyright years.
44 Copyright (C) 2017 Free Software Foundation, Inc.
46 Copying and distribution of this file, with or without modification,
47 are permitted in any medium without royalty provided the copyright
48 notice and this notice are preserved.