Don't try to use rand_s on CYGWIN
[official-gcc.git] / libgfortran / ChangeLog
blob0485e6f698bee1a4a2f872fdb7ac4c464f895b94
1 2017-02-27  Janne Blomqvist  <jb@gcc.gnu.org>
3         * intrinsics/random.c (getosrandom): Don't try to use rand_s on
4         CYGWIN.
6 2017-02-16  Paul Thomas  <pault@gcc.gnu.org>
8         PR fortran/79382
9         * io/transfer.c (check_dtio_proc): New function.
10         (formatted_transfer_scalar_read): Use it.
11         (formatted_transfer_scalar_write): ditto.
13 2017-01-31  Steven G. Kargl  <kargl@gcc.gnu.org>
15         PR fortran/79305
16         * c99_protos.h: Spell HAVE_EXPL correctly.
17         * intrinsics/c99_functions.c: Ditto.
19 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
21         PR target/78478
22         * acinclude.m4: Include ../config/ax_check_define.m4
23         * configure.ac: Check if _SOFT_FLOAT is defined.
24         * configure.host (i?86 | x86_64): Use fpu-generic when
25         have_soft_float is set.
26         * configure: Regenerate.
28 2017-01-19  Jakub Jelinek  <jakub@redhat.com>
30         PR target/79127
31         * acinclude.m4 (LIBGFOR_CHECK_AVX512F): Ensure the test clobbers
32         some zmm16+ registers to verify they are handled by unwind info
33         properly if needed.
34         * configure: Regenerated.
36 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
38         PR other/79046
39         * configure.ac: Add GCC_BASE_VER.
40         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
41         get version from BASE-VER file.
42         * configure: Regenerated.
43         * Makefile.in: Regenerated.
45 2017-01-13  Andre Vehreschild  <vehre@gcc.gnu.org>
47         PR fortran/70696
48         * caf/single.c (_gfortran_caf_register): Allocate enough memory for
49         the event counter.
51 2017-01-07  Andre Vehreschild  <vehre@gcc.gnu.org>
53         PR fortran/78781
54         PR fortran/78935
55         * caf/single.c (send_by_ref): Fix addressing of non-allocatable scalar
56         destination components.
58 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
60         Update copyright years.
62 Copyright (C) 2017 Free Software Foundation, Inc.
64 Copying and distribution of this file, with or without modification,
65 are permitted in any medium without royalty provided the copyright
66 notice and this notice are preserved.