middle-end/70090: Document that -fsanitize=object-size uses dynamic size
authorSiddhesh Poyarekar <siddhesh@gotplt.org>
Thu, 15 Dec 2022 16:29:23 +0000 (11:29 -0500)
committerSiddhesh Poyarekar <siddhesh@gotplt.org>
Thu, 15 Dec 2022 17:52:42 +0000 (12:52 -0500)
commit7283380a5829150cc820ab3b25c4d91cad372eec
tree420b81316b294a0124b936ab5d4753e819658928
parentd49b2a3a1dbbe3ac9ae134bc5742be7fdb417d32
middle-end/70090: Document that -fsanitize=object-size uses dynamic size

Fix the documentation to say that object sizes are deduced using
__builtin_dynamic_object_size.

gcc/ChangeLog:

PR middle-end/70090
* doc/invoke.texi (-fsanitize=object-size): Use
__builtin_dynamic_object_size instead of
__builtin_object_size.

Signed-off-by: Siddhesh Poyarekar <siddhesh@gotplt.org>
gcc/doc/invoke.texi