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.
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
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
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__).
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.)
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119435
Iain Sandoe changed:
What|Removed |Added
Severity|normal |enhancement
Target|powerpc-ap