[gcc r15-1720] jit: Fix Darwin bootstrap after r15-1699.

2024-06-28 Thread Iain D Sandoe via Gcc-cvs
https://gcc.gnu.org/g:45e74d5dfa4c5f372df0d3545bc342b6a2505e71 commit r15-1720-g45e74d5dfa4c5f372df0d3545bc342b6a2505e71 Author: Iain Sandoe Date: Sat Jun 29 03:10:59 2024 +0100 jit: Fix Darwin bootstrap after r15-1699. r15-1699-g445c62ee492 contains changes that trigger two maybe

[gcc r15-1719] [committed] Fix mcore-elf regression after recent IRA change

2024-06-28 Thread Jeff Law via Gcc-cvs
https://gcc.gnu.org/g:9fbbad9b6c6e7fa7eaf37552173f5b8b2958976b commit r15-1719-g9fbbad9b6c6e7fa7eaf37552173f5b8b2958976b Author: Jeff Law Date: Fri Jun 28 18:36:50 2024 -0600 [committed] Fix mcore-elf regression after recent IRA change So the recent IRA change exposed a bug in the

[gcc r15-1717] c++: bad 'this' conversion for nullary memfn [PR106760]

2024-06-28 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:50073ffae0a9b8feb9b36fdafdebd9885f6d7dc8 commit r15-1717-g50073ffae0a9b8feb9b36fdafdebd9885f6d7dc8 Author: Patrick Palka Date: Fri Jun 28 19:45:21 2024 -0400 c++: bad 'this' conversion for nullary memfn [PR106760] Here we notice the 'this' conversion for the

[gcc r14-10359] c++: decltype of capture proxy of ref [PR115504]

2024-06-28 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:e6b115be1c392de415925282a38f28cd78cb6c35 commit r14-10359-ge6b115be1c392de415925282a38f28cd78cb6c35 Author: Patrick Palka Date: Tue Jun 25 20:07:15 2024 -0400 c++: decltype of capture proxy of ref [PR115504] The finish_decltype_type capture proxy handling add

[gcc r14-10357] c++: using non-dep array var of unknown bound [PR115358]

2024-06-28 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:33a9c4dd5fcac7e3f5d835b35fe787126339dd2b commit r14-10357-g33a9c4dd5fcac7e3f5d835b35fe787126339dd2b Author: Patrick Palka Date: Tue Jun 25 10:42:21 2024 -0400 c++: using non-dep array var of unknown bound [PR115358] For a non-dependent array variable of unkno

[gcc r14-10358] c++: alias CTAD and copy deduction guide [PR115198]

2024-06-28 Thread Patrick Palka via Gcc-cvs
https://gcc.gnu.org/g:a00a8d46ea6ff7130e2493e7bd9824e28e2509b7 commit r14-10358-ga00a8d46ea6ff7130e2493e7bd9824e28e2509b7 Author: Patrick Palka Date: Tue Jun 25 12:59:24 2024 -0400 c++: alias CTAD and copy deduction guide [PR115198] Here we're neglecting to update DECL_NAME during

[gcc r13-8878] libstdc++: Replace viewcvs links in docs with cgit links

2024-06-28 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:84cae12ed9055153bb5a4b72d50f0c36110b8027 commit r13-8878-g84cae12ed9055153bb5a4b72d50f0c36110b8027 Author: Jonathan Wakely Date: Tue Jun 25 13:35:17 2024 +0100 libstdc++: Replace viewcvs links in docs with cgit links For this backport to the release branch, t

[gcc r13-8877] libstdc++: Fix std::format for chrono::duration with unsigned rep [PR115668]

2024-06-28 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:4b64a1051a927a65a9acefbbb5714a8118c320bc commit r13-8877-g4b64a1051a927a65a9acefbbb5714a8118c320bc Author: Jonathan Wakely Date: Wed Jun 26 20:22:54 2024 +0100 libstdc++: Fix std::format for chrono::duration with unsigned rep [PR115668] Using std::chrono::abs

[gcc r14-10356] libstdc++: Fix std::format for chrono::duration with unsigned rep [PR115668]

2024-06-28 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:d5e352addf4c17d28bcada42409881089c5d8088 commit r14-10356-gd5e352addf4c17d28bcada42409881089c5d8088 Author: Jonathan Wakely Date: Wed Jun 26 20:22:54 2024 +0100 libstdc++: Fix std::format for chrono::duration with unsigned rep [PR115668] Using std::chrono::ab

[gcc r15-1715] libstdc++: Extend std::equal memcmp optimization to std::byte [PR101485]

2024-06-28 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:fab60eaa94b50b1eea84f0d001004c851d4c781b commit r15-1715-gfab60eaa94b50b1eea84f0d001004c851d4c781b Author: Jonathan Wakely Date: Fri Jun 28 11:14:39 2024 +0100 libstdc++: Extend std::equal memcmp optimization to std::byte [PR101485] We optimize std::equal to

[gcc r15-1716] libstdc++: Define __glibcxx_assert_fail for non-verbose build [PR115585]

2024-06-28 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:52370c839edd04df86d3ff2b71fcdca0c7376a7f commit r15-1716-g52370c839edd04df86d3ff2b71fcdca0c7376a7f Author: Jonathan Wakely Date: Fri Jun 28 15:14:15 2024 +0100 libstdc++: Define __glibcxx_assert_fail for non-verbose build [PR115585] When the library is config

[gcc r15-1714] libstdc++: Do not use C++11 alignof in C++98 mode [PR104395]

2024-06-28 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:03d3aeb0e0fa7dec9bd702cabf57ef73cdc32704 commit r15-1714-g03d3aeb0e0fa7dec9bd702cabf57ef73cdc32704 Author: Jonathan Wakely Date: Wed Jun 26 14:09:07 2024 +0100 libstdc++: Do not use C++11 alignof in C++98 mode [PR104395] When -faligned-new (or Clang's -falign

[gcc r15-1713] libstdc++: Simplify class templates

2024-06-28 Thread Jonathan Wakely via Libstdc++-cvs
https://gcc.gnu.org/g:ac8c61b62e71ffdcaebfd4cfc03f58fe542855dd commit r15-1713-gac8c61b62e71ffdcaebfd4cfc03f58fe542855dd Author: Jonathan Wakely Date: Wed Jun 26 12:40:51 2024 +0100 libstdc++: Simplify class templates As noted in a comment, the __gnu_cxx::__aligned_membuf class t

[gcc(refs/users/meissner/heads/work171-orig)] Add REVISION.

2024-06-28 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:547ef5be3d30656ba8e86ac643bc63127b0e502e commit 547ef5be3d30656ba8e86ac643bc63127b0e502e Author: Michael Meissner Date: Fri Jun 28 15:09:42 2024 -0400 Add REVISION. 2024-06-28 Michael Meissner gcc/ * REVISION: New file for branch.

[gcc] Created branch 'meissner/heads/work171-orig' in namespace 'refs/users'

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work171-orig' was created in namespace 'refs/users' pointing to: 5612541834c... ssa_lazy_cache takes an optional bitmap_obstack pointer.

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:1e4c7929c90cbcaa433328321748f0ce41622cca commit 1e4c7929c90cbcaa433328321748f0ce41622cca Author: Michael Meissner Date: Fri Jun 28 15:08:09 2024 -0400 Add ChangeLog.test and update REVISION. 2024-06-28 Michael Meissner gcc/ * Chan

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:ceb9a2dcf78cb2dbe66800c0c5204969f9c88db3 commit ceb9a2dcf78cb2dbe66800c0c5204969f9c88db3 Author: Michael Meissner Date: Fri Jun 28 15:07:19 2024 -0400 Add ChangeLog.bugs and update REVISION. 2024-06-28 Michael Meissner gcc/ * Chan

[gcc] Created branch 'meissner/heads/work171-test' in namespace 'refs/users'

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work171-test' was created in namespace 'refs/users' pointing to: f1cbe164c77... Add ChangeLog.meissner and REVISION.

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work171-bugs' was created in namespace 'refs/users' pointing to: f1cbe164c77... Add ChangeLog.meissner and REVISION.

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:96bcf7509f81dc100e2850727a1a192cb0692d6e commit 96bcf7509f81dc100e2850727a1a192cb0692d6e Author: Michael Meissner Date: Fri Jun 28 15:06:24 2024 -0400 Add ChangeLog.tar and update REVISION. 2024-06-28 Michael Meissner gcc/ * Chang

[gcc] Created branch 'meissner/heads/work171-tar' in namespace 'refs/users'

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work171-tar' was created in namespace 'refs/users' pointing to: f1cbe164c77... Add ChangeLog.meissner and REVISION.

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:a22705ca2c0d81c6ca4dcae9aca4b3dd362ff68c commit a22705ca2c0d81c6ca4dcae9aca4b3dd362ff68c Author: Michael Meissner Date: Fri Jun 28 15:05:36 2024 -0400 Add ChangeLog.vpair and update REVISION. 2024-06-28 Michael Meissner gcc/ * Cha

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work171-vpair' was created in namespace 'refs/users' pointing to: f1cbe164c77... Add ChangeLog.meissner and REVISION.

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:c6be350c861a3456ebf03c537554f9e7130eafb7 commit c6be350c861a3456ebf03c537554f9e7130eafb7 Author: Michael Meissner Date: Fri Jun 28 15:04:38 2024 -0400 Add ChangeLog.dmf and update REVISION. 2024-06-28 Michael Meissner gcc/ * Chang

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work171-dmf' was created in namespace 'refs/users' pointing to: f1cbe164c77... Add ChangeLog.meissner and REVISION.

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

2024-06-28 Thread Michael Meissner via Libstdc++-cvs
https://gcc.gnu.org/g:f1cbe164c773ed4ac62ab2e1321412419bd8cc24 commit f1cbe164c773ed4ac62ab2e1321412419bd8cc24 Author: Michael Meissner Date: Fri Jun 28 15:03:42 2024 -0400 Add ChangeLog.meissner and REVISION. 2024-06-28 Michael Meissner gcc/ * REVISIO

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work171' was created in namespace 'refs/users' pointing to: 5612541834c... ssa_lazy_cache takes an optional bitmap_obstack pointer.

[gcc(refs/users/meissner/heads/work170-bugs)] Merge users/me/work170

2024-06-28 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:b80a60655a2feab8ae0e8a449da25b1cdce912ec commit b80a60655a2feab8ae0e8a449da25b1cdce912ec Merge: 2aa69873eae dd44d0ca7c1 Author: Michael Meissner Date: Fri Jun 28 14:54:57 2024 -0400 Merge users/me/work170 Diff: gcc/ChangeLog.meissner | 6 ++ gcc/c-fam

[gcc/meissner/heads/work170-bugs] (2 commits) Merge users/me/work170

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work170-bugs' was updated to point to: b80a60655a2... Merge users/me/work170 It previously pointed to: 2aa69873eae... Add ChangeLog.bugs and update REVISION. Diff: Summary of changes (added commits): --- b80a606... Merge users/me/

[gcc(refs/users/meissner/heads/work170-orig)] Add REVISION.

2024-06-28 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:19ee327d7140c3f322113e81136b1fd91ff7fd9d commit 19ee327d7140c3f322113e81136b1fd91ff7fd9d Author: Michael Meissner Date: Fri Jun 28 14:49:18 2024 -0400 Add REVISION. 2024-06-28 Michael Meissner gcc/ * REVISION: New file for branch.

[gcc] Created branch 'meissner/heads/work170-orig' in namespace 'refs/users'

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work170-orig' was created in namespace 'refs/users' pointing to: 5612541834c... ssa_lazy_cache takes an optional bitmap_obstack pointer.

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:7fc6847e1c1c17e87c943bb3db6414271c5de121 commit 7fc6847e1c1c17e87c943bb3db6414271c5de121 Author: Michael Meissner Date: Fri Jun 28 14:48:25 2024 -0400 Add ChangeLog.test and update REVISION. 2024-06-28 Michael Meissner gcc/ * Chan

[gcc] Created branch 'meissner/heads/work170-test' in namespace 'refs/users'

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work170-test' was created in namespace 'refs/users' pointing to: 5612541834c... ssa_lazy_cache takes an optional bitmap_obstack pointer.

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:2aa69873eae36c24a752d473156ada65db0e2c82 commit 2aa69873eae36c24a752d473156ada65db0e2c82 Author: Michael Meissner Date: Fri Jun 28 14:47:25 2024 -0400 Add ChangeLog.bugs and update REVISION. 2024-06-28 Michael Meissner gcc/ * Chan

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work170-bugs' was created in namespace 'refs/users' pointing to: 5612541834c... ssa_lazy_cache takes an optional bitmap_obstack pointer.

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:53937d4655ae28346d2282e4fb31e64604fdc1af commit 53937d4655ae28346d2282e4fb31e64604fdc1af Author: Michael Meissner Date: Fri Jun 28 14:46:32 2024 -0400 Add ChangeLog.tar and update REVISION. 2024-06-28 Michael Meissner gcc/ * Chang

[gcc] Created branch 'meissner/heads/work170-tar' in namespace 'refs/users'

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work170-tar' was created in namespace 'refs/users' pointing to: 5612541834c... ssa_lazy_cache takes an optional bitmap_obstack pointer.

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:ec797378c59dd9da5a14ddaf6cb8b920e402dc27 commit ec797378c59dd9da5a14ddaf6cb8b920e402dc27 Author: Michael Meissner Date: Fri Jun 28 14:45:38 2024 -0400 Add ChangeLog.vpair and update REVISION. 2024-06-28 Michael Meissner gcc/ * Cha

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work170-vpair' was created in namespace 'refs/users' pointing to: 5612541834c... ssa_lazy_cache takes an optional bitmap_obstack pointer.

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:9ca76a67a3b90dbb162a02b8992784c88d75e533 commit 9ca76a67a3b90dbb162a02b8992784c88d75e533 Author: Michael Meissner Date: Fri Jun 28 14:44:43 2024 -0400 Add ChangeLog.dmf and update REVISION. 2024-06-28 Michael Meissner gcc/ * Chang

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work170-dmf' was created in namespace 'refs/users' pointing to: 5612541834c... ssa_lazy_cache takes an optional bitmap_obstack pointer.

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:dd44d0ca7c1b6ece8f95e65399b9741ad94f9567 commit dd44d0ca7c1b6ece8f95e65399b9741ad94f9567 Author: Michael Meissner Date: Fri Jun 28 14:43:45 2024 -0400 Add ChangeLog.meissner and REVISION. 2024-06-28 Michael Meissner gcc/ * REVISIO

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

2024-06-28 Thread Michael Meissner via Gcc-cvs
The branch 'meissner/heads/work170' was created in namespace 'refs/users' pointing to: 5612541834c... ssa_lazy_cache takes an optional bitmap_obstack pointer.

[gcc r15-1712] ssa_lazy_cache takes an optional bitmap_obstack pointer.

2024-06-28 Thread Andrew Macleod via Gcc-cvs
https://gcc.gnu.org/g:5612541834c063dd4126fb059e59c5dc8d5f2f8e commit r15-1712-g5612541834c063dd4126fb059e59c5dc8d5f2f8e Author: Andrew MacLeod Date: Wed Jun 26 14:53:54 2024 -0400 ssa_lazy_cache takes an optional bitmap_obstack pointer. Allow ssa_lazy cache to allocate bitmaps fr

[gcc r15-1711] i386: Cleanup tmp variable usage in ix86_expand_move

2024-06-28 Thread Uros Bizjak via Gcc-cvs
https://gcc.gnu.org/g:7419b4fe48b48e44b27e2dadc9ff870f5e049077 commit r15-1711-g7419b4fe48b48e44b27e2dadc9ff870f5e049077 Author: Uros Bizjak Date: Fri Jun 28 17:49:43 2024 +0200 i386: Cleanup tmp variable usage in ix86_expand_move Remove extra assignment, extra temp variable and v

[gcc r15-1710] Use move-aware auto_vec in map

2024-06-28 Thread J?rgen Kvalsvik via Gcc-cvs
https://gcc.gnu.org/g:86451e10f6e3bad0c719a9e30f1d9dea36819025 commit r15-1710-g86451e10f6e3bad0c719a9e30f1d9dea36819025 Author: Jørgen Kvalsvik Date: Fri Jun 28 08:35:31 2024 +0200 Use move-aware auto_vec in map Using auto_vec rather than vec for means the vectors are release

[gcc r15-1709] tree-optimization/115652 - more fixing of the fix

2024-06-28 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:ff6e8b7f09712bd7ddfcd2830b286421f23abef9 commit r15-1709-gff6e8b7f09712bd7ddfcd2830b286421f23abef9 Author: Richard Biener Date: Fri Jun 28 13:29:21 2024 +0200 tree-optimization/115652 - more fixing of the fix The following addresses the corner case of an oute

[gcc r15-1708] i386: Fix regression after refactoring legitimize_pe_coff_symbol, ix86_GOT_alias_set and PE_COFF_LEG

2024-06-28 Thread Christophe Lyon via Gcc-cvs
https://gcc.gnu.org/g:c4b7b62bfa10816c1e08f0f9597d857f11379688 commit r15-1708-gc4b7b62bfa10816c1e08f0f9597d857f11379688 Author: Evgeny Karpov Date: Fri Jun 28 12:37:12 2024 + i386: Fix regression after refactoring legitimize_pe_coff_symbol, ix86_GOT_alias_set and PE_COFF_LEGITIMIZE_E

[gcc r15-1707] Remove unused hybrid_* operators in range-ops.

2024-06-28 Thread Aldy Hernandez via Gcc-cvs
https://gcc.gnu.org/g:e9aa97940c60cbd43f28d8b1292126e118ead1d9 commit r15-1707-ge9aa97940c60cbd43f28d8b1292126e118ead1d9 Author: Aldy Hernandez Date: Fri Jun 28 11:27:24 2024 +0200 Remove unused hybrid_* operators in range-ops. gcc/ChangeLog: * range-op-ptr.cc (cl

[gcc r15-1706] tree-optimization/115640 - outer loop vect with inner SLP permute

2024-06-28 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:0192341a07b8ea30f631cf4afdc6fcf3fa7ce838 commit r15-1706-g0192341a07b8ea30f631cf4afdc6fcf3fa7ce838 Author: Richard Biener Date: Wed Jun 26 14:07:51 2024 +0200 tree-optimization/115640 - outer loop vect with inner SLP permute The following fixes wrong-code whe

[gcc(refs/users/aoliva/heads/testme)] [dwarf] get_debug_type of qualified_type

2024-06-28 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:03263dba5906e4f7987c89cff3c8e3f4c804e8df commit 03263dba5906e4f7987c89cff3c8e3f4c804e8df Author: Alexandre Oliva Date: Fri Jun 28 08:13:52 2024 -0300 [dwarf] get_debug_type of qualified_type When we choose the narrower/packed variant of a type as the main deb

[gcc/aoliva/heads/testme] [dwarf] get_debug_type of qualified_type

2024-06-28 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: 03263dba590... [dwarf] get_debug_type of qualified_type It previously pointed to: 0aa14458da7... [dwarf] get_debug_type of qualified_type Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): --

[gcc(refs/users/aoliva/heads/testme)] [dwarf] get_debug_type of qualified_type

2024-06-28 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:0aa14458da76fdbb55e77b0ed5b8069fe57ed56d commit 0aa14458da76fdbb55e77b0ed5b8069fe57ed56d Author: Alexandre Oliva Date: Fri Jun 28 08:13:52 2024 -0300 [dwarf] get_debug_type of qualified_type When we choose the narrower/packed variant of a type as the main deb

[gcc(refs/users/aoliva/heads/testme)] make_type_from_size: avoid TYPE_DEBUG_TYPE / TREE_TYPE loops

2024-06-28 Thread Alexandre Oliva via Gcc-cvs
https://gcc.gnu.org/g:0c598db8978a3569bd250a67ac52b7a88d544041 commit 0c598db8978a3569bd250a67ac52b7a88d544041 Author: Alexandre Oliva Date: Fri Jun 28 05:35:58 2024 -0300 make_type_from_size: avoid TYPE_DEBUG_TYPE / TREE_TYPE loops Before make_type_from_size links a preexisting t

[gcc/aoliva/heads/testme] (2 commits) [dwarf] get_debug_type of qualified_type

2024-06-28 Thread Alexandre Oliva via Gcc-cvs
The branch 'aoliva/heads/testme' was updated to point to: 0aa14458da7... [dwarf] get_debug_type of qualified_type It previously pointed to: 8f9705aadea... make_type_from_size avoid TYPE_DEBUG_TYPE / TREE_TYPE loops Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ---

[gcc r15-1705] amdgcn: Fix RDNA V32 permutations [PR115640]

2024-06-28 Thread Andrew Stubbs via Gcc-cvs
https://gcc.gnu.org/g:ef0b30212f7756db15d7507bfd871bf377d7d648 commit r15-1705-gef0b30212f7756db15d7507bfd871bf377d7d648 Author: Andrew Stubbs Date: Fri Jun 28 10:47:50 2024 + amdgcn: Fix RDNA V32 permutations [PR115640] There was an off-by-one error in the RDNA validation che

[gcc/devel/omp/gcc-14] Fix scan dumps in readonly-1.c

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:735bbbfc6eaf58522c3ebb0946b66f33958ea134 commit 735bbbfc6eaf58522c3ebb0946b66f33958ea134 Author: Paul-Antoine Arras Date: Tue Jun 25 12:56:19 2024 +0200 Fix scan dumps in readonly-1.c Diff: --- gcc/testsuite/c-c++-common/goacc/readonly-1.c | 8 1 file chang

[gcc/devel/omp/gcc-14] Fix strided `target update`

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:a1fb7891131e003162b769944db311b72384cd6a commit a1fb7891131e003162b769944db311b72384cd6a Author: Paul-Antoine Arras Date: Fri Jun 7 20:29:40 2024 +0200 Fix strided `target update` OG14 fixup for mainline commit 25072a477a5 "OpenMP: Call cuMemcpy2D/cuMemcp

[gcc/devel/omp/gcc-14] nvptx: Correct pattern for popcountdi2 insn in nvptx.md.

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:72a445d4792bef6ac394f70a49efc227c20f57f6 commit 72a445d4792bef6ac394f70a49efc227c20f57f6 Author: Roger Sayle Date: Sun May 19 09:49:45 2024 +0100 nvptx: Correct pattern for popcountdi2 insn in nvptx.md. The result of a POPCOUNT operation in RTL should have th

[gcc/devel/omp/gcc-14] Handle GOMP_MAP_STRUCT_UNORD in gfc_omp_deep_map_kind_p

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:4b129b1e37463c2c89c0a4cae138b5d60bea5815 commit 4b129b1e37463c2c89c0a4cae138b5d60bea5815 Author: Paul-Antoine Arras Date: Mon Jun 3 13:07:41 2024 +0200 Handle GOMP_MAP_STRUCT_UNORD in gfc_omp_deep_map_kind_p Fixup to mainline commit f5745dc1426bdb1a53ebaf7af7

[gcc/devel/omp/gcc-14] testsuite/*/gomp: Remove 'dg-prune-output "not supported yet"'

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:97c6fdc810859f828aed39c3d29651d12fd441e3 commit 97c6fdc810859f828aed39c3d29651d12fd441e3 Author: Tobias Burnus Date: Tue May 28 19:52:44 2024 +0200 testsuite/*/gomp: Remove 'dg-prune-output "not supported yet"' gcc/testsuite/ChangeLog: * c-c+

[gcc/devel/omp/gcc-14] Fix non-contiguous array support

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:8c1068bbe3e52529bede5466a43af8d98f38dac2 commit 8c1068bbe3e52529bede5466a43af8d98f38dac2 Author: Paul-Antoine Arras Date: Wed May 29 15:57:22 2024 +0200 Fix non-contiguous array support Make commit 9dfd943acf3de00142f86cea5283345725e74cef 'Update expected

[gcc/devel/omp/gcc-14] openmp: Diagnose using grainsize+num_tasks clauses together [PR115103]

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:d968c3f6f81a39e3041f7226431c94fe633b652a commit d968c3f6f81a39e3041f7226431c94fe633b652a Author: Jakub Jelinek Date: Wed May 15 18:34:44 2024 +0200 openmp: Diagnose using grainsize+num_tasks clauses together [PR115103] I've noticed that while we diagnose many

[gcc/devel/omp/gcc-14] Fix printing COMPOUND_EXPR in .original [PR23872]

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:23ed27f88f2acdfb1fde13e8f841a21fac98f0c4 commit 23ed27f88f2acdfb1fde13e8f841a21fac98f0c4 Author: Andrew Pinski Date: Tue Apr 16 17:43:36 2024 -0700 Fix printing COMPOUND_EXPR in .original [PR23872] Starting with the merge of the openmp branch into the trunk

[gcc/devel/omp/gcc-14] libgomp: Add gfx90c, 1036 and 1103 declare variant tests

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:a7f2bfda7e991268d14c6927747d27d22bd6fd05 commit a7f2bfda7e991268d14c6927747d27d22bd6fd05 Author: Jakub Jelinek Date: Thu May 2 11:56:16 2024 +0200 libgomp: Add gfx90c, 1036 and 1103 declare variant tests Recently -march=gfx{90c,1036,1103} support has been add

[gcc/devel/omp/gcc-14] install.texi (gcn): Fix date of recommended newlib version

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:f3b20431a75452ec245f87f3b6e4fe83e0219957 commit f3b20431a75452ec245f87f3b6e4fe83e0219957 Author: Tobias Burnus Date: Mon Jun 3 12:56:39 2024 +0200 install.texi (gcn): Fix date of recommended newlib version gcc/ChangeLog: * doc/install.texi (g

[gcc/devel/omp/gcc-14] Accept duplicate map clauses on target construct

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:e92c96a0efcf95847d43d9af47dcdd5be96dc0f4 commit e92c96a0efcf95847d43d9af47dcdd5be96dc0f4 Author: Paul-Antoine Arras Date: Wed May 29 18:41:18 2024 +0200 Accept duplicate map clauses on target construct Fixup for mainline commit 5fdb150cd4bf8f2da335e3f5c3a17aa

[gcc/devel/omp/gcc-14] Handle non-contiguous target update in gimplify_scan_omp_clauses

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:11263c048d39ab1d6a11067b18674bf8307bbbf5 commit 11263c048d39ab1d6a11067b18674bf8307bbbf5 Author: Paul-Antoine Arras Date: Mon May 27 15:53:22 2024 +0200 Handle non-contiguous target update in gimplify_scan_omp_clauses OG14 fixup for mainline commit 144c531fe2

[gcc/devel/omp/gcc-14] Add 'present' clause in gfc_omp_deep_map_kind_p

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:2f920adb53b07339e7a4f6ff37026e080ffa723f commit 2f920adb53b07339e7a4f6ff37026e080ffa723f Author: Paul-Antoine Arras Date: Tue May 21 14:02:22 2024 +0200 Add 'present' clause in gfc_omp_deep_map_kind_p OG14 fixup for mainline commit 4ede915d5dde935a16df2c6640a

[gcc/devel/omp/gcc-14] Fix declare-3.f95

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:ffd990543f805ed448aaa355d190f37103f8f1f0 commit ffd990543f805ed448aaa355d190f37103f8f1f0 Author: Paul-Antoine Arras Date: Fri May 17 17:33:10 2024 +0200 Fix declare-3.f95 Diff: --- gcc/testsuite/gfortran.dg/goacc/declare-3.f95 | 3 +-- 1 file changed, 1 insertion(+)

[gcc/devel/omp/gcc-14] OpenMP: Improve raw pretty-printing of gimple metadirectives.

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:ee7a3777ff2fab76b7243d3ab1803ebb2edf4cea commit ee7a3777ff2fab76b7243d3ab1803ebb2edf4cea Author: Sandra Loosemore Date: Fri May 10 02:41:41 2024 + OpenMP: Improve raw pretty-printing of gimple metadirectives. gcc/ChangeLog * gimple-pretty-prin

[gcc/devel/omp/gcc-14] OpenMP: Fix GIMPLE_OMP_METADIRECTIVE in nested functions at -O0

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:1904112175e0822aba55d2dc0892c7b932e6e430 commit 1904112175e0822aba55d2dc0892c7b932e6e430 Author: Sandra Loosemore Date: Fri May 10 02:39:03 2024 + OpenMP: Fix GIMPLE_OMP_METADIRECTIVE in nested functions at -O0 gcc/ChangeLog * tree-nested.cc (

[gcc/devel/omp/gcc-14] OpenMP: Fix broken testcase

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:d84306a223a6ff6757ac9570af157b8caa13c382 commit d84306a223a6ff6757ac9570af157b8caa13c382 Author: Sandra Loosemore Date: Fri May 10 02:24:56 2024 + OpenMP: Fix broken testcase gcc/testsuite/ChangeLog * c-c++-common/gomp/declare-variant-13.c: Us

[gcc/devel/omp/gcc-14] OpenMP: Fix for ICE in tree-nested.cc.

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:fbf246fb92aa4688a4fae0681c86716437bff4e1 commit fbf246fb92aa4688a4fae0681c86716437bff4e1 Author: Sandra Loosemore Date: Mon Apr 22 18:24:25 2024 + OpenMP: Fix for ICE in tree-nested.cc. Use gimple_omp_target_clauses() instead of gimple_omp_taskreg_clauses

[gcc/devel/omp/gcc-14] OpenMP: Update documentation of metadirective implementation status.

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:41656dc1e3f942b308aecaccf49245379d1ba187 commit 41656dc1e3f942b308aecaccf49245379d1ba187 Author: Sandra Loosemore Date: Wed May 15 14:38:50 2024 +0200 OpenMP: Update documentation of metadirective implementation status. libgomp/ChangeLog * libgomp

[gcc/devel/omp/gcc-14] OpenMP: Update "declare target"/OpenMP context interaction

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:23416673c4920bd387b74d6f8aed05e1e85d60f7 commit 23416673c4920bd387b74d6f8aed05e1e85d60f7 Author: Sandra Loosemore Date: Wed May 15 14:34:16 2024 +0200 OpenMP: Update "declare target"/OpenMP context interaction The code and test case previously implemented the

[gcc/devel/omp/gcc-14] OpenMP: Remove dead code from declare variant reimplementation

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:372182d2934bbb404c75337a6cd9b71332de96c5 commit 372182d2934bbb404c75337a6cd9b71332de96c5 Author: Sandra Loosemore Date: Wed May 15 14:27:01 2024 +0200 OpenMP: Remove dead code from declare variant reimplementation After reimplementing late resolution of "decl

[gcc/devel/omp/gcc-14] OpenMP: Extend dynamic selector support to declare variant

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:dbc48cbdf990dde3a5e1238cef76c5d059aa5479 commit dbc48cbdf990dde3a5e1238cef76c5d059aa5479 Author: Sandra Loosemore Date: Wed May 15 14:25:12 2024 +0200 OpenMP: Extend dynamic selector support to declare variant This patch extends the mechanisms previously adde

[gcc/devel/omp/gcc-14] OpenMP: Reject other properties with kind(any)

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:af77d6518f98dd89797c397a0e4379a3a9518066 commit af77d6518f98dd89797c397a0e4379a3a9518066 Author: Sandra Loosemore Date: Tue May 14 18:58:10 2024 +0200 OpenMP: Reject other properties with kind(any) The OpenMP spec says: "If trait-property any is spec

[gcc/devel/omp/gcc-14] OpenMP: C front end support for metadirectives

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:bcaa3c120383f1ef7c9e68324f831a5cbb0ccd88 commit bcaa3c120383f1ef7c9e68324f831a5cbb0ccd88 Author: Sandra Loosemore Date: Tue May 14 18:32:57 2024 +0200 OpenMP: C front end support for metadirectives This patch adds support to the C front end to parse OpenMP me

[gcc/devel/omp/gcc-14] OpenMP: Fortran front-end support for metadirectives.

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:577709cd26e2d1f4cca8b0460be0833d79f1b92e commit 577709cd26e2d1f4cca8b0460be0833d79f1b92e Author: Sandra Loosemore Date: Tue May 14 18:55:58 2024 +0200 OpenMP: Fortran front-end support for metadirectives. This patch adds support for metadirectives to the Fort

[gcc/devel/omp/gcc-14] OpenMP: middle-end support for metadirectives

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:acf8f0c584f95636b7a79a1611a3538d9f8857f9 commit acf8f0c584f95636b7a79a1611a3538d9f8857f9 Author: Sandra Loosemore Date: Tue May 14 17:36:57 2024 +0200 OpenMP: middle-end support for metadirectives This patch adds middle-end support for OpenMP metadirectives.

[gcc/devel/omp/gcc-14] OpenMP: common c/c++ testcases for metadirectives

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:d84a0beac05284a0a1fd2a0d012352436beb9a73 commit d84a0beac05284a0a1fd2a0d012352436beb9a73 Author: Sandra Loosemore Date: Tue May 14 18:41:47 2024 +0200 OpenMP: common c/c++ testcases for metadirectives gcc/testsuite/ChangeLog * c-c++-common/gomp/me

[gcc/devel/omp/gcc-14] OpenMP/Fortran: Ensure allocator is gimplified for 'omp allocate'

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:728e95f82cea89a1c5636d639288b924a077508a commit 728e95f82cea89a1c5636d639288b924a077508a Author: Tobias Burnus Date: Mon Oct 30 10:53:29 2023 +0100 OpenMP/Fortran: Ensure allocator is gimplified for 'omp allocate' Without this change, we we get an ICE in veri

[gcc/devel/omp/gcc-14] OpenMP: C++ front-end support for metadirectives

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:d632a226cad13281af9e9ad04fd8abe183ffbbc5 commit d632a226cad13281af9e9ad04fd8abe183ffbbc5 Author: Sandra Loosemore Date: Tue May 14 18:38:31 2024 +0200 OpenMP: C++ front-end support for metadirectives This patch adds C++ support for metadirectives. It uses th

[gcc/devel/omp/gcc-14] libgomp: runtime support for target_device selector

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:85c55edc0959816f7f4f27ef76c87d60a21e0880 commit 85c55edc0959816f7f4f27ef76c87d60a21e0880 Author: Sandra Loosemore Date: Tue May 14 18:28:43 2024 +0200 libgomp: runtime support for target_device selector This patch implements the libgomp runtime support for th

[gcc/devel/omp/gcc-14] OpenMP: metadirective tree data structures and front-end interfaces

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:07bbac386fac5ab599c1e60d50ebdaeb14751458 commit 07bbac386fac5ab599c1e60d50ebdaeb14751458 Author: Sandra Loosemore Date: Tue May 14 17:31:25 2024 +0200 OpenMP: metadirective tree data structures and front-end interfaces This patch adds the OMP_METADIRECTIVE tr

[gcc/devel/omp/gcc-14] [OpenACC] Add tests for implied copy of variables in reduction clause.

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:d61d26faef0347768345fed91c83a6435ae4ec21 commit d61d26faef0347768345fed91c83a6435ae4ec21 Author: Hafiz Abid Qadeer Date: Wed Dec 20 13:50:26 2023 + [OpenACC] Add tests for implied copy of variables in reduction clause. The OpenACC reduction clause on comp

[gcc/devel/omp/gcc-14] OpenMP: Add C++ support for 'omp allocate' with stack variables

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:fa71b9884775505aa2281829a7e90042e6bbb616 commit fa71b9884775505aa2281829a7e90042e6bbb616 Author: Tobias Burnus Date: Thu Oct 26 12:05:26 2023 +0200 OpenMP: Add C++ support for 'omp allocate' with stack variables gcc/c/ChangeLog: * c-parser.cc

[gcc/devel/omp/gcc-14] OpenMP: Support accelerated 2D/3D memory copies for AMD GCN [OG14-only part]

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:2d14b0787c3f5acbbcd642ebf0352cb120e3012d commit 2d14b0787c3f5acbbcd642ebf0352cb120e3012d Author: Julian Brown Date: Wed Sep 13 13:31:48 2023 + OpenMP: Support accelerated 2D/3D memory copies for AMD GCN [OG14-only part] This patch only adds the bits missi

[gcc/devel/omp/gcc-14] libgomp: parallel reverse offload

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:e42de770d37967ec8db69022aac65a1351cb09ca commit e42de770d37967ec8db69022aac65a1351cb09ca Author: Andrew Stubbs Date: Fri Sep 1 16:49:58 2023 +0100 libgomp: parallel reverse offload Extend OpenMP reverse offload support to allow running the host kernels on

[gcc/devel/omp/gcc-14] OpenMP: Dimension ordering for array-shaping operator for C and C++

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:51eafa3528f79e8817da82892358ad10a4c65f08 commit 51eafa3528f79e8817da82892358ad10a4c65f08 Author: Julian Brown Date: Thu Jul 13 10:32:16 2023 + OpenMP: Dimension ordering for array-shaping operator for C and C++ This patch fixes a bug in non-contiguous 'ta

[gcc/devel/omp/gcc-14] OpenMP: Enable 'declare mapper' mappers for 'target update' directives

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:8d4782a1d2ddbea28763e8767864eb56b2d1d12d commit 8d4782a1d2ddbea28763e8767864eb56b2d1d12d Author: Julian Brown Date: Tue Aug 8 14:58:05 2023 + OpenMP: Enable 'declare mapper' mappers for 'target update' directives This patch enables use of 'declare mapper'

[gcc/devel/omp/gcc-14] OpenMP: Strided/rectangular 'target update' out-of-bounds array lookup fix

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:d40c46312f41810b39b4a9ad562cde29d97bee8e commit d40c46312f41810b39b4a9ad562cde29d97bee8e Author: Julian Brown Date: Tue Jul 11 20:11:33 2023 + OpenMP: Strided/rectangular 'target update' out-of-bounds array lookup fix This patch fixes a bug with the calcu

[gcc/devel/omp/gcc-14] OpenMP: Array shaping operator and strided "target update" for C

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:16968aa143637e56a3834b8615b18d0a915498de commit 16968aa143637e56a3834b8615b18d0a915498de Author: Julian Brown Date: Fri May 3 11:26:08 2024 +0200 OpenMP: Array shaping operator and strided "target update" for C Following the similar support for C++, here is t

[gcc/devel/omp/gcc-14] OpenMP: Introduce C_ORT_{, OMP_}DECLARE_MAPPER c_omp_region_type types

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:92d9d640f60089c222a8630a81a2b4a2827facd1 commit 92d9d640f60089c222a8630a81a2b4a2827facd1 Author: Julian Brown Date: Tue Aug 8 12:35:48 2023 + OpenMP: Introduce C_ORT_{,OMP_}DECLARE_MAPPER c_omp_region_type types This patch adds C_ORT_DECLARE_MAPPER and C_

[gcc/devel/omp/gcc-14] OpenMP: Allow complete replacement of clause during map/to/from expansion

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:61bc95e26db6fb58d98a119a04f433d5f14d9550 commit 61bc95e26db6fb58d98a119a04f433d5f14d9550 Author: Julian Brown Date: Tue Apr 30 19:21:22 2024 +0200 OpenMP: Allow complete replacement of clause during map/to/from expansion At present, map/to/from clauses on Ope

[gcc/devel/omp/gcc-14] OpenMP: Look up 'declare mapper' definitions at resolution time not parse time

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:4c94d35536cb3a7cb2a30dae3b8d01370f7a4bea commit 4c94d35536cb3a7cb2a30dae3b8d01370f7a4bea Author: Julian Brown Date: Wed Aug 9 10:49:15 2023 + OpenMP: Look up 'declare mapper' definitions at resolution time not parse time This patch moves 'declare mapper'

[gcc/devel/omp/gcc-14] OpenMP: Reprocess expanded clauses after 'declare mapper' instantiation

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:628859fb41e9f21b9ee048efa5723b1ab4a39a63 commit 628859fb41e9f21b9ee048efa5723b1ab4a39a63 Author: Julian Brown Date: Sat Jul 15 09:16:44 2023 + OpenMP: Reprocess expanded clauses after 'declare mapper' instantiation This patch reprocesses expanded clauses

[gcc/devel/omp/gcc-14] OpenMP: Move Fortran 'declare mapper' instantiation code

2024-06-28 Thread Paul-Antoine Arras via Gcc-cvs
https://gcc.gnu.org/g:d2ffdc33f61e889d29b53c82d8514835c6e626aa commit d2ffdc33f61e889d29b53c82d8514835c6e626aa Author: Julian Brown Date: Fri Jul 14 00:23:10 2023 + OpenMP: Move Fortran 'declare mapper' instantiation code This patch moves the code for explicit 'declare mapper'

  1   2   >