From 49d6830d664be5feaf0537d7b310d5c6d5e9fc65 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 6 Jul 2011 18:40:36 +0000 Subject: [PATCH] re PR other/49658 (Typo in gcc/doc/extend.texi) 2011-07-06 Jonathan Wakely PR other/49658 * doc/extend.texi (Compound Literals): Fix typo. From-SVN: r175928 --- gcc/ChangeLog | 5 +++++ gcc/doc/extend.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 21f550c6d99..147b828facf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-07-06 Jonathan Wakely + + PR other/49658 + * doc/extend.texi (Compound Literals): Fix typo. + 2011-07-06 James Greenhalgh * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 5b80616c969..1817f5123d1 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -1629,7 +1629,7 @@ such an initializer, as shown here: 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. -- 2.30.2