-
-
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 26, 2023
1 parent
8d559a9
commit b28229b
Showing
4 changed files
with
72 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,33 @@ | ||
2023-11-25 Gerald Pfeifer <[email protected]> | ||
|
||
PR other/69374 | ||
* doc/install.texi (Downloading the source): Sort the list of | ||
front ends and add D, Go, and Modula-2. | ||
|
||
2023-11-25 Gerald Pfeifer <[email protected]> | ||
|
||
PR target/69374 | ||
* doc/install.texi (Specific) <*-*-freebsd*>: Remove older | ||
contents referencing GCC 4.x. | ||
|
||
2023-11-25 Gerald Pfeifer <[email protected]> | ||
|
||
* doc/standards.texi (Standards): Update ISO C++ reference. | ||
|
||
2023-11-25 Jakub Jelinek <[email protected]> | ||
|
||
PR target/111408 | ||
* config/i386/i386.md (*jcc_bt<mode>_mask, | ||
*jcc_bt<SWI48:mode>_mask_1): Add (const_int 0) as expected | ||
second operand of bt_comparison_operator. | ||
|
||
2023-11-25 Andrew Pinski <[email protected]> | ||
Jakub Jelinek <[email protected]> | ||
|
||
PR target/109977 | ||
* config/aarch64/aarch64-simd.md (aarch64_simd_stp<mode>): Use <vwcore> | ||
rather than %<vw> for alternative with r constraint on input operand. | ||
|
||
2023-11-24 Tobias Burnus <[email protected]> | ||
|
||
* doc/install.texi (amdgcn-*-amdhsa): Fix URL to ROCm; | ||
|
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 @@ | ||
20231125 | ||
20231126 |
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,15 @@ | ||
2023-11-25 Nathaniel Shead <[email protected]> | ||
|
||
* name-lookup.cc (check_can_export_using_decl): New. | ||
(do_nonmember_using_decl): Use above to check if names can be | ||
exported. | ||
|
||
2023-11-25 Nathaniel Shead <[email protected]> | ||
|
||
PR c++/102341 | ||
* decl.cc (duplicate_decls): Allow exporting a redeclaration of | ||
a typedef. | ||
|
||
2023-11-24 Tobias Burnus <[email protected]> | ||
|
||
* parser.cc (cp_parser_omp_clause_dist_schedule, | ||
|
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,32 @@ | ||
2023-11-25 Andrew Pinski <[email protected]> | ||
|
||
PR testsuite/112688 | ||
* gcc.target/aarch64/movk.c: Add noipa on dummy_number_generator | ||
and remove -fno-inline option. | ||
|
||
2023-11-25 Jakub Jelinek <[email protected]> | ||
|
||
PR target/111408 | ||
* gcc.c-torture/execute/pr111408.c: New test. | ||
|
||
2023-11-25 Andrew Pinski <[email protected]> | ||
Jakub Jelinek <[email protected]> | ||
|
||
PR target/109977 | ||
* gcc.dg/pr109977.c: New test. | ||
|
||
2023-11-25 Nathaniel Shead <[email protected]> | ||
|
||
* g++.dg/modules/using-10.C: New test. | ||
* g++.dg/modules/using-enum-2.C: New test. | ||
|
||
2023-11-25 Nathaniel Shead <[email protected]> | ||
|
||
PR c++/102341 | ||
* g++.dg/modules/export-1.C: Adjust test. | ||
* g++.dg/modules/export-2_a.C: New test. | ||
* g++.dg/modules/export-2_b.C: New test. | ||
|
||
2023-11-24 Lewis Hyatt <[email protected]> | ||
|
||
PR pch/112319 | ||
|