PR c/39525
* doc/extend.texi (Designated Inits): Describe what happens to omitted
field members.
From-SVN: r208835
+2014-03-26 Marek Polacek <polacek@redhat.com>
+
+ PR c/39525
+ * doc/extend.texi (Designated Inits): Describe what happens to omitted
+ field members.
+
2014-03-26 Marek Polacek <polacek@redhat.com>
PR other/59545
struct point p = @{ y: yvalue, x: xvalue @};
@end smallexample
+Omitted field members are implicitly initialized the same as objects
+that have static storage duration.
+
@cindex designators
The @samp{[@var{index}]} or @samp{.@var{fieldname}} is known as a
@dfn{designator}. You can also use a designator (or the obsolete colon