OSDN Git Service

* tree.h (all_types_permanent): Remove.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Jul 2004 10:04:57 +0000 (10:04 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Jul 2004 10:04:57 +0000 (10:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84500 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree.h

index e1790dc..b6d3bdf 100644 (file)
@@ -1,5 +1,9 @@
 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
 
+       * tree.h (all_types_permanent): Remove.
+
+2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
+
        * langhooks.h (estimate_num_insns, pushlevel, poplevel, set_block,
        maybe_build_cleanup, update_decl_after_saving): Remove hooks.
        * langhooks.c (lhd_clear_binding_stack): Remove.
index 2f79ad7..1daea21 100644 (file)
@@ -3307,10 +3307,6 @@ extern GTY(()) tree current_function_func_begin_label;
 
 extern GTY(()) tree current_file_decl;
 
-/* Nonzero means all ..._TYPE nodes should be allocated permanently.  */
-
-extern int all_types_permanent;
-
 /* Declare a predefined function.  Return the declaration.  This function is
    provided by each language frontend.  */
 extern tree builtin_function (const char *, tree, int, enum built_in_class,