[gcc r15-3658] libstdc++: Update link to installation docs

2024-09-15 Thread Gerald Pfeifer via Libstdc++-cvs
https://gcc.gnu.org/g:719edcba4d177918b189f27c272f80cd6da7cbc9 commit r15-3658-g719edcba4d177918b189f27c272f80cd6da7cbc9 Author: Gerald Pfeifer Date: Mon Sep 16 08:02:55 2024 +0700 libstdc++: Update link to installation docs libstdc++-v3: * doc/xml/manual/intro.xml: Up

[gcc r12-10710] x86-64: Don't use temp for argument in a TImode register

2024-09-15 Thread H.J. Lu via Gcc-cvs
https://gcc.gnu.org/g:ebdc85b6ce4f2067431331a1a37440e952efd49b commit r12-10710-gebdc85b6ce4f2067431331a1a37440e952efd49b Author: H.J. Lu Date: Fri Sep 6 05:24:07 2024 -0700 x86-64: Don't use temp for argument in a TImode register Don't use temp for a PARALLEL BLKmode argument of

[gcc r13-9028] x86-64: Don't use temp for argument in a TImode register

2024-09-15 Thread H.J. Lu via Gcc-cvs
https://gcc.gnu.org/g:64af1a600f6bd57d47a5926f2328682bba88be90 commit r13-9028-g64af1a600f6bd57d47a5926f2328682bba88be90 Author: H.J. Lu Date: Fri Sep 6 05:24:07 2024 -0700 x86-64: Don't use temp for argument in a TImode register Don't use temp for a PARALLEL BLKmode argument of a

[gcc r14-10672] x86-64: Don't use temp for argument in a TImode register

2024-09-15 Thread H.J. Lu via Gcc-cvs
https://gcc.gnu.org/g:3f3f546bf830d019224aaf6cd349a1b9b738de1a commit r14-10672-g3f3f546bf830d019224aaf6cd349a1b9b738de1a Author: H.J. Lu Date: Fri Sep 6 05:24:07 2024 -0700 x86-64: Don't use temp for argument in a TImode register Don't use temp for a PARALLEL BLKmode argument of

[gcc r15-3656] fortran: Remove useless nested end of scalarization chain handling

2024-09-15 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:d204bee388d74a6895da15a1027a64a8c4ea4fbb commit r15-3656-gd204bee388d74a6895da15a1027a64a8c4ea4fbb Author: Mikael Morin Date: Sun Jul 7 11:00:51 2024 +0200 fortran: Remove useless nested end of scalarization chain handling Remove the special handling of end o

[gcc r15-3655] c++: __extension__ and -Wconditionally-supported

2024-09-15 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:a9f9391e1eeccb9d062b9e73ef27ac577b23ed64 commit r15-3655-ga9f9391e1eeccb9d062b9e73ef27ac577b23ed64 Author: Jason Merrill Date: Sun Sep 15 11:34:43 2024 +0200 c++: __extension__ and -Wconditionally-supported When we're explicitly choosing GCC extensions, we si

[gcc r15-3654] c++: conversion location

2024-09-15 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:5ef73ba1cc17b8893ad9a4e95f9cd191dbc0bfa3 commit r15-3654-g5ef73ba1cc17b8893ad9a4e95f9cd191dbc0bfa3 Author: Jason Merrill Date: Sun Sep 15 16:02:13 2024 +0200 c++: conversion location It seems more useful for a conversion to have the location of the source

[gcc r15-3653] libstdc++: Adjust std::span::iterator to be ADL-proof

2024-09-15 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:2af87d98e66e57d51f36220de983eff44bae98c8 commit r15-3653-g2af87d98e66e57d51f36220de983eff44bae98c8 Author: Jonathan Wakely Date: Wed Sep 4 21:31:58 2024 +0100 libstdc++: Adjust std::span::iterator to be ADL-proof Because std::span can be useful, it makes sens

[gcc r15-3652] libstdc++: Enable most of for freestanding

2024-09-15 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:1dde83f0ec313166fc91e6784a0ca2e3db46acee commit r15-3652-g1dde83f0ec313166fc91e6784a0ca2e3db46acee Author: Jonathan Wakely Date: Mon Jan 15 14:09:21 2024 + libstdc++: Enable most of for freestanding This makes durations, time points and calendrical types

[gcc r15-3651] libstdc++: Add assertion for valid facet type arguments

2024-09-15 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:f91fe35aa14bf4d44f2c8394301858b42e12ee45 commit r15-3651-gf91fe35aa14bf4d44f2c8394301858b42e12ee45 Author: Jonathan Wakely Date: Wed May 22 16:49:31 2024 +0100 libstdc++: Add assertion for valid facet type arguments LWG 436 confirmed that const-qualified type

[gcc r15-3650] libstdc++: Make PSTL algorithms accept C++20 iterators [PR110512]

2024-09-15 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:c5fd1a483858c0e85b40149aef88be00f94980a7 commit r15-3650-gc5fd1a483858c0e85b40149aef88be00f94980a7 Author: Jonathan Wakely Date: Tue Jan 9 23:39:14 2024 + libstdc++: Make PSTL algorithms accept C++20 iterators [PR110512] This is a step towards implementin