[gcc r15-4727] testsuite: drop the "test-" prefix from sarif-output python scripts

2024-10-28 Thread David Malcolm via Gcc-cvs
https://gcc.gnu.org/g:a67594d181527218d8c0316ef68af238f8d80e87 commit r15-4727-ga67594d181527218d8c0316ef68af238f8d80e87 Author: David Malcolm Date: Mon Oct 28 18:43:11 2024 -0400 testsuite: drop the "test-" prefix from sarif-output python scripts Drop the "text-" prefix from the

[gcc r15-4726] testcase: Add testcase for PR 117330 [PR117330]

2024-10-28 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:e20ced2cb83c015ad1f934957002a2874b6f7c93 commit r15-4726-ge20ced2cb83c015ad1f934957002a2874b6f7c93 Author: Andrew Pinski Date: Mon Oct 28 13:29:58 2024 -0700 testcase: Add testcase for PR 117330 [PR117330] This testcase was causing an ICE during vectorization

[gcc(refs/users/jmelcr/heads/omp-cp)] omp-cp: change callback creation, add callback args to callsummary, integrate into ipa_compute_jump_

2024-10-28 Thread Josef Melcr via Gcc-cvs
https://gcc.gnu.org/g:54d33c2cd5d8ba581fdb5dfd45d0fbc506005242 commit 54d33c2cd5d8ba581fdb5dfd45d0fbc506005242 Author: Josef Melcr Date: Mon Oct 28 22:35:16 2024 +0100 omp-cp: change callback creation, add callback args to callsummary, integrate into ipa_compute_jump_functions_for_edge

[gcc r14-10849] rs6000: Fix PTImode handling in power8 swap optimization pass [PR116415]

2024-10-28 Thread Peter Bergner via Gcc-cvs
https://gcc.gnu.org/g:ab74b2d86471cdb5b8a327e734630f1288125d9e commit r14-10849-gab74b2d86471cdb5b8a327e734630f1288125d9e Author: Peter Bergner Date: Fri Aug 23 11:45:40 2024 -0500 rs6000: Fix PTImode handling in power8 swap optimization pass [PR116415] Our power8 swap optimizatio

[gcc r15-4717] tree-optimization/117307 - STMT_VINFO_SLP_VECT_ONLY mis-computation

2024-10-28 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:19722308a286d9a00eead8ac82b948da8c4ca38b commit r15-4717-g19722308a286d9a00eead8ac82b948da8c4ca38b Author: Richard Biener Date: Mon Oct 28 09:52:08 2024 +0100 tree-optimization/117307 - STMT_VINFO_SLP_VECT_ONLY mis-computation STMT_VINFO_SLP_VECT_ONLY isn't p

[gcc r15-4713] Remove code in vectorizer pattern recog relying on vec_cond{u, eq, }

2024-10-28 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:0942bb85fc55735d1339a26c9473f7ad1f30100e commit r15-4713-g0942bb85fc55735d1339a26c9473f7ad1f30100e Author: Richard Biener Date: Sat Oct 26 14:18:37 2024 +0200 Remove code in vectorizer pattern recog relying on vec_cond{u,eq,} With the intent to rely on vec_co

[gcc r15-4714] phiopt: Move check for maybe_undef_p slightly earlier

2024-10-28 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:3f2739e4664fbb1026ff1ef9db2e8262d5f58cc2 commit r15-4714-g3f2739e4664fbb1026ff1ef9db2e8262d5f58cc2 Author: Andrew Pinski Date: Sat Oct 26 20:37:36 2024 -0700 phiopt: Move check for maybe_undef_p slightly earlier This moves the check for maybe_undef_p in match

[gcc r15-4715] vec-lowering: Fix ABSU lowering [PR111285]

2024-10-28 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:ad0084337e901ddaedd48c14e7a5dad9fc2a093e commit r15-4715-gad0084337e901ddaedd48c14e7a5dad9fc2a093e Author: Andrew Pinski Date: Sun Oct 27 13:16:22 2024 -0700 vec-lowering: Fix ABSU lowering [PR111285] ABSU_EXPR lowering incorrectly used the resulting type

[gcc r15-4716] tree-core.h (omp_clause_code): Comments regarding range checks for OMP_CLAUSE_...

2024-10-28 Thread Tobias Burnus via Gcc-cvs
https://gcc.gnu.org/g:6c45281a208652143c128541d80ce66da6d49868 commit r15-4716-g6c45281a208652143c128541d80ce66da6d49868 Author: Tobias Burnus Date: Mon Oct 28 10:00:08 2024 +0100 tree-core.h (omp_clause_code): Comments regarding range checks for OMP_CLAUSE_... gcc/ChangeLog:

[gcc r15-4722] Fix bitwise_or logic for prange.

2024-10-28 Thread Andrew Macleod via Gcc-cvs
https://gcc.gnu.org/g:1c0ecf06c0c9f3268ba52d4027e9b78aae4acb51 commit r15-4722-g1c0ecf06c0c9f3268ba52d4027e9b78aae4acb51 Author: Andrew MacLeod Date: Mon Oct 28 09:47:03 2024 -0400 Fix bitwise_or logic for prange. Set non-zero only if at least one of the two operands does not cont

[gcc r15-4723] testsuite: add testcase for fixed PR107467

2024-10-28 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:4e09ae37dbe0a10f48490214f50ff733cc92280a commit r15-4723-g4e09ae37dbe0a10f48490214f50ff733cc92280a Author: Sam James Date: Mon Oct 21 12:11:42 2024 +0100 testsuite: add testcase for fixed PR107467 PR107467 ended up being fixed by the fix for PR115110, but let

[gcc r14-10845] testsuite: add testcase for fixed PR107467

2024-10-28 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:2f0d109bd871d11b5b93468f271aa6dc34ef88d8 commit r14-10845-g2f0d109bd871d11b5b93468f271aa6dc34ef88d8 Author: Sam James Date: Mon Oct 21 12:11:42 2024 +0100 testsuite: add testcase for fixed PR107467 PR107467 ended up being fixed by the fix for PR115110, but le

[gcc r14-10847] testsuite: add testcase for fixed PR107467

2024-10-28 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:6247aae35faaf04de48c5f3d9c4e4af6f7e3789c commit r14-10847-g6247aae35faaf04de48c5f3d9c4e4af6f7e3789c Author: Sam James Date: Mon Oct 21 12:11:42 2024 +0100 testsuite: add testcase for fixed PR107467 PR107467 ended up being fixed by the fix for PR115110, but le

[gcc r14-10846] Revert "testsuite: add testcase for fixed PR107467"

2024-10-28 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:ed8fb9b285d7706426ca54f7ffbf9d04f346af16 commit r14-10846-ged8fb9b285d7706426ca54f7ffbf9d04f346af16 Author: Sam James Date: Mon Oct 28 17:06:37 2024 + Revert "testsuite: add testcase for fixed PR107467" This reverts commit 2f0d109bd871d11b5b93468f271aa6dc

[gcc r15-4719] build: update bootstrap req to C++14

2024-10-28 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:a9ec1bc06bd3ccf18f6c7b2f0255ce7878b418b7 commit r15-4719-ga9ec1bc06bd3ccf18f6c7b2f0255ce7878b418b7 Author: Jason Merrill Date: Tue Sep 17 17:38:35 2024 -0400 build: update bootstrap req to C++14 We moved to a bootstrap requirement of C++11 in GCC 11, 8 years

[gcc r15-4724] gcc: fix 'statements' comment typo

2024-10-28 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:ca078d260a13aaf644fc871675a127c44aa12ccc commit r15-4724-gca078d260a13aaf644fc871675a127c44aa12ccc Author: Sam James Date: Mon Oct 28 18:24:14 2024 + gcc: fix 'statements' comment typo gcc/ChangeLog: * opts-common.cc (prune_options): Fix

[gcc r15-4720] libstdc++: Fix tests for std::vector range operations

2024-10-28 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:e320846fec00aaa3ca1f93790bc41dbc08503814 commit r15-4720-ge320846fec00aaa3ca1f93790bc41dbc08503814 Author: Jonathan Wakely Date: Mon Oct 28 13:05:53 2024 + libstdc++: Fix tests for std::vector range operations The commit I pushed was not the one I'd teste

[gcc r15-4718] [target/117316] Fix initializer for riscv code alignment handling

2024-10-28 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:f475a31ab4c7f27f6f8c7a418412f9fddc371638 commit r15-4718-gf475a31ab4c7f27f6f8c7a418412f9fddc371638 Author: Jeff Law Date: Mon Oct 28 05:39:24 2024 -0600 [target/117316] Fix initializer for riscv code alignment handling The construct used for initializing the

[gcc r15-4721] aarch64: Use implementation namespace for vxarq_u64 immediate argument

2024-10-28 Thread Kyrylo Tkachov via Gcc-cvs
https://gcc.gnu.org/g:7c0e4963d5de12b44414c82419d3d9e426f718b6 commit r15-4721-g7c0e4963d5de12b44414c82419d3d9e426f718b6 Author: Kyrylo Tkachov Date: Mon Oct 28 15:19:07 2024 +0100 aarch64: Use implementation namespace for vxarq_u64 immediate argument Looks like this immediate var

[gcc r15-4725] testsuite: Require atomic operations for pr47333_0

2024-10-28 Thread Dimitar Dimitrov via Gcc-cvs
https://gcc.gnu.org/g:6638fcc161350e1d68c0739356b286cff947470b commit r15-4725-g6638fcc161350e1d68c0739356b286cff947470b Author: Dimitar Dimitrov Date: Sun Oct 27 09:49:49 2024 +0200 testsuite: Require atomic operations for pr47333_0 Since the test uses __sync_fetch_and_add, add a