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 27, 2023
1 parent beb4328 commit df8dfd7
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 1 deletion.
17 changes: 17 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2023-11-26 Alexander Monakov <[email protected]>

* sort.cc: Use 'sorting networks' in comments.

2023-11-26 Juzhe-Zhong <[email protected]>

PR target/112599
* config/riscv/riscv-avlprop.cc (avl_can_be_propagated_p): Add slidedown.
(vlmax_ta_p): Ditto.
(pass_avlprop::get_vlmax_ta_preferred_avl): Ditto.

2023-11-26 Juzhe-Zhong <[email protected]>

* config/riscv/riscv-avlprop.cc (alv_can_be_propagated_p): Fix typo.
(avl_can_be_propagated_p): Ditto.
(vlmax_ta_p): Ditto.

2023-11-25 Gerald Pfeifer <[email protected]>

PR other/69374
Expand Down
2 changes: 1 addition & 1 deletion gcc/DATESTAMP
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20231126
20231127
6 changes: 6 additions & 0 deletions gcc/fortran/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2023-11-26 Harald Anlauf <[email protected]>

PR fortran/111880
* resolve.cc (resolve_common_vars): Do not call gfc_add_in_common
for symbols that are USE associated or used in a submodule.

2023-11-24 Tobias Burnus <[email protected]>

* lang.opt (Wopenmp): Add, enabled by dafault and documented in C.
Expand Down
66 changes: 66 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,69 @@
2023-11-26 Hans-Peter Nilsson <[email protected]>

* gcc.dg/uninit-pred-9_b.c: Remove xfail for line 20. Pass
--param=logical-op-non-short-circuit=0. Comment why.

2023-11-26 Hans-Peter Nilsson <[email protected]>

* gcc.dg/uninit-pred-9_b.c: Remove xfail for MMIX from line 23.

2023-11-26 Harald Anlauf <[email protected]>

PR fortran/111880
* gfortran.dg/pr111880.f90: New test.

2023-11-26 John David Anglin <[email protected]>

* gcc.dg/analyzer/strndup-1.c: Skip on hppa*-*-hpux*.

2023-11-26 John David Anglin <[email protected]>

* gcc.dg/analyzer/fd-glibc-datagram-client.c: Skip on hppa*-*-hpux*.
* gcc.dg/analyzer/fd-glibc-datagram-socket.c: Likewise.

2023-11-26 John David Anglin <[email protected]>

* g++.dg/pr104869.C: Add attribute visibility default to
main prototype.

2023-11-26 John David Anglin <[email protected]>

* g++.dg/modules/bad-mapper-1.C: Add hppa*-*-hpux* to dg-error
"this-will-not-work" targets.

2023-11-26 Francois-Xavier Coudert <[email protected]>

* gcc.target/i386/cf_check-6.c: Only run on Linux.

2023-11-26 Francois-Xavier Coudert <[email protected]>

* gcc.target/i386/pr112686.c: Add a requirement for split_stack.

2023-11-26 Juzhe-Zhong <[email protected]>

PR target/112599
* gcc.target/riscv/rvv/base/vf_avl-1.c: Adapt test.
* gcc.target/riscv/rvv/autovec/pr112599-3.c: New test.

2023-11-26 Andrew Pinski <[email protected]>

PR testsuite/112691
* gcc.dg/vla-1.c: Add -fno-ipa-vrp.
Remove noipa from f1.

2023-11-26 Andrew Pinski <[email protected]>

PR testsuite/112688
* gcc.target/aarch64/simd/vmulx.x (foo32): Mark as noipa rather
than noinline.
(foo4): Likewise.

2023-11-26 Andrew Pinski <[email protected]>

PR testsuite/108321
* g++.dg/contracts/contracts-tmpl-spec2.C: Add -fsigned-char
to options.

2023-11-25 Andrew Pinski <[email protected]>

PR testsuite/112688
Expand Down

0 comments on commit df8dfd7

Please sign in to comment.