OSDN Git Service

Emit DW_AT_ranges for inlined subroutines that contain disjoint blocks.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 285c5fb..aef2715 100644 (file)
@@ -1,3 +1,129 @@
+2005-03-30  James E. Wilson  <wilson@specifixinc.com>
+
+       PR debug/20268
+       * dwarf2out.c (add_high_low_attributes): New function, extracted from
+       gen_lexical_block_die.
+       (gen_lexical_block_die, gen_inlined_subroutine_die): Call it.
+
+2005-03-31  Jan Hubicka  <jh@suse.cz>
+
+       2004-11-02  Jan Hubicka  <jh@suse.cz>
+
+       * cgraph.c (cgraph_varpool_node_name): New function.
+       (dump_cgraph_varpool_node): New function.
+       (dump_varpool): New function.
+       * cgraphunit.c (cgraph_optimize): Dump varpool.
+
+       2004-10-16  Jan Hubicka  <jh@suse.cz>
+
+       * cgraph.c (decide_is_variable_needed): New function.
+       (cgraph_varpool_finalize_decl): Use it.
+       * cgraphunit.c (cgraph_optimize): Assemble_pending_decls when not doing
+       unit-at-a-time.
+       * final.c (output_addr_const): Do not call mark_referenced.
+       * passes.c (rest_of_decl_compilation): ifdef out DECL_RTL_SET_P hack;
+       always go via cgraph.
+       * toplev.c (wrapup_global_declarations): Kill non-unit-at-a-time code.
+       (check_global_declarations): Ifdef out code clearing DECL_RTL.
+       * tree-optimize.c (execute_inline): Mark functions called.
+       * i386.c (output_pic_addr_const): Do not call mark_decl_referenced.
+
+       2004-10-11  Jan Hubicka  <jh@suse.cz>
+
+       * cgraph.c (cgraph_varpool_first_unanalyzed_node): New global voriable
+       (cgraph_varpool_last_needed_node): New static variable.
+       (enqueue_needed_varpool_node): Break out from ...; add items to the
+       end of queue; update first pointers.
+       (cgraph_varpool_mark_needed_node): ... here.
+       (cgraph_varpool_finalize_decl): Use enqueue_needed_varpool_node.
+       (cgraph_varpool_assemble_pending_decls): Move to cgraphunit.c
+       * cgraph.h (cgraph_varpool_node): Add analyzed field.
+       (cgraph_varpool_first_unanalyzed_node): Declare.
+       * cgraphunit.c: Include output.h.
+       (cgraph_varpool_analyze_pending_decls): New function.
+       (cgraph_varpool_assemble_pending_decls): Move from cgraph.c; bail out
+       for errors, analyze pending decls.
+       (cgraph_finalize_compilation_unit): Only analyze decls.
+       (cgraph_optimize): Assemble the decls after expanding.
+
+2005-03-30  Daniel Berlin  <dberlin@dberlin.org>
+
+       * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure
+       subvars get marked properly in tags for grouping.
+       (add_pointed_to_var): Mark only actual pointed to
+       variables/subvars in addresses needed.
+       (create_overlap_variables_for): Clear call clobbered on original
+       variable.
+       * tree-ssa-operands.c (get_asm_expr_operands): Don't let regular
+       addresable vars with subvars into list.
+       * tree-ssa.c (verify_ssa_name): Verify original is not used where
+       subvar should be.
+
+2005-03-30  Richard Henderson  <rth@redhat.com>
+
+       * cgraph.h (struct cgraph_node): Add alias.
+       * varasm.c (assemble_alias): Set it.
+       * cgraphunit.c (cgraph_assemble_pending_functions): Check it and
+       avoid calling cgraph_expand_function.
+
+2005-03-30  Tom Tromey  <tromey@redhat.com>
+
+       * 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.
+
+2005-03-30 Fariborz Jahanian <fjahanian@apple.com>
+
+       * builtins.c (expand_builtin_powi): Fix mode of
+       2nd argument to match int.
+       * libgcc2.h (__powisf2, __powidf2, __powixf2, __powitf2): Change
+       2nd argument type to int.
+       * libgcc2.c: Change prototype of __powi* functions to use 
+       int.
+
+2005-03-30  Dale Johannesen  <dalej@apple.com>
+
+       PR middle-end/19225
+       * calls.c (expand_call):  Flush pending deferrals before
+       throwing call.
+
+2005-03-30  Joseph S. Myers  <joseph@codesourcery.com>
+
+       PR c/772
+       PR c/17913
+       * c-tree.h (C_DECL_UNJUMPABLE_STMT_EXPR,
+       C_DECL_UNDEFINABLE_STMT_EXPR, struct c_label_list, struct
+       c_label_context, label_context_stack): New.
+       * c-decl.c (define_label): Check for jumps into statement
+       expressions.  Add label to list of defined labels.
+       (start_function): Push context on label_context_stack.
+       (finish_function): Pop context from label_context_stack.
+       * c-typeck.c (label_context_stack): New.
+       (c_finish_goto_label): Check for jumps into statement
+       expressions.  Add label to list of jumped to labels.
+       (struct c_switch): Add blocked_stmt_expr.
+       (c_start_case): Initialize it.
+       (do_case): Check it.
+       (c_finish_case): Verify !blocked_stmt_expr.
+       (c_begin_stmt_expr):  Push context on label_context_stack.
+       Increment blocked_stmt_expr.  Mark labels jumped to from outside
+       as undefinable.
+       (c_finish_stmt_expr): December blocked_stmt_expr.  Mark labels
+       defined in the statement expression and no longer jumpable to.
+       Mark labels jumped to from just outside the statement expression
+       as again definable.  Pop context from label_context_stack.
+       * doc/extend.texi (Statement Exprs): Update.
+
 2005-03-30  Joseph S. Myers  <joseph@codesourcery.com>
 
        PR c/20368