[gcc r16-2714] i386: Fix incorrect attributes-error.c test

2025-08-01 Thread Alexander Monakov via Gcc-cvs
https://gcc.gnu.org/g:5b3f42dcae5574ed62f8d5806ccb67a278e07412 commit r16-2714-g5b3f42dcae5574ed62f8d5806ccb67a278e07412 Author: Artemiy Granat Date: Fri Aug 1 16:19:18 2025 +0300 i386: Fix incorrect attributes-error.c test gcc/testsuite/ChangeLog: * gcc.target/i3

[gcc r16-2675] i386: Fix typo in diagnostic about simultaneous regparm and thiscall use

2025-07-31 Thread Alexander Monakov via Gcc-cvs
https://gcc.gnu.org/g:df82965344f641c17a2df4bd7c195df9e980312b commit r16-2675-gdf82965344f641c17a2df4bd7c195df9e980312b Author: Artemiy Granat Date: Thu Jul 24 18:38:27 2025 +0300 i386: Fix typo in diagnostic about simultaneous regparm and thiscall use gcc/ChangeLog:

[gcc r16-2674] i386: Fix incorrect handling of simultaneous regparm and thiscall use

2025-07-31 Thread Alexander Monakov via Gcc-cvs
https://gcc.gnu.org/g:3b146853a3e8ca9f087d83173696fdcd332115e4 commit r16-2674-g3b146853a3e8ca9f087d83173696fdcd332115e4 Author: Artemiy Granat Date: Thu Jul 24 18:38:26 2025 +0300 i386: Fix incorrect handling of simultaneous regparm and thiscall use gcc/ChangeLog:

[gcc r16-2673] i386: Fix incorrect comment about stdcall and fastcall compatibility

2025-07-31 Thread Alexander Monakov via Gcc-cvs
https://gcc.gnu.org/g:55e71d2a553a4455dede9fd94405dea3f81721a6 commit r16-2673-g55e71d2a553a4455dede9fd94405dea3f81721a6 Author: Artemiy Granat Date: Thu Jul 24 18:38:25 2025 +0300 i386: Fix incorrect comment about stdcall and fastcall compatibility gcc/ChangeLog:

[gcc r16-2672] i386: Ignore regparm attribute and warn for it in 64-bit mode

2025-07-31 Thread Alexander Monakov via Gcc-cvs
https://gcc.gnu.org/g:ccead81bbc39668376eb5cf47066acb446cc43f3 commit r16-2672-gccead81bbc39668376eb5cf47066acb446cc43f3 Author: Artemiy Granat Date: Tue Jul 29 17:20:46 2025 +0300 i386: Ignore regparm attribute and warn for it in 64-bit mode The regparm attribute does not affect

[gcc r16-2092] Handle non default git prefix configurations

2025-07-08 Thread Alexander Monakov via Gcc-cvs
https://gcc.gnu.org/g:90f7df6194e3c687000fcf725e18532838881d2f commit r16-2092-g90f7df6194e3c687000fcf725e18532838881d2f Author: Pierre-Emmanuel Patry Date: Mon Jul 7 17:05:44 2025 +0200 Handle non default git prefix configurations Mklog parses the diff content from prepare-commit

[gcc r16-649] tighten type verification for CONJ_EXPR

2025-05-15 Thread Alexander Monakov via Gcc-cvs
https://gcc.gnu.org/g:5c012971969db94f88335d9bacd192d318564daa commit r16-649-g5c012971969db94f88335d9bacd192d318564daa Author: Alexander Monakov Date: Mon May 12 23:23:31 2025 +0300 tighten type verification for CONJ_EXPR As a followup to PAREN_EXPR verification, let's ensure tha

[gcc r15-3192] libcpp: deduplicate definition of padding size

2024-08-26 Thread Alexander Monakov via Gcc-cvs
https://gcc.gnu.org/g:a8260ebeae0f817bc7adf99cf62b604b1e2d3895 commit r15-3192-ga8260ebeae0f817bc7adf99cf62b604b1e2d3895 Author: Alexander Monakov Date: Sat Aug 24 17:37:13 2024 +0300 libcpp: deduplicate definition of padding size Tie together the two functions that ensure tail pa

[gcc r15-3121] libcpp: bump padding size in _cpp_convert_input [PR116458]

2024-08-23 Thread Alexander Monakov via Gcc-cvs
https://gcc.gnu.org/g:b2c1d7c4573d3b938f44b3bda202adeb292b1cbc commit r15-3121-gb2c1d7c4573d3b938f44b3bda202adeb292b1cbc Author: Alexander Monakov Date: Thu Aug 22 21:09:47 2024 +0300 libcpp: bump padding size in _cpp_convert_input [PR116458] The recently introduced search_line_fa

[gcc r15-3037] libcpp: replace SSE4.2 helper with an SSSE3 one

2024-08-20 Thread Alexander Monakov via Gcc-cvs
https://gcc.gnu.org/g:20a5b4824993ae1c99f3b965c5e07bbd2c64b2ce commit r15-3037-g20a5b4824993ae1c99f3b965c5e07bbd2c64b2ce Author: Alexander Monakov Date: Tue Aug 6 09:47:23 2024 +0300 libcpp: replace SSE4.2 helper with an SSSE3 one Since the characters we are searching for (CR, LF,

[gcc r15-628] tree-into-ssa: speed up sorting in prune_unused_phi_nodes [PR114480]

2024-05-17 Thread Alexander Monakov via Gcc-cvs
https://gcc.gnu.org/g:4b9e68a6f3b22800a7f12b58ef6b25e3b339bb3c commit r15-628-g4b9e68a6f3b22800a7f12b58ef6b25e3b339bb3c Author: Alexander Monakov Date: Wed May 15 16:23:17 2024 +0300 tree-into-ssa: speed up sorting in prune_unused_phi_nodes [PR114480] In PR 114480 we are hitting a