Daily bump.

This commit is contained in:
GCC Administrator 2022-05-04 00:16:24 +00:00
parent ec70591fbb
commit e66af28d99
9 changed files with 156 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2022-05-03 Christophe Lyon <christophe.lyon@arm.com>
* dfp.m4: Add license header.
2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
Lulu Cheng <chenglulu@loongson.cn>

View file

@ -1,3 +1,54 @@
2022-05-03 Roger Sayle <roger@nextmovesoftware.com>
PR tree-optimization/102950
* range-op.cc (wi_optimize_signed_bitwise_op): New function to
determine bounds of bitwise operations on signed types.
(operator_bitwise_and::wi_fold): Call the above function.
(operator_bitwise_or::wi_fold): Likewise.
(operator_bitwise_xor::wi_fold): Likewise. Additionally, the
result can't be zero if the operands can't be equal.
2022-05-03 Iain Sandoe <iain@sandoe.co.uk>
* config/darwin.cc (darwin_label_is_anonymous_local_objc_name): Make
protocol class methods linker-visible.
2022-05-03 Uroš Bizjak <ubizjak@gmail.com>
PR target/105079
* config/i386/sse.md (*vec_extract<mode>_0_mem): New pre-reload
define_insn_and_split pattern.
2022-05-03 Richard Biener <rguenther@suse.de>
PR middle-end/105083
* tree-scalar-evolution.cc (scev_initialize): Verify we
have appropriate loop state.
* tree-ssa-dce.cc (perform_tree_ssa_dce): Re-order SCEV and
loop init and finalization.
2022-05-03 Richard Biener <rguenther@suse.de>
PR middle-end/105461
* opts.cc (finish_options): Match the condition to
disable flag_var_tracking to that of process_options.
2022-05-03 Richard Biener <rguenther@suse.de>
* opts.cc: #undef OPTIONS_SET_P.
(finish_options): Use opts_set instead of OPTIONS_SET_P.
2022-05-03 Richard Biener <rguenther@suse.de>
PR tree-optimization/105394
* tree-vect-generic.cc (expand_vector_condition): Adjust
comp_width for non-integer mode masks as well.
2022-05-03 Marcel Vollweiler <marcel@codesourcery.com>
* omp-low.cc (omp_runtime_api_call): Added get_mapped_ptr to
omp_runtime_apis array.
2022-05-02 Richard Biener <rguenther@suse.de>
* tree-scalar-evolution.cc (expression_expensive_p):

View file

@ -1 +1 @@
20220503
20220504

View file

@ -1,3 +1,15 @@
2022-05-03 Patrick Palka <ppalka@redhat.com>
PR c++/105351
* cp-tree.h (finish_non_static_data_member): Add defaulted
complain parameter.
* pt.cc (tsubst_copy_and_build): Pass complain to
finish_non_static_data_member.
* semantics.cc (finish_non_static_data_member): Respect complain
parameter.
(finish_qualified_id_expr): Pass complain to
finish_non_static_data_member.
2022-05-02 Jason Merrill <jason@redhat.com>
* pt.cc (tsubst_copy_and_build) [TEMPLATE_ID_EXPR]: Copy location.

View file

@ -1,3 +1,10 @@
2022-05-03 Iain Sandoe <iain@sandoe.co.uk>
* objc-next-runtime-abi-02.cc (next_runtime_abi_02_protocol_decl): Do
not dead-strip the runtime meta-data symbols.
(build_v2_classrefs_table): Likewise.
(build_v2_protocol_list_address_table): Likewise.
2022-01-17 Martin Liska <mliska@suse.cz>
* Make-lang.in: Rename .c names to .cc.

View file

@ -1,3 +1,7 @@
2022-05-03 Joseph Myers <joseph@codesourcery.com>
* sv.po: Update.
2022-04-26 Joseph Myers <joseph@codesourcery.com>
* sv.po: Update.

View file

@ -1,3 +1,56 @@
2022-05-03 Patrick Palka <ppalka@redhat.com>
PR c++/105351
* g++.dg/template/sfinae33.C: New test.
2022-05-03 Dimitar Dimitrov <dimitar@dinux.eu>
* gcc.c-torture/compile/attr-complex-method-2.c: Accept both __divdc3
and __gnu_divdc3 as valid libgcc function names.
* gcc.dg/complex-6.c: Ditto for __mulsc3.
* gcc.dg/complex-7.c: Ditto for __muldc3.
2022-05-03 Dimitar Dimitrov <dimitar@dinux.eu>
* gcc.dg/memchr.c: Skip for default_packed targets.
* gcc.dg/memcmp-3.c: Ditto.
2022-05-03 Dimitar Dimitrov <dimitar@dinux.eu>
* gcc.dg/Wattributes-8.c: Add annotations for default_packed
targets.
2022-05-03 Dimitar Dimitrov <dimitar@dinux.eu>
* gcc.dg/lower-subreg-1.c: Skip for PRU.
2022-05-03 Dimitar Dimitrov <dimitar@dinux.eu>
* gcc.dg/Wno-frame-address.c: Skip for PRU target.
2022-05-03 Roger Sayle <roger@nextmovesoftware.com>
PR tree-optimization/102950
* gcc.dg/pr102950.c: New test case.
* gcc.dg/tree-ssa/evrp10.c: New test case.
2022-05-03 Uroš Bizjak <ubizjak@gmail.com>
PR target/105079
* gcc.target/i386/pr105079.c: New test.
* gcc.target/i386/pr95483-1.c (dg-options): Use -msse4.1.
2022-05-03 Richard Biener <rguenther@suse.de>
PR middle-end/105461
* gcc.dg/pr105461.c: New testcase.
2022-05-03 Alexandre Oliva <oliva@adacore.com>
* gcc.dg/vect/costmodel/ppc/costmodel-vect-31a.c: Update
the expected message for the case in which unaligned accesses
are not allowed.
2022-05-02 Jason Merrill <jason@redhat.com>
* g++.dg/cpp2a/lambda-pack-init7.C: Check column number.

View file

@ -1,3 +1,21 @@
2022-05-03 Marcel Vollweiler <marcel@codesourcery.com>
* libgomp.map: Added omp_get_mapped_ptr.
* libgomp.texi: Tagged omp_get_mapped_ptr as supported.
* omp.h.in: Added omp_get_mapped_ptr.
* omp_lib.f90.in: Added interface for omp_get_mapped_ptr.
* omp_lib.h.in: Likewise.
* target.c (omp_get_mapped_ptr): Added implementation of
omp_get_mapped_ptr.
* testsuite/libgomp.c-c++-common/get-mapped-ptr-1.c: New test.
* testsuite/libgomp.c-c++-common/get-mapped-ptr-2.c: New test.
* testsuite/libgomp.c-c++-common/get-mapped-ptr-3.c: New test.
* testsuite/libgomp.c-c++-common/get-mapped-ptr-4.c: New test.
* testsuite/libgomp.fortran/get-mapped-ptr-1.f90: New test.
* testsuite/libgomp.fortran/get-mapped-ptr-2.f90: New test.
* testsuite/libgomp.fortran/get-mapped-ptr-3.f90: New test.
* testsuite/libgomp.fortran/get-mapped-ptr-4.f90: New test.
2022-04-28 Thomas Schwinge <thomas@codesourcery.com>
PR fortran/104717

View file

@ -1,3 +1,9 @@
2022-05-03 Alexandre Oliva <oliva@adacore.com>
PR c++/105324
* testsuite/20_util/from_chars/pr105324.cc: Guard test body
with conditional for floating-point overloads of from_char.
2022-05-02 Patrick Palka <ppalka@redhat.com>
PR libstdc++/103911