aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 7a70eb7..721330a 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -13220,9 +13220,7 @@ verify_type (const_tree t)
debug_tree (ct);
error_found = true;
}
- /* FIXME: this is violated by the C++ FE as discussed in PR70029, when
- FUNCTION_*_QUALIFIED flags are set. */
- if (0 && TYPE_MAIN_VARIANT (t) == t && ct && TYPE_MAIN_VARIANT (ct) != ct)
+ if (TYPE_MAIN_VARIANT (t) == t && ct && TYPE_MAIN_VARIANT (ct) != ct)
{
error ("TYPE_CANONICAL of main variant is not main variant");
debug_tree (ct);