mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 16:00:58 +08:00
Daily bump.
This commit is contained in:
parent
6e0ca3fe88
commit
b2bf04739f
@ -1,3 +1,60 @@
|
||||
2022-07-29 Andrew Stubbs <ams@codesourcery.com>
|
||||
|
||||
* config/gcn/gcn-valu.md (V_INT_noHI): New iterator.
|
||||
(<expander><mode>3<exec>): Use V_INT_noHI.
|
||||
(v<expander><mode>3<exec>): Likewise.
|
||||
|
||||
2022-07-29 Andrew Stubbs <ams@codesourcery.com>
|
||||
|
||||
* config/gcn/gcn.md (one_cmpldi2): New.
|
||||
|
||||
2022-07-29 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/105679
|
||||
* tree-ssa-threadbackward.cc
|
||||
(back_threader_profitability::profitable_path_p): Avoid threading
|
||||
when the entry edge is probably never executed.
|
||||
|
||||
2022-07-29 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/106422
|
||||
* tree-ssa-threadupdate.cc (fwd_jt_path_registry::update_cfg):
|
||||
Check whether we can copy thread blocks and cancel the thread if not.
|
||||
|
||||
2022-07-29 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/106449
|
||||
* omp-expand.cc (expand_omp_simd): Fix up handling of pointer
|
||||
iterators in non-rectangular simd loops. Unshare fd->loops[i].n2
|
||||
or n2 before regimplifying it inside of a condition.
|
||||
|
||||
2022-07-29 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* omp-expand.cc (expand_omp_for_init_counts, expand_omp_for_init_vars,
|
||||
extract_omp_for_update_vars, expand_omp_for_ordered_loops,
|
||||
expand_omp_simd): Don't fold_convert second argument to
|
||||
fold_build_pointer_plus to sizetype.
|
||||
|
||||
2022-07-29 Lulu Cheng <chenglulu@loongson.cn>
|
||||
|
||||
* config.in: Regenerate.
|
||||
* config/loongarch/loongarch.h (ASM_PREFERRED_EH_DATA_FORMAT):
|
||||
Select the value of the macro definition according to whether
|
||||
HAVE_AS_EH_FRAME_PCREL_ENCODING_SUPPORT is defined.
|
||||
* configure: Regenerate.
|
||||
* configure.ac: Reinstate HAVE_AS_EH_FRAME_PCREL_ENCODING_SUPPORT test.
|
||||
|
||||
2022-07-29 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* gimple-ssa-warn-restrict.cc (builtin_memref::set_base_and_offset):
|
||||
Use CONVERT_EXPR_CODE_P.
|
||||
|
||||
2022-07-29 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* tree-vect-patterns.cc (vect_recog_bool_pattern): Use
|
||||
get_vectype_for_scalar_type instead of
|
||||
vect_get_vector_types_for_stmt.
|
||||
|
||||
2022-07-28 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR analyzer/105893
|
||||
|
@ -1 +1 @@
|
||||
20220729
|
||||
20220730
|
||||
|
@ -1,3 +1,10 @@
|
||||
2022-07-29 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/106448
|
||||
* parser.cc (cp_parser_omp_atomic): For simple cast followed by
|
||||
CPP_QUERY token, don't try cp_parser_binary_operation if compare
|
||||
is true.
|
||||
|
||||
2022-07-26 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c++/106311
|
||||
|
@ -1,3 +1,8 @@
|
||||
2022-07-29 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
* openmp.cc (resolve_omp_clauses): Permit assumed-size arrays
|
||||
in uniform clause.
|
||||
|
||||
2022-07-26 Harald Anlauf <anlauf@gmx.de>
|
||||
|
||||
PR fortran/103504
|
||||
|
@ -1,3 +1,17 @@
|
||||
2022-07-29 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
* gfortran.dg/gomp/declare-simd-3.f90: New test.
|
||||
|
||||
2022-07-29 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/106422
|
||||
* gcc.dg/torture/pr106422.c: New testcase.
|
||||
|
||||
2022-07-29 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/106448
|
||||
* c-c++-common/gomp/atomic-32.c: New test.
|
||||
|
||||
2022-07-28 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
PR analyzer/105893
|
||||
|
@ -1,3 +1,12 @@
|
||||
2022-07-29 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
* testsuite/libgomp.c-c++-common/pr106449-2.c: New test.
|
||||
|
||||
2022-07-29 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/106449
|
||||
* testsuite/libgomp.c-c++-common/pr106449.c: New test.
|
||||
|
||||
2022-07-12 Tobias Burnus <tobias@codesourcery.com>
|
||||
|
||||
* target.c (gomp_target_init): Added tailing '\n' to gomp_debug.
|
||||
|
@ -1,3 +1,9 @@
|
||||
2022-07-29 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/104443
|
||||
* include/bits/stl_iterator.h (common_iterator::operator->):
|
||||
Change return type to just auto.
|
||||
|
||||
2022-07-26 Thomas Rodgers <trodgers@redhat.com>
|
||||
|
||||
* include/bits/atomic_wait.h (__atomic_spin): Merge spin loops.
|
||||
|
Loading…
x
Reference in New Issue
Block a user