Show patches with: Submitter = Iain Sandoe       |    State = Action Required       |    Archived = No       |   333 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[pushed] configure, Darwin: Recognise new naming for Xcode ld. [pushed] configure, Darwin: Recognise new naming for Xcode ld. - - - - --- 2025-04-15 Iain Sandoe New
[v2] includes, Darwin: Handle modular use for macOS SDKs [PR116827]. [v2] includes, Darwin: Handle modular use for macOS SDKs [PR116827]. - - - - --- 2025-04-11 Iain Sandoe New
[pushed] Darwin, libgcobol: Enable for x86_64 Darwin. [pushed] Darwin, libgcobol: Enable for x86_64 Darwin. - - - - --- 2025-04-10 Iain Sandoe New
[pushed] Darwin: Add spec substitution for static-libgcobol. [pushed] Darwin: Add spec substitution for static-libgcobol. - - - - --- 2025-04-10 Iain Sandoe New
libgcobol: Handle long double as an alternate IEEE754 128b libgcobol: Handle long double as an alternate IEEE754 128b - - - - --- 2025-04-09 Iain Sandoe New
cobol: Diagnose ignored SECTIONs [PR119632]. cobol: Diagnose ignored SECTIONs [PR119632]. - - - - --- 2025-04-06 Iain Sandoe New
[2/2] libgcobol: Allow libgcobol to use libquadmath [PR119244]. libcobol: Allow the use of libquadmath for 128b FP. - - - - --- 2025-04-06 Iain Sandoe New
[1/2] testsuite, cobol: Add libquadmath paths. libcobol: Allow the use of libquadmath for 128b FP. - - - - --- 2025-04-06 Iain Sandoe New
testsuite, cobol: Avoid adding duplicate libs. testsuite, cobol: Avoid adding duplicate libs. - - - - --- 2025-04-06 Iain Sandoe New
cobol, driver: Remove platform-specific options [PR119414]. cobol, driver: Remove platform-specific options [PR119414]. - - - - --- 2025-04-06 Iain Sandoe New
[v2] libgcobol: C++-ify the configuration steps. [v2] libgcobol: C++-ify the configuration steps. - - - - --- 2025-04-04 Iain Sandoe New
libgcobol: Check if the target needs libm. libgcobol: Check if the target needs libm. - - - - --- 2025-04-03 Iain Sandoe New
libstdc++, testsuite, Darwin: Prune a new linker warning present from XCode 16. libstdc++, testsuite, Darwin: Prune a new linker warning present from XCode 16. - - - - --- 2025-04-02 Iain Sandoe New
config, toplevel, Darwin: Pass -B instead of -L to C++ commands. config, toplevel, Darwin: Pass -B instead of -L to C++ commands. - - - - --- 2025-04-01 Iain Sandoe New
[pushed] jit, Darwin: Update exports with ABI 28 through 34. [pushed] jit, Darwin: Update exports with ABI 28 through 34. - - - - --- 2025-03-29 Iain Sandoe New
cobol: Do not include <cmath> (no longer needed). cobol: Do not include <cmath> (no longer needed). - - - - --- 2025-03-27 Iain Sandoe New
toplevel, libcobol: Add dependency on libquadmath build [PR119244]. toplevel, libcobol: Add dependency on libquadmath build [PR119244]. - - - - --- 2025-03-25 Iain Sandoe New
libgcobol: Provide fallbacks for C32 strfromf32/64 [PR119296]. libgcobol: Provide fallbacks for C32 strfromf32/64 [PR119296]. - - - - --- 2025-03-25 Iain Sandoe New
[2/2] testsuite, cobol: If libgcobol has a .spec file use it. cobol: Add a library spec (lingcobol.spec). - - - - --- 2025-03-24 Iain Sandoe New
[1/2] cobol, driver, libgcobol: Add support for libgcobol.spec. cobol: Add a library spec (lingcobol.spec). - - - - --- 2025-03-24 Iain Sandoe New
cobol: Move includes before system.h cobol: Move includes before system.h - - - - --- 2025-03-24 Iain Sandoe New
libgcobol: Ensure that config.h is included. libgcobol: Ensure that config.h is included. - - - - --- 2025-03-24 Iain Sandoe New
[4/4] rust: Use 'lbasename()' consistently. Update the configure of host 'basename'. - - - - --- 2025-03-24 Iain Sandoe New
[3/4] gcc, gcov: Use 'lbasename' consistently. Update the configure of host 'basename'. - - - - --- 2025-03-24 Iain Sandoe New
[2/4] gcc, configure: When checking for basename, use the same process as libiberty [PR119250]. Update the configure of host 'basename'. - - - - --- 2025-03-24 Iain Sandoe New
[1/4] libiberty: Append <libgen.h> to AC_CHECK_DECLS [PR119218]. Update the configure of host 'basename'. - - - - --- 2025-03-24 Iain Sandoe New
libgcobol: Only use random_r if it is available [PR119295] libgcobol: Only use random_r if it is available [PR119295] - - - - --- 2025-03-24 Iain Sandoe New
libgcobol: C++-ify the configuration steps. libgcobol: C++-ify the configuration steps. - - - - --- 2025-03-23 Iain Sandoe New
toplevel, Makefile: Add missing CXX_FOR_TARGET export [PR88319]. toplevel, Makefile: Add missing CXX_FOR_TARGET export [PR88319]. - - - - --- 2025-03-23 Iain Sandoe New
includes, Darwin: Handle modular use for macOS SDKs [PR116827]. includes, Darwin: Handle modular use for macOS SDKs [PR116827]. - - - - --- 2025-03-23 Iain Sandoe New
[v2] aarch64, Darwin: Initial implementation of Apple cores [PR113257]. [v2] aarch64, Darwin: Initial implementation of Apple cores [PR113257]. - - - - --- 2025-03-22 Iain Sandoe New
[pushed] Darwin: We do not need libdl, it is provided in libSystem. [pushed] Darwin: We do not need libdl, it is provided in libSystem. - - - - --- 2025-03-22 Iain Sandoe New
cobol, libgcobol: Currently libgcobol depends on libstdc++. cobol, libgcobol: Currently libgcobol depends on libstdc++. - - - - --- 2025-03-21 Iain Sandoe New
cobol, driver: Handle targets without HAVE_LD_STATIC_DYNAMIC. cobol, driver: Handle targets without HAVE_LD_STATIC_DYNAMIC. - - - - --- 2025-03-21 Iain Sandoe New
cobol: Address some iconv issues. cobol: Address some iconv issues. - - - - --- 2025-03-21 Iain Sandoe New
libiberty, gcc: Add memrchr to libiberty and use it [PR119283]. libiberty, gcc: Add memrchr to libiberty and use it [PR119283]. - - - - --- 2025-03-21 Iain Sandoe New
libgcobol: Add configure checks for iconv. libgcobol: Add configure checks for iconv. - - - - --- 2025-03-20 Iain Sandoe New
cobol: Do not overload int64_t, overload long and long long. cobol: Do not overload int64_t, overload long and long long. - - - - --- 2025-03-20 Iain Sandoe New
cobol: Remove dead code from the driver. cobol: Remove dead code from the driver. - - - - --- 2025-03-18 Iain Sandoe New
[v2] gcc, cobol: Check for get_current_dir_name [PR119301] [v2] gcc, cobol: Check for get_current_dir_name [PR119301] - - - - --- 2025-03-18 Iain Sandoe New
[no subject] Untitled series #448955 - - - - --- 2025-03-18 Iain Sandoe New
gcc, cobol: Check for get_current_dir_name [PR119301] gcc, cobol: Check for get_current_dir_name [PR119301] - - - - --- 2025-03-18 Iain Sandoe New
cobol: Do not include C++ headers after system.h. cobol: Do not include C++ headers after system.h. - - - - --- 2025-03-17 Iain Sandoe New
[pushed] Darwin: Pass -macos_version_min to the linker [PR119172]. [pushed] Darwin: Pass -macos_version_min to the linker [PR119172]. - - - - --- 2025-03-16 Iain Sandoe New
configure, Darwin: Require explicit selection of COBOL. configure, Darwin: Require explicit selection of COBOL. - - - - --- 2025-03-11 Iain Sandoe New
testsuite, gm2: Use -B option for libstdc++ where required. testsuite, gm2: Use -B option for libstdc++ where required. - - - - --- 2025-03-11 Iain Sandoe New
c++: Update const_decl handling after r15-7259 [PR118673]. c++: Update const_decl handling after r15-7259 [PR118673]. - - - - --- 2025-01-30 Iain Sandoe New
D, Darwin: Restore bootstrap. D, Darwin: Restore bootstrap. - - - - --- 2025-01-14 Iain Sandoe New
aarch64: Provide initial specifications for Apple CPU cores. aarch64: Provide initial specifications for Apple CPU cores. - - - - --- 2025-01-11 Iain Sandoe New
[pushed] c++, coroutines: Use finish_if_stmt in a missed case [NFC]. [pushed] c++, coroutines: Use finish_if_stmt in a missed case [NFC]. - - - - --- 2024-12-15 Iain Sandoe New
c++, coroutines: Make suspend index consistent for debug. c++, coroutines: Make suspend index consistent for debug. - - - - --- 2024-11-29 Iain Sandoe New
c++, coroutines:Ensure bind exprs are visited once [PR98935]. c++, coroutines:Ensure bind exprs are visited once [PR98935]. - - - - --- 2024-11-29 Iain Sandoe New
c++, coroutines: Handle statement expressions part 1. c++, coroutines: Handle statement expressions part 1. - - - - --- 2024-11-29 Iain Sandoe New
[pushed] Darwin: Support '-ObjC{, ++}' as shorthand for -xobjective-c{, ++} [PR117478]. [pushed] Darwin: Support '-ObjC{, ++}' as shorthand for -xobjective-c{, ++} [PR117478]. - - - - --- 2024-11-09 Iain Sandoe New
[pushed] Darwin: Fix a narrowing warning. [pushed] Darwin: Fix a narrowing warning. - - - - --- 2024-11-07 Iain Sandoe New
[v3] c++, coroutines: Fix awaiter var creation [PR116506]. [v3] c++, coroutines: Fix awaiter var creation [PR116506]. - - - - --- 2024-10-31 Iain Sandoe New
[pushed] c++, contracts: Only check contracts attributes [PR116607]. [pushed] c++, contracts: Only check contracts attributes [PR116607]. - - - - --- 2024-10-30 Iain Sandoe New
[pushed] doc, fortran: Add a missing menu item. [pushed] doc, fortran: Add a missing menu item. - - - - --- 2024-10-26 Iain Sandoe New
[pushed] libgcc, Darwin: Don't build legacy libgcc_s.1 on macOS 14 [PR116809] [pushed] libgcc, Darwin: Don't build legacy libgcc_s.1 on macOS 14 [PR116809] - - - - --- 2024-09-27 Iain Sandoe New
[pushed] libstdc++: Suppress an attribute suggestion warning [PR116853]. [pushed] libstdc++: Suppress an attribute suggestion warning [PR116853]. - - - - --- 2024-09-26 Iain Sandoe New
[pushed] libgcc, Darwin: Drop the legacy library build for macOS >= 15 [PR116809]. [pushed] libgcc, Darwin: Drop the legacy library build for macOS >= 15 [PR116809]. - - - - --- 2024-09-24 Iain Sandoe New
[pushed] testsuite, coroutines: Add tests for non-supension ramp returns. [pushed] testsuite, coroutines: Add tests for non-supension ramp returns. - - - - --- 2024-09-22 Iain Sandoe New
[pushed] libgcc, Darwin: From macOS 11, make that the earliest supported. [pushed] libgcc, Darwin: From macOS 11, make that the earliest supported. - - - - --- 2024-09-22 Iain Sandoe New
[pushed] Darwin: Allow for as versions that need '-' for std in. [pushed] Darwin: Allow for as versions that need '-' for std in. - - - - --- 2024-09-20 Iain Sandoe New
c++, coroutines: Fix handling of bool await_suspend() [PR115905]. c++, coroutines: Fix handling of bool await_suspend() [PR115905]. - - - - --- 2024-09-07 Iain Sandoe New
c++, coroutines: Instrument missing return_void UB. c++, coroutines: Instrument missing return_void UB. - - - - --- 2024-09-01 Iain Sandoe New
c++, coroutines: Revise promise construction/destruction. c++, coroutines: Revise promise construction/destruction. - - - - --- 2024-08-31 Iain Sandoe New
[pushed] testsuite, c++, coroutines: Avoid 'unused' warnings [NFC]. [pushed] testsuite, c++, coroutines: Avoid 'unused' warnings [NFC]. - - - - --- 2024-08-31 Iain Sandoe New
[pushed] testsuite, c++, coroutines: Correct a test intent. [pushed] testsuite, c++, coroutines: Correct a test intent. - - - - --- 2024-08-31 Iain Sandoe New
[v2] c++, coroutines: Rework the ramp codegen. [v2] c++, coroutines: Rework the ramp codegen. - - - - --- 2024-08-29 Iain Sandoe New
c++, coroutines: Fix awaiter var creation [PR116506]. c++, coroutines: Fix awaiter var creation [PR116506]. - - - - --- 2024-08-29 Iain Sandoe New
c++, coroutines: Rework the ramp codegen. c++, coroutines: Rework the ramp codegen. - - - - --- 2024-08-29 Iain Sandoe New
c++, coroutines: Make and use a frame access helper. c++, coroutines: Make and use a frame access helper. - - - - --- 2024-08-29 Iain Sandoe New
[v2] c++, coroutines: The frame pointer is used in the helpers [PR116482]. [v2] c++, coroutines: The frame pointer is used in the helpers [PR116482]. - - - - --- 2024-08-26 Iain Sandoe New
c++, coroutines: The frame pointer is used in the helpers [PR116482]. c++, coroutines: The frame pointer is used in the helpers [PR116482]. - - - - --- 2024-08-26 Iain Sandoe New
[3/9,v4] c++, coroutines: Separate allocator work from the ramp body build. Untitled series #420789 - - - - --- 2024-08-24 Iain Sandoe New
[5/9,v2] c++, coroutines: Only allow void get_return_object if the ramp is void [PR100476]. Untitled series #420742 - - - - --- 2024-08-23 Iain Sandoe New
[4/9,v2] c++, coroutines: Fix handling of early exceptions [PR113773]. Untitled series #420716 - - - - --- 2024-08-23 Iain Sandoe New
[3/9,v3] c++, coroutines: Separate allocator work from the ramp body build. Untitled series #420711 - - - - --- 2024-08-23 Iain Sandoe New
[v2] c++, coroutines: Separate allocator work from the ramp body build. [v2] c++, coroutines: Separate allocator work from the ramp body build. - - - - --- 2024-08-22 Iain Sandoe New
[3/9,v3] c++, coroutines: Separate the analysis, ramp and outlined function synthesis. Untitled series #420534 - - - - --- 2024-08-22 Iain Sandoe New
[v2] c++, coroutines: Separate the analysis, ramp and outlined function synthesis. [v2] c++, coroutines: Separate the analysis, ramp and outlined function synthesis. - - - - --- 2024-08-22 Iain Sandoe New
[v2] c++, coroutines: Split the ramp build into a separate function. [v2] c++, coroutines: Split the ramp build into a separate function. - - - - --- 2024-08-22 Iain Sandoe New
[v2] c++, coroutines: Tidy up awaiter variable checks. [v2] c++, coroutines: Tidy up awaiter variable checks. - - - - --- 2024-08-22 Iain Sandoe New
[9/9] c++, coroutines: Look through initial_await target exprs [PR110635]. c++, coroutines: Patch set for ramp function fixes. - - - - --- 2024-08-21 Iain Sandoe New
[8/9] c++, coroutines: Rework handling of throwing_cleanups [PR102051]. c++, coroutines: Patch set for ramp function fixes. - - - - --- 2024-08-21 Iain Sandoe New
[7/9] c++, coroutines: Fix ordering of return object conversions [PR115908]. c++, coroutines: Patch set for ramp function fixes. - - - - --- 2024-08-21 Iain Sandoe New
[6/9] c++, coroutines: Allow convertible get_return_on_allocation_fail [PR109682]. c++, coroutines: Patch set for ramp function fixes. - - - - --- 2024-08-21 Iain Sandoe New
[5/9] c++, coroutines: Only allow void get_return_object if the ramp is void [PR100476]. c++, coroutines: Patch set for ramp function fixes. - - - - --- 2024-08-21 Iain Sandoe New
[4/9] c++, coroutines: Fix handling of early exceptions [PR113773]. c++, coroutines: Patch set for ramp function fixes. - - - - --- 2024-08-21 Iain Sandoe New
[3/9] c++, coroutines: Separate allocator work from the ramp body build. c++, coroutines: Patch set for ramp function fixes. - - - - --- 2024-08-21 Iain Sandoe New
[2/9] c++, coroutines: Separate the analysis, ramp and outlined function synthesis. c++, coroutines: Patch set for ramp function fixes. - - - - --- 2024-08-21 Iain Sandoe New
[1/9] c++, coroutines: Split the ramp build into a separate function. c++, coroutines: Patch set for ramp function fixes. - - - - --- 2024-08-21 Iain Sandoe New
c++, coroutines: Tidy up awaiter variable checks. c++, coroutines: Tidy up awaiter variable checks. - - - - --- 2024-08-21 Iain Sandoe New
[pushed] c++, coroutines: Check for malformed functions before splitting. [pushed] c++, coroutines: Check for malformed functions before splitting. - - - - --- 2024-08-21 Iain Sandoe New
[pushed] Darwin: Recognise -weak_framework in the driver [PR116237]. [pushed] Darwin: Recognise -weak_framework in the driver [PR116237]. - - - - --- 2024-08-07 Iain Sandoe New
Ada, libgnarl: Fix s-taprop__posix.adb compilation. Ada, libgnarl: Fix s-taprop__posix.adb compilation. - - - - --- 2024-08-07 Iain Sandoe New
[v2] c++, coroutines: Simplify separation of the user function body and ramp. [v2] c++, coroutines: Simplify separation of the user function body and ramp. - - - - --- 2024-08-03 Iain Sandoe New
c++, coroutines: Simplify separation of the user function body and ramp. c++, coroutines: Simplify separation of the user function body and ramp. - - - - --- 2024-08-02 Iain Sandoe New
[pushed] c++, coroutines: Provide a CTOR for a callback object [NFC]. [pushed] c++, coroutines: Provide a CTOR for a callback object [NFC]. - - - - --- 2024-08-02 Iain Sandoe New
« 1 2 3 4 »