https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118981

--- Comment #48 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Erich Löw from comment #45)
> Created attachment 60618 [details]
> The source code

[[gnu::init_priority(99)]]
Coord A::c0(4u, 5u);

This uses a priority below 101, which is reserved for the implementation. You
must not use that in your own code.

Reply via email to