1. 28 May, 2010 32 commits
  2. 27 May, 2010 8 commits
    • rs6000-modes.def (PSImode): Delete. · 3fe7b63c
      2010-05-26  Segher Boessenkool  <segher@kernel.crashing.org>
      
              * config/rs6000/rs6000-modes.def (PSImode): Delete.
      
      From-SVN: r159954
      Segher Boessenkool committed
    • constraints.md ("z" constraint): Change to CA_REGS. · f6b5d695
      2010-05-28  Segher Boessenkool  <segher@kernel.crashing.org>
      
              * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
              * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
              throughout.
              * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
              "xer" to "ca".
              Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
              XER_REGS to CA_REGS throughout.
              * config/rs6000/rs6000.h: Same.
              (ADDITIONAL_REGISTER_NAMES): Add "xer".
              * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO.  Document
              that mode_iterator "P" is the size for arithmetic carries as well.
              * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
      
      From-SVN: r159953
      Segher Boessenkool committed
    • re PR bootstrap/44255 (gcc-4.6-20100522 bootstrap comparison failure on sparc64 and arm) · 47027bf3
      	PR bootstrap/44255
      	* combine.c (struct rtx_subst_pair): Define unconditionally.
      	(propagate_for_debug_subst): Likewise.  If not AUTO_INC_DEC,
      	copy_rtx pair->to instead of cleanup_auto_inc_dec it.
      	Call make_compound_operation on pair->to.
      	(propagate_for_debug): Don't call make_compound_operation here.
      	Always use simplify_replace_fn_rtx.
      
      From-SVN: r159952
      Jakub Jelinek committed
    • invoke.texi (xtensa options): Add -mforce-no-pic. · 1b408ba1
      2010-05-27 Sterling Augustine <sterling@tensilica.com>
      
              * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
              * config/xtensa/xtensa.c (override_options): Check
                TARGET_FORCE_NO_PIC and set flag_pic.
              * config/xtensa/xtensa.opt: Document -mforce-no-pic
      
      From-SVN: r159950
      Sterling Augustine committed
    • re PR bootstrap/44299 (Bootstrap broken for cygwin and mingw targets) · 0bc25dd0
      2010-05-27  Kai Tietz  <kai.tietz@onevision.com>
      
              PR bootstrap/44299
              * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
              * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
      
      From-SVN: r159949
      Kai Tietz committed
    • diagnostic-core.h: New. · 1da2ed5f
      	* diagnostic-core.h: New.  Contents moved from diagnostic.h and
      	toplev.h.
      	* diagnostic.c: Don't include toplev.h.
      	(progname): Define.  Moved from toplev.c.
      	(seen_error): New function.
      	* diagnostic.h: Include diagnostic-core.h.
      	(diagnostic_t, emit_diagnostic): Don't declare here.
      	* toplev.c (progname): Move to toplev.c.
      	(emit_debug_global_declarations, compile_file, finalize,
      	do_compile, toplev_main): Use seen_error.
      	* toplev.h: Include diagnostic-core.h.
      	(trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
      	internal_error, warning, warning_at, error, error_n, error_at,
      	fatal_error, pedwarn, permerror, sorry, inform, inform_n,
      	verbatim, fnotice, progname): Move to diagnostic-core.h.
      	* builtins.c: Include diagnostic-core.h instead of diagnostic.h.
      	(expand_builtin_expect): Use seen_error.
      	* c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
      	(c_make_fname_decl, c_write_global_declarations): Use seen_error.
      	* c-format.c: Include diagnostic-core.h instead of diagnostic.h.
      	* c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
      	* c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
      	* c-lex.c (c_lex_with_flags, interpret_float): Don't increment
      	errorcount for errors.
      	* c-opts.c (c_common_finish): Use seen_error.
      	* cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
      	* cgraphunit.c (verify_cgraph_node, verify_cgraph,
      	cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
      	* coverage.c: Include diagnostic-core.h instead of diagnostic.h.
      	(get_coverage_counts): Use seen_error.
      	* dwarf2out.c (dwarf2out_finish): Use seen_error.
      	* gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
      	gimplify_body): Use seen_error.
      	* ipa-inline.c (cgraph_early_inlining): Use seen_error.
      	* ipa-pure-const.c (gate_pure_const): Use seen_error.
      	* ipa-reference.c (gate_reference): Use seen_error.
      	* jump.c: Include diagnostic-core.h instead of diagnostic.h.
      	* lambda-code.c: Include diagnostic-core.h instead of
      	diagnostic.h.
      	* lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
      	* lto-compress.c: Include diagnostic-core.h instead of
      	diagnostic.h.
      	* lto-section-in.c: Include diagnostic-core.h instead of
      	diagnostic.h.
      	* lto-streamer-out.c: Include diagnostic-core.h instead of
      	diagnostic.h.
      	* lto-streamer.c: Include diagnostic-core.h instead of
      	diagnostic.h.
      	(gate_lto_out): Use seen_error.
      	* matrix-reorg.c: Include diagnostic-core.h instead of
      	diagnostic.h.
      	* omega.c: Include diagnostic-core.h instead of diagnostic.h.
      	* omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
      	(gate_expand_omp, lower_omp_1): Use seen_error.
      	* passes.c: Include diagnostic-core.h instead of diagnostic.h.
      	(rest_of_decl_compilation, rest_of_type_compilation,
      	gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
      	* tree-cfg.c (label_to_block_fn): Use seen_error.
      	* tree-inline.c (optimize_inline_calls): Use seen_error.
      	* tree-mudflap.c (mudflap_finish_file): Use
      	seen_error.
      	* tree-optimize.c (gate_all_optimizations,
      	gate_all_early_local_passes, gate_all_early_optimizations): Use
      	seen_error.
      	* tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
      	* varpool.c: Include diagnostic-core.h instead of diagnostic.h.
      	(varpool_remove_unreferenced_decls,
      	varpool_assemble_pending_decls): Use seen_error.
      	* Makefile.in (DIAGNOSTIC_CORE_H): Define.
      	(TOPLEV_H, DIAGNOSTIC_H): Update.
      	(c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
      	lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
      	c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
      	builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
      	coverage.o, lambda-code.o): Update dependencies.
      
      cp:
      	* call.c: Include diagnostic-core.h instead of diagnostic.h.
      	* cp-lang.c: Don't include diagnostic.h
      	* name-lookup.c: Include diagnostic-core.h instead of
      	diagnostic.h.
      	(cp_emit_debug_info_for_using): Use seen_error.
      	* optimize.c: Include diagnostic-core.h instead of diagnostic.h.
      	* parser.c: Include diagnostic-core.h instead of diagnostic.h.
      	* pt.c (iterative_hash_template_arg): Use seen_error.
      	* repo.c: Include diagnostic-core.h instead of diagnostic.h.
      	* typeck2.c: Include diagnostic-core.h instead of diagnostic.h.
      	* Make-lang.in (cp/cp-lang.o, cp/typeck2.o, cp/call.o, cp/repo.o,
      	cp/optimize.o, cp/parser.o, cp/name-lookup.o): Update
      	dependencies.
      
      lto:
      	* lto.c: Include diagnostic-core.h instead of diagnostic.h.
      	(read_cgraph_and_symbols, lto_main): Use seen_error.
      	* Make-lang.in (lto/lto.o): Update dependencies.
      
      objc:
      	* objc-act.c: Include diagnostic-core.h instead of diagnostic.h.
      	* Make-lang.in (objc/objc-act.o): Update dependencies.
      
      From-SVN: r159947
      Joseph Myers committed
    • re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct) · fe08ec12
      Fix PR c++/44188
      
      gcc/ChangeLog:
      	PR c++/44188
      	* c-common.c (is_typedef_decl): Move this definition ...
      	* tree.c (is_typedef_decl): ... here.
      	(typdef_variant_p): Move definition here from gcc/cp/tree.c.
      	* c-common.h (is_typedef_decl): Move this declaration ...
      	* tree.h (is_typedef_decl): ... here.
      	(typedef_variant_p): Move declaration here from gcc/cp/cp-tree.h
      	* dwarf2out.c (is_naming_typedef_decl): New function.
      	(gen_tagged_type_die): Split out of ...
      	(gen_type_die_with_usage): ... this function. When an anonymous
      	tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
      	is emitted for the typedef.
      	(gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
      	anonymous tagged types.
      
      gcc/cp/ChangeLog:
      	PR c++/44188
      	* cp-tree.h (typedef_variant_p): Move this declaration to
      	gcc/tree.h.
      	* tree.c (typedef_variant_p): Move this definition to gcc/tree.c.
      	* decl.c (grokdeclarator): Do not rename debug info of an
      	anonymous tagged type named by a typedef.
      
      gcc/testsuite/ChangeLog:
      	PR c++/44188
      	* g++.dg/debug/dwarf2/typedef3.C: New test.
      
      From-SVN: r159943
      Dodji Seketeli committed
    • print-tree.c (debug_vec_tree): New fn. · b042534c
      	* print-tree.c (debug_vec_tree): New fn.
      	(print_vec_tree): New fn.
      	* tree.h: Declare them.
      	* gdbinit.in (ptv): New command.
      
      	* print-tree.c (print_node) [TREE_VEC]: Print elements normally.
      
      	* gdbinit.in (pdd): New command.
      
      From-SVN: r159941
      Jason Merrill committed