From: GCC Administrator Date: Sat, 6 Nov 2021 00:18:03 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-11.3.0~682 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32584d0252716a94c037d9fc5a4fd7f65ed17d7c;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8c3b77aa3ebb..2d7251db8d4e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,36 @@ +2021-11-05 John David Anglin + + PR libgomp/96661 + * config/pa/pa-modes.def: Add OImode integer type. + * config/pa/pa.c (pa_scalar_mode_supported_p): Allow TImode + for TARGET_64BIT. + * config/pa/pa.h (MIN_UNITS_PER_WORD) Define to MIN_UNITS_PER_WORD + to UNITS_PER_WORD if IN_LIBGCC2. + * config/pa/pa.md (addti3, addvti3, subti3, subvti3, negti2, + negvti2, ashlti3, shrpd_internal): New patterns. + Change some multi instruction types to multi. + +2021-11-05 Martin Liska + + Backported from master: + 2021-08-16 Martin Liska + + PR tree-optimization/100393 + * tree-switch-conversion.c (group_cluster::dump): Use + get_comparison_count. + (jump_table_cluster::find_jump_tables): Pre-compute number of + comparisons and then decrement it. Cache also max_ratio. + (jump_table_cluster::can_be_handled): Change signature. + * tree-switch-conversion.h (get_comparison_count): New. + +2021-11-05 Rasmus Villemoes + + Backported from master: + 2021-11-05 Rasmus Villemoes + + * config/vx-common.h: Test value of TARGET_VXWORKS7 rather + than definedness. + 2021-11-04 Hongyu Wang * config/i386/amxtileintrin.h (_tile_loadd_internal): Add diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b911d2a20470..6394793959f7 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20211105 +20211106 diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 35e702083aba..8d37611a15f4 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,13 @@ +2021-11-05 John David Anglin + + PR libgomp/96661 + * config.host (hppa*64*-*-linux*): Revise tmake_file. + (hppa*64*-*-hpux11*): Likewise. + * config/pa/sfp-exceptions.c: New. + * config/pa/sfp-machine.h: New. + * config/pa/t-dimode: New. + * config/pa/t-softfp-sfdftf: New. + 2021-10-27 John David Anglin * config.host (hppa*64*-*-linux*): Don't add pa/t-linux to