Index: extend.texi =================================================================== --- extend.texi (revision 175887) +++ extend.texi (working copy) @@ -1629,7 +1629,7 @@ char **foo = (char *[]) @{ "x", "y", "z" @}; @end smallexample
-Compound literals for scalar types and union types are is +Compound literals for scalar types and union types are also allowed, but then the compound literal is equivalent to a cast. committed to trunk as obvious PR other/49658 * doc/extend.texi (Compound Literals): Fix typo.