diff options
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8fa9aa9..ff463c7 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -6383,6 +6383,13 @@ The size of cache line in L1 cache, in bytes. @item l1-cache-size The number of cache lines in L1 cache. +@item verify-canonical-types +Whether the compiler should verify the ``canonical'' types used for +type equality comparisons within the C++ and Objective-C++ front +ends. Set to 1 (the default when GCC is configured with +--enable-checking) to enable verification, 0 to disable verification +(the default when GCC is configured with --disable-checking). + @end table @end table |