[gcc r16-769] middle-end: Fix complex lowering of cabs with no LHS [PR120369]

2025-05-20 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:95c74f354ae3186e84fbada22d2e7f3845dbb659 commit r16-769-g95c74f354ae3186e84fbada22d2e7f3845dbb659 Author: Andrew Pinski Date: Tue May 20 13:21:28 2025 -0700 middle-end: Fix complex lowering of cabs with no LHS [PR120369] This was introduced by r15-1797-gd8fe4

[gcc r16-768] [RISC-V] Infrastructure of synthesizing logical AND with constant

2025-05-20 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:5568277c005f5edda0ce444e11abd1d5845d6ee7 commit r16-768-g5568277c005f5edda0ce444e11abd1d5845d6ee7 Author: Shreya Munnangi Date: Tue May 20 20:15:42 2025 -0600 [RISC-V] Infrastructure of synthesizing logical AND with constant So this is the next step on the pa

[gcc r16-767] Add pattern match in match.pd for .AVG_CEIL

2025-05-20 Thread hongtao Liu via Gcc-cvs
https://gcc.gnu.org/g:72f0b446d2c03866ebe4cae125e32fef598e924d commit r16-767-g72f0b446d2c03866ebe4cae125e32fef598e924d Author: liuhongt Date: Tue Feb 25 22:48:27 2025 -0800 Add pattern match in match.pd for .AVG_CEIL 1) Optimize (a >> 1) + (b >> 1) + ((a | b) & 1) to .AVG_CEIL (a

[gcc(refs/users/meissner/heads/work206-bugs)] Fix PR 118541, do not generate unordered fp cmoves for IEEE compares.

2025-05-20 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:75392e393a610adb674d84ae3ebb61c089521a58 commit 75392e393a610adb674d84ae3ebb61c089521a58 Author: Michael Meissner Date: Tue May 20 16:39:49 2025 -0400 Fix PR 118541, do not generate unordered fp cmoves for IEEE compares. In bug PR target/118541 on power9, pow

[gcc(refs/users/meissner/heads/work206-bugs)] Update ChangeLog.*

2025-05-20 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:a331932dec94b756814f8759585915cf1f01efdf commit a331932dec94b756814f8759585915cf1f01efdf Author: Michael Meissner Date: Tue May 20 16:41:38 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.bugs | 109 + 1 file

[gcc r16-765] match: Remove valueize_condition argument from gimple_extra template

2025-05-20 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:70a5de6920055adde1cba97d91534376a195adf4 commit r16-765-g70a5de6920055adde1cba97d91534376a195adf4 Author: Andrew Pinski Date: Sun May 18 00:06:38 2025 -0700 match: Remove valueize_condition argument from gimple_extra template After r15-4791-gb60031e8f9f8fe, t

[gcc r15-9718] Fortran: fix passing of inquiry ref of complex array to TRANSFER [PR102891]

2025-05-20 Thread Harald Anlauf via Gcc-cvs
https://gcc.gnu.org/g:6683c729663299cdcc401248dce63ea16fc8357e commit r15-9718-g6683c729663299cdcc401248dce63ea16fc8357e Author: Harald Anlauf Date: Tue May 6 20:59:48 2025 +0200 Fortran: fix passing of inquiry ref of complex array to TRANSFER [PR102891] PR fortran/102891

[gcc r16-764] cobol: Multiple PRs; formatting; exception processing.

2025-05-20 Thread Robert Dubner via Gcc-cvs
https://gcc.gnu.org/g:fba34a0cc55488ad89becf81cf2c9ac517d244d4 commit r16-764-gfba34a0cc55488ad89becf81cf2c9ac517d244d4 Author: Robert Dubner Date: Tue May 20 13:35:15 2025 -0400 cobol: Multiple PRs; formatting; exception processing. The PRs mentined here have either been previous

[gcc r16-763] [PATCH v2 2/2] MIPS p8700 doesn't have vector extension and added the dummies reservation for the sa

2025-05-20 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:18f272ec3364bcffac2d798a3a744ff2d4c0f7d5 commit r16-763-g18f272ec3364bcffac2d798a3a744ff2d4c0f7d5 Author: Umesh Kalappa Date: Tue May 20 11:57:00 2025 -0600 [PATCH v2 2/2] MIPS p8700 doesn't have vector extension and added the dummies reservation for the same.

[gcc r16-762] [PATCH v2 1/2] The following changes enable P8700 processor for RISCV and P8700 is a high-performanc

2025-05-20 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:1186a2bd6e187d512030233171293ee87b608189 commit r16-762-g1186a2bd6e187d512030233171293ee87b608189 Author: Umesh Kalappa Date: Tue May 20 11:50:46 2025 -0600 [PATCH v2 1/2] The following changes enable P8700 processor for RISCV and P8700 is a high-performance processo

[gcc r16-761] cobol: sqrt(0) is not an ec-argument error. [PR119885]

2025-05-20 Thread Robert Dubner via Gcc-cvs
https://gcc.gnu.org/g:d44beb132850a8ced1b0614e2724f18465b4a737 commit r16-761-gd44beb132850a8ced1b0614e2724f18465b4a737 Author: Robert Dubner Date: Tue May 20 11:49:43 2025 -0400 cobol: sqrt(0) is not an ec-argument error. [PR119885] libgcobol PR cobol/119885

[gcc(refs/users/mikael/heads/refactor_descriptor_v05)] Correction régression pointer_array_5

2025-05-20 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:e5e42dae1cc1ee5001e62f2826730d56240662e3 commit e5e42dae1cc1ee5001e62f2826730d56240662e3 Author: Mikael Morin Date: Tue May 20 17:18:38 2025 +0200 Correction régression pointer_array_5 Diff: --- gcc/fortran/trans-array.cc | 2 +- 1 file changed, 1 insertion(+), 1 de

[gcc(refs/users/mikael/heads/refactor_descriptor_v05)] gimple-exec: prise en charge écrasement adresse

2025-05-20 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:140b1b46af178e33c48e6ca526b653d130f7b49a commit 140b1b46af178e33c48e6ca526b653d130f7b49a Author: Mikael Morin Date: Tue May 20 17:19:02 2025 +0200 gimple-exec: prise en charge écrasement adresse Diff: --- gcc/cgraphunit.cc | 29 + 1 file

[gcc r15-9716] ipa: Dump cgraph_node UID instead of order into ipa-clones dump file

2025-05-20 Thread Martin Jambor via Gcc-cvs
https://gcc.gnu.org/g:76d16fbd802a10faabf63945dd34f351aea087dc commit r15-9716-g76d16fbd802a10faabf63945dd34f351aea087dc Author: Martin Jambor Date: Fri May 16 17:13:51 2025 +0200 ipa: Dump cgraph_node UID instead of order into ipa-clones dump file Since starting from GCC 15 the o

[gcc r15-9717] tree-sra: Do not create stores into const aggregates (PR111873)

2025-05-20 Thread Martin Jambor via Gcc-cvs
https://gcc.gnu.org/g:c1db46f7e51d4a546ca536f7f10e548f02e5cc12 commit r15-9717-gc1db46f7e51d4a546ca536f7f10e548f02e5cc12 Author: Martin Jambor Date: Wed May 14 12:08:24 2025 +0200 tree-sra: Do not create stores into const aggregates (PR111873) This patch fixes (hopefully the) one

[gcc(refs/users/mikael/heads/refactor_descriptor_v05)] Correction partielle maxval_char_4

2025-05-20 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:f95d5a5ea51c923525e84f5817a94064ab99133d commit f95d5a5ea51c923525e84f5817a94064ab99133d Author: Mikael Morin Date: Tue May 20 14:20:24 2025 +0200 Correction partielle maxval_char_4 Diff: --- libgfortran/generated/maxloc0_16_s1.c | 16 +++--- libgfortran/generated/m

[gcc(refs/users/mikael/heads/refactor_descriptor_v05)] Correction régression maxval_char_4

2025-05-20 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:37157d145c9c8864bbd80fc00541e07d1b9e77b6 commit 37157d145c9c8864bbd80fc00541e07d1b9e77b6 Author: Mikael Morin Date: Tue May 20 15:39:49 2025 +0200 Correction régression maxval_char_4 Diff: --- libgfortran/generated/maxval1_s1.c | 5 +++-- libgfortran/generated/maxva

[gcc/devel/omp/gcc-15] Merge branch 'releases/gcc-15' into devel/omp/gcc-15

2025-05-20 Thread Tobias Burnus via Gcc-cvs
https://gcc.gnu.org/g:bc76738d12f06a5efc2b998c2d6fcc093288771f commit bc76738d12f06a5efc2b998c2d6fcc093288771f Merge: 033dc40acd5c 911cfea5e597 Author: Tobias Burnus Date: Tue May 20 13:39:18 2025 +0200 Merge branch 'releases/gcc-15' into devel/omp/gcc-15 Merge up to r15-9715-g911

[gcc r16-760] libstdc++: Cleanup and stabilize format _Spec<_CharT> and _Pres_type.

2025-05-20 Thread Tomasz Kaminski via Gcc-cvs
https://gcc.gnu.org/g:67584acb5906eb130223cd12f05161ca4de84d5f commit r16-760-g67584acb5906eb130223cd12f05161ca4de84d5f Author: Tomasz Kamiński Date: Thu Apr 24 16:03:27 2025 +0200 libstdc++: Cleanup and stabilize format _Spec<_CharT> and _Pres_type. These patch makes following ch

[gcc/devel/omp/gcc-15] (53 commits) Merge branch 'releases/gcc-15' into devel/omp/gcc-15

2025-05-20 Thread Tobias Burnus via Gcc-cvs
The branch 'devel/omp/gcc-15' was updated to point to: bc76738d12f0... Merge branch 'releases/gcc-15' into devel/omp/gcc-15 It previously pointed to: 033dc40acd5c... ChangeLog.omp bump Diff: Summary of changes (added commits): --- bc76738... Merge branch 'r

[gcc r15-9715] libstdc++: Fix incorrect links to archived SGI STL docs

2025-05-20 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:911cfea5e59798e04479ad475870935ccfae004b commit r15-9715-g911cfea5e59798e04479ad475870935ccfae004b Author: Jonathan Wakely Date: Tue May 20 10:53:41 2025 +0100 libstdc++: Fix incorrect links to archived SGI STL docs In r8--g25949ee33201f2 I updated some U

[gcc r16-759] libstdc++: Fix incorrect links to archived SGI STL docs

2025-05-20 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:501e6e786652748ff0ad9a322f74b9b47970031f commit r16-759-g501e6e786652748ff0ad9a322f74b9b47970031f Author: Jonathan Wakely Date: Tue May 20 10:53:41 2025 +0100 libstdc++: Fix incorrect links to archived SGI STL docs In r8--g25949ee33201f2 I updated some UR

[gcc(refs/users/mikael/heads/refactor_descriptor_v05)] Correction régression dec_type_print_2

2025-05-20 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:480a6c07dc80604899315779877d640b815c6ea3 commit 480a6c07dc80604899315779877d640b815c6ea3 Author: Mikael Morin Date: Mon May 19 21:02:06 2025 +0200 Correction régression dec_type_print_2 Diff: --- gcc/fortran/trans-array.cc | 7 ++- 1 file changed, 6 insertions(+

[gcc(refs/users/mikael/heads/refactor_descriptor_v05)] Correction régressions minloc_string maxloc_string

2025-05-20 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:54c9c143568edcaeaa5eb72e9cd6529df22c70aa commit 54c9c143568edcaeaa5eb72e9cd6529df22c70aa Author: Mikael Morin Date: Tue May 20 10:04:55 2025 +0200 Correction régressions minloc_string maxloc_string Diff: --- libgfortran/generated/maxloc0_16_s1.c | 4 +-- libgfortra

[gcc(refs/users/mikael/heads/refactor_descriptor_v05)] Correction régression reduce_3 et reduce_4

2025-05-20 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:203e4c8225e3f5b40d27a0f49742f64e405cade9 commit 203e4c8225e3f5b40d27a0f49742f64e405cade9 Author: Mikael Morin Date: Mon May 19 20:30:09 2025 +0200 Correction régression reduce_3 et reduce_4 Diff: --- libgfortran/intrinsics/reduce.c | 10 +++--- 1 file changed, 7

[gcc r16-758] libgcc: Move bitint support exports to x86/aarch64 specific map files

2025-05-20 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:35fd4abd3b9631e24f8b0b910edb001561eaa382 commit r16-758-g35fd4abd3b9631e24f8b0b910edb001561eaa382 Author: Jakub Jelinek Date: Tue May 20 09:36:58 2025 +0200 libgcc: Move bitint support exports to x86/aarch64 specific map files When adding _BitInt support I wa