aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-11-19 08:05:11 +0000
committerSam James <sam@gentoo.org>2025-09-07 00:20:31 +0100
commit634d9f99868d9dd3eccd4f4b2d30ae874418cc65 (patch)
tree1704bd69898487d6a0064f8e8d6427c99e98fbb8
parent7b8c45d48f7fca3c10d43ca3f95e28b64458cf2b (diff)
downloadgcc-634d9f99868d9dd3eccd4f4b2d30ae874418cc65.zip
gcc-634d9f99868d9dd3eccd4f4b2d30ae874418cc65.tar.gz
gcc-634d9f99868d9dd3eccd4f4b2d30ae874418cc65.tar.bz2
doc: drop verify-canonical-types=1 ref
--param verify-canonical-types was removed back in r0-81986-g7313518b90b280. The same verification is controlled via our generic checking framework these days. gcc/ChangeLog: * doc/generic.texi (TYPE_CANONICAL): Don't mention long-removed --param verify-canonical-types.
-rw-r--r--gcc/doc/generic.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi
index d4ac580..55083b2 100644
--- a/gcc/doc/generic.texi
+++ b/gcc/doc/generic.texi
@@ -397,8 +397,7 @@ guarantee that @code{TYPE_CANONICAL} will point to the canonical type,
use @code{SET_TYPE_STRUCTURAL_EQUALITY} to make sure that the new
type--and any type constructed based on it--requires structural
equality. If you suspect that the canonical type system is
-miscomparing types, pass @code{--param verify-canonical-types=1} to
-the compiler or configure with @code{--enable-checking} to force the
+miscomparing types, configure with @code{--enable-checking} to force the
compiler to verify its canonical-type comparisons against the
structural comparisons; the compiler will then print any warnings if
the canonical types miscompare.