summaryrefslogtreecommitdiffstats
path: root/gcc/tree-pretty-print.c
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-30 21:34:41 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-30 21:34:41 +0000
commita6d108f6c2ca3420648291fb37936ddd3e7960bd (patch)
treea32675b4b0676ecaf92e279e2a53b3c5bc54c1b2 /gcc/tree-pretty-print.c
parente363453406cb4be650089715ff582260afe94207 (diff)
downloadppe42-gcc-a6d108f6c2ca3420648291fb37936ddd3e7960bd.tar.gz
ppe42-gcc-a6d108f6c2ca3420648291fb37936ddd3e7960bd.zip
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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97282 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-pretty-print.c')
-rw-r--r--gcc/tree-pretty-print.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c
index 6c1eed84dcc..743e1592e4d 100644
--- a/gcc/tree-pretty-print.c
+++ b/gcc/tree-pretty-print.c
@@ -1,5 +1,5 @@
/* Pretty formatting of GENERIC trees in C syntax.
- Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Adapted from c-pretty-print.c by Diego Novillo <dnovillo@redhat.com>
This file is part of GCC.
@@ -441,10 +441,6 @@ dump_generic_node (pretty_printer *buffer, tree node, int spc, int flags,
pp_string (buffer, "::");
break;
- case FILE_TYPE:
- NIY;
- break;
-
case ARRAY_TYPE:
{
tree tmp;
OpenPOWER on IntegriCloud