1. 16 Jul, 2003 10 commits
    • unwind-dw2.c (MD_FROB_UPDATE_CONTEXT): Define. · fc4767bb
      	* unwind-dw2.c (MD_FROB_UPDATE_CONTEXT): Define.
      	(uw_update_context_1): Use it.
      	* config/rs6000/rs6000.c (insn_after_throw): Remove.
      	(rs6000_aix_emit_builtin_unwind_init): Save $r2 to its location
      	in parent frame if _Unwind_* called directly instead of through
      	.plt.
      	(rs6000_emit_eh_toc_restore): Remove.
      	(rs6000_emit_prologue): Update stack pointer before doing any saving
      	if current_function_calls_eh_return.  Generate unwind info for $r2.
      	(rs6000_emit_epilogue): Restore stack pointer after doing all
      	restoring if current_function_calls_eh_return.  Restore $r2.
      	* config/rs6000/rs6000-protos.h (rs6000_emit_eh_toc_restore): Remove.
      	* config/rs6000/rs6000.md (eh_return): Remove call to
      	rs6000_emit_eh_toc_restore.
      	* config/rs6000/linux64.h (MD_FROB_UPDATE_CONTEXT): Define.
      	* config/rs6000/aix.h (MD_FROB_UPDATE_CONTEXT): Define.
      
      	* gcc.dg/cleanup-8.c: New test.
      	* gcc.dg/cleanup-9.c: New test.
      
      From-SVN: r69450
      Jakub Jelinek committed
    • expr.c (emit_block_move): Don't move anything if size is const 0. · 6972c506
      	* expr.c (emit_block_move): Don't move anything if size is const 0.
      	(clear_storage): Test against const0_rtx instead of comparing INTVAL
      	against 0.
      
      From-SVN: r69441
      Jakub Jelinek committed
    • sparc.c (sparc_nonflat_function_epilogue): Only emit nop if the last real insn is CALL_INSN. · ac59ed37
      2003-07-15  David S. Miller  <davem@redhat.com>
      
      	* config/sparc/sparc.c (sparc_nonflat_function_epilogue): Only
      	emit nop if the last real insn is CALL_INSN.
      
      From-SVN: r69440
      David S. Miller committed
    • re PR c++/10903 ([3.3 only] g++ says: "error: object ``type_decl' not supported by dump_expr") · c61dce3a
              PR c++/10903
              * pt.c (convert_nontype_argument): Fix thinko in diagnostic.
              Improve.
      
      From-SVN: r69435
      Gabriel Dos Reis committed
    • xm-mingw32.h (HOST_BIT_BUCKET): Define as "nul". · b828d124
      	* config/i386/xm-mingw32.h (HOST_BIT_BUCKET): Define
      	as "nul".
      	* config/i386/xm-mingw32.h: Change GNU CC to GCC.
      
      From-SVN: r69434
      Danny Smith committed
    • dll-MI1.h: New file. · 32f2f2cb
      	* g++.dg/ext/dll-MI1.h: New file.
      	* g++.dg/ext/dllexport-MI1.C: New file.
      	* g++.dg/ext/dllimport-MI1.C: New file.
      
      	ChangeLog: Remove 'testsuite/' from 2003-07-04 entry.
      
      From-SVN: r69432
      Danny Smith committed
    • winnt.c (associated_type): Artificial methods are not affected by the… · d5648e12
      winnt.c (associated_type): Artificial methods are not affected by the import/export status of their class...
      
      	* config/i386/winnt.c (associated_type): Artificial methods are not
      	affected by the import/export status of their class unless they are
      	COMDAT.
      	(i386_pe_dllimport_p): Do not mark artificial methods as dllimport.
      
      	* config/i386/winnt.c: Fix GCC copyright comment.
      
      From-SVN: r69431
      Danny Smith committed
    • Daily bump. · e2766830
      From-SVN: r69429
      GCC Administrator committed
    • cp-tree.def (LOOKUP_EXPR): Remove. · 10b1d5e7
      	* cp-tree.def (LOOKUP_EXPR): Remove.
      	* cp-tree.h (cp_id_kind): Add CP_ID_KIND_UNQUALIFIED_DEPENDENT.
      	(LOOKUP_EXPR_GLOBAL): Remove.
      	(get_bindings): Remove.
      	(is_aggr_type_2): Remove.
      	* call.c (resolved_scoped_fn_name): Remove support for
      	LOOKUP_EXPR.
      	* decl.c (grokfndecl): Likewise.
      	(grokdeclarator): Likewise.
      	* error.c (dump_decl): Likewise.
      	(dump_expr): Likewise.
      	* friend.c (do_friend): Likewise.
      	* init.c (build_offset_ref): Likewise.
      	* lex.c (unqualified_fn_lookup_error): Use pedwarn.  Do not create
      	LOOKUP_EXPRs
      	* mangle.c (write_expression): Remove support for LOOKUP_EXPR.
      	* parser.c (cp_parser_postfix_expression): Modify Koenig lookup
      	test.
      	* pt.c (get_bindings): Give it internal linkage.
      	(check_explicit_specialization): Remove support for LOOKUP_EXPR.
      	(lookup_template_function): Likewise.
      	(for_each_tempalte_parm_r): Likewise.
      	(tsubst_decl): Likewise.
      	(tsubst_qualified_id): Handle template template parameters.
      	(tsubst_copy): Remove support for LOOKUP_EXPR.
      	(tsubst_copy_and_build): Likewise.
      	(most_general_template): Likewise.
      	(value_dependent_expression_p): Likewise.
      	(type_dependent_expression_p): Note that IDENTIFIER_NODEs are
      	always dependent.
      	* semantics.c (perform_koenig_lookup): Do not create
      	IDENTIFIER_NODEs.
      	(finish_fname): Likewise.
      	(finish_id_expression): Likewise.
      	* tree.c (is_aggr_type_2): Remove.
      
      From-SVN: r69427
      Mark Mitchell committed
  2. 15 Jul, 2003 29 commits
  3. 14 Jul, 2003 1 commit
    • unwind-dw2-fde-darwin.c (live_image_destructor): Get seen_objects and… · ea00486e
      unwind-dw2-fde-darwin.c (live_image_destructor): Get seen_objects and unseen_objects from the global data before calling...
      
      	* unwind-dw2-fde-darwin.c (live_image_destructor): Get seen_objects
      	and unseen_objects from the global data before calling
      	__deregister_frame_info_bases.
      	(examine_objects): Insert objects into the seen_objects list,
      	not unseen_objects.
      	(_Unwind_Find_FDE): Always unlock the global object lists, even if
      	we couldn't allocate a data structure to put in it.
      
      From-SVN: r69366
      Geoffrey Keating committed