[gcc(refs/users/meissner/heads/work181-sha)] Add sha3 tests; Fix bugs.

2024-10-17 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:a240c5bef969b80dad6c556794e2f61ebf956272 commit a240c5bef969b80dad6c556794e2f61ebf956272 Author: Michael Meissner Date: Thu Oct 17 14:18:38 2024 -0400 Add sha3 tests; Fix bugs. 2024-10-17 Michael Meissner gcc/ * config/rs6000/fusi

[gcc(refs/users/meissner/heads/work181-sha)] Rename sha3 tests.

2024-10-17 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:abf64d31e36566941988e13d3e0d29674325c220 commit abf64d31e36566941988e13d3e0d29674325c220 Author: Michael Meissner Date: Thu Oct 17 15:40:42 2024 -0400 Rename sha3 tests. 2024-10-17 Michael Meissner gcc/testsuite/ * gcc.target/powe

[gcc r15-4419] Fortran: Add tolerance to real value comparisons.

2024-10-17 Thread Jerry DeLisle via Gcc-cvs
https://gcc.gnu.org/g:6604a05fa27bc21c3409e767552daca3fcf43964 commit r15-4419-g6604a05fa27bc21c3409e767552daca3fcf43964 Author: Jerry DeLisle Date: Thu Oct 17 13:39:09 2024 -0700 Fortran: Add tolerance to real value comparisons. gcc/testsuite/ChangeLog: PR fortra

[gcc r15-4420] testsuite: Fix typos for AVX10.2 convert testcases

2024-10-17 Thread Haochen Jiang via Gcc-cvs
https://gcc.gnu.org/g:e3257c12b789ba2fd89baea566417c91c4468cc3 commit r15-4420-ge3257c12b789ba2fd89baea566417c91c4468cc3 Author: Victor Rodriguez Date: Thu Oct 17 10:55:56 2024 +0800 testsuite: Fix typos for AVX10.2 convert testcases Fix typos related to types for vcvtne[,2]ph[b,h

[gcc r13-9121] libstdc++: Fix localized %c formatting for [PR117085]

2024-10-17 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:9a32bdc9b5ca1aa6a78940da0c1bcd5cf32a402d commit r13-9121-g9a32bdc9b5ca1aa6a78940da0c1bcd5cf32a402d Author: Jonathan Wakely Date: Fri Oct 11 09:40:38 2024 +0100 libstdc++: Fix localized %c formatting for [PR117085] When formatting a time point with %c we call

[gcc r13-9120] libstdc++: Tweak %c formatting for chrono types

2024-10-17 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:cc8c7e44145deb457dbe436cf8b5bd88da0a9ec3 commit r13-9120-gcc8c7e44145deb457dbe436cf8b5bd88da0a9ec3 Author: Jonathan Wakely Date: Fri Sep 27 16:54:31 2024 +0100 libstdc++: Tweak %c formatting for chrono types libstdc++-v3/ChangeLog: * include/

[gcc r13-9122] libstdc++: Fix condition for ranges::copy to use memmove [PR116754]

2024-10-17 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:3c8142bd8677ac2fc4355a3e94ec7f2c421be13a commit r13-9122-g3c8142bd8677ac2fc4355a3e94ec7f2c421be13a Author: Jonathan Wakely Date: Wed Sep 18 17:47:49 2024 +0100 libstdc++: Fix condition for ranges::copy to use memmove [PR116754] libstdc++-v3/ChangeLog:

[gcc r13-9123] libstdc++: Use std::move for iterator in ranges::fill [PR117094]

2024-10-17 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:360db9ef594e7acaef5e9a19ad4208e8c122d822 commit r13-9123-g360db9ef594e7acaef5e9a19ad4208e8c122d822 Author: Jonathan Wakely Date: Sun Oct 13 22:48:43 2024 +0100 libstdc++: Use std::move for iterator in ranges::fill [PR117094] Input iterators aren't required to

[gcc r13-9133] libstdc++: Fix error handling in fs::hard_link_count for Windows

2024-10-17 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:8517f7053b81422ceba393ef99111f30563e5034 commit r13-9133-g8517f7053b81422ceba393ef99111f30563e5034 Author: Jonathan Wakely Date: Mon Sep 2 12:16:49 2024 +0100 libstdc++: Fix error handling in fs::hard_link_count for Windows The recent change to use auto_win_f

[gcc r13-9127] libstdc++: Specialize std::disable_sized_sentinel_for for std::move_iterator [PR116549]

2024-10-17 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:a71a9d25db19dddcb07972af3b568708b6dcbca1 commit r13-9127-ga71a9d25db19dddcb07972af3b568708b6dcbca1 Author: Jonathan Wakely Date: Mon Sep 2 11:29:13 2024 +0100 libstdc++: Specialize std::disable_sized_sentinel_for for std::move_iterator [PR116549] LWG 3736 ad

[gcc r13-9129] libstdc++: Make std::basic_format_context non-copyable [PR114387]

2024-10-17 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:bdf15cc4ac451e75a7e2b037fcf39cf8ac8f4a6b commit r13-9129-gbdf15cc4ac451e75a7e2b037fcf39cf8ac8f4a6b Author: Jonathan Wakely Date: Wed Jul 10 10:27:24 2024 +0100 libstdc++: Make std::basic_format_context non-copyable [PR114387] Users are not supposed to create

[gcc r13-9131] libstdc++: Fix fs::hard_link_count behaviour on MinGW [PR113663]

2024-10-17 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:2356f1d088bcc6506bba54aff5dcc62b733e830b commit r13-9131-g2356f1d088bcc6506bba54aff5dcc62b733e830b Author: Lennox Shou Hao Ho Date: Mon Jul 29 21:09:27 2024 +0100 libstdc++: Fix fs::hard_link_count behaviour on MinGW [PR113663] std::filesystem::hard_link_coun

[gcc r13-9134] libstdc++: Document missing features for old std::string ABI [PR116777]

2024-10-17 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:68e267ea80ec5ad3044959f1eae51254579b34c8 commit r13-9134-g68e267ea80ec5ad3044959f1eae51254579b34c8 Author: Jonathan Wakely Date: Fri Sep 20 17:35:48 2024 +0100 libstdc++: Document missing features for old std::string ABI [PR116777] There are several features

[gcc r14-10801] c++: checking ICE w/ constexpr if and lambda as def targ [PR117054]

2024-10-17 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:c468a0051a5ff3f91498d955edb8f684d27afe0d commit r14-10801-gc468a0051a5ff3f91498d955edb8f684d27afe0d Author: Patrick Palka Date: Tue Oct 15 13:13:15 2024 -0400 c++: checking ICE w/ constexpr if and lambda as def targ [PR117054] Here we're tripping over the ass

[gcc r15-4416] aarch64: libgcc: add prototypes in cpuinfo

2024-10-17 Thread Christophe Lyon via Gcc-cvs
https://gcc.gnu.org/g:d806810f02a15a82f284d9e0e03c24f32f2a3be2 commit r15-4416-gd806810f02a15a82f284d9e0e03c24f32f2a3be2 Author: Christophe Lyon Date: Thu Oct 3 16:03:30 2024 + aarch64: libgcc: add prototypes in cpuinfo Add prototypes for __init_cpu_features_resolver and _

[gcc r15-4417] aarch64: libgcc: Use -Werror

2024-10-17 Thread Christophe Lyon via Gcc-cvs
https://gcc.gnu.org/g:71c7b446b98aa51294d79c45e37f1564668a1f3a commit r15-4417-g71c7b446b98aa51294d79c45e37f1564668a1f3a Author: Christophe Lyon Date: Thu Oct 3 16:02:55 2024 + aarch64: libgcc: Use -Werror This patch adds -Werror to LIBGCC2_CFLAGS so that aarch64 can catch

[gcc r15-4418] AVR: Rename test case to PR number.

2024-10-17 Thread Georg-Johann Lay via Gcc-cvs
https://gcc.gnu.org/g:71386491ff601fba3566376d90dfdc0530df2680 commit r15-4418-g71386491ff601fba3566376d90dfdc0530df2680 Author: Georg-Johann Lay Date: Thu Oct 17 18:31:40 2024 +0200 AVR: Rename test case to PR number. PR rtl-optimization/117191 gcc/testsuite/

[gcc r13-9130] libstdc++: Remove std::basic_format_args default constructor (LWG 4106)

2024-10-17 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:e085eeb59c9a77948492c7197d6eda6ec215361e commit r13-9130-ge085eeb59c9a77948492c7197d6eda6ec215361e Author: Jonathan Wakely Date: Thu Jul 25 13:52:12 2024 +0100 libstdc++: Remove std::basic_format_args default constructor (LWG 4106) There's no valid use case f

[gcc r13-9124] libstdc++: Implement LWG 3564 for ranges::transform_view

2024-10-17 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:ba0245930bc7c99ec9e059a26313bd9aa461d474 commit r13-9124-gba0245930bc7c99ec9e059a26313bd9aa461d474 Author: Jonathan Wakely Date: Sun Oct 13 21:47:14 2024 +0100 libstdc++: Implement LWG 3564 for ranges::transform_view The _Iterator type returned by begin() con

[gcc r13-9126] libstdc++: Fix Python deprecation warning in printers.py

2024-10-17 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:bf88c9a1549f4f1e8ee096da354d2fdfc7808bfb commit r13-9126-gbf88c9a1549f4f1e8ee096da354d2fdfc7808bfb Author: Jonathan Wakely Date: Wed Oct 16 09:22:37 2024 +0100 libstdc++: Fix Python deprecation warning in printers.py python/libstdcxx/v6/printers.py:1355: Depr

[gcc r13-9128] libstdc++: Use direct-initialization for std::vector's allocator [PR115854]

2024-10-17 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:d166c3ecf633a939777d02bc5c9ad4e2449e6d98 commit r13-9128-gd166c3ecf633a939777d02bc5c9ad4e2449e6d98 Author: Jonathan Wakely Date: Wed Jul 10 10:29:52 2024 +0100 libstdc++: Use direct-initialization for std::vector's allocator [PR115854] The consensus in the s

[gcc r13-9125] libstdc++: Make debug sequence members mutable [PR116369]

2024-10-17 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:aa0bee77b6d3f82b8c76703515767e79adac2738 commit r13-9125-gaa0bee77b6d3f82b8c76703515767e79adac2738 Author: Jonathan Wakely Date: Wed Aug 21 12:29:32 2024 +0100 libstdc++: Make debug sequence members mutable [PR116369] We need to be able to attach debug mode i

[gcc r13-9135] libstdc++: Populate std::time_get::get's %c format for C locale

2024-10-17 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:39236ff82627398dec4b30964f540d0a223be200 commit r13-9135-g39236ff82627398dec4b30964f540d0a223be200 Author: Jonathan Wakely Date: Tue Sep 24 23:20:56 2024 +0100 libstdc++: Populate std::time_get::get's %c format for C locale We were using the empty string "" f

[gcc r15-4414] tree-object-size: Fall back to wholesize for non-const offset

2024-10-17 Thread Siddhesh Poyarekar via Gcc-cvs
https://gcc.gnu.org/g:51b85dfeb19652bf3e0aaec08828ba7cee1e641c commit r15-4414-g51b85dfeb19652bf3e0aaec08828ba7cee1e641c Author: Siddhesh Poyarekar Date: Wed Sep 18 22:36:09 2024 -0400 tree-object-size: Fall back to wholesize for non-const offset Don't bail out early if the offset

[gcc r13-9132] libstdc++: Fix overwriting files with fs::copy_file on Windows

2024-10-17 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:8b3e47b4099f319e38d357f7c646f51040a13d6e commit r13-9132-g8b3e47b4099f319e38d357f7c646f51040a13d6e Author: Jonathan Wakely Date: Tue Jul 30 10:55:55 2024 +0100 libstdc++: Fix overwriting files with fs::copy_file on Windows There are no inode numbers on Window

[gcc r13-9136] libstdc++: Populate generic std::time_get's wide %c format [PR117135]

2024-10-17 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:074bea39b01b41b2eab33de051a85107aa43323b commit r13-9136-g074bea39b01b41b2eab33de051a85107aa43323b Author: Jonathan Wakely Date: Tue Sep 24 23:20:56 2024 +0100 libstdc++: Populate generic std::time_get's wide %c format [PR117135] I missed out the __timepunct

[gcc r15-4413] AVR: Rename test case to according PR number.

2024-10-17 Thread Georg-Johann Lay via Gcc-cvs
https://gcc.gnu.org/g:b12c9ce245204abbd89ac1692b21f16d0ca13583 commit r15-4413-gb12c9ce245204abbd89ac1692b21f16d0ca13583 Author: Georg-Johann Lay Date: Thu Oct 17 16:55:01 2024 +0200 AVR: Rename test case to according PR number. PR rtl-optimization/PR117189 gcc/testsui

[gcc r15-4415] aarch64: libgcc: Cleanup warnings in lse.S

2024-10-17 Thread Christophe Lyon via Gcc-cvs
https://gcc.gnu.org/g:e4d417417f8a2f1cf615b6ff81687f4861787de0 commit r15-4415-ge4d417417f8a2f1cf615b6ff81687f4861787de0 Author: Christophe Lyon Date: Thu Oct 3 16:02:17 2024 + aarch64: libgcc: Cleanup warnings in lse.S Since Commit c608ada288ced0268c1fd4136f56c34b24

<    1   2   3   4