+2004-08-16 Janis Johnson <janis187@us.ibm.com>
+
+ * doc/extend.texi (AltiVec builtins): Document additional differences
+ from the Motorola AltiVec PIM.
+
2004-08-16 Nathan Sidwell <nathan@codesourcery.com>
* c-typeck.c (build_c_cast): Only copy overflow from expr nodes.
@item
If @code{signed} or @code{unsigned} is omitted, the vector type defaults
-to @code{signed}.
+to @code{signed} for @code{vector int} or @code{vector short} and to
+@code{unsigned} for @code{vector char}.
+
+@item
+Compiling with @option{-maltivec} adds keywords @code{__vector},
+@code{__pixel}, and @code{__bool}. Macros @option{vector},
+@code{pixel}, and @code{bool} are defined in @code{<altivec.h>} and can
+be undefined.
+
+@item
+GCC allows using a @code{typedef} name as the type specifier for a
+vector type.
@item
For C, overloaded functions are implemented with macros so the following