Daily bump.

This commit is contained in:
GCC Administrator 2022-10-10 00:16:29 +00:00
parent e95e91eccd
commit 570eb458c6
3 changed files with 37 additions and 1 deletions

View file

@ -1,3 +1,26 @@
2022-10-09 Dimitar Dimitrov <dimitar@dinux.eu>
PR target/106562
* config/pru/pru-protos.h (pru_noteq_condition): New
function declaration.
* config/pru/pru.cc (pru_noteq_condition): New function.
* config/pru/pru.md (cbranchdi4): Define new pattern.
2022-10-09 Dimitar Dimitrov <dimitar@dinux.eu>
* config/pru/pru.md (lshrdi3): New expand pattern.
(ashldi3): Ditto.
2022-10-09 YunQiang Su <yunqiang.su@cipunited.com>
* config.gcc: set with_arch to default_mips_arch if no defined.
* config/mips/driver-native.cc (host_detect_local_cpu):
try getauxval(AT_BASE_PLATFORM) and _MIPS_ARCH, too.
pass -mnan=2008 if __mips_nan2008__ is defined.
* config.in: define HAVE_SYS_AUXV_H and HAVE_GETAUXVAL.
* configure.ac: detect sys/auxv.h and getauxval.
* configure: regenerated.
2022-10-07 Eugene Rozenfeld <erozen@microsoft.com>
* tree-cfg.cc (assign_discriminators): Set discriminators for call stmts

View file

@ -1 +1 @@
20221009
20221010

View file

@ -1,3 +1,16 @@
2022-10-09 Dimitar Dimitrov <dimitar@dinux.eu>
PR target/106562
* gcc.target/pru/pr106562-1.c: New test.
* gcc.target/pru/pr106562-2.c: New test.
* gcc.target/pru/pr106562-3.c: New test.
* gcc.target/pru/pr106562-4.c: New test.
2022-10-09 Dimitar Dimitrov <dimitar@dinux.eu>
* gcc.target/pru/ashiftdi-1.c: New test.
* gcc.target/pru/lshiftrtdi-1.c: New test.
2022-10-08 Harald Anlauf <anlauf@gmx.de>
Mikael Morin <mikael@gcc.gnu.org>