[gcc r14-9541] libstdc++, Darwin: Do not use dev/null as the file for executables.

2024-03-19 Thread Iain D Sandoe via Libstdc++-cvs
https://gcc.gnu.org/g:e47330d0742c985fd8d5fe7089aa381d34967d61 commit r14-9541-ge47330d0742c985fd8d5fe7089aa381d34967d61 Author: Iain Sandoe Date: Tue Mar 19 10:40:50 2024 + libstdc++, Darwin: Do not use dev/null as the file for executables. Darwin has a separate debug linker,

[gcc r14-9542] libstdc++: Sync the atomic_link_flags implementation with GCC.

2024-03-19 Thread Iain D Sandoe via Libstdc++-cvs
https://gcc.gnu.org/g:71a44faa8a4f76d68356c66c6054e6c242df820f commit r14-9542-g71a44faa8a4f76d68356c66c6054e6c242df820f Author: Iain Sandoe Date: Mon Mar 18 09:57:33 2024 + libstdc++: Sync the atomic_link_flags implementation with GCC. For Darwin, in order to allow uninstalle

[gcc r13-8576] libstdc++: Sync the atomic_link_flags implementation with GCC.

2024-04-03 Thread Iain D Sandoe via Libstdc++-cvs
https://gcc.gnu.org/g:5975807ae77896e6e67656f38304149a643816b9 commit r13-8576-g5975807ae77896e6e67656f38304149a643816b9 Author: Iain Sandoe Date: Mon Mar 18 09:57:33 2024 + libstdc++: Sync the atomic_link_flags implementation with GCC. For Darwin, in order to allow uninstalle

[gcc r13-8577] libstdc++, Darwin: Handle a linker warning [PR112397].

2024-04-03 Thread Iain D Sandoe via Libstdc++-cvs
https://gcc.gnu.org/g:ae11f0154116f4e5fa8769b1ea1600b1b1c22958 commit r13-8577-gae11f0154116f4e5fa8769b1ea1600b1b1c22958 Author: Iain Sandoe Date: Thu Feb 8 17:54:31 2024 + libstdc++, Darwin: Handle a linker warning [PR112397]. Darwin's linker warns when we make a direct branc

[gcc r12-10336] libstdc++, Darwin: Limit recursive mutex init to OS versions needing it.

2024-04-18 Thread Iain D Sandoe via Libstdc++-cvs
https://gcc.gnu.org/g:ab4ff3e9fe881ef85a8156f2be528872c6a2fdfc commit r12-10336-gab4ff3e9fe881ef85a8156f2be528872c6a2fdfc Author: Iain Sandoe Date: Sat Dec 3 17:09:35 2022 + libstdc++, Darwin: Limit recursive mutex init to OS versions needing it. The problem described in pr 51

[gcc r12-10373] libstdc++, Darwin: Do not use dev/null as the file for executables.

2024-04-21 Thread Iain D Sandoe via Libstdc++-cvs
https://gcc.gnu.org/g:678f6bc1655d9bf4ecec06e733122823a512ee4d commit r12-10373-g678f6bc1655d9bf4ecec06e733122823a512ee4d Author: Iain Sandoe Date: Tue Mar 19 10:40:50 2024 + libstdc++, Darwin: Do not use dev/null as the file for executables. Darwin has a separate debug linker

[gcc r12-10376] libstdc++, Darwin: Handle a linker warning [PR112397].

2024-04-21 Thread Iain D Sandoe via Libstdc++-cvs
https://gcc.gnu.org/g:77f17e405a0669db9a6c8af69bde6eb1170f48bd commit r12-10376-g77f17e405a0669db9a6c8af69bde6eb1170f48bd Author: Iain Sandoe Date: Thu Feb 8 17:54:31 2024 + libstdc++, Darwin: Handle a linker warning [PR112397]. Darwin's linker warns when we make a direct bran

[gcc r11-11332] testsuite, Darwin: Remove an unnecessary flags addition.

2024-04-22 Thread Iain D Sandoe via Libstdc++-cvs
https://gcc.gnu.org/g:b4ad231ce26a66a9e11f246df2c602626d99fc6a commit r11-11332-gb4ad231ce26a66a9e11f246df2c602626d99fc6a Author: Iain Sandoe Date: Sun Jun 19 20:47:43 2022 +0100 testsuite, Darwin: Remove an unnecessary flags addition. The addition of the multiply_defined suppress

[gcc r11-11356] libstdc++, Darwin: Limit recursive mutex init to OS versions needing it.

2024-04-24 Thread Iain D Sandoe via Libstdc++-cvs
https://gcc.gnu.org/g:17212f5912d8f57b3757633444ae64c9831aa8f7 commit r11-11356-g17212f5912d8f57b3757633444ae64c9831aa8f7 Author: Iain Sandoe Date: Sat Dec 3 17:09:35 2022 + libstdc++, Darwin: Limit recursive mutex init to OS versions needing it. The problem described in pr 51

[gcc r11-11400] libstdc++, Darwin: Do not use dev/null as the file for executables.

2024-04-29 Thread Iain D Sandoe via Libstdc++-cvs
https://gcc.gnu.org/g:3b01cc3b088b4781743fcef64f4ab27c73d54009 commit r11-11400-g3b01cc3b088b4781743fcef64f4ab27c73d54009 Author: Iain Sandoe Date: Tue Mar 19 10:40:50 2024 + libstdc++, Darwin: Do not use dev/null as the file for executables. Darwin has a separate debug linker

[gcc r11-11403] libstdc++, Darwin: Handle a linker warning [PR112397].

2024-04-29 Thread Iain D Sandoe via Libstdc++-cvs
https://gcc.gnu.org/g:8c19cb9c6186b65f1858c91d423238a00ffe0c01 commit r11-11403-g8c19cb9c6186b65f1858c91d423238a00ffe0c01 Author: Iain Sandoe Date: Thu Feb 8 17:54:31 2024 + libstdc++, Darwin: Handle a linker warning [PR112397]. Darwin's linker warns when we make a direct bran

[gcc r15-3894] libstdc++: Suppress an attribute suggestion warning [PR116853].

2024-09-26 Thread Iain D Sandoe via Libstdc++-cvs
https://gcc.gnu.org/g:d797202caa34f008399dc65e10cc723f52fcbcc5 commit r15-3894-gd797202caa34f008399dc65e10cc723f52fcbcc5 Author: Iain Sandoe Date: Thu Sep 26 11:07:41 2024 +0100 libstdc++: Suppress an attribute suggestion warning [PR116853]. This warning is triggering during the b

[gcc r15-9150] libstdc++, testsuite, Darwin: Prune a new linker warning present form XCode 16.

2025-04-02 Thread Iain D Sandoe via Libstdc++-cvs
https://gcc.gnu.org/g:efe72d9f050a72ffb698adef8434afae1849dcff commit r15-9150-gefe72d9f050a72ffb698adef8434afae1849dcff Author: Iain Sandoe Date: Wed Apr 2 14:38:38 2025 +0100 libstdc++, testsuite, Darwin: Prune a new linker warning present form XCode 16. Darwin's linker now war