Skip to content

Commit 1bdb176

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 5c4122b commit 1bdb176

File tree

5 files changed

+89
-1
lines changed

5 files changed

+89
-1
lines changed

gcc/ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2023-01-20 Tejas Belagod <tejas.belagod@arm.com>
2+
3+
* config/aarch64/arm_neon.h (vmull_p64, vmull_high_p64, vaeseq_u8,
4+
vaesdq_u8, vaesmcq_u8, vaesimcq_u8): Gate under "nothing+aes".
5+
(vsha1*_u32, vsha256*_u32): Gate under "nothing+sha2".
6+
7+
2023-01-20 Jakub Jelinek <jakub@redhat.com>
8+
9+
PR tree-optimization/108457
10+
* tree-ssa-loop-niter.cc (build_cltz_expr): Use
11+
SCALAR_INT_TYPE_MODE (utype) directly as C[LT]Z_DEFINED_VALUE_AT_ZERO
12+
argument instead of a temporary. Formatting fixes.
13+
114
2023-01-19 Jakub Jelinek <jakub@redhat.com>
215

316
PR tree-optimization/108447

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20230120
1+
20230121

gcc/m2/ChangeLog

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
2023-01-20 Gaius Mulley <gaiusmod2@gmail.com>
2+
3+
* gm2-libs/Args.mod (GetArg): Check index before
4+
accessing array.
5+
* gm2-libs/M2Dependent.mod (toCString): Check index
6+
before accessing array.
7+
* mc-boot/GArgs.c: Rebuilt.
8+
* mc-boot/GM2Dependent.c: Rebuilt.
9+
* mc-boot/Gkeyc.c: Rebuilt.
10+
* mc/keyc.mod (seenUIntMin): Initialize once.
11+
(seenUIntMax): Initialize once.
12+
(checkLimits): Only test seenUIntMin and seenUIntMax
13+
once.
14+
* pge-boot/GArgs.c: Rebuilt.
15+
* pge-boot/GM2Dependent.c: Rebuilt.
16+
17+
2023-01-20 Gaius Mulley <gaiusmod2@gmail.com>
18+
19+
* gm2-gcc/m2statement.cc (gm2_gimplify_function_node):
20+
Remove.
21+
* gm2-libs/DynamicStrings.mod (Equal): Remove dead code.
22+
* m2.flex (<COMMENT>"<*"): Add {} for else statement.
23+
* m2pp.cc (hextree): Add conditional #ifdef DEBUGGING.
24+
* mc-boot/GDynamicStrings.c: Rebuild.
25+
* pge-boot/GDynamicStrings.c: Rebuild.
26+
* pge-boot/GFIO.c: Rebuild.
27+
* pge-boot/GIndexing.c: Rebuild.
28+
* pge-boot/GM2EXCEPTION.c: Rebuild.
29+
* pge-boot/GM2RTS.c: Rebuild.
30+
* pge-boot/GNameKey.c: Rebuild.
31+
* pge-boot/GPushBackInput.c: Rebuild.
32+
* pge-boot/GRTExceptions.c: Rebuild.
33+
* pge-boot/GStdIO.c: Rebuild.
34+
* pge-boot/GSymbolKey.c: Rebuild.
35+
* pge-boot/GSysStorage.c: Rebuild.
36+
137
2023-01-17 Gaius Mulley <gaiusmod2@gmail.com>
238

339
* mc-boot/GM2RTS.c: Rebuilt.

gcc/testsuite/ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2023-01-20 Tejas Belagod <tejas.belagod@arm.com>
2+
3+
* gcc.target/aarch64/acle/pmull64.c: New.
4+
* gcc.target/aarch64/aes-fuse-1.c: Replace '+crypto' with corresponding
5+
feature flag based on the intrinsic.
6+
* gcc.target/aarch64/aes-fuse-2.c: Likewise.
7+
* gcc.target/aarch64/aes_1.c: Likewise.
8+
* gcc.target/aarch64/aes_2.c: Likewise.
9+
* gcc.target/aarch64/aes_xor_combine.c: Likewise.
10+
* gcc.target/aarch64/sha1_1.c: Likewise.
11+
* gcc.target/aarch64/sha256_1.c: Likewise.
12+
* gcc.target/aarch64/target_attr_crypto_ice_1.c: Likewise.
13+
114
2023-01-19 Jakub Jelinek <jakub@redhat.com>
215

316
PR c++/108437

libbacktrace/ChangeLog

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
2023-01-20 Ian Lance Taylor <iant@golang.org>
2+
3+
* dwarf.c (struct function_addrs): Change low and high fields to
4+
uintptr_t.
5+
(struct unit_addrs): Likewise.
6+
(resolve_addr_index): Change address parameter to uintptr_t*.
7+
(add_unit_addr): Change lowpc and highpc parameters to uintptr_t.
8+
(add_function_range): Likewise.
9+
(struct pcrange): Change lowpc and highpc fields to uintptr_t.
10+
(add_low_high_range): Change add_range lowpc and highpc parameters
11+
to uintptr_t.
12+
(add_ranges_from_ranges): Likewise.
13+
(add_ranges_from_rnglists): Likewise.
14+
(add_low_high_range): Chnage lowpc and highpc variables to
15+
uintpr_t.
16+
(add_ranges_from_rnglists): Change some local variables to
17+
uintptr_t.
18+
(add_ranges_from_ranges): Change base parameter to uintptr_t.
19+
(add_ranges_from_rnglists): Likewise.
20+
(read_function_entry): Likewise.
21+
(resolve_addr_index): Add explicit casts to uintptr_t.
22+
(update_pcrange): Likewise.
23+
(add_ranges_from_ranges): Likewise.
24+
(add_ranges_from_rnglists): Likewise.
25+
(read_function_entry): Likewise.
26+
127
2023-01-17 Martin Liska <mliska@suse.cz>
228

329
* Makefile.in: Regenerate.

0 commit comments

Comments
 (0)