Skip to content

Commit 7c688e0

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent da7f0be commit 7c688e0

File tree

4 files changed

+123
-1
lines changed

4 files changed

+123
-1
lines changed

gcc/ChangeLog

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
2024-07-29 Richard Biener <[email protected]>
2+
3+
Backported from master:
4+
2024-07-24 Richard Biener <[email protected]>
5+
6+
PR tree-optimization/116057
7+
* tree-ssa-ccp.cc (likely_value): Also walk CTORs in stmt
8+
operands to look for constants.
9+
10+
2024-07-29 Jan Hubicka <[email protected]>
11+
12+
PR ipa/116055
13+
* ipa-modref.cc (analyze_function): Do not ICE when flags regress.
14+
15+
2024-07-29 Haochen Jiang <[email protected]>
16+
17+
* config/i386/avx512dqintrin.h
18+
(_mm_mask_fpclass_ss_mask): Correct operand order.
19+
(_mm_mask_fpclass_sd_mask): Ditto.
20+
(_mm256_maskz_reduce_round_ss): Use __builtin_ia32_reducess_mask_round
21+
instead of __builtin_ia32_reducesd_mask_round.
22+
(_mm_reduce_round_sd): Use -1 as mask since it is non-mask.
23+
(_mm_reduce_round_ss): Ditto.
24+
* config/i386/avx512vlbwintrin.h
25+
(_mm256_mask_alignr_epi8): Correct operand usage.
26+
(_mm_mask_alignr_epi8): Ditto.
27+
* config/i386/avx512vlintrin.h (_mm_mask_alignr_epi64): Ditto.
28+
129
2024-07-24 Christoph Müllner <[email protected]>
230

331
Backported from master:

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20240729
1+
20240730

gcc/cp/ChangeLog

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
2024-07-29 Marek Polacek <[email protected]>
2+
3+
Backported from master:
4+
2024-07-17 Marek Polacek <[email protected]>
5+
6+
PR c++/115900
7+
* constexpr.cc (cxx_eval_call_expression): Set new_obj to NULL_TREE
8+
if cxx_fold_indirect_ref set empty_base to true.
9+
10+
2024-07-29 Jason Merrill <[email protected]>
11+
12+
Backported from master:
13+
2024-07-28 Jason Merrill <[email protected]>
14+
15+
PR c++/115583
16+
* constexpr.cc (cxx_eval_conditional_expression): Don't
17+
cp_fold_immediate for if consteval.
18+
19+
2024-07-29 Jason Merrill <[email protected]>
20+
21+
Backported from master:
22+
2024-07-27 Jason Merrill <[email protected]>
23+
24+
PR c++/115986
25+
* cp-gimplify.cc (remember_escalating_expr): Skip function
26+
templates.
27+
28+
2024-07-29 Jason Merrill <[email protected]>
29+
30+
Backported from master:
31+
2024-07-27 Jason Merrill <[email protected]>
32+
33+
PR c++/115561
34+
* semantics.cc (finish_call_expr): Check cp_unevaluated_operand.
35+
136
2024-07-23 Patrick Palka <[email protected]>
237

338
Backported from master:

gcc/testsuite/ChangeLog

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
2024-07-29 Marek Polacek <[email protected]>
2+
3+
Backported from master:
4+
2024-07-17 Marek Polacek <[email protected]>
5+
6+
PR c++/115900
7+
* g++.dg/cpp2a/constexpr-init23.C: New test.
8+
9+
2024-07-29 Richard Biener <[email protected]>
10+
11+
Backported from master:
12+
2024-07-24 Richard Biener <[email protected]>
13+
14+
PR tree-optimization/116057
15+
* gcc.dg/torture/pr116057.c: New testcase.
16+
17+
2024-07-29 Jakub Jelinek <[email protected]>
18+
19+
Backported from master:
20+
2024-07-29 Jakub Jelinek <[email protected]>
21+
22+
PR c++/115986
23+
* g++.dg/cpp2a/consteval-prop21.C (operator "" _c): Use
24+
unsigned long long rather than __uint128_t for return type if int128
25+
is unsupported.
26+
27+
2024-07-29 Jason Merrill <[email protected]>
28+
29+
Backported from master:
30+
2024-07-28 Jason Merrill <[email protected]>
31+
32+
PR c++/115583
33+
* g++.dg/cpp23/consteval-if13.C: New test.
34+
35+
2024-07-29 Jason Merrill <[email protected]>
36+
37+
Backported from master:
38+
2024-07-27 Jason Merrill <[email protected]>
39+
40+
PR c++/115986
41+
* g++.dg/cpp2a/consteval-prop21.C: New test.
42+
43+
2024-07-29 Jason Merrill <[email protected]>
44+
45+
Backported from master:
46+
2024-07-27 Jason Merrill <[email protected]>
47+
48+
PR c++/115561
49+
* g++.dg/cpp2a/concepts-lambda21.C: New test.
50+
51+
2024-07-29 Haochen Jiang <[email protected]>
52+
53+
* gcc.target/i386/avx512bw-vpalignr-1b.c: New test.
54+
* gcc.target/i386/avx512dq-vfpclasssd-1b.c: Ditto.
55+
* gcc.target/i386/avx512dq-vfpclassss-1b.c: Ditto.
56+
* gcc.target/i386/avx512dq-vreducesd-1b.c: Ditto.
57+
* gcc.target/i386/avx512dq-vreducess-1b.c: Ditto.
58+
* gcc.target/i386/avx512vl-valignq-1b.c: Ditto.
59+
160
2024-07-24 Jakub Jelinek <[email protected]>
261

362
Backported from master:

0 commit comments

Comments
 (0)