Commit Graph

64109 Commits

Author SHA1 Message Date
GCC Administrator 1590d64e4f Daily bump.
[[Split portion of a mixed commit.]]

From-SVN: r91502.2
2004-11-30 00:16:31 +00:00
GCC Administrator 36cf004a74 Daily bump.
[[Split portion of a mixed commit.]]

From-SVN: r91501.2
2004-11-30 00:16:27 +00:00
Kelley Cook 68c8f6ab4b Makefile.am: Define ACLOCAL_AMFLAGS.
2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>

	* Makefile.am: Define ACLOCAL_AMFLAGS.
	* acinclude.m4: Remove.
	* stamp-h.in: Remove superfluous stamp file.
	* aclocal.m4, configure, Makefile.in: Regenerate.
	* testsuite/Makefile.in: Likewise.

From-SVN: r91499
2004-11-30 00:07:44 +00:00
Richard Kenner 7acda55251 expr.c (expand_expr_real_1, [...]): Properly handle REDUCE_BIT_FIELD by applying it to result, not input, of conversion.
* expr.c (expand_expr_real_1, case NOP_EXPR): Properly handle
	REDUCE_BIT_FIELD by applying it to result, not input, of conversion.

From-SVN: r91498
2004-11-29 19:01:45 -05:00
R. Kelley Cook 0d0a093554 Correct my erronous ChangeLog entries.
From-SVN: r91496
2004-11-29 23:51:45 +00:00
Kelley Cook 2539bffe37 libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case from CVS libtool to always pass_all.
2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>

	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
	from CVS libtool to always pass_all.

	* libjava/configure, libffi/configure, libjava/configure,
	libobjc/configure, boehm-gc/configure: Regenerated.

From-SVN: r91495
2004-11-29 23:45:23 +00:00
Ben Elliston 2a983309cc * Makefile.in (REGS_H): Depend on $(BASIC_BLOCK_H).
From-SVN: r91494
2004-11-30 10:29:50 +11:00
Ben Elliston 9d6ccbe6fd * g++.old-deja/g++.other/decl5.C: Remove remaining XFAILs.
From-SVN: r91493
2004-11-30 10:24:30 +11:00
Andrew Pinski e8233ac225 re PR c/18479 (__attribute__ ((visibility("default"))) in C causes internal compiler error)
2004-11-29  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/18479
        * gcc.dg/pr18479.c: New test.

2004-11-29  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/18479
        * c-common.c (handle_visibility_attribute): When the type decl
        is really a identifier node, warn about being ignored and return.

From-SVN: r91492
2004-11-29 15:11:30 -08:00
Tom Tromey 693ac16709 Main.java (main): Mention gcj-dbtool.
* gnu/gcj/tools/gcj_dbtool/Main.java (main): Mention gcj-dbtool.
	Recognize --help and --version.
	(usage): Mention gcj-dbtool.  Added "out" argument.
	(insist): Updated.

From-SVN: r91491
2004-11-29 22:26:00 +00:00
Richard Henderson bac8beb402 * tree-cfg.c (tree_node_can_be_shared): Fix typo'd error_mark_node.
From-SVN: r91490
2004-11-29 13:06:11 -08:00
Hans-Peter Nilsson e59165e65a re PR target/18490 (mmix-knuth-mmixware testsuite failure: g++.old-deja/g++.law/bit-fields2.C)
PR target/18490
	* g++.old-deja/g++.law/bit-fields2.C: Reinstate skip for
	mmix-knuth-mmixware.

	* g++.old-deja/g++.other/local-alloc1.C: Reinstate skip for
	cris-*-elf* cris-*-aout* mmix-*-*

From-SVN: r91489
2004-11-29 21:00:30 +00:00
Steven Bosscher 6be85b25c2 cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks, it is never defined.
* cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge):
	Remove CASE_DROPS_THROUGH checks, it is never defined.
	* cfglyout.c (fixup_reorder_chain): Likewise.
	* cfgrtl.c (rtl_verify_flow_info): Likewise.
	* stmt.c (expand_case): Likewise.
	* cfgbuild.c (make_edges): Likewise.  Also remove force_fallthru,
	it is now always 0.
	* system.h (CASE_DROPS_THROUGH): Poison.
	* doc/md.texi (casesi): Remove documentation of CASE_DROPS_THROUGH.
	* doc/tm.texi (casesi): Remove documentation of CASE_DROPS_THROUGH.

	* config/v850/v850.h: Remove commented out CASE_DROPS_THROUGH.

From-SVN: r91488
2004-11-29 20:46:14 +00:00
Andrew Pinski 5e23162d1a re PR middle-end/18725 (another ICE on trivial invalid asm)
2004-11-29  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/18725
        * gcc.dg/pr18725.c: New test.

2004-11-29  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/18725
        * tree-cfg.c (tree_node_can_be_shared): Error_mark_node can be
        shared always.

From-SVN: r91487
2004-11-29 12:36:36 -08:00
Hans-Peter Nilsson 3798c21bd8 re PR target/18488 (mmix-knuth-mmixware testsuite failure: g++.dg/opt/vt1.C)
PR target/18488
	* g++.dg/opt/vt1.C: Skip for mmix-*-*.

From-SVN: r91486
2004-11-29 20:30:08 +00:00
Hans-Peter Nilsson 226e69266f re PR target/18336 (mmix-knuth-mmixware testsuite failure: gcc.dg/20040813-1.c)
PR target/18336
	* gcc.dg/20040813-1.c: Skip for mmix-*-*.

From-SVN: r91485
2004-11-29 20:14:19 +00:00
Mark Mitchell 13034073ac Fix typo
From-SVN: r91484
2004-11-29 20:11:49 +00:00
Mark Mitchell fc6a28d763 re PR c++/18368 (C++ error message regression)
PR c++/18368
	* parser.c (cp_parser_check_for_definition_in_return_type): Take
	the defined type as a parameter, and inform the user about the
	possibility of a missing semicolon.
	(cp_parser_explicit_instantiation): Adjust call to
	cp_parser_check_for_definition_in_return_type.
	(cp_parser_init_declarator): Likewise.
	(cp_parser_member_declaration): Likewise.

	PR c++/18674
	* cp-tree.def (TYPENAME_TYPE): Remove discussion of implicit
	typename from comments.
	* cp-tree.h (TYPENAME_IS_ENUM_P): New macro.
	(TYPENAME_IS_CLASS_P): Likewise.
	(make_typename_type): Change prototype.
	* decl.c (struct_typename_info): New type.
	(typename_compare): Expect the second argument to be a
	typename_info, not a tree.
	(build_typename_type): Add tag_type parameter.  Do not create a
	new type until necessary.
	(make_typename_type): Add tag_type parameter.
	* error.c (TYPENAME_TYPE): Print tags other than "typename" if
	appropriate.
	* friend.c (make_friend_class): Adjust call to make_typename_type.
	* parser.c (cp_parser_make_typename_type): Likewise.
	(cp_parser_primary_expression): Adjust call to
	cp_parser_lookup_name.
	(cp_parser_unqualified_id): Adjust calls to cp_parser_class_name.
	(cp_parser_class_or_namespace_name): Likewise.
	(cp_parser_postfix_expression): Adjust calls to
	make_typename_type.
	(cp_parser_mem_initializer_id): Adjust calls to
	cp_parser_class_name.
	(cp_parser_type_parameter): Adjust calls to cp_parser_lookup_name.
	(cp_parser_template_name): Likewise.
	(cp_parser_template_argument): Likewise.
	(cp_parser_type_name): Adjust call to cp_parser_class_name.
	(cp_parser_elaborated_type_specifier): Adjust calls to
	make_typename_type and cp_parser_lookup_name.
	(cp_parser_namespace_name): Likewise.
	(cp_parser_class_name): Replace type_p parameter with tag_type.
	Adjust calls to make_typename_type and cp_parser_lookup_name.
	(cp_parser_class_head): Adjust calls to cp_parser_class_name.
	(cp_parser_base_specifier): Likewise.
	(cp_parser_lookup_name): Replace is_type parameter with tag_type.
	Adjust calls to make_typename_type and lookup_qualified_name.
	(cp_parser_lookup_name_simple): Adjust call to
	cp_parser_lookup_name.
	(cp_parser_constructor_declarator_p): Adjust call to
	cp_parser_class_name.
	* pt.c (convert_template_argument): Adjust all to
	make_typename_type.
	(tsubst_decl): Do not pre-substitute the type of the declaration.
	(tsubst): Hand off declarations more quickly.  Adjust call to
	make_typename_type.

	PR c++/18512
	* parser.c (cp_parser_postfix_dot_deref_expression): Robustify.

	PR c++/18674
	* g++.old-deja/g++.brendan/crash16.C: Adjust error messages.
	* g++.old-deja/g++.law/ctors5.C: Likewise.
	* g++.old-deja/g++.other/crash25.C: Likewise.

	PR c++/18674
	* g++.dg/template/error16.C: New test.

	PR c++/18512
	* g++.dg/template/crash29.C: New test.

From-SVN: r91483
2004-11-29 20:10:18 +00:00
Diego Novillo b7034e060b Add missing PR identifier for PR18712 fix.
From-SVN: r91482
2004-11-29 15:08:17 -05:00
Diego Novillo d21d51d099 tree-into-ssa.c (insert_phi_nodes_for): Pass argument WORK_STACK by reference.
* tree-into-ssa.c (insert_phi_nodes_for): Pass argument
	WORK_STACK by reference.
	Call VEC_safe_push instead of VEC_quick_push.
	Update all users.

testsuite/ChangeLog

	* gcc.c-torture/compile/pr18712.c: New test.

From-SVN: r91481
2004-11-29 15:02:09 -05:00
Joseph Myers 86f029aa95 [multiple changes]
2004-11-29  Daniel Jacobowitz  <dan@codesourcery.com>

	PR c/7544
	* Makefile.in (c-lang.o): Update dependencies.
	* c-lang.c: Include "c-pragma.h".
	(finish_file): Call maybe_apply_pending_pragma_weaks.
	* c-pragma.c (maybe_apply_pending_pragma_weaks): New function.
	* c-pragma.h (maybe_apply_pending_pragma_weaks): New prototype.

cp:
2004-11-29  Daniel Jacobowitz  <dan@codesourcery.com>

	* Make-lang.in (cp/decl2.o): Update dependencies.
	* decl2.c (finish_file): Call maybe_apply_pending_pragma_weaks.

objc:
2004-11-29  Joseph Myers  <joseph@codesourcery.com>

	* Make-lang.in (objc/objc-act.o): Update dependencies.
	* objc-act.c (objc_finish_file): Call
	maybe_apply_pending_pragma_weaks if not OBJCPLUS.

testsuite:
2004-11-29  Joseph Myers  <joseph@codesourcery.com>

	* g++.dg/ext/weak1.C, gcc.dg/weak/weak-10.c, objc.dg/weak-1.m: New
	tests.

From-SVN: r91479
2004-11-29 18:54:06 +00:00
Richard Henderson b0c2dee9fb re PR target/17224 (relocation truncated to fit: GPREL22)
PR target/17224
        * config/ia64/predicates.md (sdata_symbolic_operand): Deny offsets
        outside the referenced object.

From-SVN: r91478
2004-11-29 10:42:26 -08:00
Kazu Hirata dda88f6f85 cfg.c (flow_obstack): Remove.
* cfg.c (flow_obstack): Remove.
	(flow_firstobj): Likewise.
	(init_flow): Remove all uses of flow_obstack.

From-SVN: r91477
2004-11-29 18:01:07 +00:00
Kazu Hirata 4edbbd3f25 tree-cfg.c (tree_redirect_edge_and_branch): Call find_edge only when needed.
* tree-cfg.c (tree_redirect_edge_and_branch): Call find_edge
	only when needed.

From-SVN: r91476
2004-11-29 18:00:01 +00:00
Kazu Hirata afb7cf1807 cfgrtl.c (rtl_tidy_fallthru_edge): Speed up by using EDGE_COUNT.
* cfgrtl.c (rtl_tidy_fallthru_edge): Speed up by using
	EDGE_COUNT.

From-SVN: r91475
2004-11-29 17:58:27 +00:00
Kazu Hirata 03101c6f2b cfgrtl.c (cfg_layout_redirect_edge_and_branch): Speed up by simplifying edge manipulation.
* cfgrtl.c (cfg_layout_redirect_edge_and_branch): Speed up by
	simplifying edge manipulation.

From-SVN: r91474
2004-11-29 17:56:19 +00:00
Kazu Hirata 62112e35c6 tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of PHI_ARG_EDGE.
* tree-if-conv.c (replace_phi_with_cond_modify_expr): Use
	EDGE_PRED instead of PHI_ARG_EDGE.
	* tree-ssa-live.c: Likewise.
	* tree-ssa-loop-manip.c: Likewise.
	* tree-ssa.c: Likewise.

From-SVN: r91473
2004-11-29 17:53:48 +00:00
Eric Botcazou 67bbb1e122 * link.cc (link_symbol_table): Do not use intptr_t.
From-SVN: r91472
2004-11-29 17:06:57 +00:00
Kriang Lerdsuwanakij c6f9f83bc8 re PR c++/18652 (ICE on invalid redeclaration)
PR c++/18652
	* name-lookup.c (pushtag): Change return type to tree.
	* cp-tree.h (pushtag): Adjust declaration.
	* decl.c (xref_tag, start_enum): Use return value of pushtag.
	* pt.c (push_template_decl_real): Return immediately if
	pushdecl_namespace_level returns error_mark_node.

	* g++.dg/lookup/crash6.C: New test.

From-SVN: r91470
2004-11-29 14:17:33 +00:00
Paolo Carlini 4f70f9d237 18654.cc: Use better names.
2004-11-29  Paolo Carlini  <pcarlini@suse.de>

        * testsuite/21_strings/basic_string/capacity/char/18654.cc: Use
	better names.
        * testsuite/21_strings/basic_string/capacity/wchar_t/18654.cc: Same.

From-SVN: r91469
2004-11-29 13:29:54 +00:00
Hans-Peter Nilsson 22bbc492b2 re PR middle-end/18164 (ICE on trivial invalid asm)
PR middle-end/18164
	* gcc.dg/pr18164.c: Add dg-options "".  Correct typo in dg-error.

From-SVN: r91468
2004-11-29 13:27:10 +00:00
Paolo Carlini d1a7222cce re PR libstdc++/18654 (Shrink-to-fit std::string::reserve() calls can reallocate & copy string contents unnecessarily)
2004-11-29  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/18654
	* include/bits/basic_string.tcc (_Rep::_S_create): When shrinking,
	do not round to pagesize.
	* testsuite/21_strings/basic_string/capacity/char/18654.cc: New.
	* testsuite/21_strings/basic_string/capacity/wchar_t/18654.cc: New.

From-SVN: r91466
2004-11-29 12:59:53 +00:00
Joseph Myers 1cb1fa517f Wnested-externs-1.c, [...]: New tests.
* gcc.dg/Wnested-externs-1.c, gcc.dg/decl-7.c, gcc.dg/decl-8.c,
	gcc.dg/if-empty-1.c, gcc.dg/init-bad-1.c, gcc.dg/init-bad-2.c,
	gcc.dg/init-bad-3.c, gcc.dg/parm-mismatch-1.c: New tests.

From-SVN: r91465
2004-11-29 11:35:34 +00:00
Alan Modra e13971e036 varasm.c (default_elf_select_section_1): Only pass DECL_P decl to named_section.
* varasm.c (default_elf_select_section_1): Only pass DECL_P decl
	to named_section.

From-SVN: r91464
2004-11-29 21:59:09 +10:30
Nathan Sidwell d41ca8e68f opts.c (decode_options): Do not set max-inline-insns-rtl.
* opts.c (decode_options): Do not set max-inline-insns-rtl.
	(common_handle_option): Likewise.
	* params.def (PARAM_MAX_INLINE_INSNS_RTL): Remove.
	* params.h (MAX_INLINE_INSNS_RTL): Remove.
	* doc/invoke.texi (max-inline-insns-rtl): Remove.

From-SVN: r91463
2004-11-29 09:33:10 +00:00
Alan Modra 6654de69a7 re PR target/9571 ([PPC] problems with 'const', -msdata=eabi and sections.)
PR target/9571
	* varasm.c (default_elf_select_section_1): Pass decl to named_section.

From-SVN: r91462
2004-11-29 16:54:30 +10:30
Andrew Pinski 6db081f1a8 [multiple changes]
2004-11-18  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/18164
        * gimplify.c (gimplify_asm_expr): If the length of an output operand
        is zero, do not process it, just let it go through.

2004-11-28  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.dg/pr18164.c: New test.

From-SVN: r91459
2004-11-28 18:21:28 -08:00
Richard Kenner 47023d1a43 PR/18662, also backported from tree-cleanup-branch.
* tree-ssa-ccp.c (substitute_and_fold): If replaced anything,
	always call maybe_clean_eh_stmt and modify_stmt.

Co-Authored-By: Diego Novillo <dnovillo@redhat.com>

From-SVN: r91451
2004-11-28 20:15:39 -05:00
Richard Kenner 9390c347e9 tree-ssa-operands.c (build_ssa_operands, [...]): Ignore a VIEW_CONVERT_EXPR on LHS when deciding if must or may def.
PR/18664
	* tree-ssa-operands.c (build_ssa_operands, case MODIFY_EXPR):
	Ignore a VIEW_CONVERT_EXPR on LHS when deciding if must or may def.
	* tree-ssa-ccp.c (visit_assignment): If LHS is a VIEW_CONVERT_EXPR,
	add an inverse VIEW_CONVERT_EXPR to const_val.

From-SVN: r91450
2004-11-28 20:08:41 -05:00
Richard Kenner ab1a8620fc tree-nested.c (check_for_nested_with_variably_modified): New.
* tree-nested.c (check_for_nested_with_variably_modified): New.
	(create_nesting_tree): Call it.

From-SVN: r91449
2004-11-28 20:03:15 -05:00
Richard Kenner 406eab994a tree-ssa-alias.c (compute_points_to_and_addr_escapes): Remove special code for assigning to non-pointer.
* tree-ssa-alias.c (compute_points_to_and_addr_escapes): Remove
	special code for assigning to non-pointer.
	(is_escape_site): If RHS is a conversion between pointer and integer
	types,	this is an escape site.

From-SVN: r91448
2004-11-28 19:59:25 -05:00
Richard Kenner b16aa8a5d9 gcse.c (insert_store): Error if try to insert store on abnormal edge.
* gcse.c (insert_store): Error if try to insert store on abnormal edge.
	(store_motion): Don't move store if any edge we'd want to move it
	to is abnormal.

From-SVN: r91447
2004-11-28 19:56:58 -05:00
Richard Kenner 45d8710e5e expr.c (expand_expr_real_1, [...]): Properly fold with non-zero lower bound.
* expr.c (expand_expr_real_1, case ARRAY_REF): Properly fold with
	non-zero lower bound.

From-SVN: r91446
2004-11-28 19:52:33 -05:00
Richard Kenner 97f8d136d1 * expr.c (categorize_ctor_elements_1, case STRING_CST): New case.
From-SVN: r91445
2004-11-28 19:49:14 -05:00
Matt Kraai a2163d83a3 re PR other/17594 (GCC does not error about unknown options which starts with a valid option)
(gcc)

	PR diagnostic/17594
	* opts.c (find_opt): Require that the input match a switch exactly
	or that the switch take a joined option to be interpreted as a
	match for another language.

(gcc/testsuite)

	* gcc.dg/funroll-loops-all.c: New.

From-SVN: r91444
2004-11-29 00:37:54 +00:00
Hans-Peter Nilsson 77109b5069 re PR target/18489 (mmix-knuth-mmixware testsuite failure: g++.dg/rtti/tinfo1.C)
PR target/18489
	* g++.dg/rtti/tinfo1.C: In pattern for label definition ending
	delimeter, match space and TAB as well as ":".

From-SVN: r91443
2004-11-29 00:21:22 +00:00
GCC Administrator 9302338c8c Daily bump.
[[Split portion of a mixed commit.]]

From-SVN: r91441.2
2004-11-29 00:17:14 +00:00
GCC Administrator d97aeb4829 Daily bump.
[[Split portion of a mixed commit.]]

From-SVN: r91440.2
2004-11-29 00:17:06 +00:00
Andrew Pinski 09e293df1d timevar.def (TV_TREE_REDPHI): New timevar.
2004-11-28  Andrew Pinski  <pinskia@physics.uc.edu>

        * timevar.def (TV_TREE_REDPHI): New timevar.
        * tree-ssa.c (pass_redundant_phi): Use TV_TREE_REDPHI for the tv id.

From-SVN: r91438
2004-11-28 16:03:40 -08:00
Nathanael Nerode ba9a70a747 lost ChangeLog entry
From-SVN: r91437
2004-11-28 23:32:00 +00:00