Daily bump.

This commit is contained in:
GCC Administrator 2022-05-25 00:19:20 +00:00
parent 79ae75cc25
commit ed843f1314
3 changed files with 67 additions and 1 deletions

View File

@ -1,3 +1,32 @@
2022-05-24 Qing Zhao <qing.zhao@oracle.com>
Backported from master:
2022-05-09 Qing Zhao <qing.zhao@oracle.com>
PR target/101891
* config/i386/i386.cc (zero_call_used_regno_mode): use V2SImode
as a generic MMX mode instead of V4HImode.
(zero_all_mm_registers): Use SET to zero instead of MOV for
zeroing scratch registers.
(ix86_zero_call_used_regs): Likewise.
2022-05-24 Bruno Haible <bruno@clisp.org>
Backported from master:
2022-05-24 Bruno Haible <bruno@clisp.org>
PR other/105527
* doc/install.texi (Configuration): Add more details about --with-zstd.
Document --with-zstd-include and --with-zstd-lib
2022-05-24 Martin Liska <mliska@suse.cz>
Backported from master:
2022-05-11 Martin Liska <mliska@suse.cz>
PR other/105527
* doc/install.texi: Document the configure option --with-zstd.
2022-05-20 Peter Bergner <bergner@linux.ibm.com>
Backported from master:

View File

@ -1 +1 @@
20220524
20220525

View File

@ -1,3 +1,40 @@
2022-05-24 Qing Zhao <qing.zhao@oracle.com>
Backported from master:
2022-05-09 Qing Zhao <qing.zhao@oracle.com>
* gcc.target/i386/zero-scratch-regs-1.c: Add -fno-stack-protector
-fno-PIC.
* gcc.target/i386/zero-scratch-regs-10.c: Adjust mov to xor.
* gcc.target/i386/zero-scratch-regs-13.c: Add -msse.
* gcc.target/i386/zero-scratch-regs-14.c: Adjust mov to xor.
* gcc.target/i386/zero-scratch-regs-15.c: Add -fno-stack-protector
-fno-PIC.
* gcc.target/i386/zero-scratch-regs-16.c: Likewise.
* gcc.target/i386/zero-scratch-regs-17.c: Likewise.
* gcc.target/i386/zero-scratch-regs-18.c: Add -fno-stack-protector
-fno-PIC, adjust mov to xor.
* gcc.target/i386/zero-scratch-regs-19.c: Add -fno-stack-protector
-fno-PIC.
* gcc.target/i386/zero-scratch-regs-2.c: Adjust mov to xor.
* gcc.target/i386/zero-scratch-regs-20.c: Add -msse.
* gcc.target/i386/zero-scratch-regs-21.c: Add -fno-stack-protector
-fno-PIC, Adjust mov to xor.
* gcc.target/i386/zero-scratch-regs-22.c: Adjust mov to xor.
* gcc.target/i386/zero-scratch-regs-23.c: Likewise.
* gcc.target/i386/zero-scratch-regs-26.c: Likewise.
* gcc.target/i386/zero-scratch-regs-27.c: Likewise.
* gcc.target/i386/zero-scratch-regs-28.c: Likewise.
* gcc.target/i386/zero-scratch-regs-3.c: Add -fno-stack-protector.
* gcc.target/i386/zero-scratch-regs-31.c: Adjust mov to xor.
* gcc.target/i386/zero-scratch-regs-4.c: Add -fno-stack-protector
-fno-PIC.
* gcc.target/i386/zero-scratch-regs-5.c: Adjust mov to xor.
* gcc.target/i386/zero-scratch-regs-6.c: Add -fno-stack-protector.
* gcc.target/i386/zero-scratch-regs-7.c: Likewise.
* gcc.target/i386/zero-scratch-regs-8.c: Adjust mov to xor.
* gcc.target/i386/zero-scratch-regs-9.c: Add -fno-stack-protector.
2022-05-20 Richard Biener <rguenther@suse.de>
Backported from master: