Skip to content

Commit

Permalink
Daily bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
GCC Administrator committed Jun 22, 2022
1 parent 4306339 commit de89b07
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 1 deletion.
46 changes: 46 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
2022-06-21 Roger Sayle <roger@nextmovesoftware.com>
Marek Polacek <polacek@redhat.com>
Segher Boessenkool <segher@kernel.crashing.org>
Kewen Lin <linkw@linux.ibm.com>

PR target/105991
* config/rs6000/rs6000.md (rotl<mode>3_insert_3): Check that
exact_log2 doesn't return -1 (or zero).
(plus_xor): New code iterator.
(*rotl<mode>3_insert_3_<code>): New define_insn_and_split.

2022-06-21 Nathan Sidwell <nathan@acm.org>

* doc/invoke.texi (C++ Modules): Remove language-linkage
as missing feature.

2022-06-21 Arjun Shankar <arjun@redhat.com>

PR tree-optimization/94899
* match.pd (X + C < Y + C -> (signed) X < (signed) Y, if C is
0x80000000): New simplification.

2022-06-21 Jakub Jelinek <jakub@redhat.com>

PR rtl-optimization/106032
* ifcvt.cc (noce_try_sign_mask): Punt if !t_unconditional, and
t may_trap_or_fault_p, even if it is cheap.

2022-06-21 Jakub Jelinek <jakub@redhat.com>

PR middle-end/106030
* expr.cc (expand_cond_expr_using_cmove): Pass NULL_RTX instead of
temp to expand_operands if mode has been promoted.

2022-06-21 Xionghu Luo <xionghuluo@tencent.com>

PR target/105740
* gimple-if-to-switch.cc (find_conditions): Don't skip the first
condition bb.

2022-06-21 Siddhesh Poyarekar <siddhesh@gotplt.org>

PR tree-optimization/105736
* tree-object-size.cc (addr_object_size): Return size_unknown
when object offset computation returns an error.

2022-06-20 H.J. Lu <hjl.tools@gmail.com>

PR target/105960
Expand Down
2 changes: 1 addition & 1 deletion gcc/DATESTAMP
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20220621
20220622
35 changes: 35 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
2022-06-21 Roger Sayle <roger@nextmovesoftware.com>
Marek Polacek <polacek@redhat.com>
Segher Boessenkool <segher@kernel.crashing.org>
Kewen Lin <linkw@linux.ibm.com>

PR target/105991
* gcc.target/powerpc/pr105991.c: New test case.

2022-06-21 Arjun Shankar <arjun@redhat.com>

* gcc.dg/pr94899.c: New test.

2022-06-21 Jakub Jelinek <jakub@redhat.com>

PR rtl-optimization/106032
* gcc.c-torture/execute/pr106032.c: New test.

2022-06-21 Jakub Jelinek <jakub@redhat.com>

PR middle-end/106030
* gcc.c-torture/compile/pr106030.c: New test.

2022-06-21 Xionghu Luo <xionghuluo@tencent.com>

PR target/105740
* gcc.dg/tree-ssa/if-to-switch-11.c: New test.

2022-06-21 Siddhesh Poyarekar <siddhesh@gotplt.org>

PR tree-optimization/105736
* gcc.dg/builtin-dynamic-object-size-0.c (TV4): New struct.
(val3): New variable.
(test_pr105736): New test.
(main): Call it.

2022-06-20 Iain Sandoe <iain@sandoe.co.uk>

* lib/asan-dg.exp: Do not apply color to asan output when
Expand Down
6 changes: 6 additions & 0 deletions libgomp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2022-06-21 Jakub Jelinek <jakub@redhat.com>
Paul Iannetta <piannetta@kalrayinc.com>

PR libgomp/106045
* testsuite/libgomp.c/target-31.c: Add private (i) clause.

2022-06-17 Martin Liska <mliska@suse.cz>

* libgomp.texi: Add table header for new features of
Expand Down

0 comments on commit de89b07

Please sign in to comment.