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

2025-05-13 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:0d993733471afb1f5e62f8313ddcb1edd807cdaa commit 0d993733471afb1f5e62f8313ddcb1edd807cdaa Author: Michael Meissner Date: Wed May 14 01:46:46 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.bugs | 12 1 file changed, 12 insertions(+) diff --git a/g

[gcc(refs/users/meissner/heads/work204-bugs)] Try to fix crash

2025-05-13 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:a164c2aaae9b9eef17a303aad832615a53804377 commit a164c2aaae9b9eef17a303aad832615a53804377 Author: Michael Meissner Date: Wed May 14 01:44:02 2025 -0400 Try to fix crash 2025-05-14 Michael Meissner gcc/ PR target/118541

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

2025-05-13 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:7d76f02d9fac00350bd909003e1ed65dc55d5501 commit 7d76f02d9fac00350bd909003e1ed65dc55d5501 Author: Michael Meissner Date: Tue May 13 23:02:22 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.bugs | 28 +--- 1 file changed, 17 insertions(+)

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

2025-05-13 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:f00b9ee35f2190626fa3cfa8c4fc729714710895 commit f00b9ee35f2190626fa3cfa8c4fc729714710895 Author: Michael Meissner Date: Tue May 13 23:00:48 2025 -0400 Fix PR 118541, do not generate unordered fp cmoves for IEEE compares. In bug PR target/118541 on power9, pow

[gcc r16-606] c++: Allow -Wvirtual-move-assign to be more easily ignored

2025-05-13 Thread Jason Merrill via Gcc-cvs
https://gcc.gnu.org/g:629a4ec1073b7e46c6e8db0e8f2d1ab562ed7f49 commit r16-606-g629a4ec1073b7e46c6e8db0e8f2d1ab562ed7f49 Author: Owen Avery Date: Tue May 13 17:18:28 2025 -0400 c++: Allow -Wvirtual-move-assign to be more easily ignored This patch makes it easier to selectively disa

[gcc(refs/users/meissner/heads/work204-bugs)] Revert changes

2025-05-13 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:f168f75f0fa5d5e6fd2034c721d2919c75c84734 commit f168f75f0fa5d5e6fd2034c721d2919c75c84734 Author: Michael Meissner Date: Tue May 13 22:13:46 2025 -0400 Revert changes Diff: --- gcc/config/rs6000/predicates.md | 6 ++ gcc/config/rs6000/rs6000-protos.h

[gcc r16-605] Extend vect_recog_cond_expr_convert_pattern to handle floating point type.

2025-05-13 Thread hongtao Liu via Gcc-cvs
https://gcc.gnu.org/g:e3385fed3fc61ac505fb5c1ffa09758a6f2489eb commit r16-605-ge3385fed3fc61ac505fb5c1ffa09758a6f2489eb Author: liuhongt Date: Mon Apr 7 20:12:00 2025 -0700 Extend vect_recog_cond_expr_convert_pattern to handle floating point type. For floating point, !flag_trappin

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

2025-05-13 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:84e5dca3b374712d32fed999f11a57215a97705d commit 84e5dca3b374712d32fed999f11a57215a97705d Author: Michael Meissner Date: Tue May 13 19:57:44 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.bugs | 177 +++-- 1 file

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

2025-05-13 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:4a5b700df90c8783542569d3b2cf371dfd9ab48c commit 4a5b700df90c8783542569d3b2cf371dfd9ab48c Author: Michael Meissner Date: Tue May 13 19:54:24 2025 -0400 Fix PR 118541, do not generate unordered fp cmoves for IEEE compares. In bug PR target/118541 on power9, pow

[gcc r16-603] gfortran.dg/dec_math.f90: Add comment regarding F2023 [PR113413]

2025-05-13 Thread Tobias Burnus via Gcc-cvs
https://gcc.gnu.org/g:abe8cd9ba6bf8581fd4e4f23c75a15eec276cc00 commit r16-603-gabe8cd9ba6bf8581fd4e4f23c75a15eec276cc00 Author: Tobias Burnus Date: Wed May 14 00:53:50 2025 +0200 gfortran.dg/dec_math.f90: Add comment regarding F2023 [PR113413] gcc/testsuite/ChangeLog:

[gcc r16-602] fortran: map atand(y, x) to atan2d(y, x) [PR113413]

2025-05-13 Thread Tobias Burnus via Gcc-cvs
https://gcc.gnu.org/g:b239e9cf98ca9238e61e01864ab4dbb5c7f57ce2 commit r16-602-gb239e9cf98ca9238e61e01864ab4dbb5c7f57ce2 Author: Yuao Ma Date: Mon May 12 23:07:37 2025 +0800 fortran: map atand(y, x) to atan2d(y, x) [PR113413] According to the Fortran standard, atand(y, x) is equiva

[gcc r16-601] PR modula2/120253: Error message column numbers should start at 1 not 0

2025-05-13 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:9a485b83e177cb742be17faf20ac5cc7db14fee3 commit r16-601-g9a485b83e177cb742be17faf20ac5cc7db14fee3 Author: Gaius Mulley Date: Tue May 13 22:54:33 2025 +0100 PR modula2/120253: Error message column numbers should start at 1 not 0 This patch ensures that column

[gcc(refs/users/meissner/heads/work204-bugs)] Revert changes

2025-05-13 Thread Michael Meissner via Gcc-cvs
https://gcc.gnu.org/g:3ee72d1730783072eeaa149245a6c41ecb4e9719 commit 3ee72d1730783072eeaa149245a6c41ecb4e9719 Author: Michael Meissner Date: Tue May 13 17:39:47 2025 -0400 Revert changes Diff: --- gcc/config/rs6000/predicates.md | 10 +- gcc/config/rs6000/rs6000-protos

[gcc(refs/users/omachota/heads/rtl-ssa-dce)] rtl-ssa-dce: explain debugizing

2025-05-13 Thread Ondrej Machota via Gcc-cvs
https://gcc.gnu.org/g:62514a92baecb702abddf5ab7fcfb8520344e835 commit 62514a92baecb702abddf5ab7fcfb8520344e835 Author: Ondřej Machota Date: Tue May 13 22:14:54 2025 +0200 rtl-ssa-dce: explain debugizing Diff: --- gcc/dce.cc | 24 +--- 1 file changed, 13 insertions(+),

[gcc r15-9678] Do not generate formal arglist from actual if we have already resolved it.

2025-05-13 Thread Thomas Koenig via Gcc-cvs
https://gcc.gnu.org/g:a3eed34d75ce8fe13e3cdc28c42849ada26c316f commit r15-9678-ga3eed34d75ce8fe13e3cdc28c42849ada26c316f Author: Thomas Koenig Date: Sun May 11 07:40:23 2025 +0200 Do not generate formal arglist from actual if we have already resolved it. This bug was another case

[gcc r15-9677] [PATCH] PR modula2/120117: ICE when attempting to obtain the MAX of an aliased set type

2025-05-13 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:61fada934e894c7fb4a1f1626ea0d0f1f1f1d2f4 commit r15-9677-g61fada934e894c7fb4a1f1626ea0d0f1f1f1d2f4 Author: Gaius Mulley Date: Tue May 13 19:42:39 2025 +0100 [PATCH] PR modula2/120117: ICE when attempting to obtain the MAX of an aliased set type The ICE occur

[gcc r15-9676] [PATCH] PR modula2/115276: libgm2 wraptime.cc field access all return -1.

2025-05-13 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:a10dd5c46aa41e108b04f2494ffb00c6cab50c75 commit r15-9676-ga10dd5c46aa41e108b04f2494ffb00c6cab50c75 Author: Gaius Mulley Date: Tue May 13 19:05:40 2025 +0100 [PATCH] PR modula2/115276: libgm2 wraptime.cc field access all return -1. This patch provides autoconf

[gcc r16-600] gimple-fold: Don't replace `tmp = FP0 CMP FP1; if (tmp != 0)` over and over again when comparison ca

2025-05-13 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:eaee2df409ae40ab4a0c557839d6f64b9c6b936d commit r16-600-geaee2df409ae40ab4a0c557839d6f64b9c6b936d Author: Andrew Pinski Date: Tue Apr 22 09:40:28 2025 -0700 gimple-fold: Don't replace `tmp = FP0 CMP FP1; if (tmp != 0)` over and over again when comparison can throw

[gcc r15-9675] [PATCH] PR modula2/119915: Sprintf1 repeats the entire format string if it starts with a directive

2025-05-13 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:07c5d7ce0daccc8110953a8e65861ffc17ed92aa commit r15-9675-g07c5d7ce0daccc8110953a8e65861ffc17ed92aa Author: Gaius Mulley Date: Tue May 13 18:04:57 2025 +0100 [PATCH] PR modula2/119915: Sprintf1 repeats the entire format string if it starts with a directive Th

[gcc r15-9674] [PATCH] PR modula2/119914 No error message generated when passing a Ztype to an unbounded array

2025-05-13 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:b8032bec831a4a48636e7ffd771e76efc1ff27ea commit r15-9674-gb8032bec831a4a48636e7ffd771e76efc1ff27ea Author: Gaius Mulley Date: Tue May 13 17:51:22 2025 +0100 [PATCH] PR modula2/119914 No error message generated when passing a Ztype to an unbounded array This

[gcc r15-9673] [PATCH] PR modula2/120188: Use existing test for plugin

2025-05-13 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:c220b8e7b422ed04b6aaa1b9243b550df913f476 commit r15-9673-gc220b8e7b422ed04b6aaa1b9243b550df913f476 Author: Gaius Mulley Date: Tue May 13 16:51:06 2025 +0100 [PATCH] PR modula2/120188: Use existing test for plugin This is a cleanup patch which to use the exist

[gcc r15-9672] [PATCH] PR modula2/120188: documented example does not work assignvalue m2plugin

2025-05-13 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:df1407f2122ec6e670d700c090e765d0a06859ee commit r15-9672-gdf1407f2122ec6e670d700c090e765d0a06859ee Author: Gaius Mulley Date: Tue May 13 16:48:52 2025 +0100 [PATCH] PR modula2/120188: documented example does not work assignvalue m2plugin This patch corrects

[gcc r14-11770] fortran: Fix up minloc/maxloc lowering [PR120191]

2025-05-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:c12443e824cf96311db7a1be82b3626909c8ceeb commit r14-11770-gc12443e824cf96311db7a1be82b3626909c8ceeb Author: Jakub Jelinek Date: Tue May 13 14:14:55 2025 +0200 fortran: Fix up minloc/maxloc lowering [PR120191] We need to drop the kind argument from what is pas

[gcc r16-598] cfgexpand: Update cache during the original DFS walk

2025-05-13 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:232f22615857cd83735770d82c7c0178e43bee19 commit r16-598-g232f22615857cd83735770d82c7c0178e43bee19 Author: Andrew Pinski Date: Tue Dec 3 18:57:45 2024 -0800 cfgexpand: Update cache during the original DFS walk This is a small optimization which can improve how

[gcc r14-11773] libfortran: Fix up _gfortran_{, m, s}findloc2_s{1, 4} [PR120196]

2025-05-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:627d83c2b196340cccaee8bb4032fade7ad6 commit r14-11773-g627d83c2b196340cccaee8bb4032fade7ad6 Author: Jakub Jelinek Date: Tue May 13 14:20:22 2025 +0200 libfortran: Fix up _gfortran_{,m,s}findloc2_s{1,4} [PR120196] As mentioned in the PR, _gfortran_{,m,

[gcc r16-599] verifier: Fix up PAREN_EXPR verification [PR118868]

2025-05-13 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:e4fb1b435a65f505b0172b4f0213483c3a07adbf commit r16-599-ge4fb1b435a65f505b0172b4f0213483c3a07adbf Author: Andrew Pinski Date: Mon May 12 18:58:32 2025 -0700 verifier: Fix up PAREN_EXPR verification [PR118868] The verification added in r12-1608-g2f1686ff70b25f

[gcc r16-597] cfgexpand: Reverse the order of going through the update_cache_list queue.

2025-05-13 Thread Andrew Pinski via Gcc-cvs
https://gcc.gnu.org/g:2d380abf62dbf6c645fe46a3cea40e2febcd9ca8 commit r16-597-g2d380abf62dbf6c645fe46a3cea40e2febcd9ca8 Author: Andrew Pinski Date: Tue Dec 3 15:57:42 2024 -0800 cfgexpand: Reverse the order of going through the update_cache_list queue. This is a small optimization

[gcc r14-11772] libfortran: Fix up _gfortran_s{max, min}loc1_{4, 8, 16}_s{1, 4} [PR120191]

2025-05-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:a79e30dabb6b3edc29f2656b7d480076a1f4d3bd commit r14-11772-ga79e30dabb6b3edc29f2656b7d480076a1f4d3bd Author: Jakub Jelinek Date: Tue May 13 14:19:25 2025 +0200 libfortran: Fix up _gfortran_s{max,min}loc1_{4,8,16}_s{1,4} [PR120191] There is a bug in _gfortran_s

[gcc r14-11771] libfortran: Fix up _gfortran_s{max, min}loc2_{4, 8, 16}_s{1, 4} [PR120191]

2025-05-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:87c7061cc0acc99c8f580d5e76eba288db341807 commit r14-11771-g87c7061cc0acc99c8f580d5e76eba288db341807 Author: Jakub Jelinek Date: Tue May 13 14:18:10 2025 +0200 libfortran: Fix up _gfortran_s{max,min}loc2_{4,8,16}_s{1,4} [PR120191] I've tried to write a testcas

[gcc r13-9653] Document option -fdump-ipa-clones

2025-05-13 Thread Martin Jambor via Gcc-cvs
https://gcc.gnu.org/g:70d3dec42e8c7aec6604f920f56529c796cd398a commit r13-9653-g70d3dec42e8c7aec6604f920f56529c796cd398a Author: Martin Jambor Date: Tue May 6 17:28:42 2025 +0200 Document option -fdump-ipa-clones I have noticed that the option -fdump-ipa-clones is not documented

[gcc r13-9654] ipa: Do not emit info about temporary clones to ipa-clones dump (PR119852)

2025-05-13 Thread Martin Jambor via Gcc-cvs
https://gcc.gnu.org/g:168ce6032dd582e39f9ddadcc195fc73f364c4dd commit r13-9654-g168ce6032dd582e39f9ddadcc195fc73f364c4dd Author: Martin Jambor Date: Tue May 6 17:28:43 2025 +0200 ipa: Do not emit info about temporary clones to ipa-clones dump (PR119852) As described in PR 119852,

[gcc r15-9668] fortran: Fix up minloc/maxloc lowering [PR120191]

2025-05-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:a09774a9bbfca578f79e8fae3da4cfc99ddb120b commit r15-9668-ga09774a9bbfca578f79e8fae3da4cfc99ddb120b Author: Jakub Jelinek Date: Tue May 13 14:14:55 2025 +0200 fortran: Fix up minloc/maxloc lowering [PR120191] We need to drop the kind argument from what is pass

[gcc r15-9671] libfortran: Fix up _gfortran_{, m, s}findloc2_s{1, 4} [PR120196]

2025-05-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:c84a951a8ee151cb4d80dd84f75f421c5f60fa05 commit r15-9671-gc84a951a8ee151cb4d80dd84f75f421c5f60fa05 Author: Jakub Jelinek Date: Tue May 13 14:20:22 2025 +0200 libfortran: Fix up _gfortran_{,m,s}findloc2_s{1,4} [PR120196] As mentioned in the PR, _gfortran_{,m,s

[gcc r15-9670] libfortran: Fix up _gfortran_s{max, min}loc1_{4, 8, 16}_s{1, 4} [PR120191]

2025-05-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:ad998962ccc8cd190da2d85f0274bbb7bb9f6cae commit r15-9670-gad998962ccc8cd190da2d85f0274bbb7bb9f6cae Author: Jakub Jelinek Date: Tue May 13 14:19:25 2025 +0200 libfortran: Fix up _gfortran_s{max,min}loc1_{4,8,16}_s{1,4} [PR120191] There is a bug in _gfortran_s{

[gcc r15-9669] libfortran: Fix up _gfortran_s{max, min}loc2_{4, 8, 16}_s{1, 4} [PR120191]

2025-05-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:65a8260c19834511034fb62c73139aa304f7eac4 commit r15-9669-g65a8260c19834511034fb62c73139aa304f7eac4 Author: Jakub Jelinek Date: Tue May 13 14:18:10 2025 +0200 libfortran: Fix up _gfortran_s{max,min}loc2_{4,8,16}_s{1,4} [PR120191] I've tried to write a testcase

[gcc r16-596] Remove non-SLP path from vectorizable_induction

2025-05-13 Thread Richard Biener via Gcc-cvs
https://gcc.gnu.org/g:a20c4c034a3009815dcc02d989c1090492ff32b2 commit r16-596-ga20c4c034a3009815dcc02d989c1090492ff32b2 Author: Richard Biener Date: Tue May 13 14:16:57 2025 +0200 Remove non-SLP path from vectorizable_induction This removes the non-SLP path from vectorizable_induc

[gcc r16-595] PR modula2/120188: Use existing test for plugin

2025-05-13 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:f1f94e79dbcfa4b33267db27780870ea7810cd21 commit r16-595-gf1f94e79dbcfa4b33267db27780870ea7810cd21 Author: Gaius Mulley Date: Tue May 13 13:35:00 2025 +0100 PR modula2/120188: Use existing test for plugin This is a cleanup patch which to use the existing plugi

[gcc r16-592] libfortran: Fix up _gfortran_s{max, min}loc2_{4, 8, 16}_s{1, 4} [PR120191]

2025-05-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:482f2192d4ef6af55acae2dc3e0df00b8487cc7d commit r16-592-g482f2192d4ef6af55acae2dc3e0df00b8487cc7d Author: Jakub Jelinek Date: Tue May 13 14:18:10 2025 +0200 libfortran: Fix up _gfortran_s{max,min}loc2_{4,8,16}_s{1,4} [PR120191] I've tried to write a testcase

[gcc r16-593] libfortran: Fix up _gfortran_s{max, min}loc1_{4, 8, 16}_s{1, 4} [PR120191]

2025-05-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:781cfc454b8dc24952fe7f4c5c409296dca505e1 commit r16-593-g781cfc454b8dc24952fe7f4c5c409296dca505e1 Author: Jakub Jelinek Date: Tue May 13 14:19:25 2025 +0200 libfortran: Fix up _gfortran_s{max,min}loc1_{4,8,16}_s{1,4} [PR120191] There is a bug in _gfortran_s{m

[gcc r16-594] libfortran: Fix up _gfortran_{, m, s}findloc2_s{1, 4} [PR120196]

2025-05-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:748a7bc4624e7b000f6fdb93a8cf7da73ff193bb commit r16-594-g748a7bc4624e7b000f6fdb93a8cf7da73ff193bb Author: Jakub Jelinek Date: Tue May 13 14:20:22 2025 +0200 libfortran: Fix up _gfortran_{,m,s}findloc2_s{1,4} [PR120196] As mentioned in the PR, _gfortran_{,m,s}

[gcc r16-591] fortran: Fix up minloc/maxloc lowering [PR120191]

2025-05-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:ec249be3c287c6f1dfb328712ac9c39e6fa95eca commit r16-591-gec249be3c287c6f1dfb328712ac9c39e6fa95eca Author: Jakub Jelinek Date: Tue May 13 14:14:55 2025 +0200 fortran: Fix up minloc/maxloc lowering [PR120191] We need to drop the kind argument from what is passe

[gcc r14-11769] libstdc++: Restore std::scoped_lock for non-gthreads targets [PR120198]

2025-05-13 Thread Jonathan Wakely via Gcc-cvs
https://gcc.gnu.org/g:c50b8d550d20e42e88b70f0a6e0f6798e30ddcb2 commit r14-11769-gc50b8d550d20e42e88b70f0a6e0f6798e30ddcb2 Author: Jonathan Wakely Date: Fri May 9 17:50:52 2025 +0100 libstdc++: Restore std::scoped_lock for non-gthreads targets [PR120198] This was a regression intro

[gcc r16-590] Remove -q quiet option from some GNAT bootstrap command lines

2025-05-13 Thread Eric Botcazou via Gcc-cvs
https://gcc.gnu.org/g:940bc09b446f4876563b0986231724121b33193d commit r16-590-g940bc09b446f4876563b0986231724121b33193d Author: Nicolas Boulenguez Date: Tue May 13 10:28:54 2025 +0200 Remove -q quiet option from some GNAT bootstrap command lines gcc/ada/ PR ada/87778

[gcc r16-589] libiberty: Fix off-by-one when collecting range expression

2025-05-13 Thread Andreas Schwab via Gcc-cvs
https://gcc.gnu.org/g:43717ee9064e73d0ad0cfb4f8f937ba9f5cbcc51 commit r16-589-g43717ee9064e73d0ad0cfb4f8f937ba9f5cbcc51 Author: Andreas Schwab Date: Wed May 7 09:46:19 2025 +0200 libiberty: Fix off-by-one when collecting range expression Fixes this error during build of fixinclude

[gcc r16-588] libgcobol: Allow for lack of LOG_PERROR

2025-05-13 Thread Rainer Orth via Gcc-cvs
https://gcc.gnu.org/g:90fee97d528e8447648c37f9df1daa3445e598bc commit r16-588-g90fee97d528e8447648c37f9df1daa3445e598bc Author: Rainer Orth Date: Tue May 13 09:43:48 2025 +0200 libgcobol: Allow for lack of LOG_PERROR The libgcobol build is broken again on Solaris: /vol/gc

[gcc r14-11768] c++: Fix build_omp_array_section for type dependent array_expr [PR118590]

2025-05-13 Thread Jakub Jelinek via Gcc-cvs
https://gcc.gnu.org/g:346f3a27f68fd1c4991193b0faba4198162bbe3d commit r14-11768-g346f3a27f68fd1c4991193b0faba4198162bbe3d Author: Jakub Jelinek Date: Thu Jan 23 11:17:47 2025 +0100 c++: Fix build_omp_array_section for type dependent array_expr [PR118590] As can be seen on the test