diff options
Diffstat (limited to 'gcc/doc/implement-c.texi')
-rw-r--r-- | gcc/doc/implement-c.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/implement-c.texi b/gcc/doc/implement-c.texi index b7d34ee290c..6a1b59b7e85 100644 --- a/gcc/doc/implement-c.texi +++ b/gcc/doc/implement-c.texi @@ -433,8 +433,8 @@ used to determine if a function has not been inlined and why not. different type (C90 6.3.2.3).} The relevant bytes of the representation of the object are treated as -an object of the type used for the access. This may be a trap -representation. +an object of the type used for the access. @xref{Type-punning}. This +may be a trap representation. @item @cite{Whether a ``plain'' @code{int} bit-field is treated as a |