1. 27 May, 2005 32 commits
    • basic-block.h (basic_block_def): Add phi_nodes and predictions. · 4aab792d
      	* basic-block.h (basic_block_def): Add phi_nodes and
      	predictions.  Remove tree_annotations.
      	* predict.c (tree_predicted_by_p, tree_predict_edge,
      	combine_predictions_for_bb): Adjust references to predictions.
      	* tree-cfg.c (init_empty_tree_cfg, create_bb): Don't call
      	create_block_annotation.
      	(create_block_annotation, free_blocks_annotatios,
      	clear_blocks_annotations): Remove.
      	(dump_cfg_stats): Don't print out the memory spent on
      	bb_ann_d.
      	(delete_tree_cfg_annotations): Don't call free_blocks_annotations.
      	* tree-flow-inline.h (bb_ann): Remove.
      	(phi_nodes, set_phi_nodes): Update references to phi_nodes.
      	* tree-flow.h (bb_ann_d): Remove.
      	* tree-if-conv.c (process_phi_nodes): Update a reference to
      	phi_nodes.
      	* tree-phinodes.c (reserve_phi_args_for_new_edge,
      	create_phi_node, remove_phi_node): Likewise.
      	* tree-pretty-print.c (dump_generic_bb_buff): Don't call bb_ann.
      	* tree-ssa-dom.c (threaded_blocks): New.
      	(tree_ssa_dominator_optimize): Initialize, clear, and free
      	threaded_blocks. Update a call to thread_through_all_blocks.
      	(thread_across_edge): Use threaded_blocks instead of setting
      	incoming_edge_threaded.
      	* tree-ssa-threadupdate.c (threaded_through_all_blocks): Take
      	a bitmap of blocks that are threaded through.
      	* tree.h: Move the prototype of threaded_through_blocks to
      	tree-flow.h.
      
      From-SVN: r100279
      Kazu Hirata committed
    • abi.html: Mention 3.4.0 as the current baseline; add a notice about the configure options. · 8dabce98
      2005-05-27  Paolo Carlini  <pcarlini@suse.de>
      
      	* docs/html/abi.html: Mention 3.4.0 as the current baseline; add
      	a notice about the configure options.
      
      From-SVN: r100277
      Paolo Carlini committed
    • cgraph.c: Include tree-gimple.h · e0704a46
      
      	* cgraph.c: Include tree-gimple.h
      	(cgraph_edge): Rename expr to stmt.
      	(cgraph_create_edge): Likewise.
      	(cgraph_clone_node): Likewise.
      	* cgraph.h (cgraph_node): Use call_stmt instead of call_expr.
      	* cgraphunit.c (record_call_1): Rename to ...
      	(record_reference): ... this one; do not build edges.
      	(cgraph_varpool_analyze_pending_decls): Call record_reference directly.
      	(current_basic_block): Kill.
      	(cgraph_create_edges): Rewrite to work on gimple statements nicely.
      	(verify_cgraph_node): Likewise.
      	* tree-inline.c (copy_body_r): Do not mess up with cgraph edges.
      	(copy_bb): Mess up with cgraph edges here; simplify EH handling.
      	(copy_edges_for_bb): Simplify EH handling.
      	(expand_call_inline): Pass statement to cgraph_edge and
      	cgraph_create_edge.
      
      From-SVN: r100276
      Jan Hubicka committed
    • ChangeLog: Fix typo. · 0ff90076
      2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
      
      	* ChangeLog: Fix typo.
      
      From-SVN: r100275
      Ziga Mahkovec committed
    • MAINTAINERS (Write After Approval): Add self. · 585b3aa3
      2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
      
      	* MAINTAINERS (Write After Approval): Add self.
      
      From-SVN: r100274
      Ziga Mahkovec committed
    • re PR libstdc++/21674 (basic_string vs debug_mode) · 40ffde52
      
      2005-05-27  Benjamin Kosnik  <bkoz@redhat.com>
      
              PR libstdc++/21674
              * include/bits/c++config: Remove extern template use when in debug
              mode, disable for non-weak systems.
      
      From-SVN: r100273
      Benjamin Kosnik committed
    • in_pack_generic.c: Adjust copyright years. · f827a7d0
      2005-05-27  Thomas Koenig  <Thomas.Koenig@online.de>
      
              * runtime/in_pack_generic.c:  Adjust copyright years.
              (in_pack_generic):  Change dimension of auxiliary arrays from
              GFC_MAX_DIMENSION - 1 to GFC_MAX_DIMENSION.
              * runtime/in_unpack_generic.c:  Adjust copyright years.
              (in_unpack_generic):  Change dimension of auxiliary arrays from
              GFC_MAX_DIMENSION - 1 to GFC_MAX_DIMENSION.
      
      From-SVN: r100271
      Thomas Koenig committed
    • trans-array.c (gfc_trans_deferred_array): Use build_int_cst to force like types in comparsion. · 4c1dd580
      * trans-array.c (gfc_trans_deferred_array): Use build_int_cst to force
        like types in comparsion.
      
      From-SVN: r100269
      Steven G. Kargl committed
    • [multiple changes] · 30d2e943
      2005-05-18  Richard Guenther  <rguenth@gcc.gnu.org>
      
              * tree-inline.c (copy_body_r): Manually fold *& to deal
              with ADDR_EXPRs with mismatched types for now.
      
      2005-05-17  Richard Guenther  <rguenth@gcc.gnu.org>
      
              * gimplify.c (fold_indirect_ref_rhs): New function.
              (gimplify_modify_expr_rhs): Use it instead of pessimistic
              fold_indirect_ref.
      
      2005-05-15  Richard Guenther  <rguenth@gcc.gnu.org>
      
              * fold-const.c (fold_indirect_ref_1): Add type argument;
              make sure the resulting expression is of this type.
              (build_fold_indirect_ref, fold_indirect_ref): Adjust callers.
      
      From-SVN: r100267
      Richard Guenther committed
    • re PR tree-optimization/21658 (CCP does not propagate ADDR_EXPR far enough.) · 46aad78f
      gcc/
      	PR tree-optimization/21658
      	* tree-ssa-ccp.c (ccp_fold): Call fold_binary instead of
      	fold_binary_to_constant.  Likewise, call fold_unary instead of
      	fold_unary_to_constant.
      
      testsuite/
      	PR tree-optimization/21658
      	* gcc.dg/tree-ssa/pr21658.c: New.
      
      From-SVN: r100266
      Kazu Hirata committed
    • test.html: Mention PCH_CXXFLAGS. · 8b60fb43
      	* docs/html/test.html: Mention PCH_CXXFLAGS.
      	* testsuite/lib/libstdc++.exp: Set PCH_CXXFLAGS by probing for an
      	available stcd++.h PCH.
      	* testsuite/libstdc++-dg/normal.exp: Use PCH_CXXFLAGS.
      
      From-SVN: r100264
      Mark Mitchell committed
    • misc-inst.cc: Remove unnecessary included files. · c71e3d02
      
      2005-05-27  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
      
      	* src/misc-inst.cc: Remove unnecessary included files.
      
      From-SVN: r100263
      Theodore Papadopoulo committed
    • c++config: Remove extern template use when in debug mode, disable for non-weak systems. · 94afef7b
      
      2005-05-27  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/c++config: Remove extern template use when in debug
      	mode, disable for non-weak systems.
      
      From-SVN: r100261
      Benjamin Kosnik committed
    • re PR c++/21455 (type 'X' is not a base type for type 'X' in pointer to member conversion) · f879d298
      cp:
      	PR c++/21455
      	* typeck.c (get_delta_difference): Cope with incomplete but equal
      	classes.  Reorder if.
      testsuite:
      	PR c++/21455
      	* g++.dg/inherit/ptrmem3.C: New.
      
      From-SVN: r100258
      Nathan Sidwell committed
    • re PR libstdc++/20534 (Erroneous #include of <cassert>) · d2763ab5
      
      2005-05-27  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/20534
      	* include/debug/debug.h: Forwarding header, that pulls in details
      	only if in debug mode.
      	* include/debug/macros.h: ...transfer all the internal macros here.
      	* include/debug/functions.h: ...transfer all the functions here.
      	* include/debug/safe_iterator.h: Add functions.h, macros.h includes.
      	* include/debug/safe_sequence.h: Same.
      	* include/debug/vector: Tweak.
      	* include/Makefile.am (debug_headers): Add new includes.
      	* include/Makefile.in: Regenerate.
      	* testsuite/17_intro/no_assert_neg.cc: Add.
      
      	* include/ext/hash_set: Add debug mode include.
      	* include/ext/hash_map: Same.
      	* include/debug/hash_map: Fix included files to match actual files.
      	* include/debug/hash_set: Same.
      
      From-SVN: r100255
      Benjamin Kosnik committed
    • re PR c++/21681 (ICE with nested types in template) · 2d637547
      cp:
      	PR c++/21681
      	* parser.c (cp_parser_late_parsing_for_member): Disable access
      	checking for template functions.
      testsuite:
      	PR c++/21681
      	* g++.dg/parse/template16.C: New.
      
      From-SVN: r100252
      Nathan Sidwell committed
    • vec.h: Implement integral type vector specialization. · a0ef884f
      	* vec.h: Implement integral type vector specialization.
      	(VEC_T): Define a non-GTY structure.
      	(VEC_T_GTY): Define a GTY structure.
      	(VEC_TA): Rename to ...
      	(VEC_TA_GTY): ... here.
      	(DEF_VEC_I, DEF_VEC_ALLOC_I): New.
      	(DEF_VEC_P, DEF_VEC_ALLOC_P): Adjust.
      	(DEF_VEC_FUNC_P, DEF_VEC_ALLOC_FUNC_P): New, broken out of
      	DEF_VEC_P and DEF_VEC_ALLOC_P.
      	(DEF_VEC_O, DEF_VEC_ALLOC_O): Adjust.
      	(DEF_VEC_FUNC_O, DEF_VEC_ALLOC_FUNC_O): New, broken out of
      	DEF_VEC_O and DEF_VEC_ALLOC_O.
      	* global.c: Use DEF_VEC_I, DEF_VEC_ALLOC_I.
      	* lambda-code.c: Likewise.
      	* tree-into-ssa.c: Likewise.
      	* tree-ssa-live.c: Likewise.
      
      From-SVN: r100251
      Nathan Sidwell committed
    • tree-into-ssa.c (update_ssa): Ensure that the operand cache is up-to-date. · 6e3b9e27
      	* tree-into-ssa.c (update_ssa): Ensure that the operand cache
      	is up-to-date.
      	* tree-ssa-dom.c (tree_ssa_dominator_optimize): Call
      	update_stmt_if_modified before calling update_ssa.
      
      From-SVN: r100250
      Kazu Hirata committed
    • t-rtems: Remove roe multilib variant. · fb617f00
      2005-05-27  Ralf Corsepius  <ralf.corsepius@rtems.org>
      
      	* config/rs6000/t-rtems: Remove roe multilib variant.
      
      From-SVN: r100249
      Ralf Corsepius committed
    • * gcc.dg/setjmp-2.c: Only run in 32-bit. · c23c7d89
      From-SVN: r100248
      Andreas Jaeger committed
    • Correct Martin Loewis's last name ("oe" was "o" with umlaut) mangled by · cd8394dd
      my editor in the previous commit.
      
      From-SVN: r100247
      Ranjit Mathew committed
    • re PR java/19870 (gcj -C doesn't generate accessors for private members across… · 38c9d142
      re PR java/19870 (gcj -C doesn't generate accessors for private members across nested class boundaries)
      
      	PR java/19870.
      	* java-tree.h (OUTER_FIELD_ACCESS_IDENTIFIER_P): Rename to
      	NESTED_FIELD_ACCESS_IDENTIFIER_P.
      	(FIELD_INNER_ACCESS): Rename to FIELD_NESTED_ACCESS.
      	(FIELD_INNER_ACCESS_P): Rename to FIELD_NESTED_ACCESS_P.
      	* jcf-write.c (generate_classfile): Use
      	NESTED_FIELD_ACCESS_IDENTIFIER_P instead of
      	OUTER_FIELD_ACCESS_IDENTIFIER_P.
      	* parse.y (build_outer_field_access): Rename to
      	build_nested_field_access. Support static fields and outer-to-inner
      	class accesses.
      	(outer_field_access_p): Rename to nested_field_access_p. Support
      	static fields and generalise to outer-to-inner class and sibling
      	inner class accesses.
      	(outer_field_expanded_access_p): Rename to
      	nested_field_expanded_access_p and support static fields.
      	(outer_field_access_fix): Rename to nested_field_access_fix and
      	support static fields.
      	(build_outer_field_access_expr): Rename to
      	build_nested_field_access_expr and support static fields.
      	(build_outer_field_access_methods): Rename to
      	build_nested_field_access_methods and support static fields. For
      	static fields, generate accessors without class instance parameters.
      	(build_outer_field_access_method): Rename to
      	build_nested_field_access_method and support static fields.
      	(build_outer_method_access_method): Use
      	NESTED_FIELD_ACCESS_IDENTIFIER_P instead of
      	OUTER_FIELD_ACCESS_IDENTIFIER_P.
      	(resolve_expression_name): Consider static field accesses across
      	nested classes.
      	(resolve_qualified_expression_name): Likewise.
      	(java_complete_lhs): Use nested_field_access_fix instead of
      	outer_field_access_fix.
      	(patch_unary_op): Rename outer_field_flag to nested_field_flag.
      	Use nested_field_expanded_access_p instead of
      	outer_field_expanded_access_p. Use nested_field_access_fix instead
      	of outer_field_access_fix.
      	(check_thrown_exceptions): Use NESTED_FIELD_ACCESS_IDENTIFIER_P
      	instead of OUTER_FIELD_ACCESS_IDENTIFIER_P.
      
      From-SVN: r100246
      Ranjit Mathew committed
    • Testsuite adjustments for PR java/19870. · 27358466
      	* testsuite/libjava.lang/PR19870.java: New testcase.
      	* testsuite/libjava.lang/PR19870.out: Expected output for the
      	testcase.
      	* testsuite/libjava.jacks/jacks.xfail: Add
      	8.5.2-accessible-static-member-usage-3 and 15.8.4-static-2
      
      From-SVN: r100245
      Ranjit Mathew committed
    • i386-sse-8.c: Run test on all archs. · 1acaf650
      	* gcc.dg/i386-sse-8.c: Run test on all archs.
              * gcc.dg/2002122-2.c: Fix compiler flags.
      
      From-SVN: r100244
      Andreas Jaeger committed
    • MAINTAINERS (Write After Approval): Remove self. · 4930c50b
      2005-05-26  Chris Demetriou  <cgd@broadcom.com>
      
              * MAINTAINERS (Write After Approval): Remove self.
      
      From-SVN: r100243
      Chris Demetriou committed
    • isa-field-1.m: Only run on darwin. · 1b258d2f
              * objc.dg/isa-field-1.m: Only run on darwin.
              * objc.dg/lookup-1.m: Likewise.
              * objc.dg/try-catch-8.m: Likewise.
      
      From-SVN: r100242
      Mike Stump committed
    • comp-types-8.m, [...]: New. · c46bc0e2
              * objc.dg/comp-types-8.m, objc.dg/encode-6.m,
              objc.dg/extra-semi.m, objc.dg/fix-and-continue-2.m,
              objc.dg/isa-field-1.m, objc.dg/lookup-1.m, objc.dg/method-15.m,
              objc.dg/method-16.m, objc.dg/method-17.m, objc.dg/method-18.m,
              objc.dg/method-19.m, objc.dg/next-runtime-1.m,
              objc.dg/no-extra-load.m, objc.dg/pragma-1.m, objc.dg/stubify-1.m,
              objc.dg/stubify-2.m, objc.dg/super-class-4.m,
              objc.dg/super-dealloc-1.m, objc.dg/super-dealloc-2.m,
              objc.dg/try-catch-6.m, objc.dg/try-catch-7.m,
              objc.dg/try-catch-8.m: New.
      
      From-SVN: r100241
      Ziemowit Laski committed
    • re PR tree-optimization/9814 (gcc fails to optimise if (l&2) l|=2 away) · 1acdf11b
      
      	PR tree-optimization/9814
      	* ifcvt.c (noce_emit_move_insn): If we fail to recognize the move
      	instruction, add the necessary clobbers by re-expanding the RTL
      	for arithmetic operations via optab.c's expand_unop/expand_binop.
      	(noce_try_bitop): New function to optimize bit manipulation idioms
      	of the form "if (x & C) x = x op C" and "if (!(x & C) x = x op C".
      	(noce_process_if_block): Call noce_try_bitop.
      
      	* gcc.dg/pr9814-1.c: New test case.
      
      From-SVN: r100240
      Roger Sayle committed
    • comp-types-8.m, [...]: New. · 2c9ed0af
              * objc.dg/comp-types-8.m, objc.dg/encode-6.m,
              objc.dg/extra-semi.m, objc.dg/fix-and-continue-2.m,
              objc.dg/isa-field-1.m, objc.dg/lookup-1.m, objc.dg/method-15.m,
              objc.dg/method-16.m, objc.dg/method-17.m, objc.dg/method-18.m,
              objc.dg/method-19.m, objc.dg/next-runtime-1.m,
              objc.dg/no-extra-load.m, objc.dg/pragma-1.m, objc.dg/stubify-1.m,
              objc.dg/stubify-2.m, objc.dg/super-class-4.m,
              objc.dg/super-dealloc-1.m, objc.dg/super-dealloc-2.m,
              objc.dg/try-catch-6.m, objc.dg/try-catch-7.m,
              objc.dg/try-catch-8.m: New.
      
      From-SVN: r100239
      Ziemowit Laski committed
    • reg-stack.c (convert_regs_entry, [...]): Delete prototypes. · 00b9ce5c
      
      	* reg-stack.c (convert_regs_entry, convert_regs_exit,
      	convert_regs_1, convert_regs_2, convert_regs): Delete prototypes.
      	(reg_to_stack): Move to end of the file.  Initialize the per
      	basic block information here, instead of...
      	(convert_regs_entry): Here.
      	(convert_regs): Change unused return type to void.
      
      From-SVN: r100238
      Roger Sayle committed
    • Daily bump. · 6f43e0a2
      [[Split portion of a mixed commit.]]
      
      From-SVN: r100236.2
      GCC Administrator committed
    • c-pch.c, [...]: Update copyright. · 3a674ab9
      	* c-pch.c, timevar.c, timevar.h, unwind-compat.c,
      	unwind-dw2-fde-compat.c, unwind-dw2-fde.c, config/mmix/mmix.h,
      	config/rs6000/eabispe.h, config/rs6000/lynx.h,
      	config/sh/elf.h, config/sh/symbian-pre.h,
      	config/sparc/sparc-protos.h: Update copyright.
      
      From-SVN: r100234
      Kazu Hirata committed
  2. 26 May, 2005 8 commits