+2017-03-20 Martin Sebor <msebor@redhat.com>
+
+ PR c++/52477
+ * doc/extend.texi (attribute constructor): Document present limitation.
+
2017-03-20 Kelvin Nilsen <kelvin@gcc.gnu.org>
PR target/79963
that deallocates the same resource, both functions typically have the
same priority. The priorities for constructor and destructor
functions are the same as those specified for namespace-scope C++
-objects (@pxref{C++ Attributes}).
+objects (@pxref{C++ Attributes}). However, at present, the order in which
+constructors for C++ objects with static storage duration and functions
+decorated with attribute @code{constructor} are invoked is unspecified.
+In mixed declarations, attribute @code{init_priority} can be used to
+impose a specific ordering.
@item deprecated
@itemx deprecated (@var{msg})