Commit 49d6830d by Jonathan Wakely Committed by Jonathan Wakely

re PR other/49658 (Typo in gcc/doc/extend.texi)

2011-07-06  Jonathan Wakely  <jwakely.gcc@gmail.com>

	PR other/49658
	* doc/extend.texi (Compound Literals): Fix typo.

From-SVN: r175928
parent d75dae75
2011-07-06 Jonathan Wakely <jwakely.gcc@gmail.com>
PR other/49658
* doc/extend.texi (Compound Literals): Fix typo.
2011-07-06 James Greenhalgh <james.greenhalgh@arm.com> 2011-07-06 James Greenhalgh <james.greenhalgh@arm.com>
* config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Add
......
...@@ -1629,7 +1629,7 @@ such an initializer, as shown here: ...@@ -1629,7 +1629,7 @@ such an initializer, as shown here:
char **foo = (char *[]) @{ "x", "y", "z" @}; char **foo = (char *[]) @{ "x", "y", "z" @};
@end smallexample @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 also allowed, but then the compound literal is equivalent
to a cast. to a cast.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment