Skip to content

Commit

Permalink
Daily bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
GCC Administrator committed Nov 10, 2024
1 parent 7729df2 commit 4a7bb1d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
29 changes: 29 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
2024-11-09 Iain Sandoe <iain@sandoe.co.uk>

PR target/117478
* config/darwin-driver.cc (darwin_driver_init): Handle ObjC/ObjC++
* config/darwin.opt: Add ObjC/ObjC++ as driver-only options.

2024-11-09 Andrew Pinski <quic_apinski@quicinc.com>

PR middle-end/117492
* fold-const.cc (fold_binary_loc): Remove `Two consecutive rotates adding up
to the some integer` simplifcation.

2024-11-09 Andrew Pinski <quic_apinski@quicinc.com>

PR tree-optimization/117496
* tree-ssa-sccvn.cc (insert_predicates_for_cond): If the
valueization for the new lhs is the same as the old one,
don't recurse.

2024-11-09 Andrew Pinski <quic_apinski@quicinc.com>

* tree-ssa-sccvn.cc (visit_phi): Swap the operands
before calling vn_nary_op_lookup_pieces if
tree_swap_operands_p returns true.
(insert_predicates_for_cond): Use tree_swap_operands_p
instead of checking for CONSTANT_CLASS_P.
(process_bb): Swap the comparison and operands
if tree_swap_operands_p returns true.

2024-11-09 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>

PR target/117408
Expand Down
2 changes: 1 addition & 1 deletion gcc/DATESTAMP
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20241109
20241110
10 changes: 10 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2024-11-09 Andrew Pinski <quic_apinski@quicinc.com>

PR middle-end/117492
* gcc.dg/torture/pr117492-1.c: New test.

2024-11-09 Andrew Pinski <quic_apinski@quicinc.com>

PR tree-optimization/117496
* gcc.dg/torture/pr117496-1.c: New test.

2024-11-09 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>

PR target/117408
Expand Down

0 comments on commit 4a7bb1d

Please sign in to comment.