[gcc r14-9512] Add missing hf/bf patterns.

2024-03-17 Thread hongtao Liu via Gcc-cvs
https://gcc.gnu.org/g:942d470a5a4fb1baeff943127a81b441dffaa543 commit r14-9512-g942d470a5a4fb1baeff943127a81b441dffaa543 Author: liuhongt Date: Fri Mar 15 10:59:10 2024 +0800 Add missing hf/bf patterns. It will be used by copysignm3/xorsignm3/lroundmn2 expanders.

[gcc r14-9511] hppa: Improve handling of REG+D addresses when generating PA 2.0 code

2024-03-17 Thread John David Anglin via Gcc-cvs
https://gcc.gnu.org/g:f0fda1aff0b752e4182c009c5526b9306bd35f7c commit r14-9511-gf0fda1aff0b752e4182c009c5526b9306bd35f7c Author: John David Anglin Date: Mon Mar 18 00:19:36 2024 + hppa: Improve handling of REG+D addresses when generating PA 2.0 code In looking at PR 112415,

[gcc r14-9509] Fortran: fix for absent array argument passed to optional dummy [PR101135]

2024-03-17 Thread Harald Anlauf via Gcc-cvs
https://gcc.gnu.org/g:3f3f0b7ee8022776d69ecaed1375e1559716f226 commit r14-9509-g3f3f0b7ee8022776d69ecaed1375e1559716f226 Author: Harald Anlauf Date: Fri Mar 15 20:14:07 2024 +0100 Fortran: fix for absent array argument passed to optional dummy [PR101135] gcc/fortran/ChangeLog:

[gcc r14-9508] hppa: Fix complaint about non-delegitimized UNSPEC UNSPEC_TP

2024-03-17 Thread John David Anglin via Gcc-cvs
https://gcc.gnu.org/g:8064107535328717aeb78418edf778559cd5c3ac commit r14-9508-g8064107535328717aeb78418edf778559cd5c3ac Author: John David Anglin Date: Sun Mar 17 16:38:48 2024 + hppa: Fix complaint about non-delegitimized UNSPEC UNSPEC_TP 2024-03-17 John David Anglin

[gcc r13-8460] libstdc++: Implement N3644 on _Safe_iterator<> [PR114316]

2024-03-17 Thread Francois Dumont via Libstdc++-cvs
https://gcc.gnu.org/g:c1f57ff40738bbce9902ea25865ed6d729b10127 commit r13-8460-gc1f57ff40738bbce9902ea25865ed6d729b10127 Author: François Dumont Date: Thu Mar 14 22:13:57 2024 +0100 libstdc++: Implement N3644 on _Safe_iterator<> [PR114316] Consider range of value-initialized

[gcc r14-9507] libstdc++: Implement N3644 on _Safe_iterator<> [PR114316]

2024-03-17 Thread Francois Dumont via Libstdc++-cvs
https://gcc.gnu.org/g:07fad7a7fc245369989e9ca746728ea78b924715 commit r14-9507-g07fad7a7fc245369989e9ca746728ea78b924715 Author: François Dumont Date: Thu Mar 14 22:13:57 2024 +0100 libstdc++: Implement N3644 on _Safe_iterator<> [PR114316] Consider range of value-initialized

[gcc r14-9506] PR modula2/114296 ICE when attempting to create a constant set with a variable element

2024-03-17 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:f065c582d9c8e0a4fee7ee563c584ee3b1975bea commit r14-9506-gf065c582d9c8e0a4fee7ee563c584ee3b1975bea Author: Gaius Mulley Date: Sun Mar 17 14:49:23 2024 + PR modula2/114296 ICE when attempting to create a constant set with a variable element This patch

[gcc r14-9505] d: Merge upstream dmd, druntime 855353a1d9

2024-03-17 Thread Iain Buclaw via Gcc-cvs
https://gcc.gnu.org/g:2d454f982914c481a268f1c63e431b2682cc3be0 commit r14-9505-g2d454f982914c481a268f1c63e431b2682cc3be0 Author: Iain Buclaw Date: Sun Mar 17 12:00:57 2024 +0100 d: Merge upstream dmd, druntime 855353a1d9 D front-end changes: - Import dmd