[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Silence uninitialized warning.

2024-12-07 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:7c71659125082c548e0f53bad7ee21de0844ad17 commit 7c71659125082c548e0f53bad7ee21de0844ad17 Author: Mikael Morin Date: Fri Dec 6 22:27:47 2024 +0100 Silence uninitialized warning. Diff: --- gcc/fortran/trans-intrinsic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deleti

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Utilisation méthode initialisation descripteur gfc_trans_deferred_array

2024-12-07 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:465827c5081a4abe42820829fcd3ad840ef6898c commit 465827c5081a4abe42820829fcd3ad840ef6898c Author: Mikael Morin Date: Fri Dec 6 22:05:58 2024 +0100 Utilisation méthode initialisation descripteur gfc_trans_deferred_array Diff: --- gcc/fortran/gfortran.h | 1 + gc

[gcc(refs/users/mikael/heads/refactor_descriptor_v01)] Creation méthode initialisation descripteur

2024-12-07 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:6ee66376a1b8c97bd0be0eb0a51b90dabbaee58b commit 6ee66376a1b8c97bd0be0eb0a51b90dabbaee58b Author: Mikael Morin Date: Thu Dec 5 20:30:08 2024 +0100 Creation méthode initialisation descripteur Diff: --- gcc/fortran/expr.cc| 25 ++--- gcc/fortran/trans-arra

[gcc r15-6012] AVR: Better location for late (during final) diagnostic.

2024-12-07 Thread Georg-Johann Lay via Gcc-cvs
https://gcc.gnu.org/g:68e64c45380e42657ece999c9fe5b68044847e49 commit r15-6012-g68e64c45380e42657ece999c9fe5b68044847e49 Author: Georg-Johann Lay Date: Sat Dec 7 19:54:02 2024 +0100 AVR: Better location for late (during final) diagnostic. gcc/ * config/avr/avr.cc (avr_

[gcc r15-6011] PR modula2/117948: Forward procedure declaration should only be available in ISO

2024-12-07 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:41800372146f5ad15a8796b37f54965f78cc14fb commit r15-6011-g41800372146f5ad15a8796b37f54965f78cc14fb Author: Gaius Mulley Date: Sat Dec 7 14:04:44 2024 + PR modula2/117948: Forward procedure declaration should only be available in ISO This patch restricts

[gcc] Created branch 'mikael/heads/refactor_descriptor_v01' in namespace 'refs/users'

2024-12-07 Thread Mikael Morin via Gcc-cvs
The branch 'mikael/heads/refactor_descriptor_v01' was created in namespace 'refs/users' pointing to: 7c7165912508... Silence uninitialized warning.

[gcc r14-11071] [PATCH] PR modula2/117948: Forward procedure declaration should only be available in ISO

2024-12-07 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:6385000d36a8b0b9dce0b8dc92e101dfcc584ec5 commit r14-11071-g6385000d36a8b0b9dce0b8dc92e101dfcc584ec5 Author: Gaius Mulley Date: Sat Dec 7 15:56:21 2024 + [PATCH] PR modula2/117948: Forward procedure declaration should only be available in ISO This patch r

[gcc r15-6013] SPARC: Add functional comments for VIS4B instructions

2024-12-07 Thread Eric Botcazou via Gcc-cvs
https://gcc.gnu.org/g:1477bbe4b5002b4a00057e6dd25fcbc01fae1406 commit r15-6013-g1477bbe4b5002b4a00057e6dd25fcbc01fae1406 Author: Eric Botcazou Date: Sat Dec 7 19:53:53 2024 +0100 SPARC: Add functional comments for VIS4B instructions gcc/ * config/sparc/sparc.md (VIS4B

[gcc r15-6008] The fix for PR116778:

2024-12-07 Thread Denis Chertykov via Gcc-cvs
https://gcc.gnu.org/g:279b3c71702de150eade19635bdbd26ba440b8eb commit r15-6008-g279b3c71702de150eade19635bdbd26ba440b8eb Author: Denis Chertykov Date: Sat Dec 7 13:47:04 2024 +0400 The fix for PR116778: Brief: The bug appears in LRA after rematerialization pass while creating

[gcc r13-9236] libstdc++: Do not define _Insert_base::try_emplace before C++17

2024-12-07 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:01476b39bd0caa9d4a227a2158d724a97658e7ed commit r13-9236-g01476b39bd0caa9d4a227a2158d724a97658e7ed Author: Jonathan Wakely Date: Fri Nov 8 13:58:23 2024 + libstdc++: Do not define _Insert_base::try_emplace before C++17 This is not a reserved name in C++11

[gcc r13-9235] libstdc++: Add missing parts of LWG 3480 for directory iterators [PR117560]

2024-12-07 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:59ce01a4d20c5dbf5b6ebde88c9d6dcd4588b114 commit r13-9235-g59ce01a4d20c5dbf5b6ebde88c9d6dcd4588b114 Author: Jonathan Wakely Date: Thu Nov 14 01:14:44 2024 + libstdc++: Add missing parts of LWG 3480 for directory iterators [PR117560] It looks like I only re

[gcc r13-9234] libstdc++: Replace std::result_of with __invoke_result_t [PR114394]

2024-12-07 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:359917755997a96f00c5bafa3a678f5545f1d03d commit r13-9234-g359917755997a96f00c5bafa3a678f5545f1d03d Author: Jonathan Wakely Date: Tue Mar 19 14:02:06 2024 + libstdc++: Replace std::result_of with __invoke_result_t [PR114394] Replace std::result_of with std

[gcc r13-9239] libstdc++: Fix std::vector::emplace to forward parameter

2024-12-07 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:6cd48a88e31943b51440b4371b8cf337195ed743 commit r13-9239-g6cd48a88e31943b51440b4371b8cf337195ed743 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 r13-9240] libstdc++: Fix allocator-extended move ctor for std::basic_stacktrace [PR117822]

2024-12-07 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:b83a69906cafbe6b2164cc274f390afdd0f600f4 commit r13-9240-gb83a69906cafbe6b2164cc274f390afdd0f600f4 Author: Jonathan Wakely Date: Thu Nov 28 10:24:00 2024 + libstdc++: Fix allocator-extended move ctor for std::basic_stacktrace [PR117822] libstdc++-v3/Chan

[gcc r13-9241] libstdc++: Add missing constraint to operator+ for std::move_iterator

2024-12-07 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:aa66f142d4e8ffd6dfeccde0378439d1bce4eccc commit r13-9241-gaa66f142d4e8ffd6dfeccde0378439d1bce4eccc Author: Jonathan Wakely Date: Fri Dec 6 21:32:29 2024 + libstdc++: Add missing constraint to operator+ for std::move_iterator This constraint was added by t

[gcc r13-9243] libstdc++: Disable std::formatter specialization

2024-12-07 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:f7630052b55e21d03760b6f94b07ad5fc7d68f1a commit r13-9243-gf7630052b55e21d03760b6f94b07ad5fc7d68f1a Author: Jonathan Wakely Date: Fri Sep 20 17:26:35 2024 +0100 libstdc++: Disable std::formatter specialization I noticed that char8_t was missing from the list o

[gcc r13-9237] libstdc++: Fix calculation of system time in performance tests

2024-12-07 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:d0d1830cc4b51c2890df7aa583375e3b398c4e06 commit r13-9237-gd0d1830cc4b51c2890df7aa583375e3b398c4e06 Author: Jonathan Wakely Date: Wed Nov 13 16:47:04 2024 + libstdc++: Fix calculation of system time in performance tests The system_time() function used the

[gcc r13-9242] libstdc++: Fix get<0> constraint for lvalue ranges::subrange (LWG 3589)

2024-12-07 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:8fda1b0f513129861729eed25067438031fb6ec5 commit r13-9242-g8fda1b0f513129861729eed25067438031fb6ec5 Author: Jonathan Wakely Date: Thu Nov 14 17:31:43 2024 + libstdc++: Fix get<0> constraint for lvalue ranges::subrange (LWG 3589) Approved at October 2021 pl

[gcc r13-9238] libstdc++: Use __is_single_threaded() in performance tests

2024-12-07 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:6b31e42fa76b517a617d39d7fa8808afe770dd67 commit r13-9238-g6b31e42fa76b517a617d39d7fa8808afe770dd67 Author: Jonathan Wakely Date: Wed Nov 13 16:37:24 2024 + libstdc++: Use __is_single_threaded() in performance tests With recent glibc releases the __gthread

[gcc r15-6009] libstdc++: Fix typo in Doxygen comment in

2024-12-07 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:b7dd0d976022c5ba20d9d676e2f684614231eb72 commit r15-6009-gb7dd0d976022c5ba20d9d676e2f684614231eb72 Author: Jonathan Wakely Date: Sat Dec 7 01:34:33 2024 + libstdc++: Fix typo in Doxygen comment in libstdc++-v3/ChangeLog: * include/std/fo

[gcc r15-6010] i386: x r<< (c - y) to x r>> y etc. optimization [PR117930]

2024-12-07 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:4abcf4ad38a4081f02ed09aed7892a3a6af61cbb commit r15-6010-g4abcf4ad38a4081f02ed09aed7892a3a6af61cbb Author: Jakub Jelinek Date: Sat Dec 7 11:40:12 2024 +0100 i386: x r<< (c - y) to x r>> y etc. optimization [PR117930] The following patch optimizes x r<< (c - y

[gcc r15-6007] libstdc++: editorconfig: Adjust wildcard patterns

2024-12-07 Thread Matthew Malcomson via Libstdc++-cvs
https://gcc.gnu.org/g:2c605367b4953ff308e0134fdabbd6ddbecbbfc8 commit r15-6007-g2c605367b4953ff308e0134fdabbd6ddbecbbfc8 Author: Matthew Malcomson Date: Fri Dec 6 17:16:42 2024 + libstdc++: editorconfig: Adjust wildcard patterns According to the editorconfig file format descri