[Bug target/119435] Darwin: constructor priorities are not supported

2025-03-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119435 --- Comment #6 from Andrew Pinski --- Note the change to disable the priorities support was done for PR 34587. Specifically see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34587#c11 on the reason at the time.

[Bug target/119435] Darwin: constructor priorities are not supported

2025-03-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119435 --- Comment #7 from Andrew Pinski --- (In reply to Sergey Fedorov from comment #2) > > Thank you. Indeed, surprising that nobody reported it. I have seen an old > issue in OpenBLAS repo re Solaris and Darwin, but it was of 2015, I assumed > it

[Bug target/119435] Darwin: constructor priorities are not supported

2025-03-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119435 --- Comment #4 from Jonathan Wakely --- (In reply to Iain Sandoe from comment #1) > In the meantime, you have no solution except to make the priority attribute > conditional on !defined(__APPLE__). Didn't we make __has_attribute / __has_cpp_att

[Bug target/119435] Darwin: constructor priorities are not supported

2025-03-24 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119435 --- Comment #5 from Iain Sandoe --- (In reply to Jonathan Wakely from comment #4) > (In reply to Iain Sandoe from comment #1) > > In the meantime, you have no solution except to make the priority attribute > > conditional on !defined(__APPLE__).

[Bug target/119435] Darwin: constructor priorities are not supported

2025-03-23 Thread vital.had at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119435 --- Comment #2 from Sergey Fedorov --- (In reply to Iain Sandoe from comment #1) > I am actually surprised we don't have an enhancement bug for this. > > The reason we do not have this is because it needs linker support (for a > complete impl.)

[Bug target/119435] Darwin: constructor priorities are not supported

2025-03-23 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119435 --- Comment #3 from Iain Sandoe --- (In reply to Sergey Fedorov from comment #2) > (In reply to Iain Sandoe from comment #1) > > I am actually surprised we don't have an enhancement bug for this. > > > > The reason we do not have this is becaus

[Bug target/119435] Darwin: constructor priorities are not supported

2025-03-23 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119435 Iain Sandoe changed: What|Removed |Added Severity|normal |enhancement Target|powerpc-ap