Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -675,9 +675,10 @@

\item Otherwise, the object indicated by the glvalue is read\iref{defns.access},
and the value contained in the object is the prvalue result.
If the result is an erroneous value\iref{basic.indet} and
the bits in the value representation are not valid for the object's type,
\begin{note}
If the bits in the value representation are not valid for the object's type,
the behavior is undefined.
\end{note}
\end{itemize}

\pnum
Expand Down