1. 13 Sep, 2003 6 commits
  2. 12 Sep, 2003 11 commits
  3. 11 Sep, 2003 21 commits
  4. 10 Sep, 2003 2 commits
    • decl2.c (var_finalized_p): New. · c4d2313d
      
      	* decl2.c (var_finalized_p): New.
      	(maybe_emit_vtables, write_out_vars, finish_file): Use it.
      
      From-SVN: r71284
      Jan Hubicka committed
    • c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not… · f08545a8
      c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not inlinable; do not check the body.
      
      
      	* c-objc-common.c (c_cannot_inline_tree_fn): Warn
      	on why function is not inlinable; do not check
      	the body.
      	(inline_forbidden_p): Move to...
      	* tree-inline.c (inline_forbidden_p_1): ... here; Add warnings;
      	deal with alloca, longjmp.
      	(inline_forbidden_p): New static function.
      	(find_alloca_call_1, find_alloca_call, find_builtin_longjmp_call_1,
      	find_builtin_longjmp_call): Kill.
      
      From-SVN: r71283
      Jan Hubicka committed