dc42a736c9
2017-02-16 Paul Thomas <pault@gcc.gnu.org> PR fortran/79382 * decl.c (access_attr_decl): Test for presence of generic DTIO interface and emit error if not present. 2017-02-16 Paul Thomas <pault@gcc.gnu.org> PR fortran/79382 * io/transfer.c (check_dtio_proc): New function. (formatted_transfer_scalar_read): Use it. (formatted_transfer_scalar_write): ditto. 2017-02-16 Paul Thomas <pault@gcc.gnu.org> PR fortran/79382 * gfortran.dg/dtio_10.f90 : Change test of error message. * gfortran.dg/dtio_23.f90 : New test. * gfortran.dg/dtio_24.f90 : New test. From-SVN: r245596
62 lines
1.7 KiB
Plaintext
62 lines
1.7 KiB
Plaintext
2017-02-16 Paul Thomas <pault@gcc.gnu.org>
|
||
|
||
PR fortran/79382
|
||
* io/transfer.c (check_dtio_proc): New function.
|
||
(formatted_transfer_scalar_read): Use it.
|
||
(formatted_transfer_scalar_write): ditto.
|
||
|
||
2017-01-31 Steven G. Kargl <kargl@gcc.gnu.org>
|
||
|
||
PR fortran/79305
|
||
* c99_protos.h: Spell HAVE_EXPL correctly.
|
||
* intrinsics/c99_functions.c: Ditto.
|
||
|
||
2017-01-19 Uros Bizjak <ubizjak@gmail.com>
|
||
|
||
PR target/78478
|
||
* acinclude.m4: Include ../config/ax_check_define.m4
|
||
* configure.ac: Check if _SOFT_FLOAT is defined.
|
||
* configure.host (i?86 | x86_64): Use fpu-generic when
|
||
have_soft_float is set.
|
||
* configure: Regenerate.
|
||
|
||
2017-01-19 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
PR target/79127
|
||
* acinclude.m4 (LIBGFOR_CHECK_AVX512F): Ensure the test clobbers
|
||
some zmm16+ registers to verify they are handled by unwind info
|
||
properly if needed.
|
||
* configure: Regenerated.
|
||
|
||
2017-01-17 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
PR other/79046
|
||
* configure.ac: Add GCC_BASE_VER.
|
||
* Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
|
||
get version from BASE-VER file.
|
||
* configure: Regenerated.
|
||
* Makefile.in: Regenerated.
|
||
|
||
2017-01-13 Andre Vehreschild <vehre@gcc.gnu.org>
|
||
|
||
PR fortran/70696
|
||
* caf/single.c (_gfortran_caf_register): Allocate enough memory for
|
||
the event counter.
|
||
|
||
2017-01-07 Andre Vehreschild <vehre@gcc.gnu.org>
|
||
|
||
PR fortran/78781
|
||
PR fortran/78935
|
||
* caf/single.c (send_by_ref): Fix addressing of non-allocatable scalar
|
||
destination components.
|
||
|
||
2017-01-01 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
Update copyright years.
|
||
|
||
Copyright (C) 2017 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|