[gcc r14-9718] Use fatal_error instead of internal_error for when ZSTD is not enabled

2024-03-28 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:22f48d78f033922fd2fbf9252041cd97ce201052 commit r14-9718-g22f48d78f033922fd2fbf9252041cd97ce201052 Author: Andrew Pinski Date: Thu Mar 28 16:46:33 2024 -0700 Use fatal_error instead of internal_error for when ZSTD is not enabled This changes an internal

[gcc r14-9717] testsuite: Add a test case for negating FP vectors containing zeros

2024-03-28 Thread Xi Ruoyao via Gcc-cvs
https://gcc.gnu.org/g:26a723625bb63e42b8c78bbce52ba0286eefda1c commit r14-9717-g26a723625bb63e42b8c78bbce52ba0286eefda1c Author: Xi Ruoyao Date: Tue Feb 6 17:49:50 2024 +0800 testsuite: Add a test case for negating FP vectors containing zeros Recently I've fixed two wrong FP

[gcc r14-9715] [committed] Provide suitable output template for zero_extendqihi2 on H8

2024-03-28 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:c1e66532cbb424bd7ea8c3b2c1ffea4bb5233309 commit r14-9715-gc1e66532cbb424bd7ea8c3b2c1ffea4bb5233309 Author: Jeff Law Date: Thu Mar 28 16:56:53 2024 -0600 [committed] Provide suitable output template for zero_extendqihi2 on H8 Segher's recent combine change,

[gcc r14-9714] Fix failure of c-c++-common/analyzer/stdarg-pr111289-int.c on hpux

2024-03-28 Thread John David Anglin via Gcc-cvs
https://gcc.gnu.org/g:86b0b1bec6790f84b7a56fcef2a0a6c8cd91ffef commit r14-9714-g86b0b1bec6790f84b7a56fcef2a0a6c8cd91ffef Author: John David Anglin Date: Thu Mar 28 18:32:12 2024 + Fix failure of c-c++-common/analyzer/stdarg-pr111289-int.c on hpux 2024-03-28 John David Anglin

[gcc r14-9713] c++: __is_constructible ref binding [PR100667]

2024-03-28 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:8bb3ef3f6e335e8794590fb712a2661d11d21973 commit r14-9713-g8bb3ef3f6e335e8794590fb712a2661d11d21973 Author: Jason Merrill Date: Wed Mar 27 16:14:01 2024 -0400 c++: __is_constructible ref binding [PR100667] The requirement that a type argument be complete is

[gcc r14-9712] Fortran: fix DATA and derived types with pointer components [PR114474]

2024-03-28 Thread Harald Anlauf via Gcc-cvs
https://gcc.gnu.org/g:bbb7c513dddc5c9b2d5e9b78bc1c2f85a0cfe07e commit r14-9712-gbbb7c513dddc5c9b2d5e9b78bc1c2f85a0cfe07e Author: Harald Anlauf Date: Wed Mar 27 21:18:04 2024 +0100 Fortran: fix DATA and derived types with pointer components [PR114474] When matching actual

[gcc r14-9711] RISC-V: testsuite: ensure vtype is call clobbered

2024-03-28 Thread Vineet Gupta via Gcc-cvs
https://gcc.gnu.org/g:c1424628dc95829408882f01cbf0dd61566dc312 commit r14-9711-gc1424628dc95829408882f01cbf0dd61566dc312 Author: Vineet Gupta Date: Wed Mar 27 14:55:04 2024 -0700 RISC-V: testsuite: ensure vtype is call clobbered Per classic Vector calling convention ABI, vtype is

[gcc r14-9710] PR modula2/114520 Incorrect ordering of import/export statements cause confusion

2024-03-28 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:aeee63ffbf4f4fbc4d90d8aae808d6b67f0148a3 commit r14-9710-gaeee63ffbf4f4fbc4d90d8aae808d6b67f0148a3 Author: Gaius Mulley Date: Thu Mar 28 16:49:44 2024 + PR modula2/114520 Incorrect ordering of import/export statements cause confusion The error recovery

[gcc r13-8503] Fortran: Fix assumed length chars and len inquiry [PR103716]

2024-03-28 Thread Paul Thomas via Gcc-cvs
https://gcc.gnu.org/g:48d23749534ca96b3f0883579b44700a17e83d15 commit r13-8503-g48d23749534ca96b3f0883579b44700a17e83d15 Author: Paul Thomas Date: Tue May 23 06:46:37 2023 +0100 Fortran: Fix assumed length chars and len inquiry [PR103716] 2023-05-23 Paul Thomas

[gcc r14-9709] PR modula2/114517 gm2 does not allow comparison operator hash in column one

2024-03-28 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:04799f03e8d01b903295ef3a100a0117b7ddbf5e commit r14-9709-g04799f03e8d01b903295ef3a100a0117b7ddbf5e Author: Gaius Mulley <(no_default)> Date: Thu Mar 28 14:57:49 2024 + PR modula2/114517 gm2 does not allow comparison operator hash in column one This patch

[gcc r14-9708] predict: Fix comment typo

2024-03-28 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:44ab31419cf366e889a019a2fe31638c6f093729 commit r14-9708-g44ab31419cf366e889a019a2fe31638c6f093729 Author: Jakub Jelinek Date: Thu Mar 28 15:12:08 2024 +0100 predict: Fix comment typo I've noticed a typo in a comment. 2024-03-28 Jakub Jelinek

[gcc r14-9707] profile-count: Avoid overflows into uninitialized [PR112303]

2024-03-28 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:d5a3b4afcdf4d517334a2717dbb65ae0d2c26507 commit r14-9707-gd5a3b4afcdf4d517334a2717dbb65ae0d2c26507 Author: Jakub Jelinek Date: Thu Mar 28 15:00:44 2024 +0100 profile-count: Avoid overflows into uninitialized [PR112303] The testcase in the patch ICEs with

[gcc r14-9706] [testsuite] Fixup dg-options in {gcc, g++, gfortran}.dg/vect.exp tests

2024-03-28 Thread Maxim Kuvyrkov via Gcc-cvs
https://gcc.gnu.org/g:b8e7aaaf350a4584d9b76e8dd69daa2203bac339 commit r14-9706-gb8e7aaaf350a4584d9b76e8dd69daa2203bac339 Author: Maxim Kuvyrkov Date: Wed Mar 13 06:48:47 2024 + [testsuite] Fixup dg-options in {gcc,g++,gfortran}.dg/vect.exp tests Testsuites driven by vect.exp

[gcc r14-9705] Hash operands of PHI in ipa-icf

2024-03-28 Thread Jan Hubicka via Gcc-cvs
https://gcc.gnu.org/g:0923fe2d4808c16b72c1d1bfe28220dd326d8b76 commit r14-9705-g0923fe2d4808c16b72c1d1bfe28220dd326d8b76 Author: Jan Hubicka Date: Thu Mar 28 13:24:54 2024 +0100 Hash operands of PHI in ipa-icf This patch fixes cache colision on function whose body differs only by

[gcc(refs/vendors/redhat/heads/gcc-14-branch)] Merge commit 'r14-9704-g7942558f27038461f948ca10140a156ae678cdf8' into redhat/gcc-14-branch

2024-03-28 Thread Jakub Jelinek via Libstdc++-cvs
https://gcc.gnu.org/g:55ddd689eced99251ba4bea38c076ed8d072d7ee commit 55ddd689eced99251ba4bea38c076ed8d072d7ee Merge: 6b39b05bec8 7942558f270 Author: Jakub Jelinek Date: Thu Mar 28 12:29:08 2024 +0100 Merge commit 'r14-9704-g7942558f27038461f948ca10140a156ae678cdf8' into

[gcc/redhat/heads/gcc-14-branch] (206 commits) Merge commit 'r14-9704-g7942558f27038461f948ca10140a156ae67

2024-03-28 Thread Jakub Jelinek via Gcc-cvs
The branch 'redhat/heads/gcc-14-branch' was updated to point to: 55ddd689ece... Merge commit 'r14-9704-g7942558f27038461f948ca10140a156ae67 It previously pointed to: 6b39b05bec8... Merge commit 'r14-9499-g53fb2cf75965e4dbcf145a12d8ae41f4667 Diff: Summary of changes (added commits):

[gcc r14-9704] testsuite: Add testcase for already fixed PR [PR109925]

2024-03-28 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:7942558f27038461f948ca10140a156ae678cdf8 commit r14-9704-g7942558f27038461f948ca10140a156ae678cdf8 Author: Jakub Jelinek Date: Thu Mar 28 11:58:26 2024 +0100 testsuite: Add testcase for already fixed PR [PR109925] This testcase was made latent by r14-4089

[gcc r14-9703] fortran: Fix specification expression check in submodules [PR114475]

2024-03-28 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:7f233feafd657250340be3b3500d2697948ae3ed commit r14-9703-g7f233feafd657250340be3b3500d2697948ae3ed Author: Mikael Morin Date: Wed Mar 27 16:30:42 2024 +0100 fortran: Fix specification expression check in submodules [PR114475] The patch fixing PR111781 made

[gcc r14-9702] modula2: Rebuild documentation sections for target independent libs

2024-03-28 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:7907ff2bcb50d1d88dc8d22e740de33ab151d00c commit r14-9702-g7907ff2bcb50d1d88dc8d22e740de33ab151d00c Author: Gaius Mulley Date: Thu Mar 28 08:31:06 2024 + modula2: Rebuild documentation sections for target independent libs This patch rebuilds the

[gcc r14-9701] middle-end/114480 - IDF compute is slow

2024-03-28 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:0bad303944a1d2311c07d59912b4dfa7bff988c8 commit r14-9701-g0bad303944a1d2311c07d59912b4dfa7bff988c8 Author: Richard Biener Date: Wed Mar 27 16:19:01 2024 +0100 middle-end/114480 - IDF compute is slow The testcase in this PR shows very slow IDF compute:

[gcc r14-9700] RISC-V: Add vxsat as a register

2024-03-28 Thread Kito Cheng via Gcc-cvs
https://gcc.gnu.org/g:f6d7ff4796709c0639317bfd8fa58a2957a1e299 commit r14-9700-gf6d7ff4796709c0639317bfd8fa58a2957a1e299 Author: Palmer Dabbelt Date: Wed Mar 27 12:54:04 2024 -0700 RISC-V: Add vxsat as a register We aren't doing anything with vxsat right now, but I'd like to add