summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-15 14:39:14 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2000-11-15 14:39:14 +0000
commit211f311664516319ad48d5272f056d9298e7344e (patch)
tree125e489e2c90a52e691eac99b293650f052b66f7 /gcc/tree.h
parentc7e700dffc2c5edd254411c2ece935cb9cad1cf9 (diff)
downloadgcc-211f311664516319ad48d5272f056d9298e7344e.tar.gz
2000-11-13 Andrew Haley <aph@redhat.com>
* tree.c (build_type_no_quals): New function. * tree.h (build_type_no_quals): Declare. * c-common.c (c_get_alias_set): When considering type compatibility for pointer types, ignore cv-qualifiers anywhere in a pointer chain. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37479 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index ed28507af7d..a264df4fbdc 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1923,6 +1923,7 @@ extern tree signed_or_unsigned_type PARAMS ((int, tree));
extern void fixup_unsigned_type PARAMS ((tree));
extern tree build_pointer_type PARAMS ((tree));
extern tree build_reference_type PARAMS ((tree));
+extern tree build_type_no_quals PARAMS ((tree));
extern tree build_index_type PARAMS ((tree));
extern tree build_index_2_type PARAMS ((tree, tree));
extern tree build_array_type PARAMS ((tree, tree));