[gcc r12-10772] testsuite: fix PR111613 test

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:0e3580191b449e599a4c8d7bfd634df2ca351d4a commit r12-10772-g0e3580191b449e599a4c8d7bfd634df2ca351d4a Author: Sam James Date: Mon Jul 29 21:47:16 2024 +0100 testsuite: fix PR111613 test PR ipa/111613 * gcc.c-torture/pr111613.c: Rename to..

[gcc r12-10771] Fix modref's iteraction with store merging

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:65b67169fb1c641a11973988bd439e255d62131a commit r12-10771-g65b67169fb1c641a11973988bd439e255d62131a Author: Jan Hubicka Date: Mon Jul 22 19:00:39 2024 +0200 Fix modref's iteraction with store merging Hi, this patch fixes wrong code in case store-merging i

[gcc r15-4341] libstdc++: Implement LWG 3564 for ranges::transform_view

2024-10-14 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:dde19c600c3c8a1d765c9b4961d2556e89edad14 commit r15-4341-gdde19c600c3c8a1d765c9b4961d2556e89edad14 Author: Jonathan Wakely Date: Sun Oct 13 21:47:14 2024 +0100 libstdc++: Implement LWG 3564 for ranges::transform_view The _Iterator type returned by begin() con

[gcc r15-4343] diagnostics: fix overload of emit_diagnostic [PR117109]

2024-10-14 Thread David Malcolm via Gcc-cvs
https://gcc.gnu.org/g:23e7b702521aa5611060a0b8dd194f3801fc commit r15-4343-g23e7b702521aa5611060a0b8dd194f3801fc Author: David Malcolm Date: Mon Oct 14 19:22:46 2024 -0400 diagnostics: fix overload of emit_diagnostic [PR117109] I accidentally broke "make gcc.pot" in r15-40

[gcc r15-4342] libcpp: avoid extra spaces in module preprocessing

2024-10-14 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:2c08ddd3fdd4af794ce66dbabb81ba2e6aee0b7c commit r15-4342-g2c08ddd3fdd4af794ce66dbabb81ba2e6aee0b7c Author: Jason Merrill Date: Tue Oct 8 18:26:40 2024 -0400 libcpp: avoid extra spaces in module preprocessing Within the compiler, module keywords "import", "mod

[gcc r15-4346] libcpp: Add -Wtrailing-blanks warning

2024-10-14 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:ac615e10471f45031e69bd3eda6795dd8b75e4ad commit r15-4346-gac615e10471f45031e69bd3eda6795dd8b75e4ad Author: Jakub Jelinek Date: Tue Oct 15 07:53:56 2024 +0200 libcpp: Add -Wtrailing-blanks warning Trailing blanks is something even git diff diagnoses; while it

[gcc r15-4345] genmatch: Revert recent genmatch changes, instead add custom diag_vfprintf routine [PR117110]

2024-10-14 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:384faebde257b0b5a0aa334718ef1b645d4c8d1e commit r15-4345-g384faebde257b0b5a0aa334718ef1b645d4c8d1e Author: Jakub Jelinek Date: Tue Oct 15 07:50:35 2024 +0200 genmatch: Revert recent genmatch changes, instead add custom diag_vfprintf routine [PR117110] My rec

[gcc r15-4347] SVE intrinsics: Fold svmul with constant power-of-2 operand to svlsl

2024-10-14 Thread Jennifer Schmitz via Gcc-cvs
https://gcc.gnu.org/g:441ec5f9191443818ac1c10c72860d8a8ee2f9d2 commit r15-4347-g441ec5f9191443818ac1c10c72860d8a8ee2f9d2 Author: Jennifer Schmitz Date: Thu Sep 19 03:18:05 2024 -0700 SVE intrinsics: Fold svmul with constant power-of-2 operand to svlsl For svmul, if one of the oper

[gcc r15-4340] c++: address deduction and concepts [CWG2918]

2024-10-14 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:cacbb4daac3e9a9d86992fef1a7c607b4cee5f22 commit r15-4340-gcacbb4daac3e9a9d86992fef1a7c607b4cee5f22 Author: Jason Merrill Date: Fri Oct 11 14:52:43 2024 -0400 c++: address deduction and concepts [CWG2918] CWG2918 changes deduction from an overload set for the

[gcc r12-10769] Fix points_to_local_or_readonly_memory_p wrt TARGET_MEM_REF

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:92889011625f16e7eed654a137b9c14a29282917 commit r12-10769-g92889011625f16e7eed654a137b9c14a29282917 Author: Jan Hubicka Date: Thu May 16 15:33:55 2024 +0200 Fix points_to_local_or_readonly_memory_p wrt TARGET_MEM_REF TARGET_MEM_REF can be used to offset const

[gcc r12-10770] Fix handling of ICF_NOVOPS in ipa-modref

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:b454ad0e4eb6bb38a6dfe15a43acb6792315640b commit r12-10770-gb454ad0e4eb6bb38a6dfe15a43acb6792315640b Author: Jan Hubicka Date: Mon Jul 22 23:01:50 2024 +0200 Fix handling of ICF_NOVOPS in ipa-modref As shown in somewhat convoluted testcase, ipa-modref is mistr

[gcc r12-10767] Fix accounting of offsets in unadjusted_ptr_and_unit_offset

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:e098149b6b2c61ffe9e758dcd3ef021a78f2d132 commit r12-10767-ge098149b6b2c61ffe9e758dcd3ef021a78f2d132 Author: Jan Hubicka Date: Mon Jul 22 18:05:26 2024 +0200 Fix accounting of offsets in unadjusted_ptr_and_unit_offset unadjusted_ptr_and_unit_offset accidentall

[gcc r12-10768] Fix modref_eaf_analysis::analyze_ssa_name handling of values dereferenced to function call parameter

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:f2686f12e9345d95a2d6b7291bd777501d197869 commit r12-10768-gf2686f12e9345d95a2d6b7291bd777501d197869 Author: Jan Hubicka Date: Mon Jul 22 18:08:08 2024 +0200 Fix modref_eaf_analysis::analyze_ssa_name handling of values dereferenced to function call parameters

[gcc r15-4344] RISC-V: Fix UNRESOLVED testcases for SAT alu vector mode

2024-10-14 Thread Pan Li via Gcc-cvs
https://gcc.gnu.org/g:14493126c0f56dd201b27bfd28fb4575351a9725 commit r15-4344-g14493126c0f56dd201b27bfd28fb4575351a9725 Author: Pan Li Date: Tue Oct 15 09:19:44 2024 +0800 RISC-V: Fix UNRESOLVED testcases for SAT alu vector mode Some saturation related alu testcases missed additi

[gcc r14-10787] Fix handling of ICF_NOVOPS in ipa-modref

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:f0629e32278ef3966c00e889d0c6dce1de6115cc commit r14-10787-gf0629e32278ef3966c00e889d0c6dce1de6115cc Author: Jan Hubicka Date: Mon Jul 22 23:01:50 2024 +0200 Fix handling of ICF_NOVOPS in ipa-modref As shown in somewhat convoluted testcase, ipa-modref is mistr

[gcc r14-10784] ada: Type conversion in instance incorrectly rejected.

2024-10-14 Thread Eric Botcazou via Gcc-cvs
https://gcc.gnu.org/g:aff061f0f51e2547b04c8d24c3b0dc713a6d62a3 commit r14-10784-gaff061f0f51e2547b04c8d24c3b0dc713a6d62a3 Author: Steve Baird Date: Mon Jul 8 14:45:55 2024 -0700 ada: Type conversion in instance incorrectly rejected. In some cases, a legal type conversion in a gene

[gcc r14-10785] Add regression test

2024-10-14 Thread Eric Botcazou via Gcc-cvs
https://gcc.gnu.org/g:b62c956f775408b9058a3c9b738462e5d67d8df7 commit r14-10785-gb62c956f775408b9058a3c9b738462e5d67d8df7 Author: Eric Botcazou Date: Mon Oct 14 11:57:57 2024 +0200 Add regression test gcc/testsuite/ PR ada/114593 * gnat.dg/specs/generic_ins

[gcc r12-10765] Add regression test

2024-10-14 Thread Eric Botcazou via Gcc-cvs
https://gcc.gnu.org/g:3bb9418811d2ce870bd1c1c98a2ddca1bdcce998 commit r12-10765-g3bb9418811d2ce870bd1c1c98a2ddca1bdcce998 Author: Eric Botcazou Date: Mon Oct 14 11:57:57 2024 +0200 Add regression test gcc/testsuite/ PR ada/114593 * gnat.dg/specs/generic_ins

[gcc r12-10764] ada: Type conversion in instance incorrectly rejected.

2024-10-14 Thread Eric Botcazou via Gcc-cvs
https://gcc.gnu.org/g:fb61a7a203c5de3552e11bd633bc351463e51594 commit r12-10764-gfb61a7a203c5de3552e11bd633bc351463e51594 Author: Steve Baird Date: Mon Jul 8 14:45:55 2024 -0700 ada: Type conversion in instance incorrectly rejected. In some cases, a legal type conversion in a gene

[gcc r13-9106] Add regression test

2024-10-14 Thread Eric Botcazou via Gcc-cvs
https://gcc.gnu.org/g:19e7179f654e4d6192a8460425c8ac69221d8a7b commit r13-9106-g19e7179f654e4d6192a8460425c8ac69221d8a7b Author: Eric Botcazou Date: Mon Oct 14 11:57:57 2024 +0200 Add regression test gcc/testsuite/ PR ada/114593 * gnat.dg/specs/generic_inst

[gcc r13-9105] ada: Type conversion in instance incorrectly rejected.

2024-10-14 Thread Eric Botcazou via Gcc-cvs
https://gcc.gnu.org/g:3288028d0db7ef2152dc62056516d35722fb6590 commit r13-9105-g3288028d0db7ef2152dc62056516d35722fb6590 Author: Steve Baird Date: Mon Jul 8 14:45:55 2024 -0700 ada: Type conversion in instance incorrectly rejected. In some cases, a legal type conversion in a gener

[gcc r15-4324] middle-end: support SLP early break

2024-10-14 Thread Tamar Christina via Gcc-cvs
https://gcc.gnu.org/g:accb85345edb91368221fd07b74e74df427b7de0 commit r15-4324-gaccb85345edb91368221fd07b74e74df427b7de0 Author: Tamar Christina Date: Mon Oct 14 11:58:59 2024 +0100 middle-end: support SLP early break This patch introduces feature parity for early break int the SL

[gcc r15-4310] Match: Support form 3 for vector signed integer SAT_SUB

2024-10-14 Thread Pan Li via Gcc-cvs
https://gcc.gnu.org/g:5920bc841492e04b2bd06426db8620784b263d8d commit r15-4310-g5920bc841492e04b2bd06426db8620784b263d8d Author: Pan Li Date: Sat Oct 12 10:34:55 2024 +0800 Match: Support form 3 for vector signed integer SAT_SUB This patch would like to support the form 3 of the v

[gcc r15-4311] RISC-V: Add testcases for form 3 of vector signed SAT_SUB

2024-10-14 Thread Pan Li via Gcc-cvs
https://gcc.gnu.org/g:b97629226d9be496bc30bb13608ef1c2bcdceeb7 commit r15-4311-gb97629226d9be496bc30bb13608ef1c2bcdceeb7 Author: Pan Li Date: Sat Oct 12 10:40:30 2024 +0800 RISC-V: Add testcases for form 3 of vector signed SAT_SUB Form 3: #define DEF_VEC_SAT_S_SUB_FMT_3(T, U

[gcc r15-4312] RISC-V: Add testcases for form 4 of vector signed SAT_SUB

2024-10-14 Thread Pan Li via Gcc-cvs
https://gcc.gnu.org/g:4d8373f853269cd3a6f99ad0cb774fccd68cb874 commit r15-4312-g4d8373f853269cd3a6f99ad0cb774fccd68cb874 Author: Pan Li Date: Sat Oct 12 11:08:21 2024 +0800 RISC-V: Add testcases for form 4 of vector signed SAT_SUB Form 4: #define DEF_VEC_SAT_S_SUB_FMT_4(T, U

[gcc r15-4309] RISC-V: Add testcases for form 2 of vector signed SAT_SUB

2024-10-14 Thread Pan Li via Gcc-cvs
https://gcc.gnu.org/g:72d24d2a130a54fbe1479cb85e5639a7eab6c971 commit r15-4309-g72d24d2a130a54fbe1479cb85e5639a7eab6c971 Author: Pan Li Date: Sat Oct 12 09:13:54 2024 +0800 RISC-V: Add testcases for form 2 of vector signed SAT_SUB Form 2: #define DEF_VEC_SAT_S_SUB_FMT_2(T, U

[gcc r15-4319] RISC-V: Implement __init_riscv_feature_bits, __riscv_feature_bits, and __riscv_vendor_feature_bits

2024-10-14 Thread Kito Cheng via Gcc-cvs
https://gcc.gnu.org/g:ca44eb7f6a33ff3b93e7685606b4fc286ce0fe80 commit r15-4319-gca44eb7f6a33ff3b93e7685606b4fc286ce0fe80 Author: Kito Cheng Date: Mon Oct 14 16:07:16 2024 +0800 RISC-V: Implement __init_riscv_feature_bits, __riscv_feature_bits, and __riscv_vendor_feature_bits This

[gcc r15-4321] libstdc++: Enable memset optimizations for distinct character types [PR93059]

2024-10-14 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:d8ef4471cb9c9f86784b62424a215ea42173bfe1 commit r15-4321-gd8ef4471cb9c9f86784b62424a215ea42173bfe1 Author: Jonathan Wakely Date: Thu Oct 10 13:36:33 2024 +0100 libstdc++: Enable memset optimizations for distinct character types [PR93059] Currently we only op

[gcc r15-4320] libstdc++: Enable memcpy optimizations for distinct integral types [PR93059]

2024-10-14 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:308d19c11e119b2c5abf67778dd0ac8a370e5df7 commit r15-4320-g308d19c11e119b2c5abf67778dd0ac8a370e5df7 Author: Jonathan Wakely Date: Thu Oct 10 13:36:33 2024 +0100 libstdc++: Enable memcpy optimizations for distinct integral types [PR93059] Currently we only opti

[gcc r15-4316] aarch64: Fix folding of degenerate svwhilele case [PR117045]

2024-10-14 Thread Richard Sandiford via Gcc-cvs
https://gcc.gnu.org/g:50e7c51b0a0e9dc1d93f829016ae743b4f2e5070 commit r15-4316-g50e7c51b0a0e9dc1d93f829016ae743b4f2e5070 Author: Richard Sandiford Date: Mon Oct 14 09:52:44 2024 +0100 aarch64: Fix folding of degenerate svwhilele case [PR117045] The svwhilele folder mishandled the

[gcc r15-4317] middle-end: [PR middle-end/116926] Allow widening optabs for vec-mode -> scalar-mode

2024-10-14 Thread Victor Do Nascimento via Gcc-cvs
https://gcc.gnu.org/g:a6f4404689f12fa169540d94c0d06532c7152c2f commit r15-4317-ga6f4404689f12fa169540d94c0d06532c7152c2f Author: Victor Do Nascimento Date: Thu Oct 10 12:55:04 2024 +0100 middle-end: [PR middle-end/116926] Allow widening optabs for vec-mode -> scalar-mode The rece

[gcc r15-4318] MAINTAINERS (s390 port): Add myself

2024-10-14 Thread Stefan Schulze Frielinghaus via Gcc-cvs
https://gcc.gnu.org/g:fa04a1713b54bdc4c7b686c88117c9c46043ec73 commit r15-4318-gfa04a1713b54bdc4c7b686c88117c9c46043ec73 Author: Stefan Schulze Frielinghaus Date: Mon Oct 14 11:12:48 2024 +0200 MAINTAINERS (s390 port): Add myself ChangeLog: * MAINTAINERS (s390 por

[gcc r15-4313] middle-end/116891 - fix (negate (IFN_FNMS@3 @0 @1 @2)) -> (IFN_FMA @0 @1 @2)

2024-10-14 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:c53bd48c6920bc1f4039b6682aafbf414a600e47 commit r15-4313-gc53bd48c6920bc1f4039b6682aafbf414a600e47 Author: Richard Biener Date: Mon Oct 14 08:11:22 2024 +0200 middle-end/116891 - fix (negate (IFN_FNMS@3 @0 @1 @2)) -> (IFN_FMA @0 @1 @2) Transforming -fma (-a,

[gcc r15-4314] Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initial_device: Fix effective

2024-10-14 Thread Thomas Schwinge via Gcc-cvs
https://gcc.gnu.org/g:c3774b2e2d7d00ad9f9f6fce10aa6bc872bd951f commit r15-4314-gc3774b2e2d7d00ad9f9f6fce10aa6bc872bd951f Author: Thomas Schwinge Date: Mon Oct 14 10:26:13 2024 +0200 Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initial_device: Fix effective-target

[gcc r15-4315] Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initial_device: Harmonize 'li

2024-10-14 Thread Thomas Schwinge via Gcc-cvs
https://gcc.gnu.org/g:9f549d216c9716e787aaa38593bc9f83195b60ae commit r15-4315-g9f549d216c9716e787aaa38593bc9f83195b60ae Author: Thomas Schwinge Date: Mon Oct 14 10:34:34 2024 +0200 Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initial_device: Harmonize 'libgomp.o

[gcc(refs/users/mikael/heads/inline_minmaxloc_v341)] fortran: Add tests covering inline MINLOC/MAXLOC with DIM [PR90608]

2024-10-14 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:e36062b427002907f31b3686dffb96bfbe160dce commit e36062b427002907f31b3686dffb96bfbe160dce Author: Mikael Morin Date: Thu Nov 16 10:00:26 2023 +0100 fortran: Add tests covering inline MINLOC/MAXLOC with DIM [PR90608] Checked on x86_64-pc-linux-gnu. OK for m

[gcc(refs/users/mikael/heads/inline_minmaxloc_v341)] fortran: Inline unmasked integral MINLOC/MAXLOC with DIM [PR90608]

2024-10-14 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:90048759521fc9fffc853548ec70f230b02dcb72 commit 90048759521fc9fffc853548ec70f230b02dcb72 Author: Mikael Morin Date: Fri Nov 17 19:04:19 2023 +0100 fortran: Inline unmasked integral MINLOC/MAXLOC with DIM [PR90608] Bootstrapped and regression-tested on x86_64-

[gcc(refs/users/mikael/heads/inline_minmaxloc_v341)] fortran: Inline non-character MINLOC/MAXLOC with DIM [PR90608]

2024-10-14 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:7cbaf2828144da5c7938b465da72fb1e76dd62ff commit 7cbaf2828144da5c7938b465da72fb1e76dd62ff Author: Mikael Morin Date: Thu Aug 8 12:23:16 2024 +0200 fortran: Inline non-character MINLOC/MAXLOC with DIM [PR90608] Bootstrapped and regression-tested on x86_64-pc-li

[gcc(refs/users/mikael/heads/inline_minmaxloc_v341)] fortran: Check for empty MINLOC/MAXLOC ARRAY along DIM only

2024-10-14 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:fdaba0139d4346b460a79eddc5c4faaac5e02a8a commit fdaba0139d4346b460a79eddc5c4faaac5e02a8a Author: Mikael Morin Date: Sat Nov 18 20:54:20 2023 +0100 fortran: Check for empty MINLOC/MAXLOC ARRAY along DIM only Bootstrapped and regression-tested on x86_64-pc-linu

[gcc(refs/users/mikael/heads/inline_minmaxloc_v341)] fortran: Evaluate once BACK argument of MINLOC/MAXLOC with DIM [PR90608]

2024-10-14 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:2a9ae1ffb40de944438193984a83642531362344 commit 2a9ae1ffb40de944438193984a83642531362344 Author: Mikael Morin Date: Thu Oct 3 15:57:50 2024 +0200 fortran: Evaluate once BACK argument of MINLOC/MAXLOC with DIM [PR90608] Bootstrapped and regression-tested on x8

[gcc(refs/users/mikael/heads/inline_minmaxloc_v341)] fortran: Inline MINLOC/MAXLOC with DIM and scalar MASK [PR90608]

2024-10-14 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:d1830b5054f471d922c6bb1876e0e2303ba6581f commit d1830b5054f471d922c6bb1876e0e2303ba6581f Author: Mikael Morin Date: Thu Aug 8 13:44:16 2024 +0200 fortran: Inline MINLOC/MAXLOC with DIM and scalar MASK [PR90608] Bootstrapped and regression-tested on x86_64-pc-

[gcc(refs/users/mikael/heads/inline_minmaxloc_v341)] fortran: Check MASK directly instead of its scalarization chain

2024-10-14 Thread Mikael Morin via Gcc-cvs
https://gcc.gnu.org/g:381a8e764164265159c8c3d927b4163a7e3fbc4a commit 381a8e764164265159c8c3d927b4163a7e3fbc4a Author: Mikael Morin Date: Thu Sep 12 16:56:39 2024 +0200 fortran: Check MASK directly instead of its scalarization chain Bootstrapped and regression-tested on x86_64-pc-

[gcc] Created branch 'mikael/heads/inline_minmaxloc_v341' in namespace 'refs/users'

2024-10-14 Thread Mikael Morin via Gcc-cvs
The branch 'mikael/heads/inline_minmaxloc_v341' was created in namespace 'refs/users' pointing to: 2a9ae1ffb40d... fortran: Evaluate once BACK argument of MINLOC/MAXLOC with

[gcc r15-4325] RISC-V: Add detailed comments on processing implied extensions. [NFC]

2024-10-14 Thread Kito Cheng via Gcc-cvs
https://gcc.gnu.org/g:1c507a02f29c6ca735f40f4b16b341ce9d5aa1b1 commit r15-4325-g1c507a02f29c6ca735f40f4b16b341ce9d5aa1b1 Author: Yangyu Chen Date: Mon Oct 14 18:31:06 2024 +0800 RISC-V: Add detailed comments on processing implied extensions. [NFC] In some cases, we don't need to h

[gcc r15-4330] libcpp: Support extended characters for #pragma {push, pop}_macro [PR109704]

2024-10-14 Thread Lewis Hyatt via Gcc-cvs
https://gcc.gnu.org/g:998eb2a126d33ab622a6f12c7e1faccf4429835c commit r15-4330-g998eb2a126d33ab622a6f12c7e1faccf4429835c Author: Lewis Hyatt Date: Fri Jan 12 13:26:06 2024 -0500 libcpp: Support extended characters for #pragma {push,pop}_macro [PR109704] The implementation of #prag

[gcc r15-4331] libcpp: Fix _Pragma("GCC system_header") [PR114436]

2024-10-14 Thread Lewis Hyatt via Gcc-cvs
https://gcc.gnu.org/g:8c56d697b35d3d2ef802d068cad6b3bd026a2a1a commit r15-4331-g8c56d697b35d3d2ef802d068cad6b3bd026a2a1a Author: Lewis Hyatt Date: Fri Mar 22 15:42:43 2024 -0400 libcpp: Fix _Pragma("GCC system_header") [PR114436] _Pragma("GCC system_header") currently takes effect

[gcc/meissner/heads/work181-sha] (3 commits) Merge commit 'refs/users/meissner/heads/work181-sha' of git

2024-10-14 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work181-sha' was updated to point to: cd37254fc84b... Merge commit 'refs/users/meissner/heads/work181-sha' of git It previously pointed to: a7951e232b3d... Add ChangeLog.sha and update REVISION. Diff: Summary of changes (added commits):

[gcc(refs/users/meissner/heads/work181)] Update ChangeLog.*

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:e794689a0b96dcbe05f854def882ca3cffc72de5 commit e794689a0b96dcbe05f854def882ca3cffc72de5 Author: Michael Meissner Date: Mon Oct 14 12:30:21 2024 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.meissner | 448 + 1 file

[gcc/meissner/heads/work181-bugs] (14 commits) Merge commit 'refs/users/meissner/heads/work181-bugs' of gi

2024-10-14 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work181-bugs' was updated to point to: f96511e60821... Merge commit 'refs/users/meissner/heads/work181-bugs' of gi It previously pointed to: 84dbc16decf7... Merge commit 'refs/users/meissner/heads/work181-bugs' of gi Diff: Summary of changes (added commits): --

[gcc(refs/users/meissner/heads/work181-bugs)] Add ChangeLog.bugs and update REVISION.

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:2836b35eba2232942637118e666e62a7f4b48c41 commit 2836b35eba2232942637118e666e62a7f4b48c41 Author: Michael Meissner Date: Mon Oct 14 11:45:10 2024 -0400 Add ChangeLog.bugs and update REVISION. 2024-10-14 Michael Meissner gcc/ * Chan

[gcc(refs/users/meissner/heads/work181-bugs)] Merge commit 'refs/users/meissner/heads/work181-bugs' of git+ssh://gcc.gnu.org/git/gcc into me/work1

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:f96511e60821a82c9e65d3c3124d550b07d76c37 commit f96511e60821a82c9e65d3c3124d550b07d76c37 Merge: 2836b35eba22 84dbc16decf7 Author: Michael Meissner Date: Mon Oct 14 12:31:08 2024 -0400 Merge commit 'refs/users/meissner/heads/work181-bugs' of git+ssh://gcc.gnu.org/git/

[gcc(refs/users/meissner/heads/work181-dmf)] Merge commit 'refs/users/meissner/heads/work181-dmf' of git+ssh://gcc.gnu.org/git/gcc into me/work18

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:fb2501b139b5b35fedcc6f0c38d6f307a3652748 commit fb2501b139b5b35fedcc6f0c38d6f307a3652748 Merge: 592c968efd09 28be49ff2116 Author: Michael Meissner Date: Mon Oct 14 12:32:45 2024 -0400 Merge commit 'refs/users/meissner/heads/work181-dmf' of git+ssh://gcc.gnu.org/git/g

[gcc/meissner/heads/work181-dmf] (14 commits) Merge commit 'refs/users/meissner/heads/work181-dmf' of git

2024-10-14 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work181-dmf' was updated to point to: fb2501b139b5... Merge commit 'refs/users/meissner/heads/work181-dmf' of git It previously pointed to: 28be49ff2116... Merge commit 'refs/users/meissner/heads/work181-dmf' of git Diff: Summary of changes (added commits): ---

[gcc/meissner/heads/work181-libs] (14 commits) Merge commit 'refs/users/meissner/heads/work181-libs' of gi

2024-10-14 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work181-libs' was updated to point to: e8a01961571b... Merge commit 'refs/users/meissner/heads/work181-libs' of gi It previously pointed to: 4ef2f307279d... Merge commit 'refs/users/meissner/heads/work181-libs' of gi Diff: Summary of changes (added commits): --

[gcc(refs/users/meissner/heads/work181-dmf)] Add ChangeLog.dmf and update REVISION.

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:592c968efd0983624138a6a7deb6a9b431589c47 commit 592c968efd0983624138a6a7deb6a9b431589c47 Author: Michael Meissner Date: Mon Oct 14 11:42:15 2024 -0400 Add ChangeLog.dmf and update REVISION. 2024-10-14 Michael Meissner gcc/ * Chang

[gcc(refs/users/meissner/heads/work181-libs)] Add ChangeLog.libs and update REVISION.

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:8e48fdf475795420d5c49db95197a91af24223b2 commit 8e48fdf475795420d5c49db95197a91af24223b2 Author: Michael Meissner Date: Mon Oct 14 11:46:38 2024 -0400 Add ChangeLog.libs and update REVISION. 2024-10-14 Michael Meissner gcc/ * Chan

[gcc(refs/users/meissner/heads/work181-libs)] Merge commit 'refs/users/meissner/heads/work181-libs' of git+ssh://gcc.gnu.org/git/gcc into me/work1

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:e8a01961571bd1fee615eee8de87fd8a05d4fedf commit e8a01961571bd1fee615eee8de87fd8a05d4fedf Merge: 8e48fdf47579 4ef2f307279d Author: Michael Meissner Date: Mon Oct 14 12:33:52 2024 -0400 Merge commit 'refs/users/meissner/heads/work181-libs' of git+ssh://gcc.gnu.org/git/

[gcc(refs/users/meissner/heads/work181)] Change TARGET_POPCNTB to TARGET_POWER5

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:8166d15cead0eb497e0d3f8ec9f73f09a4ecd696 commit 8166d15cead0eb497e0d3f8ec9f73f09a4ecd696 Author: Michael Meissner Date: Mon Oct 14 12:18:56 2024 -0400 Change TARGET_POPCNTB to TARGET_POWER5 As part of the architecture flags patches, this patch changes the use

[gcc(refs/users/meissner/heads/work181)] Change TARGET_FPRND to TARGET_POWER5X

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:d7027d757560755f678584e6a86a33117de6e238 commit d7027d757560755f678584e6a86a33117de6e238 Author: Michael Meissner Date: Mon Oct 14 12:20:03 2024 -0400 Change TARGET_FPRND to TARGET_POWER5X As part of the architecture flags patches, this patch changes the use

[gcc(refs/users/meissner/heads/work181)] Change TARGET_CMPB to TARGET_POWER6

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:492d7f28463e13ab26cb2499bbded18c97d50b29 commit 492d7f28463e13ab26cb2499bbded18c97d50b29 Author: Michael Meissner Date: Mon Oct 14 12:21:14 2024 -0400 Change TARGET_CMPB to TARGET_POWER6 As part of the architecture flags patches, this patch changes the use of

[gcc(refs/users/meissner/heads/work181)] Change TARGET_POPCNTD to TARGET_POWER7

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:82fe872b5c547a133a0e46633f3bb68d8f5a6002 commit 82fe872b5c547a133a0e46633f3bb68d8f5a6002 Author: Michael Meissner Date: Mon Oct 14 12:22:26 2024 -0400 Change TARGET_POPCNTD to TARGET_POWER7 As part of the architecture flags patches, this patch changes the use

[gcc(refs/users/meissner/heads/work181)] Add rs6000 architecture masks.

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:036b90d27a2917aab2750bf60f8f2e7ae9dccd7a commit 036b90d27a2917aab2750bf60f8f2e7ae9dccd7a Author: Michael Meissner Date: Mon Oct 14 12:15:24 2024 -0400 Add rs6000 architecture masks. This patch begins the journey to move architecture bits that are not user IS

[gcc(refs/users/meissner/heads/work181)] Do not allow -mvsx to boost processor to power7.

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:8e34b86b710266e82e823b71edf9c85d3a730be5 commit 8e34b86b710266e82e823b71edf9c85d3a730be5 Author: Michael Meissner Date: Mon Oct 14 12:17:57 2024 -0400 Do not allow -mvsx to boost processor to power7. This patch restructures the code so that -mvsx for example

[gcc(refs/users/meissner/heads/work181)] Use architecture flags for defining _ARCH_PWR macros.

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:67040097e351052be30aeef7196343a4cdc9b596 commit 67040097e351052be30aeef7196343a4cdc9b596 Author: Michael Meissner Date: Mon Oct 14 12:17:02 2024 -0400 Use architecture flags for defining _ARCH_PWR macros. For the newer architectures, this patch changes GCC to

[gcc(refs/users/meissner/heads/work181)] Change TARGET_MODULO to TARGET_POWER9

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:93ac1555b8b2e88e23c1025b4220b5a34533f7e8 commit 93ac1555b8b2e88e23c1025b4220b5a34533f7e8 Author: Michael Meissner Date: Mon Oct 14 12:23:47 2024 -0400 Change TARGET_MODULO to TARGET_POWER9 As part of the architecture flags patches, this patch changes the use

[gcc(refs/users/meissner/heads/work181)] Update tests to work with architecture flags changes.

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:e369efc402f7a7ac4568c2dab420258a20adcdb8 commit e369efc402f7a7ac4568c2dab420258a20adcdb8 Author: Michael Meissner Date: Mon Oct 14 12:24:53 2024 -0400 Update tests to work with architecture flags changes. Two tests used -mvsx to raise the processor level to a

[gcc(refs/users/meissner/heads/work181)] Add support for -mcpu=future

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:2e4723b174af128a169452294fe9327fbd51e42f commit 2e4723b174af128a169452294fe9327fbd51e42f Author: Michael Meissner Date: Mon Oct 14 12:26:25 2024 -0400 Add support for -mcpu=future This patch adds the support that can be used in developing GCC support for

[gcc(refs/users/meissner/heads/work181-tar)] Merge commit 'refs/users/meissner/heads/work181-tar' of git+ssh://gcc.gnu.org/git/gcc into me/work18

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:00dae9f7d4672ab99eb12c8dcceb506f5272116c commit 00dae9f7d4672ab99eb12c8dcceb506f5272116c Merge: 55237aa6c1ad 5f1f68c03e81 Author: Michael Meissner Date: Mon Oct 14 12:02:23 2024 -0400 Merge commit 'refs/users/meissner/heads/work181-tar' of git+ssh://gcc.gnu.org/git/g

[gcc/meissner/heads/work181-tar] (3 commits) Merge commit 'refs/users/meissner/heads/work181-tar' of git

2024-10-14 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work181-tar' was updated to point to: 00dae9f7d467... Merge commit 'refs/users/meissner/heads/work181-tar' of git It previously pointed to: 5f1f68c03e81... Add ChangeLog.tar and update REVISION. Diff: Summary of changes (added commits):

[gcc(refs/users/meissner/heads/work181-vpair)] Add ChangeLog.vpair and update REVISION.

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:523937a3dab674d914844d819835f2bf8d08dca8 commit 523937a3dab674d914844d819835f2bf8d08dca8 Author: Michael Meissner Date: Mon Oct 14 11:43:16 2024 -0400 Add ChangeLog.vpair and update REVISION. 2024-10-14 Michael Meissner gcc/ * Cha

[gcc/meissner/heads/work181-dmf] (3 commits) Merge commit 'refs/users/meissner/heads/work181-dmf' of git

2024-10-14 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work181-dmf' was updated to point to: 28be49ff2116... Merge commit 'refs/users/meissner/heads/work181-dmf' of git It previously pointed to: 6f5b94463611... Add ChangeLog.dmf and update REVISION. Diff: Summary of changes (added commits):

[gcc(refs/users/meissner/heads/work181-sha)] Merge commit 'refs/users/meissner/heads/work181-sha' of git+ssh://gcc.gnu.org/git/gcc into me/work18

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:cd37254fc84b7ac0a78fe78c29fe174d681f9817 commit cd37254fc84b7ac0a78fe78c29fe174d681f9817 Merge: beea0ddf229a a7951e232b3d Author: Michael Meissner Date: Mon Oct 14 12:00:25 2024 -0400 Merge commit 'refs/users/meissner/heads/work181-sha' of git+ssh://gcc.gnu.org/git/g

[gcc(refs/users/meissner/heads/work181-test)] Add ChangeLog.test and update REVISION.

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:273de72c68bed56eaff457b3ee556ae1d61dcdb5 commit 273de72c68bed56eaff457b3ee556ae1d61dcdb5 Author: Michael Meissner Date: Mon Oct 14 11:48:26 2024 -0400 Add ChangeLog.test and update REVISION. 2024-10-14 Michael Meissner gcc/ * Chan

[gcc/meissner/heads/work181-vpair] (3 commits) Merge commit 'refs/users/meissner/heads/work181-vpair' of g

2024-10-14 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work181-vpair' was updated to point to: 250ef7a0befe... Merge commit 'refs/users/meissner/heads/work181-vpair' of g It previously pointed to: 9dabd45c2873... Add ChangeLog.vpair and update REVISION. Diff: Summary of changes (added commits):

[gcc(refs/users/meissner/heads/work181)] Add -mcpu=future tuning support.

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:7ab185da7948453f4245d8d5046c987e03229715 commit 7ab185da7948453f4245d8d5046c987e03229715 Author: Michael Meissner Date: Mon Oct 14 12:27:07 2024 -0400 Add -mcpu=future tuning support. This patch makes -mtune=future use the same tuning decision as -mtune=powe

[gcc/meissner/heads/work181-sha] (14 commits) Merge commit 'refs/users/meissner/heads/work181-sha' of git

2024-10-14 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work181-sha' was updated to point to: 9a784521c261... Merge commit 'refs/users/meissner/heads/work181-sha' of git It previously pointed to: cd37254fc84b... Merge commit 'refs/users/meissner/heads/work181-sha' of git Diff: Summary of changes (added commits): ---

[gcc(refs/users/meissner/heads/work181-sha)] Add ChangeLog.sha and update REVISION.

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:6774cc5cb2bac3f4b2f2c739cbe488b82f62e0f2 commit 6774cc5cb2bac3f4b2f2c739cbe488b82f62e0f2 Author: Michael Meissner Date: Mon Oct 14 11:47:32 2024 -0400 Add ChangeLog.sha and update REVISION. 2024-10-14 Michael Meissner gcc/ * Chang

[gcc(refs/users/meissner/heads/work181-sha)] Merge commit 'refs/users/meissner/heads/work181-sha' of git+ssh://gcc.gnu.org/git/gcc into me/work18

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:9a784521c2611f8f1193fa062521324103cbef88 commit 9a784521c2611f8f1193fa062521324103cbef88 Merge: 6774cc5cb2ba cd37254fc84b Author: Michael Meissner Date: Mon Oct 14 12:35:27 2024 -0400 Merge commit 'refs/users/meissner/heads/work181-sha' of git+ssh://gcc.gnu.org/git/g

[gcc(refs/users/meissner/heads/work181-tar)] Merge commit 'refs/users/meissner/heads/work181-tar' of git+ssh://gcc.gnu.org/git/gcc into me/work18

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:f8ed11d91f5bb2ff26fcc3280dbcff960d171277 commit f8ed11d91f5bb2ff26fcc3280dbcff960d171277 Merge: ab14655c0cae 00dae9f7d467 Author: Michael Meissner Date: Mon Oct 14 12:37:12 2024 -0400 Merge commit 'refs/users/meissner/heads/work181-tar' of git+ssh://gcc.gnu.org/git/g

[gcc r15-4339] OpenACC 'nohost' clause: harmonize 'libgomp.oacc-{c-c++-common, fortran}/routine-nohost-1.*'

2024-10-14 Thread Thomas Schwinge via Gcc-cvs
https://gcc.gnu.org/g:de0320712d026a2d1eeb57aef277fa5a91808ac2 commit r15-4339-gde0320712d026a2d1eeb57aef277fa5a91808ac2 Author: Thomas Schwinge Date: Mon Oct 14 14:38:13 2024 +0200 OpenACC 'nohost' clause: harmonize 'libgomp.oacc-{c-c++-common,fortran}/routine-nohost-1.*' The te

[gcc/meissner/heads/work181-tar] (14 commits) Merge commit 'refs/users/meissner/heads/work181-tar' of git

2024-10-14 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work181-tar' was updated to point to: f8ed11d91f5b... Merge commit 'refs/users/meissner/heads/work181-tar' of git It previously pointed to: 00dae9f7d467... Merge commit 'refs/users/meissner/heads/work181-tar' of git Diff: Summary of changes (added commits): ---

[gcc r13-9112] Fix handling of ICF_NOVOPS in ipa-modref

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:d5b42d1aa0cdfc11dc400ce66fcd4d13f8622b57 commit r13-9112-gd5b42d1aa0cdfc11dc400ce66fcd4d13f8622b57 Author: Jan Hubicka Date: Mon Jul 22 23:01:50 2024 +0200 Fix handling of ICF_NOVOPS in ipa-modref As shown in somewhat convoluted testcase, ipa-modref is mistre

[gcc r13-9110] Fix modref_eaf_analysis::analyze_ssa_name handling of values dereferenced to function call parameter

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:55b3fc2ab64594c4ac50925ce3d3cfdbb2a53374 commit r13-9110-g55b3fc2ab64594c4ac50925ce3d3cfdbb2a53374 Author: Jan Hubicka Date: Mon Jul 22 18:08:08 2024 +0200 Fix modref_eaf_analysis::analyze_ssa_name handling of values dereferenced to function call parameters

[gcc r13-9111] Fix points_to_local_or_readonly_memory_p wrt TARGET_MEM_REF

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:63557666869a2857665df5b387240231a6f7e5fc commit r13-9111-g63557666869a2857665df5b387240231a6f7e5fc Author: Jan Hubicka Date: Thu May 16 15:33:55 2024 +0200 Fix points_to_local_or_readonly_memory_p wrt TARGET_MEM_REF TARGET_MEM_REF can be used to offset consta

[gcc r13-9108] testsuite: fix PR111613 test

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:1a2725d346d382503c8d4f18f095fa8678b9f823 commit r13-9108-g1a2725d346d382503c8d4f18f095fa8678b9f823 Author: Sam James Date: Mon Jul 29 21:47:16 2024 +0100 testsuite: fix PR111613 test PR ipa/111613 * gcc.c-torture/pr111613.c: Rename to..

[gcc r13-9109] Fix accounting of offsets in unadjusted_ptr_and_unit_offset

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:477e905d6f300b2354ece26a474c18a84a046b9e commit r13-9109-g477e905d6f300b2354ece26a474c18a84a046b9e Author: Jan Hubicka Date: Mon Jul 22 18:05:26 2024 +0200 Fix accounting of offsets in unadjusted_ptr_and_unit_offset unadjusted_ptr_and_unit_offset accidentally

[gcc r13-9107] Fix modref's iteraction with store merging

2024-10-14 Thread Sam James via Gcc-cvs
https://gcc.gnu.org/g:fefa09cb6a1afe0c16186bfc9c80f91e2d5aa5ba commit r13-9107-gfefa09cb6a1afe0c16186bfc9c80f91e2d5aa5ba Author: Jan Hubicka Date: Mon Jul 22 19:00:39 2024 +0200 Fix modref's iteraction with store merging Hi, this patch fixes wrong code in case store-merging in

[gcc r15-4322] libstdc++: Use std::move for iterator in ranges::fill [PR117094]

2024-10-14 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:03623fa91ff36ecb9faa3b55f7842a39b759594e commit r15-4322-g03623fa91ff36ecb9faa3b55f7842a39b759594e Author: Jonathan Wakely Date: Sun Oct 13 22:48:43 2024 +0100 libstdc++: Use std::move for iterator in ranges::fill [PR117094] Input iterators aren't required to

[gcc r15-4323] Add regression test

2024-10-14 Thread Eric Botcazou via Gcc-cvs
https://gcc.gnu.org/g:df25d528d36352af9dd677a4d67e44fa5ed5dc43 commit r15-4323-gdf25d528d36352af9dd677a4d67e44fa5ed5dc43 Author: Eric Botcazou Date: Mon Oct 14 11:57:57 2024 +0200 Add regression test gcc/testsuite/ PR ada/114593 * gnat.dg/specs/generic_inst

[gcc r15-4326] AArch64: rename the SVE2 psel intrinsics to psel_lane [PR116371]

2024-10-14 Thread Tamar Christina via Gcc-cvs
https://gcc.gnu.org/g:306834b7f74ab61160f205e04f5bf35b71f9ec52 commit r15-4326-g306834b7f74ab61160f205e04f5bf35b71f9ec52 Author: Tamar Christina Date: Mon Oct 14 13:58:09 2024 +0100 AArch64: rename the SVE2 psel intrinsics to psel_lane [PR116371] The psel intrinsics. similar to th

[gcc r15-4327] simplify-rtx: Fix incorrect folding of shift and AND [PR117012]

2024-10-14 Thread Tamar Christina via Gcc-cvs
https://gcc.gnu.org/g:be966baa353dfcc20b76b5a5586ab2494bb0a735 commit r15-4327-gbe966baa353dfcc20b76b5a5586ab2494bb0a735 Author: Tamar Christina Date: Mon Oct 14 14:00:25 2024 +0100 simplify-rtx: Fix incorrect folding of shift and AND [PR117012] The optimization added in r15-1047-

[gcc r15-4329] Allow for class type coarray parameters. [PR77871]

2024-10-14 Thread Andre Vehreschild via Gcc-cvs
https://gcc.gnu.org/g:fd1a2f63bcac14cbedb8c8b1790525b9642567d9 commit r15-4329-gfd1a2f63bcac14cbedb8c8b1790525b9642567d9 Author: Andre Vehreschild Date: Thu Aug 15 13:49:49 2024 +0200 Allow for class type coarray parameters. [PR77871] gcc/fortran/ChangeLog: PR for

[gcc(refs/users/meissner/heads/work181)] Add ChangeLog.meissner and REVISION.

2024-10-14 Thread Michael Meissner via Libstdc++-cvs
https://gcc.gnu.org/g:05ef8ce8a9519dd5d1e332f46eae86add3d54d3f commit 05ef8ce8a9519dd5d1e332f46eae86add3d54d3f Author: Michael Meissner Date: Mon Oct 14 11:41:15 2024 -0400 Add ChangeLog.meissner and REVISION. 2024-10-14 Michael Meissner gcc/ * REVISIO

[gcc] Created branch 'meissner/heads/work181-dmf' in namespace 'refs/users'

2024-10-14 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work181-dmf' was created in namespace 'refs/users' pointing to: 2e30e90a0c2b... fold-const: Fix BIT_INSERT_EXPR folding for BYTES_BIG_ENDIA

[gcc] Created branch 'meissner/heads/work181' in namespace 'refs/users'

2024-10-14 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work181' was created in namespace 'refs/users' pointing to: 2e30e90a0c2b... fold-const: Fix BIT_INSERT_EXPR folding for BYTES_BIG_ENDIA

[gcc] Created branch 'meissner/heads/work181-vpair' in namespace 'refs/users'

2024-10-14 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work181-vpair' was created in namespace 'refs/users' pointing to: 2e30e90a0c2b... fold-const: Fix BIT_INSERT_EXPR folding for BYTES_BIG_ENDIA

[gcc(refs/users/meissner/heads/work181-dmf)] Add ChangeLog.dmf and update REVISION.

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:6f5b944636117e4a6f4165df70761ff27dcf5490 commit 6f5b944636117e4a6f4165df70761ff27dcf5490 Author: Michael Meissner Date: Mon Oct 14 11:42:15 2024 -0400 Add ChangeLog.dmf and update REVISION. 2024-10-14 Michael Meissner gcc/ * Chang

[gcc(refs/users/meissner/heads/work181-tar)] Add ChangeLog.tar and update REVISION.

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:5f1f68c03e81ab5a8ca5f9b53e7a2e78e18aae6c commit 5f1f68c03e81ab5a8ca5f9b53e7a2e78e18aae6c Author: Michael Meissner Date: Mon Oct 14 11:44:09 2024 -0400 Add ChangeLog.tar and update REVISION. 2024-10-14 Michael Meissner gcc/ * Chang

[gcc] Created branch 'meissner/heads/work181-bugs' in namespace 'refs/users'

2024-10-14 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work181-bugs' was created in namespace 'refs/users' pointing to: 2e30e90a0c2b... fold-const: Fix BIT_INSERT_EXPR folding for BYTES_BIG_ENDIA

[gcc(refs/users/meissner/heads/work181-vpair)] Add ChangeLog.vpair and update REVISION.

2024-10-14 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:9dabd45c28734eaaeccf8147be54664dc781cab4 commit 9dabd45c28734eaaeccf8147be54664dc781cab4 Author: Michael Meissner Date: Mon Oct 14 11:43:16 2024 -0400 Add ChangeLog.vpair and update REVISION. 2024-10-14 Michael Meissner gcc/ * Cha

  1   2   >