OSDN Git Service

pf3gnuchains/gcc-fork.git
18 years ago2005-05-25 Chris Burdess <dog@gnu.org>
tromey [Wed, 25 May 2005 20:23:01 +0000 (20:23 +0000)]
2005-05-25  Chris Burdess  <dog@gnu.org>

* gnu/xml/dom/ls/SAXEventSink.java: Ignore XML entities in start/
end entity callbacks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100163 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoChangeLog:
uweigand [Wed, 25 May 2005 20:19:26 +0000 (20:19 +0000)]
ChangeLog:

* reload1.c (verify_initial_elim_offsets): Return boolean status
instead of aborting.
(reload): Adapt verify_initial_elim_offsets call site.  Restart
main loop if some initial elimination offsets changed.

testsuite/ChangeLog:

* gcc.dg/20050524-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100159 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/rs6000/lynx.h (CC1_SPEC): Use -maix-struct-return instead
nemet [Wed, 25 May 2005 20:06:33 +0000 (20:06 +0000)]
* config/rs6000/lynx.h (CC1_SPEC): Use -maix-struct-return instead
of -mno-svr4-struct-return.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100158 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-25 Paolo Carlini <pcarlini@suse.de>
paolo [Wed, 25 May 2005 19:33:35 +0000 (19:33 +0000)]
2005-05-25  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/21726
* configure.host (abi_baseline_pair switch): Add an entry
for powerpc64-linux.
* config/abi/powerpc64-linux-gnu/baseline_symbols.txt: New.
* config/abi/powerpc64-linux-gnu/32/baseline_symbols.txt: New.
* config/abi/powerpc64-linux-gnu/32/nof/baseline_symbols.txt: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100157 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-25 Daniel Berlin <dberlin@dberlin.org>
dberlin [Wed, 25 May 2005 18:53:25 +0000 (18:53 +0000)]
2005-05-25  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/21705

* tree-ssa-pre.c (in_fre): New static variable.
(create_value_expr_from): Recursively value number reference ops
in argument lists.
(can_value_number_call): Temporary restrict only exists for
PRE, not FRE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100156 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * objc-act.c (volatilized_hash): Avoid warnings on 64-bit
mrs [Wed, 25 May 2005 15:48:44 +0000 (15:48 +0000)]
    * objc-act.c (volatilized_hash): Avoid warnings on 64-bit
        machines.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100155 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-24 Gary Benson <gbenson@redhat.com>
tromey [Wed, 25 May 2005 15:25:38 +0000 (15:25 +0000)]
2005-05-24  Gary Benson  <gbenson@redhat.com>

PR libgcj/21736:
* java/text/MessageFormat.java (MessageFormatElement.setLocale):
Handle DateFormat.DEFAULT case correctly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100154 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR libgcj/21703:
tromey [Wed, 25 May 2005 15:23:56 +0000 (15:23 +0000)]
PR libgcj/21703:
* java/lang/ref/natReference.cc (find_slot): Handle case where
table has no NULL entries.
* java/lang/natString.cc (_Jv_StringFindSlot): Handle case where
table has no NULL entries.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100153 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-into-ssa.c (rewrite_into_ssa, update_ssa): Replace
kazu [Wed, 25 May 2005 15:17:12 +0000 (15:17 +0000)]
* tree-into-ssa.c (rewrite_into_ssa, update_ssa): Replace
sizeof (bitmap *) with sizeof (bitmap).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100152 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-25 Paolo Bonzini <bonzini@gnu.org>
bonzini [Wed, 25 May 2005 14:18:54 +0000 (14:18 +0000)]
2005-05-25  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
(Dependencies): Consider target modules for bootstrap dependencies.
Make target bootstrap modules depend on each stage's gcc.
* Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100151 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-25 Daniel Berlin <dberlin@dberlin.org>
dberlin [Wed, 25 May 2005 14:05:22 +0000 (14:05 +0000)]
2005-05-25  Daniel Berlin <dberlin@dberlin.org>

* lambda-code.c (perfect_nestify): Call update_stmt on the exit
condition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100150 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoCorrect use of year 999 to 1999.
ian [Wed, 25 May 2005 13:22:27 +0000 (13:22 +0000)]
Correct use of year 999 to 1999.

This change does not itself get a ChangeLog entry.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100149 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-25 Adrian Straetling <straetling@de.ibm.com>
uweigand [Wed, 25 May 2005 13:12:05 +0000 (13:12 +0000)]
2005-05-25  Adrian Straetling  <straetling@de.ibm.com>

* config/s390/s390.c (TARGET_INSN_VALID_WITHIN_DOLOOP): Set to
hook_bool_rtx_true.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100146 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-25 Andrew Haley <aph@redhat.com>
jakub [Wed, 25 May 2005 13:10:00 +0000 (13:10 +0000)]
2005-05-25  Andrew Haley  <aph@redhat.com>

* include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
powerpc64-linux.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100145 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.
hubicka [Wed, 25 May 2005 12:34:01 +0000 (12:34 +0000)]
* Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.
* cgraph.c (cgraph_create_node): Reset estimated_growth.
* cgraph.h (cgraph_global_info): Add estimated_growth.
* ipa-inline.c: Include coverage.h
(max_insns, max_count): New static variables.
(cgraph_estimate_size_after_inlining): Cache the result.
(cgraph_estimate_growth):
* passes.c (rest_of_clean_state): Kill coverage_end_function.
* timevar.def (TV_INLINE_HEURISTICS): New timevar.
* tree-optimize.c (init_tree_optimization_passes): Move profiling before
inlining.
(ipa_passes): Initialize bitmaps.

* gcc.dg/tree-prof/inliner-1.c: New.

2005-05-25  Janis Johnson  <janis187@us.ibm.com>

* gcc.dg/tree-prof: New directory.
* gcc.dg/tree-prof/tree-prof.exp: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100144 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-25 Adrian Straetling <straetling@de.ibm.com>
uweigand [Wed, 25 May 2005 11:52:13 +0000 (11:52 +0000)]
2005-05-25  Adrian Straetling  <straetling@de.ibm.com>

* loop-doloop.c: Include "target.h".
  (doloop_valid_p): Move tests to function in targhooks.c.
* target.h (struct gcc_target): New target hook
  "insn_valid_within_doloop".
* target-def.h: Define default value for "insn_valid_within_doloop".
  (TARGET_INITIALIZER): Insert new target hook into initializer.
* targhooks.c (default_insn_valid_within_doloop): New function.
* targhooks.h (default_insn_valid_within_doloop): Declare.
* hooks.c (hook_bool_rtx_true): New function.
* hooks.h (hook_bool_rtx_true): Declare.
* doc/tm.texi: Add documentation for new target hook.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100143 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-25 Paolo Carlini <pcarlini@suse.de>
paolo [Wed, 25 May 2005 11:33:43 +0000 (11:33 +0000)]
2005-05-25  Paolo Carlini  <pcarlini@suse.de>

* include/bits/basic_string.h (_Rep::_M_set_length_and_sharable):
Use, consistently, traits_type::assign.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100142 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/21686
reichelt [Wed, 25 May 2005 09:47:18 +0000 (09:47 +0000)]
PR c++/21686
* semantics.c (finish_id_expression): Fix quoting in error message.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100140 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-25 Paolo Carlini <pcarlini@suse.de>
paolo [Wed, 25 May 2005 09:25:25 +0000 (09:25 +0000)]
2005-05-25  Paolo Carlini  <pcarlini@suse.de>

* config/cpu/alpha/atomicity.h: Use the builtins for
atomic memory operations.
* config/cpu/powerpc/atomicity.h: Likewise.
* config/cpu/ia64/atomicity.h: Do not include ia64intrin.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100139 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/21412
ebotcazou [Wed, 25 May 2005 07:04:04 +0000 (07:04 +0000)]
PR target/21412
* config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): New macro
* config/sparc/sparc-protos.h (tls_symbolic_operand): Delete.
(sparc_tls_referenced_p): New prototype.
* config/sparc/sparc.c (tls_symbolic_operand): Delete.
(sparc_expand_move): Look for TLS addresses with constant offsets.
(legitimate_constant_p): Use SPARC_SYMBOL_REF_TLS_P instead of
tls_symbolic_operand.
(legitimate_pic_operand_p): Likewise.
(legitimate_address_p): Likewise.
(legitimize_address): Likewise.
(sparc_tls_symbol_ref_1): New function.
(sparc_tls_referenced_p): New function.
* config/sparc/predicates.md (tgd_symbolic_operand): Use
SYMBOL_REF_TLS_MODEL instead of tls_symbolic_operand.
(tld_symbolic_operand): Likewise.
(tie_symbolic_operand): Likewise.
(tle_symbolic_operand): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100137 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago* common.opt (-Wattributes): New. Default true.
dj [Wed, 25 May 2005 04:18:19 +0000 (04:18 +0000)]
* common.opt (-Wattributes): New.  Default true.
* doc/invoke.texi (-Wno-attributes): Document.

* attribs.c (decl_attributes): Move warning control from if() to
warning(OPT_*).
* c-common.c (handle_packed_attribute): Likewise.
(handle_nocommon_attribute): Likewise.
(handle_common_attribute): Likewise.
(handle_noreturn_attribute): Likewise.
(handle_noinline_attribute): Likewise.
(handle_always_inline_attribute): Likewise.
(handle_used_attribute): Likewise.
(handle_unused_attribute): Likewise.
(handle_const_attribute): Likewise.
(handle_transparent_union_attribute): Likewise.
(handle_constructor_attribute): Likewise.
(handle_destructor_attribute): Likewise.
(handle_mode_attribute): Likewise.
(handle_alias_attribute): Likewise.
(handle_visibility_attribute): Likewise.
(handle_tls_model_attribute): Likewise.
(handle_malloc_attribute): Likewise.
(handle_returns_twice_attribute): Likewise.
(handle_pure_attribute): Likewise.
(handle_deprecated_attribute): Likewise.
(handle_vector_size_attribute): Likewise.
(handle_nothrow_attribute): Likewise.
(handle_cleanup_attribute): Likewise.
(handle_warn_unused_result_attribute): Likewise.
(handle_sentinel_attribute): Likewise.
* c-decl.c (diagnose_mismatched_decls): Likewise.
(start_decl): Likewise.
(grokdeclarator): Likewise.
(start_function): Likewise.
* c-format.c (check_function_format): Likewise.
* stor-layout.c (place_field): Likewise.
(finalize_record_size): Likewise.
* tree.c (handle_dll_attribute)): Likewise.
* varasm.c (default_assemble_visibility): Likewise.
* config/darwin.c (darwin_handle_weak_import_attribute): Likewise.
(darwin_assemble_visibility): Likewise.
* config/arc/arc.c (arc_handle_interrupt_attribute): Likewise.
* config/arm/arm.c (arm_handle_fndecl_attribute): Likewise.
(arm_handle_isr_attribute): Likewise.
* config/avr/avr.c (avr_handle_progmem_attribute): Likewise.
(avr_handle_fndecl_attribute): Likewise.
* config/bfin/bfin.c (handle_int_attribute): Likewise.
* config/c4x/c4x.c (c4x_handle_fntype_attribute): Likewise.
* config/h8300/h8300.c (h8300_handle_fndecl_attribute): Likewise.
(h8300_handle_eightbit_data_attribute): Likewise.
(h8300_handle_tiny_data_attribute): Likewise.
* config/i386/i386.c (ix86_handle_cdecl_attribute): Likewise.
(ix86_handle_regparm_attribute): Likewise.
(ix86_handle_struct_attribute): Likewise.
* config/i386/winnt.c (ix86_handle_shared_attribute): Likewise.
(i386_pe_encode_section_info): Likewise.
* config/ia64/ia64.c (ia64_handle_model_attribute): Likewise.
* config/ip2k/ip2k.c (ip2k_handle_progmem_attribute): Likewise.
(ip2k_handle_fndecl_attribute): Likewise.
* config/m32r/m32r.c (m32r_handle_model_attribute): Likewise.
* config/m68hc11/m68hc11 (m68hc11_handle_page0_attribute): Likewise.
(m68hc11_handle_fntype_attribute): Likewise.
(m68hc11_encode_section_info): Likewise.
* config/m68k/m68k.c (m68k_handle_fndecl_attribute): Likewise.
* config/mcore/mcore.c (mcore_handle_naked_attribute): Likewise.
* config/ns32k/ns32k.c (ns32k_handle_fntype_attribute): Likewise.
* config/rs6000/rs6000.c (rs6000_handle_longcall_attribute): Likewise.
* config/sh/sh.c (sh_handle_interrupt_handler_attribute): Likewise.
(sh_handle_sp_switch_attribute): Likewise.
(sh_handle_trap_exit_attribute): Likewise.
* config/sh/symbian.c (sh_symbian_dllimport_p): Likewise.
(sh_symbian_handle_dll_attribute): Likewise.
* config/stormy16/stormy16.c (xstormy16_handle_interrupt_attribute): Likewise.
(xstormy16_handle_below100_attribute): Likewise.
* config/v850/v850.c (v850_handle_interrupt_attribute): Likewise.

[testsuite]

* gcc.dg/Wattributes-1.c: New.
* gcc.dg/Wattributes-2.c: New.
* gcc.dg/Wattributes-3.c: New.

[cp]

* decl.c (duplicate_decls): Move warning control from if() to
warning(OPT_*).
* name-lookup.c (parse_using_directive): Likewise.
* parser.c (cp_parser_elaborated_type_specifier): Likewise.
(cp_parser_init_declarator): Likewise.
* tree.c (handle_com_interface_attribute): Likewise.

[java]

* class.c (set_constant_value): Move warning control from if() to
warning(OPT_*).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100136 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago* c-common.c (unsigned_conversion_warning): Move warning control
dj [Wed, 25 May 2005 03:59:00 +0000 (03:59 +0000)]
* c-common.c (unsigned_conversion_warning): Move warning control
from if() to warning(OPT_*).
(c_common_truthvalue_conversion): Likewise.
(c_do_switch_warnings): Likewise.
* c-decl.c (diagnose_mismatched_decls): Likewise.
(diagnose_mismatched_decls): Likewise.
(define_label): Likewise.
(grokdeclarator): Likewise.
* c-format.c (check_format_info): Likewise.
* c-lex.c (interpret_integer): Likwise.
(lex_string): Likewise.
* c-opts.c (c_common_post_options): Likewise.
* c-parser.c (c_parser_unary_expression): Likewise.
* c-pragma.c (handle_pragma_redefine_extname): Likewise.
(handle_pragma_extern_prefix): Likewise.
* c-typeck.c (build_binary_op): Likewise.
* gcse.c (is_too_expensive): Likewise.
* opts.c (decode_options): Likewise.
* stor-layout.c (place_field): Likewise.
* tree-cfg.c (remove_bb): Likewise.

* c.opt (-Wreturn-type): Add Var(warn_return_type).
* flags.h (warn_return_type): Remove.
* toplev.c (warn_return_type): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100135 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Wed, 25 May 2005 00:16:28 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100133 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-24 Kelley Cook <kcook@gcc.gnu.org>
kcook [Wed, 25 May 2005 00:15:21 +0000 (00:15 +0000)]
2005-05-24  Kelley Cook  <kcook@gcc.gnu.org>

* configure.ac: Don't use gcc_AC_C_LONG_LONG.  Check for
existence of long long and __int64 before determining their size.
* aclocal.m4: Delete gcc_AC_C_LONG_LONG.
* configure, config.h.in:  Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100131 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago20005-05-24 Janis Johnson <janis187@us.ibm.com>
janis [Tue, 24 May 2005 23:41:44 +0000 (23:41 +0000)]
20005-05-24  Janis Johnson  <janis187@us.ibm.com>

PR tree-optimization/19833
gcc.dg/uninit-4.c: Remove xfail.
gcc.dg/uninit-9.c: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100130 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoMove entries for 1998 and 1999 out of ChangeLog-2000 and into new
ian [Tue, 24 May 2005 23:20:39 +0000 (23:20 +0000)]
Move entries for 1998 and 1999 out of ChangeLog-2000 and into new
files ChangeLog-1998 and ChangeLog-1999.

This change does not itself get a ChangeLog entry.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100129 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-24 Kelley Cook <kcook@gcc.gnu.org>
kcook [Tue, 24 May 2005 23:18:46 +0000 (23:18 +0000)]
2005-05-24  Kelley Cook  <kcook@gcc.gnu.org>

* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100128 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-24 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 24 May 2005 22:53:43 +0000 (22:53 +0000)]
2005-05-24  Paolo Carlini  <pcarlini@suse.de>

* testsuite/25_algorithms/equal.cc: Move to...
* testsuite/25_algorithms/equal: ... here.
* testsuite/25_algorithms/lower_bound.cc: Move to...
* testsuite/25_algorithms/lower_bound: ... here.

2005-05-24  Paolo Carlini  <pcarlini@suse.de>

        Port from libstdcxx_so_7-branch:
2005-20-05  Chris Jefferson  <chris@bubblescope.net>

* testsuite/25_algorithms/heap.cc: Move to...
* testsuite/25_algorithms/heap/heap.cc: ...here.
* testsuite/25_algorithms/partition.cc: Move to...
* testsuite/25_algorithms/partition/partition.cc: ...here.

2005-03-29  Christopher Jefferson  <chris@bubblescope.net>

* testsuite/25_algorithms/includes/1.cc: Add tests.
* testsuite/25_algorithms/search/1.cc: Likewise.
* testsuite/25_algorithms/unique_copy/1.cc: Likewise.
* testsuite/25_algorithms/swap_ranges/1.cc: New.
* testsuite/25_algorithms/swap_ranges/check_type.cc: New.
* testsuite/25_algorithms/rotate.cc: Move to...
* testsuite/25_algorithms/rotate/rotate.cc: ... here.
* testsuite/25_algorithms/rotate/1.cc: New.
* testsuite/25_algorithms/rotate/check_type.cc: New.
* testsuite/25_algorithms/search_n/iterator.cc: Fix typo.

2005-03-14  Christopher Jefferson  <chris@bubblescope.net>

* include/bits/stl_algo.h (replace_copy, replace_copy_if):
Don't assume that __new_value and *__first are convertible to
each other.

* testsuite/25_algorithms/find/1.cc: New.
* testsuite/25_algorithms/find/check_type.cc: New.
* testsuite/25_algorithms/find_if/1.cc: New.
* testsuite/25_algorithms/find_if/check_type.cc: New.
* testsuite/25_algorithms/replace/1.cc: New.
* testsuite/25_algorithms/replace/check_type.cc: New.
* testsuite/25_algorithms/replace_if/1.cc: New.
* testsuite/25_algorithms/replace_if/check_type.cc: New.
* testsuite/25_algorithms/replace_copy/1.cc: New.
* testsuite/25_algorithms/replace_copy/check_type.cc: New.
* testsuite/25_algorithms/replace_copy_if/1.cc: New.
* testsuite/25_algorithms/replace_copy_if/check_type.cc: New.
* testsuite/25_algorithms/remove/1.cc: New.
* testsuite/25_algorithms/remove/check_type.cc: New.
* testsuite/25_algorithms/remove_if/1.cc: New.
* testsuite/25_algorithms/remove_if/check_type.cc: New.
* testsuite/25_algorithms/count/1.cc: New.
* testsuite/25_algorithms/count/check_type.cc: New.
* testsuite/25_algorithms/count_if/1.cc: New.
* testsuite/25_algorithms/count_if/check_type.cc: New.

2005-02-27  Christopher Jefferson  <chris@bubblescope.net>
             Paolo Carlini  <pcarlini@suse.de>

* testsuite/ext/is_heap/check_type.cc: New.

2005-02-27  Paolo Carlini  <pcarlini@suse.de>

* testsuite/ext/is_heap/1.cc: New.

2005-02-01  Christopher Jefferson  <chris@bubblescope.net>

* testsuite/ext/median.cc: New.
* testsuite/25_algorithms/adjacent_find/1.cc: New.
* testsuite/25_algorithms/adjacent_find/check_type.cc: New.
* testsuite/25_algorithms/search/1.cc: New.
* testsuite/25_algorithms/search/check_type.cc: New.
* testsuite/25_algorithms/unique_copy/1.cc: New.
* testsuite/25_algorithms/unique_copy/check_type.cc: New.
* testsuite/25_algorithms/partial_sort/1.cc: New.
* testsuite/25_algorithms/partial_sort/check_type.cc: New.
* testsuite/25_algorithms/partial_sort_copy/1.cc: New.
* testsuite/25_algorithms/partial_sort_copy/check_type.cc: New.
* testsuite/25_algorithms/lower_bound/1.cc: New.
* testsuite/25_algorithms/lower_bound/check_type.cc: New.
* testsuite/25_algorithms/upper_bound/1.cc: New.
* testsuite/25_algorithms/upper_bound/check_type.cc: New.
* testsuite/25_algorithms/merge/1.cc: New.
* testsuite/25_algorithms/merge/check_type.cc: New.
* testsuite/25_algorithms/inplace_merge/1.cc: New.
* testsuite/25_algorithms/inplace_merge/check_type.cc: New.
* testsuite/25_algorithms/stable_sort/1.cc: New.
* testsuite/25_algorithms/stable_sort/check_type.cc: New.
* testsuite/25_algorithms/nth_element/1.cc: New.
* testsuite/25_algorithms/nth_element/check_type.cc: New.
* testsuite/25_algorithms/equal_range/1.cc: New.
* testsuite/25_algorithms/equal_range/check_type.cc: New.
* testsuite/25_algorithms/binary_search/1.cc: New.
* testsuite/25_algorithms/binary_search/check_type.cc: New.
* testsuite/25_algorithms/includes/1.cc: New.
* testsuite/25_algorithms/includes/check_type.cc: New.
* testsuite/25_algorithms/set_union/1.cc: New.
* testsuite/25_algorithms/set_union/check_type.cc: New.
* testsuite/25_algorithms/set_intersection/1.cc: New.
* testsuite/25_algorithms/set_intersection/check_type.cc: New.
* testsuite/25_algorithms/set_difference/1.cc: New.
* testsuite/25_algorithms/set_difference/check_type.cc: New.
* testsuite/25_algorithms/set_symmetric_difference/1.cc: New.
* testsuite/25_algorithms/set_symmetric_difference/check_type.cc: New.
* testsuite/25_algorithms/min_element/1.cc: New.
* testsuite/25_algorithms/min_element/check_type.cc: New.
* testsuite/25_algorithms/max_element/1.cc: New.
* testsuite/25_algorithms/max_element/check_type.cc: New.
* testsuite/25_algorithms/prev_permutation/1.cc: New.
* testsuite/25_algorithms/prev_permutation/check_type.cc: New.
* testsuite/25_algorithms/next_permutation/1.cc: New.
* testsuite/25_algorithms/next_permutation/check_type.cc: New.
* testsuite/25_algorithms/find_first_of/1.cc: New.
* testsuite/25_algorithms/find_first_of/check_type.cc: New.
* testsuite/25_algorithms/find_end/1.cc: New.
* testsuite/25_algorithms/find_end/check_type.cc: New.
* testsuite/25_algorithms/equal/check_type.cc: Insert iterator type.
* testsuite/25_algorithms/lexicographical_compare/check_type.cc:
Likewise.

2005-01-10  Christopher Jefferson <chris@bubblescope.net>

* testsuite/25_algorithms/lexicographical_compare/check_type.cc: New.
* testsuite/25_algorithms/lexicographical_compare/1.cc: Likewise.
* testsuite/25_algorithms/mismatch/check_type.cc: Likewise.
* testsuite/25_algorithms/mismatch/1.cc: Likewise.
* testsuite/25_algorithms/equal/check_type.cc: New.
* testsuite/25_algorithms/equal/1.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100127 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * c-common.h (objc_comptypes): Remove prototype.
mrs [Tue, 24 May 2005 22:24:38 +0000 (22:24 +0000)]
    * c-common.h (objc_comptypes): Remove prototype.
        (objc_compare_types): New prototype.
        (objc_volatilized_decl): Likewise.
        (objc_type_quals_match): Likewise.
        * c-decl.c (objc_mark_locals_volatile): Streamline by calling
        objc_volatilize_decl().
        * c-typeck.c (comp_target_types): Remove third parameter; do
        not call objc_comptypes().
        (comptypes): Remove calls to objc_comptypes().
        (build_function_call): Extend compatible prototype check to ObjC.
        (build_conditional_expr): Adjust call to comp_target_types().
        (convert_for_assignment): Call objc_compare_types() instead of
        objc_comptypes(); adjust calls to comp_target_types(); call
        objc_type_quals_match() before issuing qualifier mismatch
        warnings.
        (build_binary_op): Call objc_compare_types() before issuing
        pointer mismatch warnings; adjust calls to
        comp_target_types().
        * stub-objc.c (objc_comptypes): Remove stub.
        (objc_compare_types): New stub.
        (objc_volatilized_decl): Likewise.
        (objc_type_quals_match): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100126 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * class.c (layout_class_type): Do not issue C++ ABI warnings
mrs [Tue, 24 May 2005 22:22:33 +0000 (22:22 +0000)]
    * class.c (layout_class_type): Do not issue C++ ABI warnings
        for ObjC structs.
        * decl.c (objc_mark_locals_volatile): Streamline by calling
        objc_volatilize_decl().
        * parser.c (cp_parser_objc_message_expression): Allow simple
        type specifiers (instead of merely type names) as message
        receivers.
        * pt.c (template_args_equal): Do not call objc_comptypes().
        * typeck.c (composite_pointer_type): If both pointers are
        ObjC-esque, arbitrarily choose the first; do not call
        objc_comptypes().
        (comptypes): Do not call objc_comptypes().
        (convert_for_assignment): Call objc_compare_types().
        (comp_ptr_ttypes_real): Call objc_type_quals_match() before
        concluding that types do not match.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100125 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * objc-act.c (objc_build_struct): New function.
mrs [Tue, 24 May 2005 22:21:01 +0000 (22:21 +0000)]
    * objc-act.c (objc_build_struct): New function.
        (objc_derived_from_p): Likewise.
        (objc_build_component_ref): Likewise.
        (objc_copy_binfo): Likewise.
        (objc_xref_basetypes): Likewise.
        (objc_lookup_protocol): Likewise.
        (objc_compare_protocols): Likewise.
        (objc_volatilize_decl): Likewise.
        (encode_aggregate_fields): Likewise.
        (volatilized_hash): Likewise.
        (volatilized_eq): Likewise.
        (objc_compare_types): Likewise.
        (objc_type_quals_match): Likewise.
        (DERIVED_FROM_P): New ObjC macro, corresponding to C++ macro
        of same name.
        (get_class_ivars): Add second parameter indicating if entire
        hierarchy is desired.
        (struct volatilized_type): New type.
        (volatilized_htab): New hash table.
        (objc_types_compatible_p, objc_comptypes): Remove functions.
        (synth_module_prologue): Do not initialize 'unused_list'.
        (objc_get_class_reference): Fix ObjC++ impedance mismatches.
        (objc_declare_alias): Implement as a typedef.
        (objc_substitute_decl, objc_gimplify_expr): Reformat.
        (objc_get_class_ivars): Adjust call to get_class_ivars().
        (next_sjlj_build_enter_and_setjmp, synth_forward_declarations,
        build_ivar_reference, get_super_receiver): Call
        objc_build_component_ref() instead of build_component_ref().
        (objc_begin_catch_clause): Use DERIVED_FROM_P() instead of
        objc_comptypes().
        (build_private_template): Call objc_build_struct() instead of
        start_struct() and finish_struct().
        (hash_init): Initialize volatilized_htab.
        (objc_is_public): Adjust calls to objc_get_ivars(); adjust
        ObjC++ impedance mismatches.
        (encode_aggregate_within): Streamline by calling
        encode_aggregate_fields().
        * objc-act.h (objc_types_compatible_p): Remove prototype.
        (OCTI_UNUSED_LIST, unused_list): Remove slot.
        * objc-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100123 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * objcp-decl.c (objcp_start_struct, objcp_xref_tag): Adjust
mrs [Tue, 24 May 2005 22:20:10 +0000 (22:20 +0000)]
    * objcp-decl.c (objcp_start_struct, objcp_xref_tag): Adjust
        call to xref_tag().
        (objcp_build_component_ref): Remove function.
        * objcp-decl.h (objcp_build_component_ref): Remove prototype.
        (build_component_ref): Remove macro.
        * objcp-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100122 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * obj-c++.dg/bitfield-[1-5].mm: New.
mrs [Tue, 24 May 2005 22:18:43 +0000 (22:18 +0000)]
    * obj-c++.dg/bitfield-[1-5].mm: New.
        * obj-c++.dg/class-protocol-1.mm: New.
        * obj-c++.dg/comp-types-1[0-1].mm: New.
        * obj-c++.dg/comp-types-[2-9].mm: New.
        * obj-c++.dg/encode-[4-8].mm: New.
        * obj-c++.dg/layout-1.mm: New.
        * obj-c++.dg/method-1[0-9].mm: New.
        * obj-c++.dg/method-2[0-1].mm: New.
        * obj-c++.dg/method-[8-9].mm: New.
        * obj-c++.dg/objc-gc-3.mm: New.
        * obj-c++.dg/try-catch-10.mm: New.
        * objc.dg/bitfield-5.m: New.
        * objc.dg/comp-types-10.m: New.
        * objc.dg/comp-types-9.m: New.
        * objc.dg/layout-1.m: New.
        * objc.dg/objc-gc-4.m: New.
        * objc.dg/try-catch-9.m: New.
        * objc.dg/class-protocol-1.m: Tweak diagnostics.
        * objc.dg/comp-types-1.m: Likewise.
        * objc.dg/comp-types-[5-6].m: Likewise.
        * objc.dg/method-9.m: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100121 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.dg/altivec-vec-merge.c: Make test usable on GNU/Linux targets
janis [Tue, 24 May 2005 21:50:00 +0000 (21:50 +0000)]
* gcc.dg/altivec-vec-merge.c: Make test usable on GNU/Linux targets
and on hardware without VMX support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100120 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.dg/altivec-vec-merge.c: Renamed from ppc-vec-merge.c.
janis [Tue, 24 May 2005 21:48:15 +0000 (21:48 +0000)]
* gcc.dg/altivec-vec-merge.c: Renamed from ppc-vec-merge.c.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100119 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.dg/ppc64-abi-2.c: Remove code that is now invalid.
janis [Tue, 24 May 2005 21:40:35 +0000 (21:40 +0000)]
* gcc.dg/ppc64-abi-2.c: Remove code that is now invalid.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100118 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * lib/profopt.exp (dg-final-generate, dg-final-use,
janis [Tue, 24 May 2005 21:28:54 +0000 (21:28 +0000)]
* lib/profopt.exp (dg-final-generate, dg-final-use,
profopt-final-code, profopt-get-options): New.
(profopt-execute): Process test directives.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100117 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * lib/gcc-dg.exp (cleanup-ipa-dump): New.
janis [Tue, 24 May 2005 21:27:38 +0000 (21:27 +0000)]
* lib/gcc-dg.exp (cleanup-ipa-dump): New.
(cleanup-coverage-files, cleanup-repo-files, cleanup-rtl-dump,
cleanup-tree-dump, cleanup-saved-temps): Update comments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100116 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoinclude/
gdr [Tue, 24 May 2005 20:48:25 +0000 (20:48 +0000)]
include/
2005-05-24  Gabriel Dos Reis  <gdr@integrable-solutions.net>

* libiberty.h (ACONCAT): Properly cast value of alloca().

* ansidecl.h (ATTRIBUTE_UNUSED_LABEL): Don't define if
__cplusplus.

libiberty/
2005-05-24  Gabriel Dos Reis  <gdr@integrable-solutions.net>

* configure.ac: Check declarations for calloc(), getenv(),
malloc(), realloc() and sbrk().
* config.in: Regenerate.
* configure: Likewise.

* alloca.c (C_alloca): Change "new" to "new_storage".  Use XNEWVEC
instead of xmalloc.
* choose-temp.c (choose_temp_base): Use XNEWVEC instea od xmalloc.
* concat.c (liiberty_concat_ptr): Surround definition with an
extern "C" block, if __cplusplus.
(concat): Use XNEWVEC instead of xmalloc.
(reconcat): Likewise.
* cp-demangle.c (struct d_print_template): Rename member
"template" to "template_decl".  Adjust use throughout the file.
(d_print_resize): Properly cast return value of realloc().
(cplus_demangle_print): Same for malloc().
(d_demangle): Likewise.
* cp-demint.c (cplus_demangle_fill_builtin_type): Rename parameter
"typename" to "type_name".
* cplus-dem.c (grow_vect): Use XRESIZEVEC instead of xrealloc().
(work_stuff_copy_to_from): Use XNEWVEC insteand of xmalloc().
(demangle_template_value_parm): Likewise.
(demangle_template): Likewise.
(recursively_demangle): Likewise.
(do_hpacc_template_literal): Likewise.
(do_arg): Likewise.
(remember_type): Likewise.
(remember_Ktype): Likewise.
(register_Btype): Likewise.
(string_need): Use XRESIZEVEC instead of xrealloc().
* dyn-string.c (dyn_string_init): Use XNEWVEC.
(dyn_string_new): Use XNEW.
(dyn_string_resize): Use XRESIZEVEC.
* fnmatch.c (fnmatch): Rename local variable "not" to "negate".
* getopt.c (getenv): Declare only if !__cplusplus and !getenv.
Otherwise include <stdlib.h>.
(exchange): Cast return value of malloc().
* hashtab.c (htab_size): Define as both macro and non-inline
function.
(htab_elements): Likewise.
* getpwd.c (getpwd): Use XNEWVEC.
(htab_create_alloc_ex): Use C90 prototype-style.
* lrealpath.c (lrealpath): Appropriately cast return value of
malloc().
* make-relative-prefix.c (save_string): Likewise.
* make-temp-file.c (try_dir): Rename from "try".  Adjust use in
the file.
(choose_tmpdir): Use XNEWVEC.
* mkstemps.c (mkstemps): Rename parameter "template" to "pattern".
* pex-common.c (pex_init_common): Use XNEW.
(pex_add_remove): Use XRESIZEVEC.
(pex_run): Likewise.
(pex_get_status_and_time): Likewise.
* pex-djgpp.c (pex_djgpp_exec_child): Likewise.
* pex-msdos.c (pex_init): Use XNEW.
(pex_msdos_exec_child): Likewise.
(pex_msdos_exec_child): Use XRESIZEVEC.
* pex-unix.c (pex_wait): Use XNEW.
* pex-win32.c (fix_argv): Use XNEWVEC.
* pexecute.c (pwait): Likewise.
* setenv.c (setenv): Properly cast return value of malloc().
* sigsetmask.c (sigsetmask): Rename local variables "old" and
"new" to "old_sig" and "new_sig".
* sort.c (main): Use XNEWVEC.
* spaces.c (spaces): Cast return value of malloc().
* strndup.c (strndup): Likewise.
* ternary.c (ternary_insert): Use XNEW.
* xmalloc.c (malloc, realloc, calloc, sbrk): Surround declaration
with an extern "C" block if __cplusplus.
* xstrdup.c (xstrdup): Cast return value of memcpy().
* xstrerror.c (strerror): Enclose declaration in an extern "C"
block if __cplusplus.
* xstrndup.c (xstrndup): Use XNEW. Cast return value of memcpy().

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100115 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * libgfortran/ChangeLog: Corrected author name.
fxcoudert [Tue, 24 May 2005 20:46:54 +0000 (20:46 +0000)]
* libgfortran/ChangeLog: Corrected author name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100114 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-24 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 24 May 2005 20:38:40 +0000 (20:38 +0000)]
2005-05-24  Paolo Carlini  <pcarlini@suse.de>

* config/ia64/ia64intrin.h: Define nothing for C++:
overloaded builtins have been ported to C++.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100112 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-24 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 24 May 2005 20:28:55 +0000 (20:28 +0000)]
2005-05-24  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/allocator.h: Change ___glibcxx_base_allocator to
__glibcxx_base_allocator.
* config/allocator/bitmap_allocator_base.h: Same.
* config/allocator/malloc_allocator_base.h: Same.
* config/allocator/mt_allocator_base.h: Same.
* config/allocator/new_allocator_base.h: Same.
* config/allocator/pool_allocator_base.h: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100111 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-nested.c (build_addr): New "context" argument. Temporarily
law [Tue, 24 May 2005 20:19:13 +0000 (20:19 +0000)]
    * tree-nested.c (build_addr): New "context" argument.  Temporarily
        set current_function_decl around the call to build the ADDR_EXPR.
        (get_static_chain): Pass proper context to build_addr.
        (convert_nl_goto_reference): Likewise.
        (convert_tramp_reference): Likewise.
        (final_nesting_tree_1): Likewise.
        * tree-profile.c (tree_gen_interval_profiler): Likewise.
        (tree_gen_pow2_profiler): Likewise.
        (tree_gen_one_value_profiler): Likewise.
        * tree-ssa-loop-ivopts.c (build_addr_strip_iref): Likewise.
        * tree.h (build_addr): Update prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100110 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-flow.h (bb_ann_d): Remove has_escape_site.
kazu [Tue, 24 May 2005 19:57:52 +0000 (19:57 +0000)]
* tree-flow.h (bb_ann_d): Remove has_escape_site.
* tree-ssa-alias.c (compute_points_to_addr_escape): Don't
write to has_escape_site.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100109 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * builtins.c (define_builtin): Don't call make_decl_rtl.
rth [Tue, 24 May 2005 19:22:03 +0000 (19:22 +0000)]
    * builtins.c (define_builtin): Don't call make_decl_rtl.
        * constants.c (build_constant_data_ref): Likewise.
        * class.c (build_utf8_ref): Likewise.
        (build_fieldref_cache_entry, build_static_field_ref): Likewise.
        (get_dispatch_table, layout_class_method): Likewise.
        (build_class_ref): Likewise. Don't set DECL_SIZE or DECL_SIZE_UNIT
        by hand.
        (make_local_function_alias): Don't SET_DECL_ASSEMBLER_NAME.
        (make_method_value): Use METHOD_ABSTRACT instead of DECL_RTL_SET_P
        to determine if we need a non-zero address.
        * decl.c (builtin_function): Don't call make_decl_rtl.
        (give_name_to_locals): Don't SET_DECL_ASSEMBLER_NAME.
        * expr.c (build_known_method_ref): Don't call make_decl_rtl.
        * resource.c (compile_resource_data): Likewise.
        * parse.y (resolve_field_access): Re-word comment to avoid
        building DECL_RTL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100108 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * class.c (registered_class): Take it out of class_roots; turn into
rth [Tue, 24 May 2005 19:18:51 +0000 (19:18 +0000)]
    * class.c (registered_class): Take it out of class_roots; turn into
        a vec of trees.
        (register_class): Make static.  Don't duplicate decl node.  Use
        VEC_safe_push.
        (emit_register_classes): Use VEC_iterate.  Use output_constant
        instead of assemble_integer.  Don't call mark_decl_referenced
        directly.
        * java-tree.h (register_class): Remove decl.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100107 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-24 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 24 May 2005 19:06:20 +0000 (19:06 +0000)]
2005-05-24  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C++/21645
        * g++.dg/init/ctor5.C: New test.

2005-05-24  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C++/21645
        * optimize.c (update_cloned_parm): Copy the TYPE also from the
        original one.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100106 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * Makefile.in (tree-cfg.o): Depend on tree-ssa-propagate.h.
law [Tue, 24 May 2005 14:06:04 +0000 (14:06 +0000)]
    * Makefile.in (tree-cfg.o): Depend on tree-ssa-propagate.h.
        * tree-cfg.c: Include tree-ssa-propagate.h.
        (replace_uses_by): Call recompute_tree_invarant_for_addr_expr as
        needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100103 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.dg/vect/vect-none.c: Split into vect-106.c, vect-107.c,
irar [Tue, 24 May 2005 11:56:58 +0000 (11:56 +0000)]
* gcc.dg/vect/vect-none.c: Split into vect-106.c, vect-107.c,
        vect-108.c, vect-109.c, vect-110.c, vect-111.c, vect-112.c,
        vect-113.c, vect-114.c.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100102 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-24 Jonathan Wakely <redi@gcc.gnu.org>
paolo [Tue, 24 May 2005 10:58:22 +0000 (10:58 +0000)]
2005-05-24  Jonathan Wakely  <redi@gcc.gnu.org>

* include/debug/string (class basic_string): Add missing
default template arguments; provide typedefs for char
and wchar_t.
(operator[]): Allow s[s.size()] in debug mode, but not
pedantic mode.

2005-05-24  Paolo Carlini  <pcarlini@suse.de>

Port from libstdcxx_so_7-branch:
2005-04-25  Christopher Jefferson  <chris@bubblescope.net>

* include/bits/stl_algo.h (count): Correct concept checks.
(search_n) : Likewise.
* testsuite/25_algorithms/search_n/check_type.cc: New.

* testsuite/testsuite_iterators.h
(random_access_iterator_wrapper::operator+): Move out of
class to external function, and add symmetric version.

2005-03-14  Christopher Jefferson  <chris@bubblescope.net>

* testsuite/testsuite_iterators.h (WritableObject::WritableObject):
Add const.

2005-02-01  Christopher Jefferson  <chris@bubblescope.net>

* testsuite/testsuite_iterators.h (random_access_iterator_wrapper::
operator--): Fix typo.
(OutputContainer::OutputContainer): Correct zeroing array.
(WritableObject::operator==): Fix typo.
        (WritableObject::operator=): make operator= templated
to allow differing types to be assigned.
(WritableObject::operator++): Fix checking if iterator is
written to multiple times.
(random_access_iterator_wrapper::operator+): Add const.
(random_access_iterator_wrapper::operator-): Likewise.
(random_access_iterator_wrapper::operator[]): Add dereference.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100101 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago(rs6000_cpu_cpp_builtins): Define __NO_FPRS__ when 'f' class registers will
nickc [Tue, 24 May 2005 09:09:07 +0000 (09:09 +0000)]
(rs6000_cpu_cpp_builtins): Define __NO_FPRS__ when 'f' class registers will
not be available.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100097 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago* config/m32r/m32r.c (m32r_expand_block_move): Return 0 if nothing was done.
nickc [Tue, 24 May 2005 07:45:24 +0000 (07:45 +0000)]
* config/m32r/m32r.c (m32r_expand_block_move):  Return 0 if nothing was done.
* config/m32r/m32r.md (movmemsi):  If m32r_expand_block_move did nothing then FAIL.
* config/m32r/m32r/m32r-protos.h  (m32r_expand_block_move): Update prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100095 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.dg/const-elim-1.c: Remove xfails.
nemet [Tue, 24 May 2005 05:57:46 +0000 (05:57 +0000)]
* gcc.dg/const-elim-1.c: Remove xfails.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100093 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-ssa-dom.c (cprop_into_stmt): Do not call
law [Tue, 24 May 2005 02:54:06 +0000 (02:54 +0000)]
* tree-ssa-dom.c (cprop_into_stmt): Do not call
recompute_tree_invariant_for_addr_expr here.
(optimize_stmt): Call it here instead and do so if anything
at all has changed in the statement and the RHS is an ADDR_EXPR.
* tree-ssa-forwprop.c (tidy_after_forward_propagate_addr): If
needed, call recompute_tree_invariant_for_addr_expr.
* tree-ssa-propagate.c (substitute_and_fold): Call
recompute_tree_invariant_for_addr_expr as needed.

* gcc.c-torture/compile/pr21638.c: New test.
* gcc.c-torture/compile/20050520-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100092 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Tue, 24 May 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100090 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agotweak comment
jason [Mon, 23 May 2005 23:02:53 +0000 (23:02 +0000)]
tweak comment

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100088 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC
redi [Mon, 23 May 2005 21:53:46 +0000 (21:53 +0000)]
* docs/html/debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC
had to be defined for pedantic mode in 3.4 and 4.0.0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100087 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-23 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Mon, 23 May 2005 16:43:06 +0000 (16:43 +0000)]
2005-05-23  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.c (s390_optimize_prologue): Don't replace an insn
saving less registers than the replacement.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100081 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB.
hubicka [Mon, 23 May 2005 12:37:47 +0000 (12:37 +0000)]
* tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100080 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago* gcc.c-torture/execute/20020720-1.x: Fix m32r target selector to be a proper
nickc [Mon, 23 May 2005 08:41:57 +0000 (08:41 +0000)]
* gcc.c-torture/execute/20020720-1.x: Fix m32r target selector to be a proper
    triple, ie: m32r*-*-*.
* g++.old-deja/g++.jason/thunk3.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100078 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/sparc/sparc-protos.h (sparc_expand_move): New prototype.
ebotcazou [Mon, 23 May 2005 07:09:03 +0000 (07:09 +0000)]
* config/sparc/sparc-protos.h (sparc_expand_move): New prototype.
* config/sparc/sparc.c (sparc_expand_move): New function.
(sparc_emit_set_const64): Rewrite assert condition on entry.
(legitimate_constant_p) <CONST_VECTOR>: New case.
(legitimize_pic_address): Use TARGET_ARCH64 to select the mode.
* config/sparc/sparc.md (movqi, movhi, movsi, movdi, movV32,
movV64, movtf): Use nonimmediate_operand for the first operand.
Rewrite.  Only invoke sparc_expand_move.
* config/sparc/predicates.md (input_operand): Reorder tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100077 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agogcc/
jbeulich [Mon, 23 May 2005 06:42:19 +0000 (06:42 +0000)]
gcc/
2005-05-23  Jan Beulich  <jbeulich@novell.com>

* gthr-posix.h (__gthread_recursive_mutex_init_function): Add
missing return statement.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100075 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gfortran.texi: Document some more GNU extensions.
sayle [Mon, 23 May 2005 03:20:19 +0000 (03:20 +0000)]
* gfortran.texi: Document some more GNU extensions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100074 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Mon, 23 May 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100072 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * error.c (gfc_warning): Fix typo in comment.
fxcoudert [Sun, 22 May 2005 22:12:48 +0000 (22:12 +0000)]
    * error.c (gfc_warning): Fix typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100070 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR libfortran/21376
fxcoudert [Sun, 22 May 2005 21:17:42 +0000 (21:17 +0000)]
PR libfortran/21376
* io/write.c (output_float): Rework logic to avoid call to log10
with argument equal to zero.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100068 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/21683
gdr [Sun, 22 May 2005 17:01:02 +0000 (17:01 +0000)]
    PR target/21683
        * fixincl.c: Don't include <sys/wait.h> if SEPARATE_FIX_PROC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100066 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Use
ebotcazou [Sun, 22 May 2005 07:34:37 +0000 (07:34 +0000)]
* config/sparc/sparc.c (sparc_emit_float_lib_cmp): Use
emit_move_insn for moves to TFmode stack slots.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100058 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * java/lang/mprec.c (mult, lshift, b2d, d2b): Add parenthesis to
aj [Sun, 22 May 2005 06:55:21 +0000 (06:55 +0000)]
* java/lang/mprec.c (mult, lshift, b2d, d2b): Add parenthesis to
avoid warnings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100057 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoGive credit, where credit is due.
mrs [Sun, 22 May 2005 02:41:42 +0000 (02:41 +0000)]
Give credit, where credit is due.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100056 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Sun, 22 May 2005 00:16:31 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100053 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * crontab: Spread snapshot building more evenly throughout the
gerald [Sat, 21 May 2005 21:56:24 +0000 (21:56 +0000)]
* crontab: Spread snapshot building more evenly throughout the
week.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100051 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2004-05-21 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sat, 21 May 2005 16:57:24 +0000 (16:57 +0000)]
2004-05-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/21331
        PR tree-opt/21293
        * gcc.c-torture/compile/pr21293.c: New test.
        * gcc.c-torture/execute/pr21331.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100045 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago* testsuite/libjava.jacks/jacks.xfail: Remove 3.10.2-round-6.
rmathew [Sat, 21 May 2005 13:57:49 +0000 (13:57 +0000)]
* testsuite/libjava.jacks/jacks.xfail: Remove 3.10.2-round-6.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100044 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-21 Richard Guenther <rguenth@gcc.gnu.org>
rguenth [Sat, 21 May 2005 12:35:55 +0000 (12:35 +0000)]
2005-05-21  Richard Guenther  <rguenth@gcc.gnu.org>

* tree-stdarg.c (execute_optimize_stdarg): Handle references
to va_list of the form &va[0].

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100043 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * configure.ac: Check for trunc and truncf in libm.
ebotcazou [Sat, 21 May 2005 06:44:50 +0000 (06:44 +0000)]
* configure.ac: Check for trunc and truncf in libm.
* configure: Regenerate.
* config.h.in: Likewise.
* intrinsics/c99_functions.c (trunc, truncf): New functions.
* c99_protos.h (trunc, truncf): Declare them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100040 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Sat, 21 May 2005 00:16:30 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100038 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * g++.dg/other/stdarg3.C: Spell "hpux*" correctly.
rth [Fri, 20 May 2005 23:52:46 +0000 (23:52 +0000)]
    * g++.dg/other/stdarg3.C: Spell "hpux*" correctly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100036 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoGive credit, where credit is due.
mrs [Fri, 20 May 2005 23:42:07 +0000 (23:42 +0000)]
Give credit, where credit is due.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100035 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * obj-c++-dg.exp: Add.
mrs [Fri, 20 May 2005 22:14:16 +0000 (22:14 +0000)]
    * obj-c++-dg.exp: Add.
        * obj-c++.exp: Add.
        * obj-c++.dg/dg.exp: Add.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100031 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * Makefile.in (insn-emit.o): Add basic-block.h dependency.
hubicka [Fri, 20 May 2005 21:17:48 +0000 (21:17 +0000)]
* Makefile.in (insn-emit.o): Add basic-block.h dependency.
* genemit.c (main): Make insn-emit to include basic-block.h too.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100028 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agolibstdc++-v3/
jbeulich [Fri, 20 May 2005 14:00:06 +0000 (14:00 +0000)]
libstdc++-v3/
2005-05-20  Jan Beulich  <jbeulich@novell.com>

* libmath/stubs.c: Also implement fabsf/fabsl if not present in the
system libraries.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100013 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-20 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 20 May 2005 08:58:23 +0000 (08:58 +0000)]
2005-05-20  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_algo.h (__rotate<_RandomAccessIterator>):
Don't qualify __tmp as const, _ValueType is not necessarily
Assignable.
* include/bits/stl_algobase.h (swap, __iter_swap<false>):
Likewise, as an harmless extension.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100011 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * g++.old-deja/g++.jason/thunk3.C: XFAIL on m32r*-*.
nickc [Fri, 20 May 2005 08:25:49 +0000 (08:25 +0000)]
* g++.old-deja/g++.jason/thunk3.C: XFAIL on m32r*-*.
* gcc.c-torture/execute/20020720-1.x: Add xfail for m32r*-*.
* gcc.c-torture/execute/20020720-1.x: Add xfail for avr-*-*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100010 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * cgraphunit.c (cgraph_expand_function): Force function being lowered.
hubicka [Fri, 20 May 2005 08:05:07 +0000 (08:05 +0000)]
* cgraphunit.c (cgraph_expand_function): Force function being lowered.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100009 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-20 Paolo Bonzini <bonzini@gnu.org>
bonzini [Fri, 20 May 2005 07:10:30 +0000 (07:10 +0000)]
2005-05-20  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.def (configure-gcc): Depend on binutils having been built.
(all-gcc): No need to do it here.
* Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100007 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * g++.dg/other/stdarg3.C: Only use -mlp64 for hpux.
rth [Fri, 20 May 2005 05:00:29 +0000 (05:00 +0000)]
    * g++.dg/other/stdarg3.C: Only use -mlp64 for hpux.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100006 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/alpha/alpha.c (emit_unlikely_jump, emit_load_locked,
rth [Fri, 20 May 2005 02:38:56 +0000 (02:38 +0000)]
    * config/alpha/alpha.c (emit_unlikely_jump, emit_load_locked,
        emit_store_conditional): Split out from ...
        (alpha_split_atomic_op): ... here.
        (alpha_split_compare_and_swap): New; extract from .md file.
        (alpha_split_lock_test_and_set): Likewise.
        * config/alpha/alpha-protos.h: Update.
        * config/alpha/sync.md (sync_compare_and_swap<I48MODE>): Move
        split code into alpha.c.
        (sync_lock_test_and_set<I48MODE>): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100005 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * exception.cc: Revert 05-17 gcc_unreachable change.
rth [Fri, 20 May 2005 01:28:35 +0000 (01:28 +0000)]
    * exception.cc: Revert 05-17 gcc_unreachable change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100004 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * exception.c: Revert last change.
rth [Fri, 20 May 2005 01:26:56 +0000 (01:26 +0000)]
    * exception.c: Revert last change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100003 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * libsupc++/unwind-cxx.h: Revert gcc_unreachable change.
rth [Fri, 20 May 2005 01:24:50 +0000 (01:24 +0000)]
    * libsupc++/unwind-cxx.h: Revert gcc_unreachable change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100002 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * unwind.h, unwind-pe.h: Revert gcc_unreachable change of 05-17.
rth [Fri, 20 May 2005 00:59:02 +0000 (00:59 +0000)]
    * unwind.h, unwind-pe.h: Revert gcc_unreachable change of 05-17.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100001 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Fri, 20 May 2005 00:16:22 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99999 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.dg/altivec-21.c: Use dg-error only for ilp32.
janis [Thu, 19 May 2005 23:23:27 +0000 (23:23 +0000)]
* gcc.dg/altivec-21.c: Use dg-error only for ilp32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99997 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.dg/vect/vect-dv-2.c: Remove dg-do directive.
janis [Thu, 19 May 2005 23:22:23 +0000 (23:22 +0000)]
* gcc.dg/vect/vect-dv-2.c: Remove dg-do directive.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99996 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * java/lang/natClassLoader.cc (_Jv_NewClass): Use
bryce [Thu, 19 May 2005 22:24:26 +0000 (22:24 +0000)]
* java/lang/natClassLoader.cc (_Jv_NewClass): Use
_Jv_RegisterInitiatingLoader to register array classes, not
_Jv_RegisterClass.
(_Jv_RegisterInitiatingLoader): Give up if called very early during
bootstrapping. Add a FIXME to handle this case better.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99993 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * Makefile.am (libgcj0_convenience_la): Removed. Don't build a
bryce [Thu, 19 May 2005 21:46:39 +0000 (21:46 +0000)]
* Makefile.am (libgcj0_convenience_la): Removed. Don't build a
libgcj convenience library.
(libgcj_la_SOURCES): New. Move sources here.
(libgcj.la): Remove rule.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99988 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/i386/sse.md (mulv4si3): Use all register inputs.
rth [Thu, 19 May 2005 21:28:02 +0000 (21:28 +0000)]
    * config/i386/sse.md (mulv4si3): Use all register inputs.
        (mulv2di3): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99986 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * de.po, zh_CN.po: Update.
jsm28 [Thu, 19 May 2005 20:42:12 +0000 (20:42 +0000)]
* de.po, zh_CN.po: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99984 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-05-19 Paul Brook <paul@codesourcery.com>
pbrook [Thu, 19 May 2005 20:03:22 +0000 (20:03 +0000)]
2005-05-19  Paul Brook  <paul@codesourcery.com>

* configure.in: Rewrite misleading error message when requested
language cannot be built.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99982 138bc75d-0d04-0410-961f-82ee72b054a4