diff options
author | Steven G. Kargl <kargl@gcc.gnu.org> | 2018-12-24 18:26:25 +0000 |
---|---|---|
committer | Steven G. Kargl <kargl@gcc.gnu.org> | 2018-12-24 18:26:25 +0000 |
commit | 89c1cf2695c796aaf9610615e9f1ecd1f2198da1 (patch) | |
tree | fdf121265af2daee9fd6e271846f9eef4256a57e /gcc/fortran/module.c | |
parent | a8ed2b4f646a2c8e3b1032cabbc328a0ff2cb9ea (diff) | |
download | gcc-89c1cf2695c796aaf9610615e9f1ecd1f2198da1.zip gcc-89c1cf2695c796aaf9610615e9f1ecd1f2198da1.tar.gz gcc-89c1cf2695c796aaf9610615e9f1ecd1f2198da1.tar.bz2 |
re PR fortran/45513 (BOZ kinds differently handled, F2008: BOZ in bit intrinsics)
2018-12-24 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/45513
PR fortran/81509
* check.c: Rename function gfc_check_iand to gfc_check_iand_ieor_ior.
* check.c (boz_args_check): New function. Check I and J not both BOZ.
(gfc_check_dshift,gfc_check_iand_ieor_ior, gfc_check_ishft,
gfc_check_and, gfc_check_merge_bits): Use it.
* check.c (gfc_check_iand_ieor_ior): Force conversion of BOZ to kind
type of other agrument. Remove silly GNU extension.
(gfc_check_ieor, gfc_check_ior): Delete now unused functions.
* intrinsic.c (add_functions): Use gfc_check_iand_ieor_ior. Wrap long
line.
* intrinsic.h: Rename gfc_check_iand to gfc_check_iand_ieor_ior.
Delete prototype for bool gfc_check_ieor and gfc_check_ior
* intrinsic.texi: Update documentation for boz-literal-constant.
2018-12-24 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/45513
PR fortran/81509
* gfortran.dg/graphite/id-26.f03: Fix non-conforming use of IAND.
* gfortran.dg/pr81509_1.f90: New test.
* gfortran.dg/pr81509_2.f90: New test.
From-SVN: r267415
Diffstat (limited to 'gcc/fortran/module.c')
0 files changed, 0 insertions, 0 deletions