From 64b596c606791de680471a640c14640c45c30b76 Mon Sep 17 00:00:00 2001 From: Blackteahamburger Date: Tue, 4 Oct 2022 20:34:36 +0800 Subject: [PATCH 1/2] [conv.lval] Fix cross-reference for 'invalid pointer value' --- source/expressions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/expressions.tex b/source/expressions.tex index fa655634a5..3efcede7f1 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -666,7 +666,7 @@ the glvalue. \item Otherwise, if the object to which the glvalue refers contains an invalid -pointer value\iref{basic.stc.dynamic.deallocation}, the behavior is +pointer value\iref{basic.compound}, the behavior is \impldef{lvalue-to-rvalue conversion of an invalid pointer value}. \item Otherwise, the object indicated by the glvalue is read\iref{defns.access}, From 8f2856a2584c74b4781d518e6c4899cdd08247d5 Mon Sep 17 00:00:00 2001 From: Blackteahamburger Date: Sat, 11 Mar 2023 20:25:38 +0800 Subject: [PATCH 2/2] [basic.compound]/3.4 add cross reference to [basic.stc.general] --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index f95469332f..5cf329095a 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5240,7 +5240,7 @@ the \defnx{null pointer value}{value!null pointer} for that type, or \item \indextext{invalid pointer value|see{value, invalid pointer}} -an \defnx{invalid pointer value}{value!invalid pointer}. +an \defnx{invalid pointer value}{value!invalid pointer}\iref{basic.stc.general}. \end{itemize} A value of a pointer type