https://gcc.gnu.org/g:e71a6e002c6650a7a7be99277120d3e59ecb78a3
commit r16-774-ge71a6e002c6650a7a7be99277120d3e59ecb78a3
Author: Iain Sandoe
Date: Sun May 11 20:36:58 2025 +0100
c++, coroutines: Use decltype(auto) for the g_r_o.
The revised wording for coroutines, uses decltype(aut
https://gcc.gnu.org/g:e06555a40c051d5062405b02f93b89b01a397f97
commit r16-773-ge06555a40c051d5062405b02f93b89b01a397f97
Author: Iain Sandoe
Date: Mon May 12 19:47:42 2025 +0100
c++, coroutines: Address CWG2563 return value init [PR119916].
This addresses the clarification that, wh
https://gcc.gnu.org/g:83aa09e90487b52c1772eeffc4af577ee70536f1
commit r16-913-g83aa09e90487b52c1772eeffc4af577ee70536f1
Author: Iain Sandoe
Date: Thu May 22 13:24:12 2025 +0100
c++, coroutines: Fix typos in TRUTH_ANDIF_EXPRs.
These were typoed to TRUTH_AND_EXPR (and then that got
https://gcc.gnu.org/g:963fb992f7e4c5c7ae24e49c02006db659b81da4
commit r13-9722-g963fb992f7e4c5c7ae24e49c02006db659b81da4
Author: Iain Sandoe
Date: Mon Mar 10 08:44:41 2025 +
testsuite, gm2: Use -B option for libstdc++ where required.
We need to add testsuite options to locate
https://gcc.gnu.org/g:3599245e4972b2322f75c909bc81961e41bc64ad
commit r13-9719-g3599245e4972b2322f75c909bc81961e41bc64ad
Author: Mark Mentovai
Date: Tue Sep 24 16:11:14 2024 -0400
libgcc, Darwin: Drop the legacy library build for macOS >= 10.12 [PR116809].
From macOSX15 SDK, the
https://gcc.gnu.org/g:d9cd8d7babe838b577c6ede08589a79bb3df7810
commit r13-9721-gd9cd8d7babe838b577c6ede08589a79bb3df7810
Author: Iain Sandoe
Date: Sun Mar 9 09:24:34 2025 +
Darwin: Pass -macos_version_min to the linker [PR119172].
For binaries to be notarised, the SDK version
https://gcc.gnu.org/g:d86ed0e17824b06425e7e4f58175c1a9a19f7344
commit r13-9723-gd86ed0e17824b06425e7e4f58175c1a9a19f7344
Author: Iain Sandoe
Date: Tue Apr 15 14:02:21 2025 +0100
configure, Darwin: Recognise new naming for Xcode ld.
The latest editions of XCode have altered the ide
https://gcc.gnu.org/g:19ddfa147ea4bcb16d4af2d1ee8ce4ea273a2392
commit r13-9720-g19ddfa147ea4bcb16d4af2d1ee8ce4ea273a2392
Author: Francois-Xavier Coudert
Date: Thu Jun 27 18:55:22 2024 +0200
fixincludes: adjust stdio fix for macOS 15 headers
fixincludes/ChangeLog:
https://gcc.gnu.org/g:7bba8d48ea556a03bdc4e9076740b83d3db6599e
commit r16-962-g7bba8d48ea556a03bdc4e9076740b83d3db6599e
Author: Iain Sandoe
Date: Sun May 25 12:14:13 2025 +0100
c++, coroutines: Delete now unused code for parm guards.
Since r16-775-g18df4a10bc9694 we use nested cle
https://gcc.gnu.org/g:217b7f655227a52e5fe26729baa09dc6083ed577
commit r16-961-g217b7f655227a52e5fe26729baa09dc6083ed577
Author: Iain Sandoe
Date: Thu May 29 11:00:18 2025 +0100
c++, coroutines: Fix identification of coroutine ramps [PR120453].
The existing implementation, incorrec
https://gcc.gnu.org/g:977fadd69776e2a8a6daca43e1c898bc4f87154d
commit r16-969-g977fadd69776e2a8a6daca43e1c898bc4f87154d
Author: Iain Sandoe
Date: Thu May 29 15:45:29 2025 +0100
c++, coroutines: Make a check more specific [PR109283].
The check was intended to assert that we had vis
https://gcc.gnu.org/g:09cac2a833689f2535d6c2c88a67b2169df4e4d7
commit r16-1058-g09cac2a833689f2535d6c2c88a67b2169df4e4d7
Author: Iain Sandoe
Date: Fri May 30 20:06:26 2025 +0100
c++: Add co_await, co_yield and co_return to dump_expr.
These were omitted there as an oversight, most
https://gcc.gnu.org/g:0ae77a05c416c9f750cb87f1bef0800651168b7e
commit r16-1059-g0ae77a05c416c9f750cb87f1bef0800651168b7e
Author: Iain Sandoe
Date: Fri May 30 20:09:40 2025 +0100
c++: Emit an error for attempted constexpr co_await [PR118903].
We checked that the coroutine expressio
https://gcc.gnu.org/g:7037c72a8bb41ed07da64b23e14857a066a91baa
commit r16-1060-g7037c72a8bb41ed07da64b23e14857a066a91baa
Author: Iain Sandoe
Date: Sat May 31 16:13:40 2025 +0100
c++, coroutines: Some cleanups in build_actor.
We were incorrectly guarding all the frame cleanups on t
https://gcc.gnu.org/g:2a8af97e3528f812201687334f64b27b94d01271
commit r16-1127-g2a8af97e3528f812201687334f64b27b94d01271
Author: Iain Sandoe
Date: Thu May 29 16:45:44 2025 +0100
c++, coroutines: Make analyze_fn_params into a class method.
This continues code cleanups and migration
https://gcc.gnu.org/g:bfd4aae0a999375cf008b75c14607c7b94daced3
commit r16-1126-gbfd4aae0a999375cf008b75c14607c7b94daced3
Author: Iain Sandoe
Date: Thu May 29 13:43:37 2025 +0100
c++, coroutines: Simplify initial_await_resume_called.
We do not need to generate this code early, sinc
https://gcc.gnu.org/g:cf588f1a8e7406ced5b08f32f9d23f015a240a31
commit r16-1350-gcf588f1a8e7406ced5b08f32f9d23f015a240a31
Author: Iain Sandoe
Date: Mon Jun 2 09:42:23 2025 +0100
c++: Fix template class lookup [PR120495, PR115605].
In the reported issues, using lookup_template_class
301 - 317 of 317 matches
Mail list logo