mirror of git://gcc.gnu.org/git/gcc.git
Daily bump.
This commit is contained in:
parent
fe668633f6
commit
aedf6f810e
|
|
@ -1,3 +1,33 @@
|
|||
2024-09-05 H.J. Lu <hjl.tools@gmail.com>
|
||||
|
||||
Backported from master:
|
||||
2024-09-03 H.J. Lu <hjl.tools@gmail.com>
|
||||
|
||||
PR ipa/116410
|
||||
* ipa-modref.cc (analyze_parms): Always analyze function parameter
|
||||
for LTO.
|
||||
|
||||
2024-09-05 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-09-03 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/116501
|
||||
* gimple-lower-bitint.cc (bitint_large_huge::lower_addsub_overflow):
|
||||
In the last_ovf case, use build_zero_cst operand not just when
|
||||
TYPE_UNSIGNED (typeN), but also when precN >= 0.
|
||||
|
||||
2024-09-05 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-08-07 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/116219
|
||||
* gimple-expr.cc (remove_suffix): Formatting fixes.
|
||||
(create_tmp_var_name): Don't call clean_symbol_name.
|
||||
* gimplify.cc (gimplify_init_constructor): When promoting automatic
|
||||
DECL_NAMELESS vars to static, don't preserve their DECL_NAME.
|
||||
|
||||
2024-09-04 Andrew Carlotti <andrew.carlotti@arm.com>
|
||||
|
||||
PR target/112108
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
20240905
|
||||
20240906
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
2024-09-05 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-09-05 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c++/116606
|
||||
* decl2.cc (mark_vtable_entries): Temporarily override deprecated_state to
|
||||
UNAVAILABLE_DEPRECATED_SUPPRESS. Remove a warning_sentinel.
|
||||
|
||||
2024-08-19 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,26 @@
|
|||
2024-09-05 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-09-05 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c++/116606
|
||||
* g++.dg/ext/attr-unavailable-13.C: New test.
|
||||
|
||||
2024-09-05 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-09-03 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/116501
|
||||
* gcc.dg/torture/bitint-73.c: New test.
|
||||
|
||||
2024-09-05 Tamar Christina <tamar.christina@arm.com>
|
||||
|
||||
Backported from master:
|
||||
2024-09-05 Tamar Christina <tamar.christina@arm.com>
|
||||
|
||||
* gcc.dg/signbit-5.c: Remove -fwrapv and change INT_MIN to INT_MIN+1.
|
||||
|
||||
2024-09-04 Andrew Carlotti <andrew.carlotti@arm.com>
|
||||
|
||||
PR target/112108
|
||||
|
|
|
|||
|
|
@ -1,3 +1,12 @@
|
|||
2024-09-05 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Backported from master:
|
||||
2024-09-05 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sanitizer_common/sanitizer_asm.h: Cherry-pick llvm-project revision
|
||||
1c792d24e0a228ad49cc004a1c26bbd7cd87f030.
|
||||
* interception/interception.h: Likewise.
|
||||
|
||||
2024-08-01 Release Manager
|
||||
|
||||
* GCC 14.2.0 released.
|
||||
|
|
|
|||
Loading…
Reference in New Issue