[gcc r14-9926] contrib/check-params-in-docs.py: Ignore gcn-preferred-vectorization-factor

2024-04-11 Thread Martin Jambor via Gcc-cvs
https://gcc.gnu.org/g:33f83d3cd84f9876180a2e2a9d1ea082debdaa37 commit r14-9926-g33f83d3cd84f9876180a2e2a9d1ea082debdaa37 Author: Martin Jambor Date: Thu Apr 11 19:37:45 2024 +0200 contrib/check-params-in-docs.py: Ignore gcn-preferred-vectorization-factor

[gcc r14-9916] c++: build_extra_args recapturing local specs [PR114303]

2024-04-11 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:b262b17636e47ae969a74f16e86ccb00678d5e88 commit r14-9916-gb262b17636e47ae969a74f16e86ccb00678d5e88 Author: Patrick Palka Date: Thu Apr 11 10:16:41 2024 -0400 c++: build_extra_args recapturing local specs [PR114303] r13-6452-g341e6cd8d603a3 made

[gcc r14-9917] libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692]

2024-04-11 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:1defe743aeb19532f6d6f4cab37e10f11467abd8 commit r14-9917-g1defe743aeb19532f6d6f4cab37e10f11467abd8 Author: Jonathan Wakely Date: Thu Apr 11 12:28:25 2024 +0100 libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692] I added this new

[gcc/redhat/heads/gcc-14-branch] (34 commits) Merge commit 'r14-9924-geec220142b95d77277238b30f4e08d41ba9

2024-04-11 Thread Jakub Jelinek via Gcc-cvs
The branch 'redhat/heads/gcc-14-branch' was updated to point to: da6ad93fb18... Merge commit 'r14-9924-geec220142b95d77277238b30f4e08d41ba9 It previously pointed to: fd39223a10b... Merge commit 'r14-9891-g5aa3fec38cc6f52285168b161bab1a869d8 Diff: Summary of changes (added commits):

[gcc r14-9921] aarch64: Remove unsupported FMV features

2024-04-11 Thread Andrew Carlotti via Gcc-cvs
https://gcc.gnu.org/g:27e34311760456683d8316532dc57db24b3f410b commit r14-9921-g27e34311760456683d8316532dc57db24b3f410b Author: Andrew Carlotti Date: Wed Apr 3 23:53:52 2024 +0100 aarch64: Remove unsupported FMV features It currently isn't possible to support function

[gcc r14-9922] aarch64: Remove FMV features whose names may change

2024-04-11 Thread Andrew Carlotti via Gcc-cvs
https://gcc.gnu.org/g:d33ec3b78fe9f6e0234bc08669b5021f324d67b3 commit r14-9922-gd33ec3b78fe9f6e0234bc08669b5021f324d67b3 Author: Andrew Carlotti Date: Fri Apr 5 17:12:46 2024 +0100 aarch64: Remove FMV features whose names may change Some architecture features have been combined

[gcc r14-9918] aarch64: Reorder FMV feature priorities

2024-04-11 Thread Andrew Carlotti via Gcc-cvs
https://gcc.gnu.org/g:e33fc847d5457bd56734cad056955102a23f405b commit r14-9918-ge33fc847d5457bd56734cad056955102a23f405b Author: Andrew Carlotti Date: Wed Apr 3 23:32:12 2024 +0100 aarch64: Reorder FMV feature priorities Some higher priority FMV features were dependent subsets of

[gcc r14-9919] aarch64: Fix FMV array iteration bounds

2024-04-11 Thread Andrew Carlotti via Gcc-cvs
https://gcc.gnu.org/g:3ef14f56343ad3445f874638700f6b82f032a1ae commit r14-9919-g3ef14f56343ad3445f874638700f6b82f032a1ae Author: Andrew Carlotti Date: Wed Apr 3 23:35:08 2024 +0100 aarch64: Fix FMV array iteration bounds There was an assumption in some places that the

[gcc r14-9920] aarch64: Fix typo and make rdma/rdm alias for FMV

2024-04-11 Thread Andrew Carlotti via Gcc-cvs
https://gcc.gnu.org/g:a28df11276647da16316d0621cb69ff5f878cd91 commit r14-9920-ga28df11276647da16316d0621cb69ff5f878cd91 Author: Andrew Carlotti Date: Wed Apr 3 23:37:16 2024 +0100 aarch64: Fix typo and make rdma/rdm alias for FMV gcc/ChangeLog: *

[gcc r14-9923] libstdc++: Regenerate trunk baseline_symbols.txt files for Linux

2024-04-11 Thread Jakub Jelinek via Libstdc++-cvs
https://gcc.gnu.org/g:a975d8961d7cdb7e6b5176cd2d3891fdc218d776 commit r14-9923-ga975d8961d7cdb7e6b5176cd2d3891fdc218d776 Author: Jakub Jelinek Date: Thu Apr 11 16:37:26 2024 +0200 libstdc++: Regenerate trunk baseline_symbols.txt files for Linux While the previous patch was

[gcc r14-9914] libstdc++: Regenerate baseline_symbols.txt files for Linux

2024-04-11 Thread Jakub Jelinek via Libstdc++-cvs
https://gcc.gnu.org/g:508b2b9df12b1049a0850e3a29193b1277dcd817 commit r14-9914-g508b2b9df12b1049a0850e3a29193b1277dcd817 Author: Jakub Jelinek Date: Thu Apr 11 15:55:53 2024 +0200 libstdc++: Regenerate baseline_symbols.txt files for Linux The following patch regenerates the ABI

[gcc r14-9915] modula2: add modula-2 language section to languages supported by GCC

2024-04-11 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:0dc39dee836761f1bc993d760f4ed5f3d127897a commit r14-9915-g0dc39dee836761f1bc993d760f4ed5f3d127897a Author: Gaius Mulley Date: Thu Apr 11 15:04:49 2024 +0100 modula2: add modula-2 language section to languages supported by GCC This patch introduces a small

[gcc r14-9925] aarch64: Fix _BitInt testcases

2024-04-11 Thread Richard Sandiford via Gcc-cvs
https://gcc.gnu.org/g:b87ba79200f2a727aa5c523abcc5c03fa11fc007 commit r14-9925-gb87ba79200f2a727aa5c523abcc5c03fa11fc007 Author: Andre Vieira (lists) Date: Thu Apr 11 17:54:37 2024 +0100 aarch64: Fix _BitInt testcases This patch fixes some testisms introduced by: commit

[gcc r13-8599] libstdc++: Regenerate baseline_symbols.txt files for Linux

2024-04-11 Thread Jakub Jelinek via Libstdc++-cvs
https://gcc.gnu.org/g:5824e67591e3afac958f02bd4f934494a5f7ae2e commit r13-8599-g5824e67591e3afac958f02bd4f934494a5f7ae2e Author: Jakub Jelinek Date: Thu Apr 11 15:55:53 2024 +0200 libstdc++: Regenerate baseline_symbols.txt files for Linux The following patch regenerates the ABI

[gcc r14-9924] Update GCC 14.1 library versions in docs

2024-04-11 Thread Jakub Jelinek via Libstdc++-cvs
https://gcc.gnu.org/g:eec220142b95d77277238b30f4e08d41ba969e1b commit r14-9924-geec220142b95d77277238b30f4e08d41ba969e1b Author: Jakub Jelinek Date: Thu Apr 11 16:52:45 2024 +0200 Update GCC 14.1 library versions in docs When we are already touching this topic, here is a patch

gcc-wwwdocs branch master updated. 9e32f911b70a8c2303b9b60679ce337896ccffdd

2024-04-11 Thread Marek Polacek via Gcc-cvs-wwwdocs
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 9e32f911b70a8c2303b9b60679ce337896ccffdd (commit) from

[gcc r14-9927] btf: emit non-representable bitfield as void

2024-04-11 Thread David Faust via Gcc-cvs
https://gcc.gnu.org/g:f079d69d7b1338522562516537d96e9e1285c95e commit r14-9927-gf079d69d7b1338522562516537d96e9e1285c95e Author: David Faust Date: Thu Apr 11 11:18:55 2024 -0700 btf: emit non-representable bitfield as void This patch fixes an issue with mangled BTF that could

[gcc r14-9928] btf: fix a possibly misleading asm debug comment

2024-04-11 Thread David Faust via Gcc-cvs
https://gcc.gnu.org/g:9b8bc02037eeaf4d6365010bb0533385deb4a90d commit r14-9928-g9b8bc02037eeaf4d6365010bb0533385deb4a90d Author: David Faust Date: Thu Apr 11 12:52:36 2024 -0700 btf: fix a possibly misleading asm debug comment This patch fixes a small error that could occur in

[gcc(refs/users/meissner/heads/work164-bugs)] Simplify converting between SImode and SF/DFmode.

2024-04-11 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:5193948f3bdefa3c62f76ceb909e90d396791970 commit 5193948f3bdefa3c62f76ceb909e90d396791970 Author: Michael Meissner Date: Thu Apr 11 22:12:30 2024 -0400 Simplify converting between SImode and SF/DFmode. 2024-04-11 Michael Meissner gcc/

gcc-wwwdocs branch master updated. edc6411ab81dde8a0621ee706e6ff951be645922

2024-04-11 Thread Kito Cheng via Gcc-cvs-wwwdocs
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via edc6411ab81dde8a0621ee706e6ff951be645922 (commit) from

[gcc r14-9910] c++: Fix ANNOTATE_EXPR instantiation [PR114409]

2024-04-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:cb46aca0a07355abf2f0b04f52087bca8f848524 commit r14-9910-gcb46aca0a07355abf2f0b04f52087bca8f848524 Author: Jakub Jelinek Date: Thu Apr 11 09:46:00 2024 +0200 c++: Fix ANNOTATE_EXPR instantiation [PR114409] The following testcase ICEs starting with the

[gcc r14-9911] middle-end/114681 - condition coverage and inlining

2024-04-11 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:52b63100b1eda433120e726d4e8f8dfca6fc94fa commit r14-9911-g52b63100b1eda433120e726d4e8f8dfca6fc94fa Author: Richard Biener Date: Thu Apr 11 08:47:19 2024 +0200 middle-end/114681 - condition coverage and inlining When inlining a gcond it can map to multiple

[gcc r12-10319] RISC-V: Fix __atomic_compare_exchange with 32 bit value on RV64

2024-04-11 Thread Kito Cheng via Gcc-cvs
https://gcc.gnu.org/g:d37be5c0413783c5459c5664b6ffb9f47acfca4e commit r12-10319-gd37be5c0413783c5459c5664b6ffb9f47acfca4e Author: Kito Cheng Date: Wed Feb 28 16:01:52 2024 +0800 RISC-V: Fix __atomic_compare_exchange with 32 bit value on RV64 atomic_compare_and_swapsi will use

[gcc r14-9912] tree-optimization/109596 - wrong debug stmt move by copyheader

2024-04-11 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:c7e8a8d814229fd6fc4c16c2452f15dddc613479 commit r14-9912-gc7e8a8d814229fd6fc4c16c2452f15dddc613479 Author: Richard Biener Date: Thu Apr 11 11:08:07 2024 +0200 tree-optimization/109596 - wrong debug stmt move by copyheader The following fixes an omission in

[gcc r14-9913] asan, v3: Fix up handling of > 32 byte aligned variables with -fsanitize=address -fstack-protector*

2024-04-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:467898d513e602f5b5fc4183052217d7e6d6e8ab commit r14-9913-g467898d513e602f5b5fc4183052217d7e6d6e8ab Author: Jakub Jelinek Date: Thu Apr 11 11:12:11 2024 +0200 asan, v3: Fix up handling of > 32 byte aligned variables with -fsanitize=address -fstack-protector*