From: GCC Administrator Date: Fri, 30 Dec 2022 00:16:36 +0000 (+0000) Subject: Daily bump. X-Git-Tag: upstream/13.1.0~2311 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbab9c83f27cf15b861b34f2900e570c065dfc07;p=platform%2Fupstream%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b43b03d..67204af 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,68 @@ +2022-12-29 Alexandre Oliva + + * hash-map.h (put, get_or_insert): Check that added entry + doesn't look deleted either. + * hash-set.h (add): Likewise. + +2022-12-29 Alexandre Oliva + + * tree-parloops.cc (take_address_of): Skip INSERT if !gsi. + +2022-12-29 Alexandre Oliva + + * hash-map.h (put, get_or_insert): Check that entry does not + look empty after insertion. + +2022-12-29 Alexandre Oliva + + * hash-set.h (add): Check that the inserted entry does not + look empty. + +2022-12-29 Alexandre Oliva + + * trans-mem.cc (split_bb_make_tm_edge): Record new node in + tm_restart. + +2022-12-29 Alexandre Oliva + + * postreload-gcse.cc (lookup_expr_in_table): Use NO_INSERT. + +2022-12-29 Alexandre Oliva + + * tree-inline.cc (declare_return_variable): Don't remap NULL + default def of result. + +2022-12-29 Alexandre Oliva + + * tree-ssa-loop-niter.cc (expand_simple_operands): Refrain + from caching NULL TREE_OPERANDs. + +2022-12-29 Alexandre Oliva + + * tree-inline.cc (insert_decl_map): Skip mapping a NULL decl + as value to itself. + +2022-12-29 Alexandre Oliva + + * varpool.cc (symbol_table::remove_unreferenced_decls): Do not + add NULL vnodes to referenced table. + +2022-12-29 Alexandre Oliva + + * tree-ssa-scopedtables.cc + (avail_exprs_stack::lookup_avail_expr): Finish hash table + insertion before further lookups. + +2022-12-29 Max Filippov + + * config/xtensa/xtensa.cc (xtensa_return_in_memory): Use + GP_RETURN_* instead of magic constant. + +2022-12-29 Takayuki 'January June' Suwa + + * config/xtensa/xtensa.cc (xtensa_expand_prologue): Fix to check + DF availability before use of DF_* macros. + 2022-12-28 Roger Sayle * config/i386/i386.md (*clzsi2_lzcnt_zext_2): define_insn_and_split diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index cf083af..13c8be4 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20221229 +20221230 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 7ecefd8..19c0a4d 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2022-12-29 Alexandre Oliva + + * gcc-interface/trans.cc (Sloc_to_locus): Don't map NULL decl. + 2022-12-06 Yannick Moy * contracts.adb (Add_Contract_Item): Allow No_Caching on types. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a824528..24ca96f 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,13 @@ +2022-12-29 Alexandre Oliva + + * constexpr.cc (cxx_eval_call_expression): Do not request an + INSERT that would not be completed. + +2022-12-29 Alexandre Oliva + + * constraint.cc (normalize_concept_check): Use NO_INSERT for + pre-insertion check. + 2022-12-23 Patrick Palka PR c++/108116 diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index e88eaee..e24e330 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,8 @@ +2022-12-29 Alexandre Oliva + + * lto-partition.cc (lto_1_to_1_map): Drop NULL partition + mapping. + 2022-12-22 Richard Biener * lto-common.cc (compare_tree_sccs_1): Compare DECL_NOT_FLEXARRAY.