summaryrefslogtreecommitdiff
path: root/gcc/compare-types.h
diff options
context:
space:
mode:
authorErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-13 11:49:17 +0200
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-14 14:46:21 +0200
commitbee50c9b1551d178c1248be3a582ee3d198ef6e8 (patch)
treebe8c69c90c602b9a8098454522be3c835aa98f22 /gcc/compare-types.h
parentf801efe2ec0080ce1e1677294326f0836455d413 (diff)
Successfully understand how incomplete types are compared
Diffstat (limited to 'gcc/compare-types.h')
-rw-r--r--gcc/compare-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/compare-types.h b/gcc/compare-types.h
index 7f33684e927..2c690fc3081 100644
--- a/gcc/compare-types.h
+++ b/gcc/compare-types.h
@@ -5,6 +5,7 @@ extern bool eq_identifier(const_tree a, const_tree b);
extern bool eq_pointer(const_tree a, const_tree b);
extern bool eq_main_variant(const_tree a, const_tree b);
extern bool eq_canonical(const_tree a, const_tree b);
+extern bool eq_canonical_internal(const_tree a, const_tree b);
extern bool eq_type_compare(const_tree a, const_tree b);
extern bool eq_type_structural(const_tree a, const_tree b);
extern bool eq_types(const_tree a, const_tree b, const bool force_structural = false);