Daily bump.
This commit is contained in:
parent
ff0ad4b5e1
commit
9f9bc0bf0d
@ -1,3 +1,47 @@
|
||||
2021-12-22 Murray Steele <murray.steele@arm.com>
|
||||
|
||||
* config.gcc (arm*-*-*): Add arm-mve-builtins.o to extra_objs.
|
||||
* config/arm/arm-c.c (arm_pragma_arm): Handle "#pragma GCC arm".
|
||||
(arm_register_target_pragmas): Register it.
|
||||
* config/arm/arm-protos.h: (arm_mve::arm_handle_mve_types_h): New
|
||||
prototype.
|
||||
* config/arm/arm_mve_types.h: Replace MVE type definitions with
|
||||
new pragma.
|
||||
* config/arm/t-arm: (arm-mve-builtins.o): New target rule.
|
||||
* config/arm/arm-mve-builtins.cc: New file.
|
||||
* config/arm/arm-mve-builtins.def: New file.
|
||||
* config/arm/arm-mve-builtins.h: New file.
|
||||
|
||||
2021-12-22 Murray Steele <murray.steele@arm.com>
|
||||
|
||||
* config/arm/arm-builtins.c (enum arm_type_qualifiers): Move to
|
||||
arm_builtins.h.
|
||||
(enum arm_simd_type): Move to arm-builtins.h.
|
||||
(struct arm_simd_type_info): Move to arm-builtins.h.
|
||||
* config/arm/arm-builtins.h (enum arm_simd_type): Move from
|
||||
arm-builtins.c.
|
||||
(enum arm_type_qualifiers): Move from arm-builtins.c.
|
||||
(struct arm_simd_type_info): Move from arm-builtins.c.
|
||||
|
||||
2021-12-22 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* doc/extend.texi: Unify all function declarations in examples
|
||||
where some miss trailing ';'.
|
||||
|
||||
2021-12-22 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* doc/extend.texi: Unify all function declarations in examples
|
||||
where some miss trailing ';'.
|
||||
|
||||
2021-12-22 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* doc/extend.texi: Unify all function declarations in examples
|
||||
where some miss trailing ';'.
|
||||
|
||||
2021-12-22 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* doc/extend.texi: Use uppercase letters for SSEx.
|
||||
|
||||
2021-12-21 Jiang Haochen <haochen.jiang@intel.com>
|
||||
|
||||
* config/i386/bmiintrin.h (_tzcnt_u16): New intrinsic.
|
||||
|
@ -1 +1 @@
|
||||
20211222
|
||||
20211223
|
||||
|
@ -1,3 +1,15 @@
|
||||
2021-12-22 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/103778
|
||||
* check.c (is_c_interoperable): A BOZ literal constant is not
|
||||
interoperable.
|
||||
|
||||
2021-12-22 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/103776
|
||||
* match.c (match_case_selector): Reject expressions in CASE
|
||||
selector which are not scalar.
|
||||
|
||||
2021-12-18 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/103412
|
||||
|
@ -1,3 +1,20 @@
|
||||
2021-12-22 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/103778
|
||||
* gfortran.dg/illegal_boz_arg_3.f90: New test.
|
||||
|
||||
2021-12-22 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/103776
|
||||
* gfortran.dg/select_10.f90: New test.
|
||||
|
||||
2021-12-22 Murray Steele <murray.steele@arm.com>
|
||||
|
||||
* gcc.target/arm/mve/mve.exp: Add new subdirectories.
|
||||
* gcc.target/arm/mve/general-c/type_redef_1.c: New test.
|
||||
* gcc.target/arm/mve/general/double_pragmas_1.c: New test.
|
||||
* gcc.target/arm/mve/general/nomve_1.c: New test.
|
||||
|
||||
2021-12-21 Jiang Haochen <haochen.jiang@intel.com>
|
||||
|
||||
* gcc.target/i386/bmi-1.c: Add test for new intrinsic.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2021-12-22 Francois-Xavier Coudert <fxcoudert@gmail.com>
|
||||
|
||||
* kinds-override.h: Move GFC_REAL_16_IS_* macros...
|
||||
* mk-kinds-h.sh: ... here.
|
||||
|
||||
2021-12-19 Francois-Xavier Coudert <fxcoudert@gmail.com>
|
||||
|
||||
* configure.host: Add aarch64-apple-darwin support.
|
||||
|
Loading…
Reference in New Issue
Block a user