[gcc r13-9600] Fix up some further cases of missing or extraneous spaces in diagnostics

2025-04-23 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:6eb9f800810a89becb55690d80f1baf54b4cc966 commit r13-9600-g6eb9f800810a89becb55690d80f1baf54b4cc966 Author: Jakub Jelinek Date: Sat Mar 22 08:39:38 2025 +0100 Fix up some further cases of missing or extraneous spaces in diagnostics Given the recent PR119406 I'

[gcc r13-9601] combine: Use reg_used_between_p rather than modified_between_p in two spots [PR119291]

2025-04-23 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:7c4b8027480af39546ddd172b4674452eaa40cb8 commit r13-9601-g7c4b8027480af39546ddd172b4674452eaa40cb8 Author: Jakub Jelinek Date: Tue Apr 1 16:40:55 2025 +0200 combine: Use reg_used_between_p rather than modified_between_p in two spots [PR119291] The following

[gcc r13-9607] expmed: Always use QImode for init_expmed set_zero_cost [PR119785]

2025-04-23 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:3abc678a266a5ae130b45591f09ba51618926001 commit r13-9607-g3abc678a266a5ae130b45591f09ba51618926001 Author: Jakub Jelinek Date: Mon Apr 14 19:34:22 2025 +0200 expmed: Always use QImode for init_expmed set_zero_cost [PR119785] This is a regression on some targe

[gcc r13-9597] tree: Improve skip_simple_arithmetic [PR119183]

2025-04-23 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:34c76e51ce76c0ffc0f6152a2b9f7881a51d21eb commit r13-9597-g34c76e51ce76c0ffc0f6152a2b9f7881a51d21eb Author: Jakub Jelinek Date: Tue Mar 11 11:01:55 2025 +0100 tree: Improve skip_simple_arithmetic [PR119183] The following testcase takes very long time to compil

[gcc r16-321] combine: Special case set_noop_p in two spots

2025-04-30 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:79aa2a283a8d3327ff4d6dca77e81d5b1ac3a01e commit r16-321-g79aa2a283a8d3327ff4d6dca77e81d5b1ac3a01e Author: Jakub Jelinek Date: Thu May 1 08:29:03 2025 +0200 combine: Special case set_noop_p in two spots Here is the incremental patch I was talking about. Fo

[gcc r15-9254] cobol: sed portability fix

2025-04-10 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:fdbe017bc15f8cf6f211a056c1822bc1a933ae85 commit r15-9254-gfdbe017bc15f8cf6f211a056c1822bc1a933ae85 Author: Jakub Jelinek Date: Mon Apr 7 14:25:49 2025 +0200 cobol: sed portability fix Apparently Darwin sed doesn't like 's/\(foo\|bar\|baz\)/qux/' syntax, s

[gcc r15-9376] bitintlower: Fix up handling of nested casts in m_upward_2limbs cases [PR119707]

2025-04-10 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:b57d7ef4bdda8f939d804bfe40123cb9e4b447b3 commit r15-9376-gb57d7ef4bdda8f939d804bfe40123cb9e4b447b3 Author: Jakub Jelinek Date: Fri Apr 11 08:27:55 2025 +0200 bitintlower: Fix up handling of nested casts in m_upward_2limbs cases [PR119707] The following testc

[gcc r15-9457] cobol: Fix -fmax-errors option [PR119776]

2025-04-14 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:e0b57c75e6daa1664bea03ce96733bf1ebb38ced commit r15-9457-ge0b57c75e6daa1664bea03ce96733bf1ebb38ced Author: Jakub Jelinek Date: Mon Apr 14 19:33:11 2025 +0200 cobol: Fix -fmax-errors option [PR119776] There seems to be inconsistency in the -fmax-errors option

[gcc r15-9458] expmed: Always use QImode for init_expmed set_zero_cost [PR119785]

2025-04-14 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:f96a54350afcf7f3c90d0ecb51d7683d826acc00 commit r15-9458-gf96a54350afcf7f3c90d0ecb51d7683d826acc00 Author: Jakub Jelinek Date: Mon Apr 14 19:34:22 2025 +0200 expmed: Always use QImode for init_expmed set_zero_cost [PR119785] This is a regression on some targe

[gcc r15-9455] cobol: Drop -fsyntax-only from COBOL lang.opt [PR119777]

2025-04-14 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:e96cb35ceb08bb6d12670172115f27819c806e82 commit r15-9455-ge96cb35ceb08bb6d12670172115f27819c806e82 Author: Jakub Jelinek Date: Mon Apr 14 19:32:06 2025 +0200 cobol: Drop -fsyntax-only from COBOL lang.opt [PR119777] The comment is incorrect, fsyntax-only is no

[gcc r15-9454] pretty-print, expand: Print [must tail call] for CALL_EXPRs and fix up maybe_complain_about_tail_cal

2025-04-14 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:2e3c91786a981f2d68600e2d7b2e25a766e59c21 commit r15-9454-g2e3c91786a981f2d68600e2d7b2e25a766e59c21 Author: Jakub Jelinek Date: Mon Apr 14 19:31:23 2025 +0200 pretty-print, expand: Print [must tail call] for CALL_EXPRs and fix up maybe_complain_about_tail_call [PR1197

[gcc r15-9456] cobol: Fix up COBOL -include [PR119777]

2025-04-14 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:d0b41f3d6d0ace2b0ca57d105cd7fd8361d0b2a8 commit r15-9456-gd0b41f3d6d0ace2b0ca57d105cd7fd8361d0b2a8 Author: Jakub Jelinek Date: Mon Apr 14 19:32:43 2025 +0200 cobol: Fix up COBOL -include [PR119777] I was looking through options.cc diff between GCC 14 and 15,

[gcc r15-9459] testsuite: Fix up ipa/pr119530.c testcase [PR119318]

2025-04-14 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:ebdf92b6067a357e7bb08bfde294cc19b50e6abb commit r15-9459-gebdf92b6067a357e7bb08bfde294cc19b50e6abb Author: Jakub Jelinek Date: Mon Apr 14 19:35:20 2025 +0200 testsuite: Fix up ipa/pr119530.c testcase [PR119318] I'm seeing +FAIL: gcc.dg/ipa/pr119530.c exec

[gcc r15-9396] tailc, expand: Small incremental tweak to tail call dump [PR119718]

2025-04-12 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:7e91bba6d53899689b00bd0c995b35f6586fcacd commit r15-9396-g7e91bba6d53899689b00bd0c995b35f6586fcacd Author: Jakub Jelinek Date: Sat Apr 12 13:12:56 2025 +0200 tailc, expand: Small incremental tweak to tail call dump [PR119718] Here is an optional incremental t

[gcc r15-9395] tailc, expand: Tail call -fdump-{tree-tailc, expand-details} changes [PR119718]

2025-04-12 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:0562e17bd04b65aebff4721db05631b9f34af146 commit r15-9395-g0562e17bd04b65aebff4721db05631b9f34af146 Author: Jakub Jelinek Date: Sat Apr 12 13:11:59 2025 +0200 tailc, expand: Tail call -fdump-{tree-tailc,expand-details} changes [PR119718] The following patch m

[gcc r15-9397] bitintlower: Fix up handling of SSA_NAME copies in coalescing [PR119722]

2025-04-12 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:3f9dfb94eab1ab1bbf9a2b5e20d1f61e36516063 commit r15-9397-g3f9dfb94eab1ab1bbf9a2b5e20d1f61e36516063 Author: Jakub Jelinek Date: Sat Apr 12 13:13:53 2025 +0200 bitintlower: Fix up handling of SSA_NAME copies in coalescing [PR119722] The following patch is misco

[gcc r15-9398] driver: Fix up -freport-bug for ASLR [PR119727]

2025-04-12 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:8b2ceb421f045ee8b39d7941f39f1e9a67217583 commit r15-9398-g8b2ceb421f045ee8b39d7941f39f1e9a67217583 Author: Jakub Jelinek Date: Sat Apr 12 13:15:13 2025 +0200 driver: Fix up -freport-bug for ASLR [PR119727] With --enable-host-pie -freport-bug almost never prep

[gcc r15-9525] libatomic: Fix up libat_{,un}lock_n [PR119796]

2025-04-16 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:61dfb0747afcece3b7a690807b83b366ff34f329 commit r15-9525-g61dfb0747afcece3b7a690807b83b366ff34f329 Author: Jakub Jelinek Date: Wed Apr 16 17:21:39 2025 +0200 libatomic: Fix up libat_{,un}lock_n [PR119796] As mentioned in the PR (and I think in PR101075 too),

[gcc r15-9526] libatomic: Fix up libat_{, un}lock_n for mingw [PR119796]

2025-04-16 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:34fe8e90007afbc87941df9b01ffcf8747c11497 commit r15-9526-g34fe8e90007afbc87941df9b01ffcf8747c11497 Author: Jakub Jelinek Date: Wed Apr 16 17:22:49 2025 +0200 libatomic: Fix up libat_{,un}lock_n for mingw [PR119796] Here is just a port of the previously posted

[gcc r15-9516] bitintlower: Fix interaction of gimple_assign_copy_p stmts vs. has_single_use [PR119808]

2025-04-16 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:5a48e7732d6aa0aaf12b508fa640125e6c4d14b9 commit r15-9516-g5a48e7732d6aa0aaf12b508fa640125e6c4d14b9 Author: Jakub Jelinek Date: Wed Apr 16 09:11:06 2025 +0200 bitintlower: Fix interaction of gimple_assign_copy_p stmts vs. has_single_use [PR119808] The followi

[gcc r15-9548] s390: Use match_scratch instead of scratch in define_split [PR119834]

2025-04-17 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:22fe83d6fc9f59311241c981bcad58b61e2056d4 commit r15-9548-g22fe83d6fc9f59311241c981bcad58b61e2056d4 Author: Jakub Jelinek Date: Thu Apr 17 10:57:18 2025 +0200 s390: Use match_scratch instead of scratch in define_split [PR119834] The following testcase ICEs sin

[gcc r15-9420] driver: On linux hosts disable ASLR during -freport-bug [PR119727]

2025-04-14 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:5a32e85810d33dc46b1b5fe2803ee787d40709d5 commit r15-9420-g5a32e85810d33dc46b1b5fe2803ee787d40709d5 Author: Jakub Jelinek Date: Mon Apr 14 10:18:13 2025 +0200 driver: On linux hosts disable ASLR during -freport-bug [PR119727] Andi had a useful comment that eve

[gcc r15-9513] testsuite: Add testcase for already fixed PR [PR116093]

2025-04-15 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:45a708d7bf8369930f4f770bbb7047941727ba41 commit r15-9513-g45a708d7bf8369930f4f770bbb7047941727ba41 Author: Jakub Jelinek Date: Wed Apr 16 08:42:35 2025 +0200 testsuite: Add testcase for already fixed PR [PR116093] This testcase got fixed with r15-9397 PR11972

[gcc r16-1] Update crontab and git_update_version.py

2025-04-17 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:6027ba0c05efc8be80110424292a07fddf7f071f commit r16-1-g6027ba0c05efc8be80110424292a07fddf7f071f Author: Jakub Jelinek Date: Thu Apr 17 12:50:35 2025 +0200 Update crontab and git_update_version.py 2025-04-17 Jakub Jelinek maintainer-scripts/

[gcc r16-2] ada: bump Library_Version to 16.

2025-04-17 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:c237297ee596545552f48ec9582d7d16703d8949 commit r16-2-gc237297ee596545552f48ec9582d7d16703d8949 Author: Jakub Jelinek Date: Thu Apr 17 12:51:46 2025 +0200 ada: bump Library_Version to 16. gcc/ada/ChangeLog: * gnatvsn.ads: Bump Library_Version

[gcc r1] Bump BASE-VER.

2025-04-17 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:7eac294e087165e2f2bceee4d8ea11c70667cb7b commit r16 Author: Jakub Jelinek Date: Thu Apr 17 12:40:07 2025 +0200 Bump BASE-VER. 2025-04-17 Jakub Jelinek * BASE-VER: Set to 16.0.0. Diff: --- gcc/BASE-VER | 2 +- 1 file changed, 1 insertion(

[gcc] Created branch 'releases/gcc-15'

2025-04-17 Thread Jakub Jelinek via Gcc-cvs
The branch 'releases/gcc-15' was created pointing to: 5d05d496b2b4... libgomp: Don't test ompx::allocator::gnu_pinned_mem on non-

[gcc/basepoints/gcc-16] Bump BASE-VER.

2025-04-17 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:7eac294e087165e2f2bceee4d8ea11c70667cb7b commit 7eac294e087165e2f2bceee4d8ea11c70667cb7b Author: Jakub Jelinek Date: Thu Apr 17 12:40:07 2025 +0200 Bump BASE-VER. 2025-04-17 Jakub Jelinek * BASE-VER: Set to 16.0.0. Diff: --- gcc/BASE-VER

[gcc r15-9552] libgomp: Don't test ompx::allocator::gnu_pinned_mem on non-linux targets.

2025-04-17 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:5d05d496b2b4a3d4674b2e5a46d3a355abf4055d commit r15-9552-g5d05d496b2b4a3d4674b2e5a46d3a355abf4055d Author: Jakub Jelinek Date: Thu Apr 17 12:14:15 2025 +0200 libgomp: Don't test ompx::allocator::gnu_pinned_mem on non-linux targets. The libgomp.c/alloc-pinned*

[gcc r15-9553] Set DEV-PHASE to prerelease.

2025-04-17 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:d24527cded1338033872d9c190df2e5a72a65049 commit r15-9553-gd24527cded1338033872d9c190df2e5a72a65049 Author: Jakub Jelinek Date: Thu Apr 17 12:56:00 2025 +0200 Set DEV-PHASE to prerelease. 2025-04-17 Jakub Jelinek * DEV-PHASE: Set to prerele

[gcc r16-381] i386: Fix comment typo on truncsfbf2 pattern

2025-05-05 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:fd2807173a262a954b76e3fdca605c5c8d1788a2 commit r16-381-gfd2807173a262a954b76e3fdca605c5c8d1788a2 Author: Jakub Jelinek Date: Mon May 5 09:17:21 2025 +0200 i386: Fix comment typo on truncsfbf2 pattern I've noticed a typo on the flag name, fixed thusly.

[gcc r16-402] gimple-fold: Fix fold_truth_andor_for_ifcombine [PR120074]

2025-05-06 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:81475602c3dd57ff6987e5f902814e8e3a0a0dde commit r16-402-g81475602c3dd57ff6987e5f902814e8e3a0a0dde Author: Jakub Jelinek Date: Tue May 6 13:00:10 2025 +0200 gimple-fold: Fix fold_truth_andor_for_ifcombine [PR120074] The following testcase ICEs because of a mis

[gcc r15-9625] gimple-fold: Fix fold_truth_andor_for_ifcombine [PR120074]

2025-05-06 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:a14d65f81e18e70144ceddfc3142a8103984919d commit r15-9625-ga14d65f81e18e70144ceddfc3142a8103984919d Author: Jakub Jelinek Date: Tue May 6 13:00:10 2025 +0200 gimple-fold: Fix fold_truth_andor_for_ifcombine [PR120074] The following testcase ICEs because of a mi

[gcc r16-363] ranger: Improve nonnull_if_nonzero attribute [PR117023]

2025-05-02 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:1e27e9a3184c948b499a21ff20181611514ed720 commit r16-363-g1e27e9a3184c948b499a21ff20181611514ed720 Author: Jakub Jelinek Date: Fri May 2 19:40:55 2025 +0200 ranger: Improve nonnull_if_nonzero attribute [PR117023] On Mon, Mar 31, 2025 at 11:30:20AM -0400, Andre

[gcc r15-9615] c: Fix up RAW_DATA_CST handling in check_constexpr_init [PR120057]

2025-05-02 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:14c2a12748eea0eef714a125cb1a6c834fd60560 commit r15-9615-g14c2a12748eea0eef714a125cb1a6c834fd60560 Author: Jakub Jelinek Date: Fri May 2 21:19:05 2025 +0200 c: Fix up RAW_DATA_CST handling in check_constexpr_init [PR120057] The pr120057-1.c testcase is incorr

[gcc r16-364] c: Fix up RAW_DATA_CST handling in check_constexpr_init [PR120057]

2025-05-02 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:e81f2f4855876c5d85ab9870c5a150ee1a59ee73 commit r16-364-ge81f2f4855876c5d85ab9870c5a150ee1a59ee73 Author: Jakub Jelinek Date: Fri May 2 21:19:05 2025 +0200 c: Fix up RAW_DATA_CST handling in check_constexpr_init [PR120057] The pr120057-1.c testcase is incorre

[gcc r16-361] cobol, v2: Fix up cobol cross-compilation from 32-bit arches [PR119364]

2025-05-02 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:4704b94fc76b51e79e6fcf63344f70da4d89d75c commit r16-361-g4704b94fc76b51e79e6fcf63344f70da4d89d75c Author: Jakub Jelinek Date: Fri May 2 19:09:34 2025 +0200 cobol, v2: Fix up cobol cross-compilation from 32-bit arches [PR119364] Right now it is not possible to

[gcc r16-362] cobol: Fix up exception handling [PR119364]

2025-05-02 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:c77d04506e6abdc45969d0ff146204be7485244a commit r16-362-gc77d04506e6abdc45969d0ff146204be7485244a Author: Jakub Jelinek Date: Fri May 2 19:10:59 2025 +0200 cobol: Fix up exception handling [PR119364] The following patch on top of the https://gcc.gnu.org/p

[gcc r14-11743] c++: Optimize in maybe_clone_body aliases even when not at_eof [PR113208]

2025-05-06 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:6d5a6a26e28d15ac05f59ee4d3c3d7d4d42acac3 commit r14-11743-g6d5a6a26e28d15ac05f59ee4d3c3d7d4d42acac3 Author: Jakub Jelinek Date: Wed May 15 18:50:11 2024 +0200 c++: Optimize in maybe_clone_body aliases even when not at_eof [PR113208] This patch reworks the cdt

[gcc r14-11744] c++: add fixed testcase [PR109464]

2025-05-06 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:9d9800938ef61b7978abb33a8b202beeb3efed6b commit r14-11744-g9d9800938ef61b7978abb33a8b202beeb3efed6b Author: Patrick Palka Date: Fri Jul 19 11:08:09 2024 -0400 c++: add fixed testcase [PR109464] Seems to be fixed by r15-521-g6ad7ca1bb90573. PR

[gcc r16-106] dwarf2out: Decrease dw_loc_descr_node and dw_attr_struct struct sizes [PR119711]

2025-04-24 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:1d52798ea907471b992616911ef4991ba704195f commit r16-106-g1d52798ea907471b992616911ef4991ba704195f Author: Jakub Jelinek Date: Thu Apr 24 10:29:34 2025 +0200 dwarf2out: Decrease dw_loc_descr_node and dw_attr_struct struct sizes [PR119711] As noted by Richi on

[gcc r15-9587] s390: Allow 5+ argument tail-calls in some special cases [PR119873]

2025-04-25 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:a36dd9ee5bb1d2f2f19b8d935db29468a35bb47e commit r15-9587-ga36dd9ee5bb1d2f2f19b8d935db29468a35bb47e Author: Jakub Jelinek Date: Thu Apr 24 23:44:28 2025 +0200 s390: Allow 5+ argument tail-calls in some special cases [PR119873] protobuf (and therefore firefox t

[gcc/redhat/heads/gcc-15-branch] (31 commits) Merge commit 'r15-9587-ga36dd9ee5bb1d2f2f19b8d935db29468a35

2025-04-25 Thread Jakub Jelinek via Gcc-cvs
The branch 'redhat/heads/gcc-15-branch' was updated to point to: ac84ab706662... Merge commit 'r15-9587-ga36dd9ee5bb1d2f2f19b8d935db29468a35 It previously pointed to: 8f87d3d9a9a5... Merge commit 'r15-9557-gd88b917325546cee24a544dc05cbfbef0fe Diff: Summary of changes (added commits): ---

[gcc r16-139] s390: Allow 5+ argument tail-calls in some -m31 -mzarch special cases [PR119873]

2025-04-25 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:3d156c9e9bdaf351f77e3348b7d0d75e08f65580 commit r16-139-g3d156c9e9bdaf351f77e3348b7d0d75e08f65580 Author: Jakub Jelinek Date: Fri Apr 25 14:42:01 2025 +0200 s390: Allow 5+ argument tail-calls in some -m31 -mzarch special cases [PR119873] Here is a patch to h

[gcc r15-9590] s390: Allow 5+ argument tail-calls in some -m31 -mzarch special cases [PR119873]

2025-04-25 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:f36ec88aa85a1a8f4ec300dfcd862fc4fbca1c53 commit r15-9590-gf36ec88aa85a1a8f4ec300dfcd862fc4fbca1c53 Author: Jakub Jelinek Date: Fri Apr 25 14:42:01 2025 +0200 s390: Allow 5+ argument tail-calls in some -m31 -mzarch special cases [PR119873] Here is a patch to

[gcc r16-125] Update gennews for GCC 15.

2025-04-25 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:865d0f23d2ba08b3b6df6066e7dc5e807a14f5fa commit r16-125-g865d0f23d2ba08b3b6df6066e7dc5e807a14f5fa Author: Jakub Jelinek Date: Fri Apr 25 09:53:35 2025 +0200 Update gennews for GCC 15. 2025-04-25 Jakub Jelinek * gennews (files): Add files f

[gcc r16-121] s390: Allow 5+ argument tail-calls in some special cases [PR119873]

2025-04-24 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:567684733e0c4f28158e19b72f4e7f660ad81561 commit r16-121-g567684733e0c4f28158e19b72f4e7f660ad81561 Author: Jakub Jelinek Date: Thu Apr 24 23:44:28 2025 +0200 s390: Allow 5+ argument tail-calls in some special cases [PR119873] protobuf (and therefore firefox to

[gcc r15-9582] Update gennews for GCC 15.

2025-04-25 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:fbc59a9ba1be0da9879b3747ad727ab240de65b4 commit r15-9582-gfbc59a9ba1be0da9879b3747ad727ab240de65b4 Author: Jakub Jelinek Date: Fri Apr 25 09:53:35 2025 +0200 Update gennews for GCC 15. 2025-04-25 Jakub Jelinek * gennews (files): Add files

[gcc r16-126] Adjust gcc_release for id href web transformations

2025-04-25 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:fef3a3c8b5d35c7a8eeae67f95a264a90120dd29 commit r16-126-gfef3a3c8b5d35c7a8eeae67f95a264a90120dd29 Author: Jakub Jelinek Date: Fri Apr 25 10:23:15 2025 +0200 Adjust gcc_release for id href web transformations We now have some script which transforms e.g. G

[gcc r15-9584] Bump BASE-VER

2025-04-25 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:2434f8b1fbe842ac5a1bd36fade4da89cc01 commit r15-9584-g2434f8b1fbe842ac5a1bd36fade4da89cc01 Author: Jakub Jelinek Date: Fri Apr 25 11:14:05 2025 +0200 Bump BASE-VER 2025-04-25 Jakub Jelinek * BASE-VER: Set to 15.1.1. Diff: --- gcc

[gcc r15-9585] Adjust gcc_release for id href web transformations

2025-04-25 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:1fde851e9a4e124cb6818a2b9fe9ab6b9a6bab9b commit r15-9585-g1fde851e9a4e124cb6818a2b9fe9ab6b9a6bab9b Author: Jakub Jelinek Date: Fri Apr 25 10:23:15 2025 +0200 Adjust gcc_release for id href web transformations We now have some script which transforms e.g.

[gcc r15-9586] rs6000: Ignore OPTION_MASK_SAVE_TOC_INDIRECT differences in inlining decisions [PR119327]

2025-04-25 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:00cc9725634f5547bbe29e0b7f94b87d0fe03e4b commit r15-9586-g00cc9725634f5547bbe29e0b7f94b87d0fe03e4b Author: Jakub Jelinek Date: Tue Apr 22 21:27:28 2025 +0200 rs6000: Ignore OPTION_MASK_SAVE_TOC_INDIRECT differences in inlining decisions [PR119327] The follow

[gcc r15-9476] libgcobol: Handle long double as an alternate IEEE754 quad [PR119244]

2025-04-14 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:69ffddd8bd9947c5c060979e453d6b138ad3ed8c commit r15-9476-g69ffddd8bd9947c5c060979e453d6b138ad3ed8c Author: Jakub Jelinek Date: Tue Apr 15 07:55:55 2025 +0200 libgcobol: Handle long double as an alternate IEEE754 quad [PR119244] I think there should be consist

[gcc r15-9479] testsuite: Fix up ipa/pr119318.c test [PR119318]

2025-04-15 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:a591629420b39a44a9232226e662bb8681396384 commit r15-9479-ga591629420b39a44a9232226e662bb8681396384 Author: Jakub Jelinek Date: Tue Apr 15 12:26:11 2025 +0200 testsuite: Fix up ipa/pr119318.c test [PR119318] dg-additional-options followed by dg-options is igno

[gcc r15-9507] testsuite: Fix up completion-2.c test

2025-04-15 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:674b0875a9861e61544e7040452ac22142db7c8b commit r15-9507-g674b0875a9861e61544e7040452ac22142db7c8b Author: Jakub Jelinek Date: Wed Apr 16 00:30:09 2025 +0200 testsuite: Fix up completion-2.c test The r15-9487 change has added -flto-partition=default, which br

[gcc r16-343] ++: Small build_vec_init improvement [PR117827]

2025-05-02 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:c6efdffa7d5c68a14aa5de3a426a44ee05aaa1b9 commit r16-343-gc6efdffa7d5c68a14aa5de3a426a44ee05aaa1b9 Author: Jakub Jelinek Date: Fri May 2 09:16:27 2025 +0200 ++: Small build_vec_init improvement [PR117827] As discussed in the https://gcc.gnu.org/pipermail/g

[gcc/redhat/heads/gcc-15-branch] (4 commits) Merge commit 'r15-9557-gd88b917325546cee24a544dc05cbfbef0fe

2025-04-18 Thread Jakub Jelinek via Gcc-cvs
The branch 'redhat/heads/gcc-15-branch' was updated to point to: 8f87d3d9a9a5... Merge commit 'r15-9557-gd88b917325546cee24a544dc05cbfbef0fe It previously pointed to: dd2ccfe59894... Merge commit 'r15-9554-g7336054f9b012a0812cd0a260375cd987e4 Diff: Summary of changes (added commits): ---

[gcc(refs/vendors/redhat/heads/gcc-15-branch)] Merge commit 'r15-9557-gd88b917325546cee24a544dc05cbfbef0febfe25' into redhat/gcc-15-branch

2025-04-18 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:8f87d3d9a9a578fdc32786927721e4598ca115a3 commit 8f87d3d9a9a578fdc32786927721e4598ca115a3 Merge: dd2ccfe59894 d88b91732554 Author: Jakub Jelinek Date: Fri Apr 18 20:17:39 2025 +0200 Merge commit 'r15-9557-gd88b917325546cee24a544dc05cbfbef0febfe25' into redhat/gcc-15-b

[gcc r16-471] fortran: Add testcases for PR120152, PR120153 and PR120158

2025-05-08 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:66f5f03853035cc917627e7d044bff8ccd9eca3f commit r16-471-g66f5f03853035cc917627e7d044bff8ccd9eca3f Author: Jakub Jelinek Date: Thu May 8 10:43:22 2025 +0200 fortran: Add testcases for PR120152, PR120153 and PR120158 The following patch adds testcase coverage f

[gcc r15-9639] libfortran: Readd 15 accidentally removed libgfortran symbols [PR120152]

2025-05-08 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:9d19251042f14fe84a5edc82b1a2b49ace6da6a1 commit r15-9639-g9d19251042f14fe84a5edc82b1a2b49ace6da6a1 Author: Jakub Jelinek Date: Wed May 7 18:46:51 2025 +0200 libfortran: Readd 15 accidentally removed libgfortran symbols [PR120152] The r15-4124-gc0002a675a92e76

[gcc r15-9641] libfortran: Fix up maxval/maxloc for UNSIGNED [PR120158]

2025-05-08 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:d4fd651d23b007fc9cd93a9300afab21d6dec2ee commit r15-9641-gd4fd651d23b007fc9cd93a9300afab21d6dec2ee Author: Jakub Jelinek Date: Thu May 8 09:36:30 2025 +0200 libfortran: Fix up maxval/maxloc for UNSIGNED [PR120158] When libgfortran is compiled, there are some

[gcc r15-9638] libcpp: Further fixes for incorrect line numbers in large files [PR120061]

2025-05-08 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:bfcb5da69a41f7a5e41faab39b763d9d7c8bd2ea commit r15-9638-gbfcb5da69a41f7a5e41faab39b763d9d7c8bd2ea Author: Jakub Jelinek Date: Wed May 7 17:25:42 2025 +0200 libcpp: Further fixes for incorrect line numbers in large files [PR120061] The backport of the PR10890

[gcc r15-9640] libfortran: Add 5 missing UNSIGNED symbols [PR120153]

2025-05-08 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:0ca51bd433869037061bb72d5b6872e423856189 commit r15-9640-g0ca51bd433869037061bb72d5b6872e423856189 Author: Jakub Jelinek Date: Wed May 7 18:47:50 2025 +0200 libfortran: Add 5 missing UNSIGNED symbols [PR120153] While looking at PR120152, I have noticed that l

[gcc r14-11749] libcpp: Further fixes for incorrect line numbers in large files [PR120061]

2025-05-08 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:8cbe033a8a88fe6437cc5d343ae0ddf8dd3455c8 commit r14-11749-g8cbe033a8a88fe6437cc5d343ae0ddf8dd3455c8 Author: Jakub Jelinek Date: Thu May 8 11:14:24 2025 +0200 libcpp: Further fixes for incorrect line numbers in large files [PR120061] The backport of the PR1089

[gcc r14-11750] rs6000: Ignore OPTION_MASK_SAVE_TOC_INDIRECT differences in inlining decisions [PR119327]

2025-05-08 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:cdf689a1f12e887c22c9989e6728ffac981f71ce commit r14-11750-gcdf689a1f12e887c22c9989e6728ffac981f71ce Author: Jakub Jelinek Date: Tue Apr 22 21:27:28 2025 +0200 rs6000: Ignore OPTION_MASK_SAVE_TOC_INDIRECT differences in inlining decisions [PR119327] The follo

[gcc r15-7780] avr: Fix up avr_print_operand diagnostics [PR118991]

2025-03-02 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:047b7f9a5665a5cb1267861deece3e5d6ce5c5fb commit r15-7780-g047b7f9a5665a5cb1267861deece3e5d6ce5c5fb Author: Jakub Jelinek Date: Sun Mar 2 11:30:35 2025 +0100 avr: Fix up avr_print_operand diagnostics [PR118991] As can be seen in gcc/po/gcc.pot: #: config/

[gcc r15-7755] c++: Adjust #embed support for P1967R14

2025-03-01 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:b510c53b18b7255bc43de1c45b700e0206ca27f0 commit r15-7755-gb510c53b18b7255bc43de1c45b700e0206ca27f0 Author: Jakub Jelinek Date: Fri Feb 28 15:17:37 2025 +0100 c++: Adjust #embed support for P1967R14 Now that the #embed paper has been voted in, the following pa

[gcc r15-7748] testsuite: Fix up gcc.target/i386/pr118940.c test [PR118940]

2025-02-28 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:146cb828ef0fd6ceb8087ebbb0f792abd615283f commit r15-7748-g146cb828ef0fd6ceb8087ebbb0f792abd615283f Author: Jakub Jelinek Date: Fri Feb 28 10:12:14 2025 +0100 testsuite: Fix up gcc.target/i386/pr118940.c test [PR118940] The testcase uses -m32 in dg-options, so

[gcc r15-7749] testsuite: Remove -m32 from another i386/ test

2025-02-28 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:616d1bd1ae28bb7617a21eb9d118e2bbeb01a409 commit r15-7749-g616d1bd1ae28bb7617a21eb9d118e2bbeb01a409 Author: Jakub Jelinek Date: Fri Feb 28 10:13:57 2025 +0100 testsuite: Remove -m32 from another i386/ test I found another test which uses -m32 in gcc.target/i38

[gcc r15-7867] testsuite: Add test for already fixed PR [PR104826]

2025-03-06 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:49ac89e03f2f171b401ac8b9d7c3cef72efbdc63 commit r15-7867-g49ac89e03f2f171b401ac8b9d7c3cef72efbdc63 Author: Jakub Jelinek Date: Thu Mar 6 17:29:03 2025 +0100 testsuite: Add test for already fixed PR [PR104826] ICE on this test was fixed by r15-2131. This just

[gcc r15-7900] c: do not warn about truncating NUL char when initializing nonstring arrays [PR117178]

2025-03-07 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:622968990beee7499e951590258363545b4a3b57 commit r15-7900-g622968990beee7499e951590258363545b4a3b57 Author: Jakub Jelinek Date: Fri Mar 7 23:59:34 2025 +0100 c: do not warn about truncating NUL char when initializing nonstring arrays [PR117178] When initializ

[gcc r15-7888] docs: Attempt to clarify complex literal suffixes [PR112960]

2025-03-07 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:aa247ea8c3e443a6d60f382e2db2ef5c0069f879 commit r15-7888-gaa247ea8c3e443a6d60f382e2db2ef5c0069f879 Author: Jakub Jelinek Date: Fri Mar 7 16:35:11 2025 +0100 docs: Attempt to clarify complex literal suffixes [PR112960] This attempts to clarify Complex literal

[gcc r15-7901] c-family, tree: Allow nonstring attribute on multidimensional arrays [PR117178]

2025-03-07 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:ab714e60870d1bb98039652b760918b5e680ac10 commit r15-7901-gab714e60870d1bb98039652b760918b5e680ac10 Author: Jakub Jelinek Date: Sat Mar 8 00:50:13 2025 +0100 c-family, tree: Allow nonstring attribute on multidimensional arrays [PR117178] As requested in the P

[gcc r15-7822] c++: Apply/diagnose attributes when instatiating ARRAY/POINTER/REFERENCE_TYPE [PR118787]

2025-03-04 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:1853b02d8c127740055242123db2d32cf9476ea9 commit r15-7822-g1853b02d8c127740055242123db2d32cf9476ea9 Author: Jakub Jelinek Date: Wed Mar 5 06:41:00 2025 +0100 c++: Apply/diagnose attributes when instatiating ARRAY/POINTER/REFERENCE_TYPE [PR118787] The followin

[gcc r15-7824] openmp, c++: Fix up OpenMP/OpenACC handling in C++ modules [PR119102]

2025-03-04 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:ddeb70548c81f5dba91f281290584698897151d8 commit r15-7824-gddeb70548c81f5dba91f281290584698897151d8 Author: Jakub Jelinek Date: Wed Mar 5 07:47:52 2025 +0100 openmp, c++: Fix up OpenMP/OpenACC handling in C++ modules [PR119102] modules.cc has apparently suppor

[gcc r15-7805] testsuite: Add tests for already fixed PR [PR119071]

2025-03-04 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:ccf9db9a6fa4b5bc7aad5e9603e2ac71984142a0 commit r15-7805-gccf9db9a6fa4b5bc7aad5e9603e2ac71984142a0 Author: Jakub Jelinek Date: Tue Mar 4 09:52:22 2025 +0100 testsuite: Add tests for already fixed PR [PR119071] Uros' r15-7793 fixed this PR as well, I'm just co

[gcc r15-7869] c++: Fix up instantiation of pointer/reference/array types with attributes [PR119138]

2025-03-06 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:0ba3e5ff14a48f1fb7ca53cb86194e08d5b5da66 commit r15-7869-g0ba3e5ff14a48f1fb7ca53cb86194e08d5b5da66 Author: Jakub Jelinek Date: Thu Mar 6 17:58:14 2025 +0100 c++: Fix up instantiation of pointer/reference/array types with attributes [PR119138] My r15-7822 PR1

[gcc r15-7870] c++: Update TYPE_FIELDS of variant types if cp_parser_late_parsing_default_args etc. modify it [PR98

2025-03-06 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:179e01085b0aed111ef1f7908c4b87c800f880e9 commit r15-7870-g179e01085b0aed111ef1f7908c4b87c800f880e9 Author: Jakub Jelinek Date: Thu Mar 6 18:26:37 2025 +0100 c++: Update TYPE_FIELDS of variant types if cp_parser_late_parsing_default_args etc. modify it [PR98533]

[gcc r15-7921] gimple-ssa-warn-access: Adjust maybe_warn_nonstring_arg for nonstring multidimensional arrays [PR117

2025-03-10 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:1301e18f69ced6a14a7648a24d1eb3addd836b6c commit r15-7921-g1301e18f69ced6a14a7648a24d1eb3addd836b6c Author: Jakub Jelinek Date: Mon Mar 10 09:31:41 2025 +0100 gimple-ssa-warn-access: Adjust maybe_warn_nonstring_arg for nonstring multidimensional arrays [PR117178]

[gcc r15-7924] libgcc: Fix up unwind-dw2-btree.h [PR119151]

2025-03-10 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:21109b37e8585a7a1b27650fcbf1749380016108 commit r15-7924-g21109b37e8585a7a1b27650fcbf1749380016108 Author: Jakub Jelinek Date: Mon Mar 10 10:34:00 2025 +0100 libgcc: Fix up unwind-dw2-btree.h [PR119151] The following testcase shows a bug in unwind-dw2-btree.h

[gcc r15-7959] contrib: Add cobol to bug_components.

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:1a9f6c1e95fff745e54bbb75f1f8ca36ede81f3d commit r15-7959-g1a9f6c1e95fff745e54bbb75f1f8ca36ede81f3d Author: Jakub Jelinek Date: Tue Mar 11 14:30:50 2025 +0100 contrib: Add cobol to bug_components. Without this we can't commit anything refering to cobol/NN

[gcc r15-7960] cobol: Fix up libgcobol configure [PR119216]

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:09c2a0ab94e1e731433eb2687ad16a9c79617e14 commit r15-7960-g09c2a0ab94e1e731433eb2687ad16a9c79617e14 Author: Jakub Jelinek Date: Tue Mar 11 14:34:01 2025 +0100 cobol: Fix up libgcobol configure [PR119216] Sorry, seems I've screwed up the earlier libgcobol/confi

[gcc r15-7953] One more libgcobol/configure.tgt tweak

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:35ba44f5eca80679e2d61fcb0169a182df9bd073 commit r15-7953-g35ba44f5eca80679e2d61fcb0169a182df9bd073 Author: Jakub Jelinek Date: Tue Mar 11 11:48:35 2025 +0100 One more libgcobol/configure.tgt tweak On Tue, Mar 11, 2025 at 10:45:09AM +0100, Andreas Schwab wrote

[gcc r15-7948] Make libgcobol/configure.tgt more similar to other libraries

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:8e1efc3c864928e3447880caceddb6fa0d45bc46 commit r15-7948-g8e1efc3c864928e3447880caceddb6fa0d45bc46 Author: Jakub Jelinek Date: Tue Mar 11 11:05:13 2025 +0100 Make libgcobol/configure.tgt more similar to other libraries When we know libgcobol is unsupported on

[gcc r15-7946] complex: Don't DCE unused COMPLEX_EXPRs for -O0 [PR119190]

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:e1da6283a1cbd5db474c0f7e5cca9b9876768199 commit r15-7946-ge1da6283a1cbd5db474c0f7e5cca9b9876768199 Author: Jakub Jelinek Date: Tue Mar 11 10:57:30 2025 +0100 complex: Don't DCE unused COMPLEX_EXPRs for -O0 [PR119190] The PR116463 r15-3128 change regressed the

[gcc r15-7947] tree: Improve skip_simple_arithmetic [PR119183]

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:20e5aa9cc1519f871cce25dbfdc149d9d60da779 commit r15-7947-g20e5aa9cc1519f871cce25dbfdc149d9d60da779 Author: Jakub Jelinek Date: Tue Mar 11 11:01:55 2025 +0100 tree: Improve skip_simple_arithmetic [PR119183] The following testcase takes very long time to compil

[gcc r15-7949] cobol: Use *.cc suffix for bison/flex generated C++ files

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:3f717f9565c5c40bcaa1e0b5419fe5bf65ad7f1c commit r15-7949-g3f717f9565c5c40bcaa1e0b5419fe5bf65ad7f1c Author: Jakub Jelinek Date: Tue Mar 11 11:07:15 2025 +0100 cobol: Use *.cc suffix for bison/flex generated C++ files In GCC 12 we've switched to using *.cc suff

[gcc r15-7950] cobol: Fix --enable-link-serialization build

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:8e8546d1260fca932b0bfaaa7e200ecaeae46c48 commit r15-7950-g8e8546d1260fca932b0bfaaa7e200ecaeae46c48 Author: Jakub Jelinek Date: Tue Mar 11 11:08:27 2025 +0100 cobol: Fix --enable-link-serialization build --enable-link-serialization relies on each FE participat

[gcc r15-7956] dwarf2out: Fix up DW_AT_language for COBOL

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:86eb3fb520b2a2026f6816ab51b88180b85d6882 commit r15-7956-g86eb3fb520b2a2026f6816ab51b88180b85d6882 Author: Jakub Jelinek Date: Tue Mar 11 12:06:28 2025 +0100 dwarf2out: Fix up DW_AT_language for COBOL Seems the LANG_HOOKS_NAME change for COBOL broke debug inf

[gcc r15-7958] cobol: libgcobol/Makefile.am cleanups

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:30efe7c5a0c46179672ce5d80d3c4c3143635dbc commit r15-7958-g30efe7c5a0c46179672ce5d80d3c4c3143635dbc Author: Jakub Jelinek Date: Tue Mar 11 14:25:19 2025 +0100 cobol: libgcobol/Makefile.am cleanups Looking at libgcobol.la, I see a lot of cruft, stuff that just

[gcc r15-7929] Add ChangeLog locations for gcc/cobol and libgcobol

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:7d2bf92c44f278721f29c24c510929b2a1ab9895 commit r15-7929-g7d2bf92c44f278721f29c24c510929b2a1ab9895 Author: Jakub Jelinek Date: Mon Mar 10 15:45:52 2025 +0100 Add ChangeLog locations for gcc/cobol and libgcobol * gcc-changelog/git_commit.py (default_ch

[gcc r15-7922] libgcc: Formatting fixes for unwind-dw2-btree.h

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:9fe5106ea92218380ea2a7166417565f79fe680d commit r15-7922-g9fe5106ea92218380ea2a7166417565f79fe680d Author: Jakub Jelinek Date: Mon Mar 10 09:33:55 2025 +0100 libgcc: Formatting fixes for unwind-dw2-btree.h Studying unwind-dw2-btree.h was really hard for me be

[gcc r15-7928] Add empty ChangeLog files for GCC COBOL.

2025-03-11 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:c664055622f67db7a89258962d846f02361c9b6d commit r15-7928-gc664055622f67db7a89258962d846f02361c9b6d Author: Jakub Jelinek Date: Mon Mar 10 15:38:54 2025 +0100 Add empty ChangeLog files for GCC COBOL. Diff: --- gcc/cobol/ChangeLog | 6 ++ libgcobol/ChangeLog | 6 +

[gcc r15-7739] input: Fix up ICEs with --param=file-cache-files=N for N > 16 [PR118860]

2025-02-27 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:518def14ef1a8e6e307079f205ff98ad619ccd7b commit r15-7739-g518def14ef1a8e6e307079f205ff98ad619ccd7b Author: Jakub Jelinek Date: Thu Feb 27 22:10:46 2025 +0100 input: Fix up ICEs with --param=file-cache-files=N for N > 16 [PR118860] The following testcase ICEs,

[gcc r15-7740] gimple-fold: Fix a pasto in fold_truth_andor_for_ifcombine [PR119030]

2025-02-27 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:8371e7f240c1130a3827be1afb94f73c26df81a6 commit r15-7740-g8371e7f240c1130a3827be1afb94f73c26df81a6 Author: Jakub Jelinek Date: Thu Feb 27 22:11:51 2025 +0100 gimple-fold: Fix a pasto in fold_truth_andor_for_ifcombine [PR119030] The following testcase is misco

[gcc r15-7756] c++: Fix cxx_eval_store_expression {REAL, IMAG}PART_EXPR handling [PR119045]

2025-02-28 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:7eb8ec1856f71b039d1c2235b1c941934fa28e22 commit r15-7756-g7eb8ec1856f71b039d1c2235b1c941934fa28e22 Author: Jakub Jelinek Date: Fri Feb 28 15:22:47 2025 +0100 c++: Fix cxx_eval_store_expression {REAL,IMAG}PART_EXPR handling [PR119045] I've added the asserts th

[gcc r15-7752] ifcvt: Fix ICE with (fix:SI (fix:DF (reg:DF))) [PR117712]

2025-02-28 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:26e4783c707a96ebb42c6ec4537578e635974573 commit r15-7752-g26e4783c707a96ebb42c6ec4537578e635974573 Author: Jakub Jelinek Date: Fri Feb 28 12:42:27 2025 +0100 ifcvt: Fix ICE with (fix:SI (fix:DF (reg:DF))) [PR117712] As documented in the manual, FIX/UNSIGNED_F

[gcc r15-7769] openmp: Fix up simd clone mask argument creation on x86 [PR115871]

2025-03-01 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:6589eb4efe39545ec7f7e641e1d302c89b260350 commit r15-7769-g6589eb4efe39545ec7f7e641e1d302c89b260350 Author: Jakub Jelinek Date: Sat Mar 1 09:15:57 2025 +0100 openmp: Fix up simd clone mask argument creation on x86 [PR115871] The following testcase ICEs since r

[gcc/redhat/heads/gcc-15-branch] (77 commits) Merge commit 'r15-7770-g8c15a6cefa0d1f8ec12701af1f528f473c3

2025-03-01 Thread Jakub Jelinek via Gcc-cvs
The branch 'redhat/heads/gcc-15-branch' was updated to point to: 504a13588c39... Merge commit 'r15-7770-g8c15a6cefa0d1f8ec12701af1f528f473c3 It previously pointed to: c22206a9eb81... Merge commit 'r15-7694-gaf73228fdb2e61c6354f972987ba2a746c3 Diff: Summary of changes (added commits): ---

[gcc r15-7722] alias: Perform offset arithmetics in poly_offset_int rather than poly_int64 [PR118819]

2025-02-26 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:b570f48c3dfb9ca3d640467cff67e569904009d4 commit r15-7722-gb570f48c3dfb9ca3d640467cff67e569904009d4 Author: Jakub Jelinek Date: Thu Feb 27 08:48:18 2025 +0100 alias: Perform offset arithmetics in poly_offset_int rather than poly_int64 [PR118819] This PR is ab

<    5   6   7   8   9   10   11   12   >