]> git.ipfire.org Git - thirdparty/gcc.git/commit
params.def (PARAM_VERIFY_CANONICAL_TYPES): Remove.
authorDouglas Gregor <doug.gregor@gmail.com>
Wed, 11 Jul 2007 13:50:13 +0000 (13:50 +0000)
committerDoug Gregor <dgregor@gcc.gnu.org>
Wed, 11 Jul 2007 13:50:13 +0000 (13:50 +0000)
commit7313518b90b280e75d32a647b3d9f6ad5e0b0150
tree1f482a01f0df0a7fe6691efc8bb9d3348de39c45
parent039cb258334f8c69acd5de99c33f781cff49c535
params.def (PARAM_VERIFY_CANONICAL_TYPES): Remove.

2007-07-11  Douglas Gregor  <doug.gregor@gmail.com>

       * params.def (PARAM_VERIFY_CANONICAL_TYPES): Remove.
       (PARAM_USE_CANONICAL_TYPES): New; decides whether to use canonical
       types or not.
       * params.h (VERIFY_CANONICAL_TYPES): Remove.
       (USE_CANONICAL_TYPES): New.
       * doc/invoke.texi (verify-canonical-types): Remove.
       (use-canonical-types): Add.

2007-07-11  Douglas Gregor  <doug.gregor@gmail.com>

       * typeck.c (comptypes): When USE_CANONICAL_TYPES, use the
       canonical types; otherwise, fall back to structural type
       comparisons. If ENABLE_CHECKING and USE_CANONICAL_TYPES, give an
       internal compiler error if the canonical types are wrong.

From-SVN: r126550
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/doc/invoke.texi
gcc/params.def
gcc/params.h