aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
2005-03-3120020201-1.c: Use cleanup-coverage_files.Janis Johnson7-0/+18
* gcc.dg/20020201-1.c: Use cleanup-coverage_files. * gcc.dg/20030107-1.c: Ditto. * gcc.dg/20030702-1.c: Ditto. * gcc.dg/profile-generate-1.c: Ditto. * g++.dg/other/profile1.C: Ditto. * g++.old-deja/g++.robertl/eb83.C: Ditto. From-SVN: r97338
2005-03-31sourcebuild.texi (Test Directives): Describe cleanup-* procs.Janis Johnson4-0/+129
gcc: * doc/sourcebuild.texi (Test Directives): Describe cleanup-* procs. gcc/testsuite: * lib/gcc-dg.exp (remove-build-file): New. (cleanup-coverage-files, cleanup-repo-files, cleanup-rtl-dump, cleanup-tree-dump, cleanup-saved-temps): New. From-SVN: r97337
2005-03-31PR c++/19203, implement DR 214Nathan Sidwell8-83/+269
cp: PR c++/19203, implement DR 214 * call.c (joust): Use more_specialized_fn. * cp-tree.h (DEDUCE_ORDER): Remove. (more_specialized): Replace with ... (more_specialized_fn): ... this. * pt.c (maybe_adjust_types_for_deduction): Remove DEDUCE_ORDER case. (type_unification_real): Remove DEDUCE_ORDER case. (more_specialized): Replace with ... (more_specialized_fn): ... this. Implement DR 214. (most_specialized_instantiation): Use get_bindings_real directly. testsuite: PR c++/19203, DR 214 * g++.dg/parse/ambig3.C: Not ambiguous. * g++.dg/template/spec20.C: New. * g++.dg/template/spec21.C: New. From-SVN: r97336
2005-03-31tree-ssa-alias.c: Follow spelling conventions.Kazu Hirata3-3/+8
* tree-ssa-alias.c: Follow spelling conventions. * doc/tree-ssa.texi: Fix a typo. From-SVN: r97334
2005-03-31re PR target/20045 (gcc.dg/ia64-fptr-1.c fails on ia64-hpux)Steve Ellcey2-1/+6
PR target/20045 * gcc.dg/ia64-fptr-1.c: Run only on linux. From-SVN: r97333
2005-03-31postreload-gcse.c: Include target.h.J"orn Rennecke3-1/+12
* postreload-gcse.c: Include target.h. (gcse_after_reload_main): Return early if we cannot modify jumps. * Makefile.in (postreload-gcse.o): Depend on $(TARGET_H). From-SVN: r97332
2005-03-31tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of expensive operations.David Edelsohn2-0/+6
* tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of expensive operations. From-SVN: r97330
2005-03-31re PR libfortran/20660 (INQUIRE incorrectly reports the existence of UNITS)Francois-Xavier Coudert2-0/+27
PR libfortran/20660 * io/inquire.c (inquire_via_unit): Non-opened units should still be reported by an INQUIRE statement as existing. * io/transfer.c (data_transfer_init): Never accept negative units. PR libfortran/20660 * gfortran.dg/negative_unit.f: New test. From-SVN: r97326
2005-03-31Fix problems with hot/cold partitioning optimization.Caroline Tice27-510/+617
From-SVN: r97322
2005-03-31collect2.c (lderrout): New variable.Ian Lance Taylor4-26/+61
* collect2.c (lderrout): New variable. (collect_exit): Dump ldout to stdout. Dump and unlink lderrout, if it is set, to stderr. (handler): Unlink lderrout if it is set. (dump_file): Add "to" parameter. Change all callers. (main): Initialize lderrout. (collect_execute): Add errname parameter. Change all callers. Rename redir parameter to outname. Never pass PEX_STDERR_TO_STDOUT to pex_run. * collect2.h (collect_execute, dump_file): Update declarations. * tlink.c (tlink_execute): Add errname parameter. Change all callers. (do_tlink): Check lderrout as well as ldout. From-SVN: r97321
2005-03-31dwarf2out.c (dwarf2out_frame_finish): Honor DWARF2_FRAME_INFO defined and ↵Olivier Hainque2-1/+11
non-zero. * dwarf2out.c (dwarf2out_frame_finish): Honor DWARF2_FRAME_INFO defined and non-zero. From-SVN: r97319
2005-03-31re PR c++/18644 (-Wsynth warning in <complex>)Gabriel Dos Reis4-22/+12
doc/ PR c++/18644 * doc/invoke.texi (-Wsynth): Don't document, as it now is void of semantics. cp/ PR c++/18644 * call.c (build_new_op): Remove check for -Wsynth. From-SVN: r97318
2005-03-31Fix fallout from PR middle-end/15700:Joern Rennecke2-2/+10
* gcc.c-torture/compile/20011119-1.c: Take __USER_LABEL_PREFIX__ into account. * gcc.c-torture/compile/20011119-2.c: Likewise. From-SVN: r97317
2005-03-31re PR target/20611 (duplicate label for inlined function referencing TLS)Alan Modra1-3/+2
PR target/20611 missed from last commit. From-SVN: r97314
2005-03-31re PR target/20611 (duplicate label for inlined function referencing TLS)Alan Modra3-17/+16
PR target/20611 * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Remove inline label operand. Remove (use (unspec..)). Don't emit a label on the offset word. * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Don't generate inline label for load_toc_v4_PIC_1b. (rs6000_emit_load_toc_table): Likewise. From-SVN: r97313
2005-03-31New test case for SMS.Mostafa Hagog2-0/+18
From-SVN: r97312
2005-03-31config.gcc: Obsolete i860-*-sysv4*, ip2k-*-elf, ns32k-*-netbsdelf*, and ↵Kazu Hirata2-1/+11
ns32k-*-netbsd*. * config.gcc: Obsolete i860-*-sysv4*, ip2k-*-elf, ns32k-*-netbsdelf*, and ns32k-*-netbsd*. From-SVN: r97308
2005-03-30tree-sra.c (decide_block_copy): Disable scalarization of sub-elements.Devang Patel4-0/+97
* tree-sra.c (decide_block_copy): Disable scalarization of sub-elements. * g++.dg/tree-sra/ssa-sra-3.C: New test. From-SVN: r97301
2005-03-3120020919-1.c: Remove unnecessary conditional.Dale Johannesen2-5/+4
2005-03-30 Dale Johannesen <dalej@apple.com> * gcc.dg/20020919-1.c: Remove unnecessary conditional. From-SVN: r97299
2005-03-31scantree.exp (scan-tree-dump, [...]): Strip options from test name.Janis Johnson2-5/+16
* lib/scantree.exp (scan-tree-dump, scan-tree-dump-times, scan-tree-dump-not, scan-tree-dump-dem, scan-tree-dump-dem-not): Strip options from test name. From-SVN: r97298
2005-03-31Daily bump.GCC Administrator1-1/+1
[[Split portion of a mixed commit.]] From-SVN: r97295.2
2005-03-31Makefile.in (print-tree.o): Depend on tree-iterator.h.Stuart Hastings3-1/+30
2005-03-30 Stuart Hastings <stuart@apple.com> Dale Johannesen <dalej@apple.com> * Makefile.in (print-tree.o): Depend on tree-iterator.h. * print-tree.c (print_node): Add case STATEMENT_LIST. Co-Authored-By: Dale Johannesen <dalej@apple.com> From-SVN: r97292
2005-03-31config.gcc (cpu_is_64bit): Set for 64-bit powerpc cpus.Alan Modra2-17/+41
* config.gcc (cpu_is_64bit): Set for 64-bit powerpc cpus. (powerpc64-*-linux*): Use it. Rearrange tm_file assignment. (powerpc-*-linux*): Build a biarch compiler when --enable-targets is given with "powerpc64*" or "all", or when --with-cpu chooses a 64-bit cpu. From-SVN: r97290
2005-03-30Emit DW_AT_ranges for inlined subroutines that contain disjoint blocks.James E Wilson2-32/+42
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. From-SVN: r97289
2005-03-30[multiple changes]Jan Hubicka17-69/+369
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. From-SVN: r97287
2005-03-30tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure subvars get ↵Daniel Berlin4-10/+62
marked properly in tags for grouping. 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. From-SVN: r97285
2005-03-30cgraph.h (struct cgraph_node): Add alias.Richard Henderson4-2/+13
* 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. From-SVN: r97284
2005-03-30tree.def (FILE_TYPE): Removed.Tom Tromey15-37/+24
gcc: * 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. gcc/java: * decl.c (gnat_substitute_in_type): Don't handle FILE_TYPE. From-SVN: r97282
2005-03-30Fix problem with calling powi* builtins.Fariborz Jahanian4-10/+27
OKed by Richard Henderson. From-SVN: r97278
2005-03-30re PR middle-end/19225 (g++.dg/eh/omit-frame-pointer2.C fails with ↵Dale Johannesen2-1/+11
-fpic/-fPIC on i686-pc-linux-gnu) 2005-03-30 Dale Johannesen <dalej@apple.com> PR middle-end/19225 * calls.c (expand_call): Flush pending deferrals before throwing call. From-SVN: r97277
2005-03-30re PR c++/772 (Statement expressions issues)Joseph Myers12-43/+643
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. objc: * objc-act.c (objc_start_function): Push context on label_context_stack. testsuite: * gcc.dg/stmt-expr-label-1.c, gcc.dg/stmt-expr-label-2.c, gcc.dg/stmt-expr-label-3.c : New tests. * gcc.c-torture/execute/medce-2.c: Remove. From-SVN: r97273
2005-03-30re PR c/20368 (internal compiler error: tree check: expected function_type ↵Joseph Myers6-2/+56
or method_type, have integer_type in start_function, at c-decl.c:5777) PR c/20368 * c-decl.c (start_function): Check for old_decl being error_mark_node. testsuite: * gcc.dg/pr20368-1.c, gcc.dg/pr20368-2.c, gcc.dg/pr20368-3.c: New tests. From-SVN: r97270
2005-03-30final.c (final): Remove prescan parameter.Ian Lance Taylor11-66/+32
* final.c (final): Remove prescan parameter. Change all callers. (final_scan_insn): Remove prescan parameter. Change all callers. From-SVN: r97267
2005-03-30* parse.y (maybe_yank_clinit): Don't crash if bbody is NULL.Ian Lance Taylor2-1/+5
From-SVN: r97264
2005-03-30jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle cases where ↵Tom Tromey2-7/+20
inner_class_info_index==0 or outer_class_info_index==0. * jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle cases where inner_class_info_index==0 or outer_class_info_index==0. From-SVN: r97263
2005-03-30* tree-vectorizer.c: Fix comment typos.Kazu Hirata2-3/+7
From-SVN: r97258
2005-03-30tree-scalar-evolution.c (instantiate_parameters_1): Return as soon as a ↵Sebastian Pop2-6/+43
chrec_dont_know is detected. * tree-scalar-evolution.c (instantiate_parameters_1): Return as soon as a chrec_dont_know is detected. From-SVN: r97253
2005-03-30backport: tlink.c (recompile_files): Do not assume that "rename" can ↵Danny Smith2-1/+15
overwrite an existing file. Merge from csl-arm-branch. 2004-02-12 Mark Mitchell <mark@codesourcery.com> * tlink.c (recompile_files): Do not assume that "rename" can overwrite an existing file. From-SVN: r97252
2005-03-30Makefile.def (bfd, [...]): Set lib_path.Paolo Bonzini1-0/+5
2005-02-28 Paolo Bonzini <bonzini@gnu.org> * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path. * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove. (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR). (HOST_LIB_PATH): Generate from Makefile.def. (TARGET_LIB_PATH): Likewise. (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR. * Makefile.in: Regenerate. * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove. (RPATH_ENVVAR): Include Darwin case. * configure: Regenerate. config: 2005-02-28 Paolo Bonzini <bonzini@gnu.org> * config/gcc-lib-path.m4: Remove. gcc: 2005-02-28 Paolo Bonzini <bonzini@gnu.org> * gcc/aclocal.m4: Do not include config/gcc-lib-path.m4. * gcc/Makefile.in: Do not @set_gcc_lib_path@. * gcc/configure.ac (TL_AC_GNU_MAKE_GCC_LIB_PATH): Remove. * gcc/configure: Regenerate. From-SVN: r97250
2005-03-30Makefile.def (bfd, [...]): Set lib_path.Paolo Bonzini4-23/+1
2005-03-31 Paolo Bonzini <bonzini@gnu.org> * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path. * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove. (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR). (HOST_LIB_PATH): Generate from Makefile.def. (TARGET_LIB_PATH): Likewise. (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR. * Makefile.in: Regenerate. * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove. (RPATH_ENVVAR): Include Darwin case. * configure: Regenerate. config: 2005-03-31 Paolo Bonzini <bonzini@gnu.org> * config/gcc-lib-path.m4: Remove. gcc: 2005-03-31 Paolo Bonzini <bonzini@gnu.org> * gcc/aclocal.m4: Do not include config/gcc-lib-path.m4. * gcc/Makefile.in: Do not @set_gcc_lib_path@. * gcc/configure.ac (TL_AC_GNU_MAKE_GCC_LIB_PATH): Remove. * gcc/configure: Regenerate. From-SVN: r97249
2005-03-30* doc/install.texi: Update binutils requirement for powerpc*-linux.Alan Modra2-3/+5
From-SVN: r97243
2005-03-30* config/rs6000/rs6000.c (rs6000_arg_partial_bytes): Update comments.Alan Modra2-7/+10
From-SVN: r97242
2005-03-30calls.c (struct arg_data): Update "partial" comment.Alan Modra2-6/+11
* calls.c (struct arg_data): Update "partial" comment. (load_register_parameters): Update "nregs" comment. From-SVN: r97241
2005-03-30* config/iq2000/iq2000.h (target_flags, MASK_GPOPT, MASK_EMBEDDED_DATA)Richard Sandiford4-130/+91
(MASK_UNINIT_CONST_IN_RODATA, TARGET_EMBEDDED_DATA, TARGET_SWITCHES) (TARGET_DEFAULT, TARGET_CPU_DEFAULT, SUBTARGET_TARGET_OPTIONS) (TARGET_OPTIONS, iq2000_cpu_string, iq2000_arch_string): Delete. (TARGET_DEBUG_MODE, TARGET_DEBUG_A_MODE, TARGET_DEBUG_B_MODE) (TARGET_DEBUG_C_MODE, TARGET_DEBUG_D_MODE): Define to 0 rather than target_flags & 0. * config/iq2000/iq2000.c (iq2000_cpu_string, iq2000_arch_string) (iq2000_arch, iq2000_parse_cpu): Delete. (TARGET_HANDLE_OPTION): Override default. (iq2000_handle_option): New function. (override_options): Remove -march= and -mcpu= handling. * config/iq2000/iq2000.opt: New file. From-SVN: r97240
2005-03-30c4x-protos.h (c4x_rpts_cycles, [...]): Delete.Richard Sandiford5-246/+234
* config/c4x/c4x-protos.h (c4x_rpts_cycles, c4x_cpu_version): Delete. * config/c4x/c4x.h (SMALL_MEMORY_FLAG, MPYI_FLAG, FAST_FIX_FLAG) (RPTS_FLAG, C3X_FLAG, TI_FLAG, PARANOID_FLAG, MEMPARM_FLAG, DEVEL_FLAG) (RPTB_FLAG, BK_FLAG, DB_FLAG, DEBUG_FLAG, HOIST_FLAG) (LOOP_UNSIGNED_FLAG, FORCE_FLAG, PRESERVE_FLOAT_FLAG) (PARALLEL_INSN_FLAG, PARALLEL_MPY_FLAG, ALIASES_FLAG, C30_FLAG) (C31_FLAG, C32_FLAG, C33_FLAG, C40_FLAG, C44_FLAG, TARGET_SWITCHES) (TARGET_DEFAULT, TARGET_SMALL, TARGET_MPYI, TARGET_FAST_FIX) (TARGET_RPTS, TARGET_TI, TARGET_PARANOID, TARGET_MEMPARM, TARGET_DEVEL) (TARGET_RPTB, TARGET_BK, TARGET_DB, TARGET_DEBUG, TARGET_HOIST) (TARGET_LOOP_UNSIGNED, TARGET_FORCE, TARGET_PRESERVE_FLOAT) (TARGET_PARALLEL, TARGET_PARALLEL_MPY, TARGET_ALIASES) (c4x_rpts_cycles_string, c4x_cpu_version_string) (TARGET_OPTIONS): Delete. (c4x_rpts_cycles, c4x_cpu_version): Declare. (TARGET_C3X, TARGET_C30, TARGET_C31, TARGET_C32, TARGET_C33) (TARGET_C40, TARGET_C44): Redefine in terms of c4x_cpu_version. * config/c4x/c4x.c (c4x_rpts_cycles_string): Delete. (c4x_cpu_version_string): Delete. (TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults. (c4x_handle_option): New function. Map -m3x and -m4x options to the equivalent -mcpu= option. (c4x_override_options): Remove -mrpts= and -mcpu= handling from here. Deal with the extra conditions in the old TARGET_MPYI, TARGET_RPTB, TARGET_DB, TARGET_PARALLEL and TARGET_PARALLEL_MPY macros by setting or clearing the appropriate MASK_* bit. (c4x_file_start): Use c4x_cpu_version. * config/c4x/c4x.opt: New file. From-SVN: r97239
2005-03-30options.texi: Document the new MaskExists flag.Richard Sandiford3-3/+19
* doc/options.texi: Document the new MaskExists flag. * opth-gen.awk: Don't output MASK and TARGET macros for Mask(...) if the option has the MaskExists flag. From-SVN: r97238
2005-03-30opt-functions.awk (flag_set_p, test_flag): New functions.Richard Sandiford4-29/+43
* opt-functions.awk (flag_set_p, test_flag): New functions. (switch_flags): Use them. * opth-gen.awk: Use flag_set_p to check for flags. * optc-gen.awk: Likewise. Use opt_args to check for Init(...) flags. From-SVN: r97237
2005-03-30config.host (i[34567]86-*-mingw32*): Don't set host_can_use_collect2 to no.Ian Lance Taylor2-1/+5
* config.host (i[34567]86-*-mingw32*): Don't set host_can_use_collect2 to no. From-SVN: r97236
2005-03-30re PR target/20203 (unrecognizable insn when using long long and memset)Alan Modra4-6/+28
PR target/20203 * builtins.c (get_memory_rtx): Expand address exp using EXPAND_NORMAL. Remove convert_memory_address call duplicating that in memory_address. From-SVN: r97233
2005-03-29* adaint.c (_gnat_set_close_on_exec): Mark parameters unused.Aaron W. LaFramboise2-1/+6
From-SVN: r97229