[gcc r15-7215] RISC-V: Make FRM as global register [PR118103]

2025-01-25 Thread Pan Li via Gcc-cvs
https://gcc.gnu.org/g:55d288d4ff5360c572f2a017ba9385840ac5134e commit r15-7215-g55d288d4ff5360c572f2a017ba9385840ac5134e Author: Pan Li Date: Sat Jan 25 15:45:10 2025 +0800 RISC-V: Make FRM as global register [PR118103] After we enabled the labe-combine pass after the mode-switchi

[gcc r15-7213] [PR modula2/118010, modula2/118183] Rebuild bootstrap tools with lseek fix

2025-01-25 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:765769dfeb1a3ce85d6f2c2b071dd1d7d6544280 commit r15-7213-g765769dfeb1a3ce85d6f2c2b071dd1d7d6544280 Author: Gaius Mulley Date: Sat Jan 25 20:30:02 2025 + [PR modula2/118010, modula2/118183] Rebuild bootstrap tools with lseek fix This patch rebuilds the boo

[gcc r15-7212] Fortran: fix issues with variables in BLOCK DATA [PR58857]

2025-01-25 Thread Harald Anlauf via Gcc-cvs
https://gcc.gnu.org/g:8fd2158acac181a308126ad7b798b478eb3b7087 commit r15-7212-g8fd2158acac181a308126ad7b798b478eb3b7087 Author: Harald Anlauf Date: Sat Jan 25 19:59:56 2025 +0100 Fortran: fix issues with variables in BLOCK DATA [PR58857] PR fortran/58857 gcc/fort

[gcc r15-7211] Move ferror out of hot loop of file cache

2025-01-25 Thread Andi Kleen via Gcc-cvs
https://gcc.gnu.org/g:e2f024f586e99fb63dd49e0603f52d1cb765a77e commit r15-7211-ge2f024f586e99fb63dd49e0603f52d1cb765a77e Author: Andi Kleen Date: Wed Dec 25 20:21:58 2024 -0800 Move ferror out of hot loop of file cache glibc ferror is surprisingly expensive. Move it out of the hot

[gcc r15-7210] PR modula2/118010 libc.def lseek procedure off_t bugfix

2025-01-25 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:2531cb1d20d9c5b8a5390816a10a018c59506250 commit r15-7210-g2531cb1d20d9c5b8a5390816a10a018c59506250 Author: Gaius Mulley Date: Sat Jan 25 18:22:35 2025 + PR modula2/118010 libc.def lseek procedure off_t bugfix This patch fixes calls to lseek from m2 source

[gcc r15-7209] c++: Reinstate check for uninitialized bases with c++ <= 17 [PR118239]

2025-01-25 Thread Simon Martin via Gcc-cvs
https://gcc.gnu.org/g:bee1910b891f897fcd1789d1dbd3937621354943 commit r15-7209-gbee1910b891f897fcd1789d1dbd3937621354943 Author: Simon Martin Date: Sat Jan 25 18:09:23 2025 +0100 c++: Reinstate check for uninitialized bases with c++ <= 17 [PR118239] We currently accept this code w

[gcc r15-7208] [RISC-V][PR target/116256] Improve handling of single bit constants

2025-01-25 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:e5990a6ce611f522b8f48c2b469983da19d39777 commit r15-7208-ge5990a6ce611f522b8f48c2b469983da19d39777 Author: Jeff Law Date: Sat Jan 25 09:42:19 2025 -0700 [RISC-V][PR target/116256] Improve handling of single bit constants So under the umbrella of pr116256 (P3

[gcc(refs/vendors/redhat/heads/gcc-15-branch)] Merge commit 'r15-7207-g7eac20b0dde8df303557b6dd550d06ee98836c3c' into redhat/gcc-15-branch

2025-01-25 Thread Jakub Jelinek via Libstdc++-cvs
https://gcc.gnu.org/g:971fa9cf8655e9ba26529620b624bac77d9a584b commit 971fa9cf8655e9ba26529620b624bac77d9a584b Merge: 6adb681d9cf5 7eac20b0dde8 Author: Jakub Jelinek Date: Sat Jan 25 10:51:39 2025 +0100 Merge commit 'r15-7207-g7eac20b0dde8df303557b6dd550d06ee98836c3c' into redhat/gcc-15-b

[gcc/redhat/heads/gcc-15-branch] (319 commits) Merge commit 'r15-7207-g7eac20b0dde8df303557b6dd550d06ee988

2025-01-25 Thread Jakub Jelinek via Gcc-cvs
The branch 'redhat/heads/gcc-15-branch' was updated to point to: 971fa9cf8655... Merge commit 'r15-7207-g7eac20b0dde8df303557b6dd550d06ee988 It previously pointed to: 6adb681d9cf5... Merge commit 'r15-6889-g744a59f3f55bfc890f755c57c72919566e1 Diff: Summary of changes (added commits): ---

[gcc r15-7207] c: Diagnose , ) at the end of OpenMP clauses [PR118639]

2025-01-25 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:7eac20b0dde8df303557b6dd550d06ee98836c3c commit r15-7207-g7eac20b0dde8df303557b6dd550d06ee98836c3c Author: Jakub Jelinek Date: Sat Jan 25 10:28:23 2025 +0100 c: Diagnose ,) at the end of OpenMP clauses [PR118639] This is something the C++ FE has been diagnosi

[gcc r15-7206] c++: Only destruct elts of array for new expression if exception is thrown during the initialization

2025-01-25 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:ce268ca2a923f8f35cc9dd5a7d0468a3980f129f commit r15-7206-gce268ca2a923f8f35cc9dd5a7d0468a3980f129f Author: Jakub Jelinek Date: Sat Jan 25 10:15:24 2025 +0100 c++: Only destruct elts of array for new expression if exception is thrown during the initialization [PR11782