-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GCC Administrator
committed
Nov 27, 2023
1 parent
beb4328
commit df8dfd7
Showing
4 changed files
with
90 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20231126 | ||
20231127 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|