[gcc r15-4712] RISC-V:Bugfix for vlmul_ext and vlmul_trunc with NULL return value[pr117286]

2024-10-27 Thread Li Xu via Gcc-cvs
https://gcc.gnu.org/g:75caa17f5cb4e414919baff0435300b549a76eca commit r15-4712-g75caa17f5cb4e414919baff0435300b549a76eca Author: xuli Date: Mon Oct 28 04:41:09 2024 + RISC-V:Bugfix for vlmul_ext and vlmul_trunc with NULL return value[pr117286] This patch fixes following ICE:

[gcc r15-4703] testsuite: Fix up gcc.dg/vec-perm-lower.c test

2024-10-27 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:e2ce2a4661103bc40ff3cf5fdcbf92c1243dd637 commit r15-4703-ge2ce2a4661103bc40ff3cf5fdcbf92c1243dd637 Author: Jakub Jelinek Date: Sun Oct 27 16:41:28 2024 +0100 testsuite: Fix up gcc.dg/vec-perm-lower.c test On Tue, Oct 15, 2024 at 12:45:35PM +, Tamar Christ

[gcc r15-4711] gcc.target/i386/pr53533-[13].c: Adjust assembly scan

2024-10-27 Thread H.J. Lu via Gcc-cvs
https://gcc.gnu.org/g:f1823d8037e355cd755087e695051d190ffe755e commit r15-4711-gf1823d8037e355cd755087e695051d190ffe755e Author: H.J. Lu Date: Sat Oct 12 05:53:49 2024 +0800 gcc.target/i386/pr53533-[13].c: Adjust assembly scan Before 1089d083117 Simplify (B * v + C) * D -

[gcc r15-4705] genmatch: Add selftests to genmatch for diag_vfprintf

2024-10-27 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:c246c4bcb353e8dc30e7e4d45dd27d982a21eab4 commit r15-4705-gc246c4bcb353e8dc30e7e4d45dd27d982a21eab4 Author: Jakub Jelinek Date: Sun Oct 27 16:44:35 2024 +0100 genmatch: Add selftests to genmatch for diag_vfprintf The following patch adds selftests to genmatch

[gcc r15-4704] c-family: -Wleading-whitespace= argument spelling

2024-10-27 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:ad7d5cd65ee35e95b067a14ed882f7beaa94bdf0 commit r15-4704-gad7d5cd65ee35e95b067a14ed882f7beaa94bdf0 Author: Jakub Jelinek Date: Sun Oct 27 16:42:53 2024 +0100 c-family: -Wleading-whitespace= argument spelling On Thu, Oct 24, 2024 at 03:33:25PM -0400, Eric Gall

[gcc r15-4706] xtensa: Define TARGET_DIFFERENT_ADDR_DISPLACEMENT_P target hook

2024-10-27 Thread Max Filippov via Gcc-cvs
https://gcc.gnu.org/g:211459e12147e9ed42c0a0947b1b95b551e03ef3 commit r15-4706-g211459e12147e9ed42c0a0947b1b95b551e03ef3 Author: Takayuki 'January June' Suwa Date: Wed Oct 23 11:31:15 2024 +0900 xtensa: Define TARGET_DIFFERENT_ADDR_DISPLACEMENT_P target hook In commit bc5a9dab55d1

[gcc r15-4707] arm: Support -mfdpic for more targets

2024-10-27 Thread Fangrui Song via Gcc-cvs
https://gcc.gnu.org/g:8e6cc1e7cdbb431a0950e491ed2830213f3ad81b commit r15-4707-g8e6cc1e7cdbb431a0950e491ed2830213f3ad81b Author: Fangrui Song Date: Sun Oct 27 12:37:21 2024 -0700 arm: Support -mfdpic for more targets Targets that are not arm*-*-uclinuxfdpiceabi can use -S -mfdpic,

[gcc r15-4708] libstdc++: Fix std::vector::emplace to forward parameter

2024-10-27 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:f1c844be5202f4be446f165d9a7625eb7ec4c5b4 commit r15-4708-gf1c844be5202f4be446f165d9a7625eb7ec4c5b4 Author: Jonathan Wakely Date: Sat Oct 26 21:24:58 2024 +0100 libstdc++: Fix std::vector::emplace to forward parameter If the parameter is not lvalue-convertible

[gcc r15-4709] libstdc++: Add P1206R7 from_range members to std::vector [PR111055]

2024-10-27 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:b281e13ecad12d07209924a7282c53be3a1c3774 commit r15-4709-gb281e13ecad12d07209924a7282c53be3a1c3774 Author: Jonathan Wakely Date: Tue Oct 8 21:15:18 2024 +0100 libstdc++: Add P1206R7 from_range members to std::vector [PR111055] This is another piece of P1206R7

[gcc r15-4701] testsuite: Sanitize pacbti test cases for Cortex-M

2024-10-27 Thread Torbjorn Svensson via Gcc-cvs
https://gcc.gnu.org/g:6ad29a858bac7cf9e765925cf5f6945e20f085be commit r15-4701-g6ad29a858bac7cf9e765925cf5f6945e20f085be Author: Torbjörn SVENSSON Date: Tue Sep 3 11:23:57 2024 +0200 testsuite: Sanitize pacbti test cases for Cortex-M Some of the test cases were scanning for "bti",

[gcc r14-10843] testsuite: Sanitize pacbti test cases for Cortex-M

2024-10-27 Thread Torbjorn Svensson via Gcc-cvs
https://gcc.gnu.org/g:ec9bd14144a9e536e450b9fb98f26dab40ee75d8 commit r14-10843-gec9bd14144a9e536e450b9fb98f26dab40ee75d8 Author: Torbjörn SVENSSON Date: Tue Sep 3 11:23:57 2024 +0200 testsuite: Sanitize pacbti test cases for Cortex-M Some of the test cases were scanning for "bti"

[gcc r15-4702] Fortran: Fix regressions with intent(out) class[PR115070, PR115348].

2024-10-27 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:ed8ca972f8857869d2bb4a416994bb896eb1c34e commit r15-4702-ged8ca972f8857869d2bb4a416994bb896eb1c34e Author: Paul Thomas Date: Sun Oct 27 12:40:42 2024 + Fortran: Fix regressions with intent(out) class[PR115070, PR115348]. 2024-10-27 Paul Thomas