[PATCH 2/3] Documentation tweak

David Malcolm dmalcolm@redhat.com
Wed Jan 1 00:00:00 GMT 2014


gcc/jit/
	* docs/topics/expressions.rst (Type-coercion): Note that
	we support casting between pointer types.
---
 gcc/jit/docs/topics/expressions.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/jit/docs/topics/expressions.rst b/gcc/jit/docs/topics/expressions.rst
index a95f5c9..1cf9641 100644
--- a/gcc/jit/docs/topics/expressions.rst
+++ b/gcc/jit/docs/topics/expressions.rst
@@ -402,6 +402,7 @@ Type-coercion
 
      * int <-> float
      * int <-> bool
+     * P*  <-> Q*, for pointer types P and Q
 
 Lvalues
 -------
-- 
1.8.5.3



More information about the Jit mailing list