1. 22 Mar, 2002 32 commits
  2. 21 Mar, 2002 8 commits
    • tree.c (cp_cannot_inline_tree_fn): Same. · e019cf95
      2002-03-21  Aldy Hernandez  <aldyh@redhat.com>
      
              * tree.c (cp_cannot_inline_tree_fn): Same.
      
      From-SVN: r51149
      Aldy Hernandez committed
    • fix conflicts · 18523b2c
      From-SVN: r51147
      Aldy Hernandez committed
    • langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check… · 2cb921f4
      langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check flag_really_no_inline instead of optimize == 0.
      
      2002-03-21  Aldy Hernandez  <aldyh@redhat.com>
      
              * langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check
              flag_really_no_inline instead of optimize == 0.
      
              * c-objc-common.c (c_cannot_inline_tree_fn): Same.
      
              * cp/tree.c (cp_cannot_inline_tree_fn): Same.
      
              * flags.h (flag_really_no_inline): New.
      
              * c-common.c (c_common_post_options): Initialzie
              flag_really_no_inline.
      
              * toplev.c (flag_really_no_inline): New.
      
      From-SVN: r51146
      Aldy Hernandez committed
    • avr.md (length): Fix length computation for conditional branches. · 239b8b9d
      	* config/avr/avr.md (length): Fix length computation for
      	conditional branches.
      
      From-SVN: r51144
      Jakub Jelinek committed
    • configure.in: Enable alpha*-*-freebsd*. · 5bb366e0
      	* configure.in: Enable alpha*-*-freebsd*.
      	* configure: Rebuilt.
      
      From-SVN: r51143
      Loren J. Rittle committed
    • Enable libgcj for xscale-elf · f18d9a0c
      From-SVN: r51141
      Anthony Green committed
    • parse.y (build_access_to_thisn): Stop when FROM is not an inner class. · a5778545
      	* parse.y (build_access_to_thisn): Stop when FROM is not an inner
      	class.
      
      From-SVN: r51138
      Tom Tromey committed
    • Makefile.in (fold-const.o, [...]): Update. · 43577e6b
      	* Makefile.in (fold-const.o, stor-layout.o, stmt.o,
      	sdbout.o, profile.o): Update.
      	* c-common.c (c_common_nodes_and_builtins): Use pushdecl
      	langhook.
      	* c-common.h (gettags): Move here from tree.h.
      	* c-tree.h (pushdecl, pushlevel, poplevel, set_block,
      	insert_block, getdecls, kept_level_p, global_bindings_p): New.
      	* dbxout.c (dbxout_init): Use getdecls langhook.
      	* expr.c (expand_expr): Use insert_block langhook.
      	* fold-const.c: Include langhooks.h.
      	(fold_range_test, fold_binary_op_with_conditional_arg,
      	fold): Use global_bindings_p langhook.
      	* integrate.c (expand_inline_function): Use insert_block langhook.
      	* langhooks-def.h (LANG_HOOKS_DECLS, LANG_HOOKS_PUSHLEVEL,
      	LANG_HOOKS_POPLEVEL, LANG_HOOKS_GLOBAL_BINDINGS_P,
      	LANG_HOOKS_INSERT_BLOCK, LANG_HOOKS_SET_BLOCK, LANG_HOOKS_PUSHDECL,
      	LANG_HOOKS_GETDECLS): New.
      	(LANG_HOOKS_INITIALIZER): Update.
      	* langhooks.c (lhd_clear_binding_stack): Use global_bindings_p
      	langhook.
      	* langhooks.h (struct lang_hooks_for_decls): New.
      	(struct lang_hooks): Update.
      	* profile.c: Include langhooks.h.
      	(output_func_start_profiler): Use new langhooks.
      	* sdbout.c: Include langhooks.h.
      	(sdbout_init, sdbout_finish): Use getdecls langhook.
      	* stmt.c: Include langhooks.h.
      	(expand_fixup, fixup_gotos): Use new langhooks.
      	* stor-layout.c: Include langhooks.h.
      	(variable_size): Use global_bindings_p langhook.
      	* toplev.c (compile_file): Use getdecls langhook.
      	* tree-inline.c (remap_block): Use insert_block langhook.
      	* tree.h (pushdecl, pushlevel, poplevel, set_block, gettags,
      	insert_block, getdecls, kept_level_p, global_bindings_p): Remove.
      cp:
      	* cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
      	insert_block, getdecls, global_bindings_p): New.
      java:
      	* cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
      	insert_block, getdecls, kept_level_p, global_bindings_p): New.
      f:
      	* cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
      	insert_block, getdecls, global_bindings_p): New.
      
      From-SVN: r51136
      Neil Booth committed