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
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
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
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_
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
The branch 'mikael/heads/refactor_descriptor_v01' was created in namespace
'refs/users' pointing to:
7c7165912508... Silence uninitialized warning.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo