aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-03-30 21:34:41 +0000
committerTom Tromey <tromey@redhat.com>2005-03-30 21:34:41 +0000
commit84e0a40cf4cc92773965ec49feecccc921b11c62 (patch)
treea32675b4b0676ecaf92e279e2a53b3c5bc54c1b2 /gcc/expr.c
parenta48eb01d4f9bfeb09ee7541322d23b3dbb8f9439 (diff)
gcc:
* tree.def (FILE_TYPE): Removed. * typeclass.h (enum type_class): Removed file_type_class. * dwarf2out.c (is_base_type): Updated. (gen_type_die): Likewise. * dbxout.c (dbxout_type): Updated. * builtins.c (type_to_class): Updated. * tree.c (type_contains_placeholder_1): Updated. * config/sparc/sparc.c (sparc_type_code): Updated. * config/ia64/ia64.c (hfa_element_mode): Updated. * expr.c (count_type_elements): Updated. * stor-layout.c (layout_type): Updated. * tree-inline.c (remap_type): Updated. * tree-pretty-print.c (dump_generic_node): Updated. gcc/java: * decl.c (gnat_substitute_in_type): Don't handle FILE_TYPE. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@97282 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 9e08315531f..c2a6e7db9a7 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -4522,7 +4522,6 @@ count_type_elements (tree type)
case VOID_TYPE:
case METHOD_TYPE:
- case FILE_TYPE:
case FUNCTION_TYPE:
case LANG_TYPE:
default: