Commit Graph

66977 Commits

Author SHA1 Message Date
Janis Johnson 515e6cd000 altivec-16.c: Use cleanup-saved-temps.
* gcc.dg/altivec-16.c: Use cleanup-saved-temps.
	* gcc.dg/cpp/direct2s.c: Ditto.
	* gcc.dg/cpp/paste4.c: Ditto.
	* gcc.dg/cpp/separate-1.c: Ditto.
	* gcc.dg/pch/save-temps-1.c: Ditto.
	* g++.dg/ext/altivec-10.C: Ditto.
	* g++.dg/pch/pch.C: Ditto.

From-SVN: r97341
2005-03-31 18:21:38 +00:00
Janis Johnson 65664157f4 * g++.dg/other/static11.C: Use cleanup-rtl-dump.
From-SVN: r97340
2005-03-31 18:18:58 +00:00
Janis Johnson 68a9c13d33 repo1.C: Use cleanup-repo-files.
* g++.dg/parse/repo1.C: Use cleanup-repo-files.
	* g++.dg/template/repo1.C: Ditto.
	* g++.dg/template/repo2.C: Ditto.
	* g++.dg/template/repo3.C: Ditto.
	* g++.old-deja/g++.pt/instantiate4.C: Ditto.
	* g++.old-deja/g++.pt/instantiate6.C: Ditto.
	* g++.old-deja/g++.pt/repo1.C: Ditto.
	* g++.old-deja/g++.pt/repo2.C: Ditto.
	* g++.old-deja/g++.pt/repo3.C: Ditto.
	* g++.old-deja/g++.pt/repo4.C: Ditto.

From-SVN: r97339
2005-03-31 18:16:55 +00:00
Janis Johnson bca281643e 20020201-1.c: Use cleanup-coverage_files.
* 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-31 18:14:11 +00:00
Janis Johnson 0455fecf88 sourcebuild.texi (Test Directives): Describe cleanup-* procs.
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-31 18:11:14 +00:00
Nathan Sidwell dda0439880 PR c++/19203, implement DR 214
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-31 17:36:17 +00:00
Kazu Hirata 27954bdbc3 tree-ssa-alias.c: Follow spelling conventions.
* tree-ssa-alias.c: Follow spelling conventions.
	* doc/tree-ssa.texi: Fix a typo.

From-SVN: r97334
2005-03-31 17:13:31 +00:00
Steve Ellcey 1239de63cb re PR target/20045 (gcc.dg/ia64-fptr-1.c fails on ia64-hpux)
PR target/20045
	* gcc.dg/ia64-fptr-1.c: Run only on linux.

From-SVN: r97333
2005-03-31 16:53:18 +00:00
J"orn Rennecke 3f55b339c0 postreload-gcse.c: Include target.h.
* 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-31 17:38:25 +01:00
Joseph Myers 1e3a21000a gettimeofday.c: Add "Supplemental" to @deftypefn.
* gettimeofday.c: Add "Supplemental" to @deftypefn.
	* functions.texi: Regenerate.

From-SVN: r97331
2005-03-31 17:14:58 +01:00
David Edelsohn b4852851d4 tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of expensive operations.
* tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of
	expensive operations.

From-SVN: r97330
2005-03-31 11:01:53 -05:00
Francois-Xavier Coudert 14fd645e24 re PR libfortran/20660 (INQUIRE incorrectly reports the existence of UNITS)
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-31 15:30:06 +00:00
Thomas Fitzsimmons 406490a849 JTextComponent.java (viewToModel): New method.
2005-03-31  Thomas Fitzsimmons  <fitzsim@redhat.com>

	* javax/swing/text/JTextComponent.java (viewToModel): New method.

From-SVN: r97325
2005-03-31 15:29:47 +00:00
Caroline Tice 87c8b4bed3 Fix problems with hot/cold partitioning optimization.
From-SVN: r97322
2005-03-31 06:59:59 -08:00
Ian Lance Taylor 68ec3111c0 collect2.c (lderrout): New variable.
* 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-31 14:53:17 +00:00
Olivier Hainque 0992247bff dwarf2out.c (dwarf2out_frame_finish): Honor DWARF2_FRAME_INFO defined and non-zero.
* dwarf2out.c (dwarf2out_frame_finish): Honor DWARF2_FRAME_INFO
        defined and non-zero.

From-SVN: r97319
2005-03-31 14:33:51 +00:00
Gabriel Dos Reis 4e2db7a80f re PR c++/18644 (-Wsynth warning in <complex>)
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-31 14:21:14 +00:00
Joern Rennecke eab92f58f6 Fix fallout from PR middle-end/15700:
* 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-31 14:02:36 +01:00
Alan Modra 0e5be35ba7 re PR target/20611 (duplicate label for inlined function referencing TLS)
PR target/20611
missed from last commit.

From-SVN: r97314
2005-03-31 21:04:16 +09:30
Alan Modra ccbca5e4aa re PR target/20611 (duplicate label for inlined function referencing TLS)
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-31 21:03:05 +09:30
Mostafa Hagog 2767f25897 New test case for SMS.
From-SVN: r97312
2005-03-31 09:24:33 +00:00
Kazu Hirata f0d8282514 config.gcc: Obsolete i860-*-sysv4*, ip2k-*-elf, ns32k-*-netbsdelf*, and ns32k-*-netbsd*.
* config.gcc: Obsolete i860-*-sysv4*, ip2k-*-elf,
	ns32k-*-netbsdelf*, and ns32k-*-netbsd*.

From-SVN: r97308
2005-03-31 03:06:49 +00:00
Hans Boehm 51f55d7c89 * src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.
From-SVN: r97303
2005-03-31 01:22:46 +00:00
Devang Patel ae7f3734d5 tree-sra.c (decide_block_copy): Disable scalarization of sub-elements.
* 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-30 16:58:26 -08:00
Dale Johannesen 9ba8c99d67 20020919-1.c: Remove unnecessary conditional.
2005-03-30  Dale Johannesen  <dalej@apple.com>

        * gcc.dg/20020919-1.c:  Remove unnecessary conditional.

From-SVN: r97299
2005-03-31 00:32:43 +00:00
Janis Johnson 408e9b9b23 scantree.exp (scan-tree-dump, [...]): Strip options from test name.
* 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-31 00:28:49 +00:00
GCC Administrator eb91632ffb Daily bump.
[[Split portion of a mixed commit.]]

From-SVN: r97295.2
2005-03-31 00:17:02 +00:00
Stuart Hastings 8df673d740 Makefile.in (print-tree.o): Depend on tree-iterator.h.
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-31 00:09:10 +00:00
Alan Modra a8e04fe6ca config.gcc (cpu_is_64bit): Set for 64-bit powerpc cpus.
* 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-31 09:16:28 +09:30
James E Wilson fdfa76bdd9 Emit DW_AT_ranges for inlined subroutines that contain disjoint blocks.
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 15:08:17 -08:00
Jan Hubicka cd9c7bd28b [multiple changes]
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-30 22:28:02 +00:00
Daniel Berlin d19e9499fc tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure subvars get 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-30 22:10:47 +00:00
Richard Henderson 12527dcee3 cgraph.h (struct cgraph_node): Add alias.
* 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-30 14:07:51 -08:00
Steve Ellcey 7efa52a3e5 * src/ia64/ffitarget.h (ffi_arg) ADD DI attribute.
(ffi_sarg) Ditto.
	* src/ia64/unix.S (ffi_closure_unix): Extend gp
	to 64 bits in ILP32 mode.
	Load 64 bits even for short data.

From-SVN: r97283
2005-03-30 21:49:19 +00:00
Tom Tromey 5662a50dd8 tree.def (FILE_TYPE): Removed.
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-30 21:34:41 +00:00
Aaron W. LaFramboise b131a44e3d Makefile.am (CXX): Use ${SHELL}.
* testsuite/Makefile.am (CXX): Use ${SHELL}.
	(GLIBCXX_INCLUDES): Same.
	(AM_CXXFLAGS): Same.
	* testsuite/Makefile.in: Regenerate.

From-SVN: r97281
2005-03-30 15:24:16 -06:00
Fariborz Jahanian 0b8495ae45 Fix problem with calling powi* builtins.
OKed by Richard Henderson.

From-SVN: r97278
2005-03-30 20:59:21 +00:00
Dale Johannesen 63579539f1 re PR middle-end/19225 (g++.dg/eh/omit-frame-pointer2.C fails with -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-30 20:21:37 +00:00
Gerald Pfeifer 86472dc317 * MAINTAINERS: Move John Carr to Write After Approval.
From-SVN: r97276
2005-03-30 20:00:27 +00:00
Joseph Myers 16ef3accae re PR c++/772 (Statement expressions issues)
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-30 20:56:39 +01:00
Joseph Myers 1e55c0e22a re PR c/20368 (internal compiler error: tree check: expected function_type 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-30 20:35:49 +01:00
Ian Lance Taylor c9d691e977 final.c (final): Remove prescan parameter.
* final.c (final): Remove prescan parameter.  Change all callers.
	(final_scan_insn): Remove prescan parameter.  Change all callers.

From-SVN: r97267
2005-03-30 18:53:35 +00:00
Ian Lance Taylor 15f188a462 * parse.y (maybe_yank_clinit): Don't crash if bbody is NULL.
From-SVN: r97264
2005-03-30 17:55:57 +00:00
Tom Tromey 2d47d84c92 jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle cases where 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 17:46:48 +00:00
Kazu Hirata 2228adb276 * tree-vectorizer.c: Fix comment typos.
From-SVN: r97258
2005-03-30 15:22:39 +00:00
J"orn Rennecke 5d0f90e56f (See http://gcc.gnu.org/ml/gcc/2004-12/msg00319.html for discussion.)
(See http://gcc.gnu.org/ml/gcc/2004-12/msg00319.html for discussion.)
	* config/mh-mingw32: Delete.
	* configure.in: Don't use it.
	* configure: Regenerate.

From-SVN: r97255
2005-03-30 13:25:24 +01:00
Sebastian Pop fca81712a3 tree-scalar-evolution.c (instantiate_parameters_1): Return as soon as a 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-30 12:14:49 +00:00
Danny Smith 2d8a7f23ee backport: tlink.c (recompile_files): Do not assume that "rename" can 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-30 09:58:48 +00:00
Arnaud Charlet 9ecbc8f49f re PR ada/19959 (Can't compile gnattools for the cross targets)
PR ada/19959
	* Makefile.in (gnattools-cross): Remove incorrect dependency on gnatlib

From-SVN: r97251
2005-03-30 10:56:55 +02:00
Paolo Bonzini 33da42bc45 Makefile.def (bfd, [...]): Set lib_path.
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-30 08:23:06 +00:00