[gcc r15-9406] Fix ICE in compare_parameter.

2025-04-13 Thread Thomas Koenig via Gcc-cvs
https://gcc.gnu.org/g:64319b2ccae2fdfae06347545e031e56d790dad7 commit r15-9406-g64319b2ccae2fdfae06347545e031e56d790dad7 Author: Thomas Koenig Date: Sun Apr 13 10:22:07 2025 +0200 Fix ICE in compare_parameter. This patch fixes an ICE by setting the typespec of a dummy argument

[gcc r15-9409] c++/modules: Give more specific diagnostics in is_matching_decl

2025-04-13 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:714e9020becc260a05f17ae694a6bdde65d9c567 commit r15-9409-g714e9020becc260a05f17ae694a6bdde65d9c567 Author: Nathaniel Shead Date: Fri Apr 11 07:09:33 2025 +1000 c++/modules: Give more specific diagnostics in is_matching_decl This patch also rephrases the diagn

[gcc r15-9410] c++/modules: More fixes for merging DECL_MAYBE_DELETED functions

2025-04-13 Thread Nathaniel Shead via Gcc-cvs
https://gcc.gnu.org/g:f40e39515e0b7fa69bd50bad99f1f1b8c446692f commit r15-9410-gf40e39515e0b7fa69bd50bad99f1f1b8c446692f Author: Nathaniel Shead Date: Fri Apr 11 07:29:11 2025 +1000 c++/modules: More fixes for merging DECL_MAYBE_DELETED functions My change in r15-9216 broke the ca

[gcc r15-9411] libgcobol: Use strchr instead of index

2025-04-13 Thread Rainer Orth via Gcc-cvs
https://gcc.gnu.org/g:45e93925beaf67ba99c67f78bd9771cacd316853 commit r15-9411-g45e93925beaf67ba99c67f78bd9771cacd316853 Author: Rainer Orth Date: Sun Apr 13 12:46:31 2025 +0200 libgcobol: Use strchr instead of index valconf.cc doesn't compile on Solaris: cobol/valconv.cc

[gcc r15-9412] cobol: Heed ASM_COMMENT_START

2025-04-13 Thread Rainer Orth via Gcc-cvs
https://gcc.gnu.org/g:4b990a03bd4cd6cf13ae1b5ab6c965dadf404619 commit r15-9412-g4b990a03bd4cd6cf13ae1b5ab6c965dadf404619 Author: Rainer Orth Date: Sun Apr 13 12:50:19 2025 +0200 cobol: Heed ASM_COMMENT_START When building COBOL on Solaris/sparcv9 with the native assembler, many

[gcc r13-9520] [PR115568][LRA]: Use more strict output reload check in rematerialization

2025-04-13 Thread Uros Bizjak via Gcc-cvs
https://gcc.gnu.org/g:7578243dcd42855e4a8ae85ef8ab2598f0f6cbe9 commit r13-9520-g7578243dcd42855e4a8ae85ef8ab2598f0f6cbe9 Author: Vladimir N. Makarov Date: Wed Feb 5 14:23:23 2025 -0500 [PR115568][LRA]: Use more strict output reload check in rematerialization In this PR case LRA

[gcc r12-11035] rtl-optimization/119689 - compare-debug failure with LRA

2025-04-13 Thread Uros Bizjak via Gcc-cvs
https://gcc.gnu.org/g:6675cf3abd09731ec8360ba8ac8928b63b33b7bb commit r12-11035-g6675cf3abd09731ec8360ba8ac8928b63b33b7bb Author: Richard Biener Date: Wed Apr 9 14:36:19 2025 +0200 rtl-optimization/119689 - compare-debug failure with LRA The previous change to fix LRA rematerializ

[gcc r15-9414] c++: improve constexpr call caching [PR115639]

2025-04-13 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:5869a881442aa4214d5deed7cfe0d352bcca1fd4 commit r15-9414-g5869a881442aa4214d5deed7cfe0d352bcca1fd4 Author: Patrick Palka Date: Sun Apr 13 11:04:46 2025 -0400 c++: improve constexpr call caching [PR115639] For the testcase from this PR, checking sta

[gcc r14-11599] [PR115568][LRA]: Use more strict output reload check in rematerialization

2025-04-13 Thread Uros Bizjak via Gcc-cvs
https://gcc.gnu.org/g:dc93babdcceb4293e4a64c0770786dc8aefc1a4e commit r14-11599-gdc93babdcceb4293e4a64c0770786dc8aefc1a4e Author: Vladimir N. Makarov Date: Wed Feb 5 14:23:23 2025 -0500 [PR115568][LRA]: Use more strict output reload check in rematerialization In this PR case LRA

[gcc r14-11600] rtl-optimization/119689 - compare-debug failure with LRA

2025-04-13 Thread Uros Bizjak via Gcc-cvs
https://gcc.gnu.org/g:31e31bbeea657496eaa2d8bf629f6e61c6cd1266 commit r14-11600-g31e31bbeea657496eaa2d8bf629f6e61c6cd1266 Author: Richard Biener Date: Wed Apr 9 14:36:19 2025 +0200 rtl-optimization/119689 - compare-debug failure with LRA The previous change to fix LRA rematerializ

[gcc r12-11034] [PR115568][LRA]: Use more strict output reload check in rematerialization

2025-04-13 Thread Uros Bizjak via Gcc-cvs
https://gcc.gnu.org/g:3232e151654f3998926c8e82a2ffd911c6e74df4 commit r12-11034-g3232e151654f3998926c8e82a2ffd911c6e74df4 Author: Vladimir N. Makarov Date: Wed Feb 5 14:23:23 2025 -0500 [PR115568][LRA]: Use more strict output reload check in rematerialization In this PR case LRA

[gcc r13-9521] rtl-optimization/119689 - compare-debug failure with LRA

2025-04-13 Thread Uros Bizjak via Gcc-cvs
https://gcc.gnu.org/g:1a2e39a5349a36deea33f5fb078edfe658daaf50 commit r13-9521-g1a2e39a5349a36deea33f5fb078edfe658daaf50 Author: Richard Biener Date: Wed Apr 9 14:36:19 2025 +0200 rtl-optimization/119689 - compare-debug failure with LRA The previous change to fix LRA rematerializa

[gcc r15-9415] Fortran: Fix runtime segfault closing negative unit

2025-04-13 Thread Jerry DeLisle via Gcc-cvs
https://gcc.gnu.org/g:ee6173800ed1f9b653a85019ad2fa8e6d883823a commit r15-9415-gee6173800ed1f9b653a85019ad2fa8e6d883823a Author: Jerry DeLisle Date: Sat Apr 12 19:51:23 2025 -0700 Fortran: Fix runtime segfault closing negative unit When closing a UNIT with an invalid negat

[gcc r15-9416] cobol: Avoid conflict with OVERFLOW in system headers [PR119217]

2025-04-13 Thread Rainer Orth via Gcc-cvs
https://gcc.gnu.org/g:b0fb746bf2ff533eccf3a4ea7fbbc02a9a1f8b81 commit r15-9416-gb0fb746bf2ff533eccf3a4ea7fbbc02a9a1f8b81 Author: Rainer Orth Date: Sun Apr 13 22:48:44 2025 +0200 cobol: Avoid conflict with OVERFLOW in system headers [PR119217] parse.h causes the COBOL build to brea

[gcc r15-9408] s390: Add z17 scheduler description

2025-04-13 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:171710bec51ebbe859bf3ff008e60dd018738026 commit r15-9408-g171710bec51ebbe859bf3ff008e60dd018738026 Author: Stefan Schulze Frielinghaus Date: Sun Apr 13 10:59:18 2025 +0200 s390: Add z17 scheduler description gcc/ChangeLog: * config/s390/s390.

[gcc r15-9407] s390: Support z17 processor name

2025-04-13 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:1b290c16e591f6df3c5896d21b610df3444052d9 commit r15-9407-g1b290c16e591f6df3c5896d21b610df3444052d9 Author: Stefan Schulze Frielinghaus Date: Sun Apr 13 10:59:18 2025 +0200 s390: Support z17 processor name The recently announced IBM z17 processor implements th

[gcc r15-9413] cobol: Avoid conflict with timespec_t in system headers [PR119217]

2025-04-13 Thread Rainer Orth via Gcc-cvs
https://gcc.gnu.org/g:962c3d69f189f6fa451153faf3ce261c50d23d5a commit r15-9413-g962c3d69f189f6fa451153faf3ce261c50d23d5a Author: Rainer Orth Date: Sun Apr 13 12:53:54 2025 +0200 cobol: Avoid conflict with timespec_t in system headers [PR119217] util.cc doesn't compile on Solaris: