OSDN Git Service

pf3gnuchains/gcc-fork.git
18 years ago PR tree-optimization/22504
steven [Tue, 26 Jul 2005 21:38:45 +0000 (21:38 +0000)]
PR tree-optimization/22504
* tree-complex.c (expand_complex_addition): Use 'code' instead
of MINUS_EXPR for (VARYING, ONLY_IMAG) and (ONLY_IMAG, VARYING).

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

18 years ago * config.gcc (cpu_type): Add frv case.
aldyh [Tue, 26 Jul 2005 21:22:44 +0000 (21:22 +0000)]
* config.gcc (cpu_type): Add frv case.
(with_cpu): Add frv400-*-*linux* and frv550-*-*linux* cases.
(supported_defaults): Add fr550 case.

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

18 years ago PR 22591
dnovillo [Tue, 26 Jul 2005 19:53:54 +0000 (19:53 +0000)]
PR 22591
* tree-ssa-alias.c (may_alias_p): Remove shortcut that tests
whether a pointer of type T * may point to objects of type T *.

testsuite/ChangeLog

PR 22591
* gcc.dg/tree-ssa/pr22591.c: New test.
* gcc.dg/tree-ssa/20030807-7.c: XFAIL everywhere.

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

18 years ago* configure: Regenerate.
dj [Tue, 26 Jul 2005 18:52:22 +0000 (18:52 +0000)]
* configure: Regenerate.

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

18 years ago2005-07-26 Dale Johannesen <dalej@apple.com>
dalej [Tue, 26 Jul 2005 18:47:05 +0000 (18:47 +0000)]
2005-07-26  Dale Johannesen  <dalej@apple.com>

        * postreload-gcse.c (alloc_mem):  Start CUID numbering at 1.

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

18 years ago * update_version (ADD_BRANCHES): Add dfp-branch.
janis [Tue, 26 Jul 2005 16:30:54 +0000 (16:30 +0000)]
* update_version (ADD_BRANCHES): Add dfp-branch.

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

18 years ago * doc/install.texi (--with-build-sysroot): Fix grammatical error.
mmitchel [Tue, 26 Jul 2005 15:56:56 +0000 (15:56 +0000)]
* doc/install.texi (--with-build-sysroot): Fix grammatical error.
Clarify use of "build" in name.

* Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
(CFLAGS_FOR_TARGET): Use it.
(CXXFLAGS_FOR_TARGET): Likewise.
* Makefile.in: Regenerated.
* configure.in (--with-build-sysroot): New option.
* configure: Regenerated.

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

18 years ago * doc/extend.texi (Raw read/write Functions): New section.
aldyh [Tue, 26 Jul 2005 15:41:49 +0000 (15:41 +0000)]
* doc/extend.texi (Raw read/write Functions): New section.
* testsuite/gcc.target/frv/all-builtin-read8.c: New.
* testsuite/gcc.target/frv/all-builtin-read16.c: New.
* testsuite/gcc.target/frv/all-builtin-read32.c: New.
* testsuite/gcc.target/frv/all-builtin-read64.c: New.
* testsuite/gcc.target/frv/all-builtin-write8.c: New.
* testsuite/gcc.target/frv/all-builtin-write16.c: New.
* testsuite/gcc.target/frv/all-builtin-write32.c: New.
* testsuite/gcc.target/frv/all-builtin-write64.c: New.
* config/frv/frv.c: Add bdesc_loads global.
Add bdesc_stores global.
(frv_init_builtins): Add support for __builtin_{read/write}*.
(frv_volatile_memref): New.
(frv_expand_load_builtin): New.
(frv_expand_store_builtin): New.
* config/frv/frv.h (frv_builtins): Add FRV_BUILTIN_SCAN,
FRV_BUILTIN_READ8, FRV_BUILTIN_READ16, FRV_BUILTIN_READ32,
FRV_BUILTIN_READ64, FRV_BUILTIN_WRITE8, FRV_BUILTIN_WRITE16,
FRV_BUILTIN_WRITE32, FRV_BUILTIN_WRITE64.
* config/frv/frv.md (unspecs): Add UNSPEC_BUILTIN_LOAD,
UNSPEC_BUILTIN_STORE, UNSPEC_OPTIONAL_MEMBAR.
(builtin_read_<mode>): New.
(builtin_write_<mode>): New.
(builtin_write64): New.
(optional_membar_<mode>): New.

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

18 years ago * emit-rtl.c (gen_lowpart_common): Compare size of MODE in bits
amylaar [Tue, 26 Jul 2005 14:58:43 +0000 (14:58 +0000)]
* emit-rtl.c (gen_lowpart_common): Compare size of MODE in bits
(rather than units) against HOST_BITS_PER_WIDE_INT.

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

18 years ago2005-07-26 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 26 Jul 2005 14:27:33 +0000 (14:27 +0000)]
2005-07-26  Andrew Pinski  <pinskia@physics.uc.edu>

        PR libobjc/22606
        * Makefile.in (ALL_CFLAGS): Add -fexceptions.
2005-07-26  Andrew Pinski  <pinskia@physics.uc.edu>

        PR libobjc/22606
        * objc.dg/try-catch-11.m: New test.

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

18 years ago * calls.c, fold-const.c, ipa-reference.c, ipa-type-escape.c,
kazu [Tue, 26 Jul 2005 13:53:54 +0000 (13:53 +0000)]
* calls.c, fold-const.c, ipa-reference.c, ipa-type-escape.c,
tree-ssa-reassoc.c, tree-ssa-structalias.c, vec.h,
config/crx/crx.c, config/m32c/m32c.c, config/m32c/m32c.h: Fix
comment typos.
* doc/c-tree.texi, doc/tree-ssa.texi: Fix typos.

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

18 years ago * ipa-pure-const.c, ipa-reference.c, ipa-reference.h,
kazu [Tue, 26 Jul 2005 12:29:15 +0000 (12:29 +0000)]
* ipa-pure-const.c, ipa-reference.c, ipa-reference.h,
ipa-type-escape.c, ipa-type-escape.h, ipa-utils.c,
ipa-utils.h, treestruct.def, config/crx/crx-protos.h,
config/crx/crx.c, config/crx/crx.h, config/crx/crx.md: Update
FSF address.

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

18 years ago2005-07-26 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 26 Jul 2005 07:34:58 +0000 (07:34 +0000)]
2005-07-26  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/22486
* fold-const.c (fold_unary): Fold away useless component
references of the form (T *)&T.x, if the address
doesn't change.

* gcc.dg/tree-ssa/upcast-1.c: New testcase.

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

18 years agoBetter debug info for inlined functions.
wilson [Tue, 26 Jul 2005 02:56:44 +0000 (02:56 +0000)]
Better debug info for inlined functions.
* dwarf2out.c (add_call_src_coords_attributes): New.
(gen_inlined_subroutine_die): Call it.
(maybe_emit_file, init_file_table): Add comments.
(prune_unused_types_walk_attribs): Pass DW_AT_call_file through
maybe_emit_file.
* tree-inline.c (remap_block): Copy BLOCK_SOURCE_LOCATION.
(expand_call_inline): Set BLOCK_SOURCE_LOCATION.
* tree.h (BLOCK_SOURCE_LOCATION): New.
(struct tree_block): New field locus.

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

18 years ago * ptree.c (cxx_print_identifier): Print a leading space if the
ian [Tue, 26 Jul 2005 02:38:20 +0000 (02:38 +0000)]
* ptree.c (cxx_print_identifier): Print a leading space if the
indent level is 0.

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

18 years agoDaily bump.
gccadmin [Tue, 26 Jul 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago PR rtl-optimization/23043
schwab [Mon, 25 Jul 2005 23:22:05 +0000 (23:22 +0000)]
PR rtl-optimization/23043
* postreload-gcse.c (eliminate_partially_redundant_load): Fix typo
when allocating a struct unoccr.

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

18 years ago PR 22626
rth [Mon, 25 Jul 2005 23:04:33 +0000 (23:04 +0000)]
    PR 22626
        * tree-complex.c (gate_no_optimization): True if errors.
        * Makefile.in (tree-complex.o): Update dependencies.

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

18 years ago2005-07-25 Dave Odell <evilalias@hotmail.com>
paolo [Mon, 25 Jul 2005 22:46:48 +0000 (22:46 +0000)]
2005-07-25  Dave Odell  <evilalias@hotmail.com>

PR libstdc++/23053
* include/tr1/hashtable (hashtable<>::find_node): Const-ify.
* testsuite/tr1/6_containers/unordered/hashtable/23053.cc: New.

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

18 years ago * config/frv/predicates.md (integer_register_operand): Use
aldyh [Mon, 25 Jul 2005 21:44:21 +0000 (21:44 +0000)]
* config/frv/predicates.md (integer_register_operand): Use
GPR_AP_OR_PSEUDO_P.

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

18 years ago2005-07-25 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Mon, 25 Jul 2005 20:27:56 +0000 (20:27 +0000)]
2005-07-25  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/22484
        * tree-ssa-ccp.c (fold_stmt_inplace): Strip useless type conversions
        after fold.
        * tree-ssa-propagate.c (set_rhs): Reject invalid conditional operands.
2005-07-25  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/22484
        * testsuite/g++.dg/opt/loop2.C: New test.

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

18 years ago2005-07-25 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Mon, 25 Jul 2005 20:23:50 +0000 (20:23 +0000)]
2005-07-25  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree-ssa-reassoc.c (reassociate_expr): Allow scaler floating point
        types when flag_unsafe_math_optimizations is true.

2005-07-25  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.dg/tree-ssa/reassoc-3.c: New test.
        * gcc.dg/tree-ssa/reassoc-4.c: New test.

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

18 years ago * gcc.c (option_map): Add --sysroot.
mmitchel [Mon, 25 Jul 2005 19:42:04 +0000 (19:42 +0000)]
* gcc.c (option_map): Add --sysroot.
(process_command): Handle --sysroot.
(display_help): Document it.
* doc/cppopts.tex (-isysroot): Document.
* doc/invoke.texi (--sysroot): Document.
* doc/install.texi (--with-build-sysroot): Document.

* Makefile.in (inhibit_libc): New variable.
(INHIBIT_LIBC_CFLAGS): Likewise.
(LIBGCC2_CFLAGS): Include
$(INHIBIT_LIBC_CFLAGS).
(CRTSTUFF_CFLAGS): Include $(INHIBIT_LIBC_CFLAGS).
($(T)crtbegin.o): Do not use @inhibit_libc@.
($(T)crtend.o): Likewise.
($(T)crtbeginS.o): Do not use @inhibit_libc@.
($(T)crtendS.o): Likewise.
($(T)crtbeginT.o): Do not use @inhibit_libc@.
($(T)crtendT.o): Likewise.
(stmp-fixinc): Do not complain about missing headers if
inhibit_libc.
* configure.ac (inhibit_libc): Set it to true/false.
(--with-build-sysroot): New option.  Use it to set
SYSTEM_HEADER_DIR.
* configure: Regenerated.

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

18 years ago * lib/profopt.exp (profopt-execute): Check for profiling data
nemet [Mon, 25 Jul 2005 18:55:29 +0000 (18:55 +0000)]
    * lib/profopt.exp (profopt-execute): Check for profiling data
        files on the target.

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

18 years ago * calls.c (store_one_arg): Fix unsigned comparison warning.
manfred [Mon, 25 Jul 2005 16:17:01 +0000 (16:17 +0000)]
* calls.c (store_one_arg): Fix unsigned comparison warning.

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

18 years ago2005-07-25 Serge Belyshev <belyshev@depni.sinp.msu.ru>
pinskia [Mon, 25 Jul 2005 15:14:21 +0000 (15:14 +0000)]
2005-07-25  Serge Belyshev  <belyshev@depni.sinp.msu.ru>

        PR other/22337
        * ggc-zone.c (ggc_alloc_zone_stat): Do not use CHUNK_OVERHEAD.
        (ggc_print_statistics): Initialize variable before use.

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

18 years ago2005-07-25 Richard Guenther <rguenther@gcc.gnu.org>
rguenth [Mon, 25 Jul 2005 14:51:58 +0000 (14:51 +0000)]
2005-07-25  Richard Guenther  <rguenther@gcc.gnu.org>

* gcc.dg/tree-ssa/flatten-1.c: Use longer function names
for matching of asm labels.

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

18 years ago2005-07-25 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 25 Jul 2005 14:41:26 +0000 (14:41 +0000)]
2005-07-25  Richard Guenther  <rguenther@suse.de>

* gcc.dg/tree-ssa/20050719-1.c: Add return 0;.

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

18 years ago2005-07-25 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 25 Jul 2005 14:26:36 +0000 (14:26 +0000)]
2005-07-25  Richard Guenther  <rguenther@suse.de>

PR testsuite/22624
* gcc.dg/tree-ssa/flatten-2.c: Fix label patterns.

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

18 years ago2005-07-25 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 25 Jul 2005 14:01:02 +0000 (14:01 +0000)]
2005-07-25  Richard Guenther  <rguenther@suse.de>

* tree-dfa.c (mark_new_vars_to_rename): Protect against
calling with a PHI_NODE argument.

* tree-flow-inline.h (overlap_subvar): Protect against
possible overflow.

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

18 years ago2005-07-25 Paolo Bonzini <bonzini@gnu.org>
bonzini [Mon, 25 Jul 2005 12:18:58 +0000 (12:18 +0000)]
2005-07-25  Paolo Bonzini  <bonzini@gnu.org>

* aclocal.m4 (gcc_AC_CHECK_TOOL): Add /bin to default directory.
* configure: Regenerate.

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

18 years ago * expr.c (highest_pow2_factor): Make extern.
irar [Mon, 25 Jul 2005 12:05:07 +0000 (12:05 +0000)]
    * expr.c (highest_pow2_factor): Make extern.
        * tree-data-ref.c (ptr_decl_may_alias_p): New function.
        (ptr_ptr_may_alias_p, may_alias_p, record_ptr_differ_p,
        record_array_differ_p, array_ptr_differ_p): Likewise.
        (base_object_differ_p): Rename (from array_base_name_differ_p). Support
        additional cases. Call the above functions.
        (base_addr_differ_p): Moved from tree-vect-analyze.c. Call
        base_object_differ_p when there are two base objects. Otherwise, compare
        base address and offset. Call may_alias_p.
        (dump_data_reference): Use a correct field name.
        (analyze_array): Make static. Initialize new data-ref fields.
        (analyze_indirect_ref): New function.
        (init_data_ref): Initialize new data-ref fields.
        (strip_conversion): Moved from tree-vect-analyze.c.
        (analyze_offset_expr, get_ptr_offset, address_analysis, object_analysis):
        Likewise.
        (analyze_offset): New function.
        (create_data_ref): Likewise.
        (initialize_data_dependence_relation): Call base_addr_differ_p. Compare
        dimensions for ARRAY_REFs only.
        (build_classic_dist_vector): Make static.
        (access_functions_are_affine_or_constant_p): Call macro to get the
        address of access functions.
        (compute_all_dependences): Add new parameter
        compute_self_and_read_read_dependences. Compute self and read-read
        dependences if it is true.
        (find_data_references_in_loop): Call create_data_ref. Initialize new
        data-ref fields.
        (compute_data_dependences_for_loop): Add new parameter
        compute_self_and_read_read_dependences. Remove parameter nb_loops,
        compute nb_loops. Call compute_all_dependences, build_classic_dist_vector
        and build_classic_dir_vector with correct parameters.
        (analyze_all_data_dependences): Call compute_data_dependences_for_loop with
        correct parameters. Compare dimensions for ARRAY_REFs only.
        (free_data_refs): Call macro to free access functions.
        * tree-data-ref.h (struct first_location_in_loop): New structure. Move
        fields from stmt_vinfo.
        (struct base_object_info): New structure.
        (struct data_reference): Move fields to base_object_info. Add fields
        first_location and object_info for above structures. Move fields from
        stmt_info: memtag, ptr_info, subvars, misalignment. Add new field aligned_to.
        Add macros to access the new fields.
        Update functions declarations.
        * tree-flow.h (is_aliased_with): Declare.
        * tree-loop-linear.c (linear_transform_loops): Call
        compute_data_dependences_for_loop with correct parameters.
        * tree-ssa-alias.c (is_aliased_with): New function.
        * tree-vect-analyze.c (vect_get_ptr_offset): Remove.
        (vect_analyze_offset_expr, vect_base_addr_differ_p): Likewise.
        (vect_analyze_data_ref_dependence): Get ddr. Remove call to
        vect_base_addr_differ_p, compute_subscript_distance and
        build_classic_dist_vector. Add printings. Check absolute value of
        distance.
        (vect_analyze_data_ref_dependences): Go through ddrs instead of data-refs.
        (vect_compute_data_ref_alignment): Get the fields of data-ref instead of
        stmt. Check aligned_to. Check if the base is aligned. Remove conversion
        to bytes. Add printing.
        (vect_compute_data_refs_alignment): Go through loads and stores in one loop.
        (vect_enhance_data_refs_alignment, vect_analyze_data_refs_alignment,
        vect_analyze_data_ref_access): Likewise.
        (vect_analyze_pointer_ref_access): Remove.
        (vect_address_analysis, vect_object_analysis): Likewise.
        (vect_analyze_data_refs): Call compute_data_dependences_for_loop to find
        and analyze data-refs in the loop.
        * tree-vect-transform.c (vect_create_addr_base_for_vector_ref): Get the
        fields of data-ref instead of stmt. Add init to the offset from the base.
        (vect_create_data_ref_ptr): Get the fields of data-ref instead of stmt.
        (vect_update_init_of_dr): Likewise.
        (vect_update_inits_of_drs): Go through loads and stores in one loop.
        * tree-vectorizer.c (new_stmt_vec_info): Remove initialization of removed
        fields.
        (new_loop_vec_info): Initialize new fields.
        (destroy_loop_vec_info): Free new fields.
        (vect_strip_conversion): Remove.
        * tree-vectorizer.h (enum verbosity_levels): Add new verbosity level.
        (struct _loop_vec_info): Unify data_ref_writes and data_ref_reads into
        datarefs. Add new field ddrs.
        Add macros for the new fields access.
        (struct _stmt_vec_info): Remove: base_address, initial_offset, step,
        base_aligned_p, misalignment, memtag, ptr_info and subvars.
        Remove their macros.
        * tree.h (highest_pow2_factor): Declare.

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

18 years ago2005-07-25 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 25 Jul 2005 08:49:37 +0000 (08:49 +0000)]
2005-07-25  Paolo Carlini  <pcarlini@suse.de>

Adjust date of last ChangeLog entry.

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

18 years ago2005-07-24 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 25 Jul 2005 08:47:33 +0000 (08:47 +0000)]
2005-07-24  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/22515
* include/bits/basic_string.h: Declare the specialization
operator>>(basic_istream<char>&, basic_string<char>&).
* include/std/std_istream.h: Declate the specialization
operator>>(basic_istream<char>&, char*).
* include/std/std_streambuf.h (basic_streambuf): Add friend
declarations for the above.
* src/istream.cc: Define the above.
* testsuite/27_io/basic_istream/extractors_character/char/4.cc: New.
* testsuite/27_io/basic_istream/extractors_character/wchar_t/4.cc:
Likewise.
* testsuite/performance/27_io/ifstream_extract_chars.cc: Likewise.

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

18 years ago * calls.c (store_one_arg): Check for sibling call MEM arguments
jakub [Mon, 25 Jul 2005 07:54:07 +0000 (07:54 +0000)]
* calls.c (store_one_arg): Check for sibling call MEM arguments
from already clobbered incoming argument area.

* gcc.c-torture/execute/20050713-1.c: New test.

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

18 years ago PR fortran/20063
jakub [Mon, 25 Jul 2005 07:51:12 +0000 (07:51 +0000)]
PR fortran/20063
* data.c (gfc_assign_data_value_range): Call
create_character_initializer if last_ts is a character type.

* gfortran.fortran-torture/execute/data_4.f90: New test.

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

18 years ago PR middle-end/20303
jakub [Mon, 25 Jul 2005 07:38:58 +0000 (07:38 +0000)]
PR middle-end/20303
* gcc.dg/visibility-d.c: New test.

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

18 years ago2005-07-25 Feng Wang <fengwang@nudt.edu.cn>
fengwang [Mon, 25 Jul 2005 03:37:30 +0000 (03:37 +0000)]
2005-07-25  Feng Wang  <fengwang@nudt.edu.cn>

        * gfortran.dg/reshape_rank7.f90: Fix dejagnu commands.
        * gfortran.dg/underflow.f90: Ditto.

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

18 years agoDaily bump.
gccadmin [Mon, 25 Jul 2005 00:16:14 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago * c-common.c (check_missing_format_attribute): New.
ghazi [Sun, 24 Jul 2005 21:38:02 +0000 (21:38 +0000)]
* c-common.c (check_missing_format_attribute): New.
* c-common.h (check_missing_format_attribute): Likewise.
* c-typeck.c (convert_for_assignment): Use it.

cp:
* call.c (convert_for_arg_passing): Check function pointers when
-Wmissing-format-attribute is activated.
* typeck.c (convert_for_assignment): Likewise.

testsuite:
* g++.dg/warn/miss-format-1.C, g++.dg/warn/miss-format-2.C,
g++.dg/warn/miss-format-3.C, g++.dg/warn/miss-format-4.C,
g++.dg/warn/miss-format-5.C, g++.dg/warn/miss-format-6.C: New.

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

18 years ago * config/m68k/m68k.md ("extendqidi2"): When source is an address
schwab [Sun, 24 Jul 2005 19:15:21 +0000 (19:15 +0000)]
* config/m68k/m68k.md ("extendqidi2"): When source is an address
register use a word move.  Correct operand of ext.w in 68000 code.

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

18 years ago * dwarf2out.c (gen_variable_die): Treat un-emitted COMDAT
mmitchel [Sun, 24 Jul 2005 16:33:53 +0000 (16:33 +0000)]
* dwarf2out.c (gen_variable_die): Treat un-emitted COMDAT
variables as declarations, rather than definitions.

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

18 years ago2005-07-24 Paolo Bonzini <bonzini@gnu.org>
bonzini [Sun, 24 Jul 2005 13:52:54 +0000 (13:52 +0000)]
2005-07-24  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.tpl: Wrap install between unstage and stage
* Makefile.in: Regenerate.

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

18 years agowhitespace fixes for my scripts
steven [Sun, 24 Jul 2005 10:37:48 +0000 (10:37 +0000)]
whitespace fixes for my scripts

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

18 years ago PR tree-optimization/22526
irar [Sun, 24 Jul 2005 10:10:49 +0000 (10:10 +0000)]
    PR tree-optimization/22526
        * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Match the type
        of the zero node.

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

18 years ago * builtins.def: Add DEF_EXT_C99RES_BUILTIN to define builtins
fxcoudert [Sun, 24 Jul 2005 08:36:33 +0000 (08:36 +0000)]
* builtins.def: Add DEF_EXT_C99RES_BUILTIN to define builtins
that C99 reserve for future use. Use it to define clog10,
clog10f and clog10l.

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

18 years ago * configure.ac (ACX_PROG_CC_WARNING_OPTS): add
ghazi [Sun, 24 Jul 2005 03:44:26 +0000 (03:44 +0000)]
* configure.ac (ACX_PROG_CC_WARNING_OPTS): add
-Wmissing-format-attribute.

* configure: Regenerate.

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

18 years ago * Makefile.in (STRICT2_WARN): Add -Wmissing-format-attribute.
ghazi [Sun, 24 Jul 2005 03:39:23 +0000 (03:39 +0000)]
* Makefile.in (STRICT2_WARN): Add -Wmissing-format-attribute.
* configure.ac: Check for -Wmissing-format-attribute.

* configure: Regenerate.

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

18 years ago2005-07-23 Jerry DeLisle <jvdelisle@verizon.net>
jvdelisle [Sun, 24 Jul 2005 02:30:27 +0000 (02:30 +0000)]
2005-07-23  Jerry DeLisle  <jvdelisle@verizon.net>

        * gfortran.fortran-torture/execute/nan_inf_fmt.f90: Revise test to
        include case of field width of zero.

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

18 years ago2005-07-23 Jerry DeLisle <jvdelisle@verizon.net>
jvdelisle [Sun, 24 Jul 2005 02:24:15 +0000 (02:24 +0000)]
2005-07-23  Jerry DeLisle  <jvdelisle@verizon.net>

    * io/write.c (write_float): Revise output of IEEE exceptional
    values to comply with F95 and F2003 standards.

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

18 years agoDaily bump.
gccadmin [Sun, 24 Jul 2005 00:16:17 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago2005-07-23 Jerry DeLisle <jvdelisle@verizon.net>
jvdelisle [Sat, 23 Jul 2005 23:54:50 +0000 (23:54 +0000)]
2005-07-23  Jerry DeLisle  <jvdelisle@verizon.net>

        PR libgfortran/21875
        * gfortran.dg/fmt_read_bz_bn.f90: Revised test to include case
        with trailing blanks on normal formatted read.

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

18 years ago PR tree-optimization/22623
rth [Sat, 23 Jul 2005 21:50:14 +0000 (21:50 +0000)]
    PR tree-optimization/22623
        * tree-complex.c (set_component_ssa_name): Use replace_ssa_name_symbol.

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

18 years ago PR target/22577
giovannibajo [Sat, 23 Jul 2005 21:36:40 +0000 (21:36 +0000)]
PR target/22577
* config/pa/pa.c (reloc_needed): Updated for VECs inside CONSTRUCTOR.

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

18 years ago2005-07-23 James A. Morrrison <phython@gcc.gnu.org>
phython [Sat, 23 Jul 2005 17:59:06 +0000 (17:59 +0000)]
2005-07-23  James A. Morrrison  <phython@gcc.gnu.org>

* compile/var_defs.tree: Remove extra lines.

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

18 years ago * Makefile.in (C_TREE_H): Update dependencies.
ghazi [Sat, 23 Jul 2005 15:22:46 +0000 (15:22 +0000)]
* Makefile.in (C_TREE_H): Update dependencies.
* c-tree.h: Include toplev.h.
* diagnostic.h (diagnostic_set_info): Add format attribute.
* rtl-error.c (diagnostic_for_asm): Likewise.

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

18 years ago * getopt.c: Include ansidecl.h before system headers.
ghazi [Sat, 23 Jul 2005 14:57:03 +0000 (14:57 +0000)]
* getopt.c: Include ansidecl.h before system headers.

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

18 years ago * config/mips/mips-dsp.md: New file.
rsandifo [Sat, 23 Jul 2005 08:36:54 +0000 (08:36 +0000)]
* config/mips/mips-dsp.md: New file.
* config/mips/mips-modes.def (V4QI, V2HI, CCDSP): New modes.
* config/mips/mips.c (mips_function_type): Add types for DSP builtin
functions.
(mips_builtin_type): Add MIPS_BUILTIN_DIRECT_NO_TARGET and
MIPS_BUILTIN_BPOSGE32.
(mips_expand_builtin_direct): Add one parameter to indicate that
builtin functions need to return a value.
(mips_expand_builtin_bposge): New for expanding "bposge" builtin
functions.
(mips_regno_to_class): Add classes for 12 new DSP registers.
(mips_subword): Change to check four HI registers.
(mips_output_move): Output move to and from 6 new DSP accumulators.
(override_options): Make sure -mdsp and -mips16 are not used together.
Map 'A' to DSP_ACC_REGS and 'a' to ACC_REGS.  Enable DSP accumulators
for machine modes.
(mips_conditional_register_usage): Disable 6 new DSP accumulators
when !TARGET_DSP.
(print_operand): Add 'q' for printing DSP accumulators.
(mips_cannot_change_mode_class): Check ACC_REGS.
(mips_secondary_reload_class): Check ACC_REGS.
(mips_vector_mode_supported_p): Enable V2HI and V4QI when TARGET_DSP.
(mips_register_move_cost): Check ACC_REGS.
(CODE_FOR_mips_addq_ph, CODE_FOR_mips_addu_qb, CODE_FOR_mips_subq_ph)
(CODE_FOR_mips_subu_qb): New code-aliasing macros.
(DIRECT_NO_TARGET_BUILTIN, BPOSGE_BUILTIN): New macros.
(dsp_bdesc): New array.
(bdesc_arrays): Add DSP builtin function table.
(mips_prepare_builtin_arg): Check predicate again after
copy_to_mode_reg.
(mips_expand_builtin): Add one more parameter to
mips_expand_builtin_direct. Expand MIPS_BUILTIN_DIRECT_NO_TARGET and
MIPS_BUILTIN_BPOSGE32.
(mips_init_builtins): Initialize new function types.
(mips_expand_builtin_direct): Check if builtin functions need to
return a value and pass operands properly.
(mips_expand_builtin_bposge): New function.
* config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Add __mips_dsp.
(ASM_SPEC): Map -mdsp to -mdsp in GAS.
(FIRST_PSEUDO_REGISTER): Increase to 188.
(FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
Update for 12 new DSP registers.
(DSP_ACC_REG_FIRST, DSP_ACC_REG_LAST, DSP_ACC_REG_NUM, AC1HI_REGNUM)
(AC1LO_REGNUM, AC2HI_REGNUM, AC2LO_REGNUM, AC3HI_REGNUM, AC3LO_REGNUM):
(DSP_ACC_REG_P, ACC_REG_P, ACC_HI_REG_P): New macros.
(reg_class): Add DSP_ACC_REGS and ACC_REGS.
(REG_CLASS_NAMES): Add names for DSP_ACC_REGS and ACC_REGS.
(REG_CLASS_CONTENTS): Update for DSP_ACC_REGS, ACC_REGS and ALL_REGS.
(REG_ALLOC_ORDER): Update for 12 new DSP registers.
(mips_char_to_class): Add 'A' for DSP_ACC_REGS and 'a' for ACC_REGS.
(UIMM6_OPERAND, IMM10_OPERAND): New macros.
(EXTRA_CONSTRAINT_Y): Add YA and YB extra constraints.
(REGISTER_NAMES): Add names for 12 new DSP registers.
* config/mips/mips.md: Include mips-dsp.md.
(UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
(UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
(UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
(UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
(UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
(UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
(UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
(UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
(UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
(UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
(UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
(UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
(UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
(UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
(UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
(UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
(UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
(UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
(UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
(UNSPEC_RDDSP): New constants.
(*movdi_32bit): Change 'x' to 'a' for ACC_REGS.
(*movsi_internal): Change 'x' to 'a' for ACC_REGS.  Add an
A<-d alternative.
* config/mips/mips.opt (-mdsp): New option.
* config/mips/predicates.md (const_uimm6_operand, const_imm10_operand)
(reg_imm10_operand): New predicates.
* doc/extend.texi (MIPS DSP Built-in Functions): New section.
* doc/invoke.texi (-mdsp): Document new option.

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

18 years ago2005-07-23 Oyvind Harboe <oyvind.harboe@zylin.com>
pinskia [Sat, 23 Jul 2005 04:49:57 +0000 (04:49 +0000)]
2005-07-23  Oyvind Harboe  <oyvind.harboe@zylin.com>

        PR testsuite/21073
        * g++.old-deja/g++.mike/p3060d.C: Fix type of VoidObjMemberFunc.

        PR testsuite/20454
        * gcc.dg/20001117-1.c: Fix type of __cyg_profile_func_enter
        and __cyg_profile_func_exit.

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

18 years ago * gfortran.dg/comma_format_extension_3.f: Fix typo.
dje [Sat, 23 Jul 2005 03:26:27 +0000 (03:26 +0000)]
    * gfortran.dg/comma_format_extension_3.f: Fix typo.
        * gfortran.dg/comma_format_extension_4.f: Same.
        * gfortran.dg/pr15332.f: Same.
        * gfortran.dg/pr21730.f: Same.

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

18 years ago2005-07-22 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sat, 23 Jul 2005 02:32:25 +0000 (02:32 +0000)]
2005-07-22  Andrew Pinski  <pinskia@physics.uc.edu>

        * g++.dg/opt/vrp2.C: Fix testcase.

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

18 years ago2005-07-22 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sat, 23 Jul 2005 02:20:30 +0000 (02:20 +0000)]
2005-07-22  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/22625
        * g++.dg/opt/vrp2.C: New test.

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

18 years agoDaily bump.
gccadmin [Sat, 23 Jul 2005 00:16:12 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago * src/sh/sysv.S (ffi_call_SYSV): Stop argument popping correctly
kkojima [Fri, 22 Jul 2005 22:56:27 +0000 (22:56 +0000)]
* src/sh/sysv.S (ffi_call_SYSV): Stop argument popping correctly
on sh3.
(ffi_closure_SYSV): Change the stack layout for sh3 struct argument.
* src/sh/ffi.c (ffi_prep_args): Fix sh3 argument copy, when it is
partially on register.
(ffi_closure_helper_SYSV): Likewise.
(ffi_prep_cif_machdep): Don't set too many cif->flags.

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

18 years ago * include/Makefile.in: Rebuilt.
tromey [Fri, 22 Jul 2005 20:45:36 +0000 (20:45 +0000)]
* include/Makefile.in: Rebuilt.
* include/Makefile.am (tool_include__HEADERS): Include
classpath's jni.h.

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

18 years ago* c-objc-common.c (c_cannot_inline_tree_fn): Add warning control
dj [Fri, 22 Jul 2005 18:09:37 +0000 (18:09 +0000)]
* c-objc-common.c (c_cannot_inline_tree_fn): Add warning control
to warning calls.
* tree-inline.c (inlinable_function_p): Likewise.

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

18 years ago2005-07-22 Jerry DeLisle <jvdelisle@verizon.net>
pault [Fri, 22 Jul 2005 17:43:31 +0000 (17:43 +0000)]
2005-07-22 Jerry DeLisle <jvdelisle@verizon.net>

PR libfortran/22570
* io/unit.c (init_units): Replace BLANK_ZERO with
BLANK_UNSPECIFIED.

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

18 years ago PR debug/21828
mmitchel [Fri, 22 Jul 2005 17:40:37 +0000 (17:40 +0000)]
PR debug/21828
* toplev.c (check_global_declarations): Do not mark undefined
variables as DECL_IGNORED_P.
* varasm.c (first_global_object_name): GTY it.
(weak_global_object_name): Likewise.
(notice_global_symbol): Use ggc_strdup, not xstrdup, when creating
a string to go into {weak,first}_global_object_name.

PR debug/21828
* gcc.dg/debug/dwarf2/dwarf-uninit.c: New test.

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

18 years ago* c-format.c (check_function_format): Change warning control
dj [Fri, 22 Jul 2005 17:10:34 +0000 (17:10 +0000)]
* c-format.c (check_function_format): Change warning control
option from OPT_Wattribute to OPT_Wmissing_format_attribute.

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

18 years ago2005-07-22 Jerry DeLisle <jvdelisle@verizon.net>
pault [Fri, 22 Jul 2005 14:07:19 +0000 (14:07 +0000)]
2005-07-22 Jerry DeLisle <jvdelisle@verizon.net>

PR libfortran/21875  (FM111.f)
* io/read.c (next_char): Return a ' ' character when BLANK_ZERO
or BLANK_NULL are active.
(read_decimal): Interpret ' ' character correctly for BZ or BN.
(read_radix): Interpret ' ' character correctly for BZ or BN.
(read_f): Interpret ' ' character correctly for BZ or BN.

2005-07-22 Paul Thomas  <pault@gcc.gnu.org>

PR libfortran/22570
* read.c (read_x): Correct the condition for doing the
x-editing during formatted input.
* transfer.c (formatted_transfer): Cast offset difference
as int, clean-up arithmetic with new variable, bytes_used,
zero counters for FMT_SLASH,
(data_transfer_init) Zero X- and T-editing counters
unconditionally.
(next_record_w) Zero X- and T-editing counters.
unconditionally.

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

18 years ago * tree-ssa-alias.c (count_ptr_derefs): Do not consider
dnovillo [Fri, 22 Jul 2005 13:39:18 +0000 (13:39 +0000)]
    * tree-ssa-alias.c (count_ptr_derefs): Do not consider
        &PTR->FLD a dereference of PTR.
        * tree-ssa-structalias.c (update_alias_info): Consider &PTR->FLD
        a potential dereference of PTR.

testsuite/ChangeLog

        * gcc.dg/tree-ssa/20050719-1.c: New test.

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

18 years ago PR rtl-optimization/20370
amylaar [Fri, 22 Jul 2005 12:25:20 +0000 (12:25 +0000)]
PR rtl-optimization/20370
* ifcvt.c (dead_or_predicable): Before calling propagate_block,
call allocate_reg_info if necessary.

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

18 years ago PR rtl-optimization/21848
amylaar [Fri, 22 Jul 2005 12:15:37 +0000 (12:15 +0000)]
PR rtl-optimization/21848
* calls.c (emit_library_call_value_1): For const functions, add
USEs of the stack slots to CALL_INSN_FUNCTION_USAGE.

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

18 years ago PR rtl-optimization/22445
amylaar [Fri, 22 Jul 2005 12:06:18 +0000 (12:06 +0000)]
PR rtl-optimization/22445
* cselib.c (target.h): Include.
(rtx_equal_for_cselib_p): Allow commutative matches.
(cselib_hash_rtx): Don't use MODE for CONST_INT hashing.
Remove MODE parameter.  Changed all callers.

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

18 years ago PR rtl-optimization/22258
amylaar [Fri, 22 Jul 2005 11:55:42 +0000 (11:55 +0000)]
PR rtl-optimization/22258
* combine.c (likely_spilled_retval_1, likely_spilled_retval_p):
New functions.
(try_combine): Use likely_spilled_retval_p.

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

18 years ago * config.gcc: Add crx-elf support.
woepaul [Fri, 22 Jul 2005 09:49:48 +0000 (09:49 +0000)]
    * config.gcc: Add crx-elf support.

        * doc/contrib.texi: Mention crx.
        * doc/extend.texi: Document crx extensions.
        * doc/install.texi: Document crx install.
        * doc/invoke.texi: Document crx options.
        * doc/md.texi: Document crx constraints.

        * config/crx/crx-protos.h: New file.
        * config/crx/crx.c: New file.
        * config/crx/crx.h: New file.
        * config/crx/crx.md: New file.
        * config/crx/crx.opt: New file.
        * config/crx/t-crx: New file.

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

18 years ago * gcc.dg/bfin-longcall-1.c: New file.
bernds [Fri, 22 Jul 2005 09:46:30 +0000 (09:46 +0000)]
* gcc.dg/bfin-longcall-1.c: New file.
* gcc.dg/bfin-longcall-2.c: New file.

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

18 years agogcc/ChangeLog:
manfred [Fri, 22 Jul 2005 07:31:32 +0000 (07:31 +0000)]
gcc/ChangeLog:

* tree-ssa-structalias.c (merge_graph_nodes): Fix uninitialised
warnings.
(int_add_graph_edge): Likewise.
(collapse_nodes): Likewise.
(process_unification_queue): Likewise.

gcc/cp/ChangeLog:

* parser.c (cp_parser_declaration): Fix unitialised warnings.

gcc/fortran/ChangeLog:

* match.c (gfc_match_symbol): Fix uninitialised warnings.
* matchexp.c (gfc_match_expr): Likewise.

gcc/java/ChangeLog:

* verify-impl.c (check_class_constant): Fix uninitialised warnings.
(check_constant): Likewise.
(check_wide_constant): Likewise.

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

18 years ago2005-07-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
guerby [Fri, 22 Jul 2005 07:13:42 +0000 (07:13 +0000)]
2005-07-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
            Laurent GUERBY  <laurent@guerby.net>

        PR tree-optimization/22336
        * function.c (record_block_change): Check for
        cfun->ib_boundaries_block.

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

18 years ago * getopt.c: Include "ansidecl.h".
bje [Fri, 22 Jul 2005 04:24:05 +0000 (04:24 +0000)]
* getopt.c: Include "ansidecl.h".
(_getopt_initialize): Mark argc and argv parameters as unused.

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

18 years ago * regex.c (regcomp): Change type of `i' from unsigned to int.
bje [Fri, 22 Jul 2005 03:55:44 +0000 (03:55 +0000)]
* regex.c (regcomp): Change type of `i' from unsigned to int.

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

18 years ago2005-07-21 James A. Morrison <phython@gcc.gnu.org>
phython [Fri, 22 Jul 2005 03:48:00 +0000 (03:48 +0000)]
2005-07-21  James A. Morrison  <phython@gcc.gnu.org>

        * fold-const.c (fold_unary): Don't strip signed nops from ABS_EXPRs.
        (tree_expr_nonnegative_p): Return try for TYPE_UNSIGNED.

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

18 years ago Recover patch lost in the sourceware repository:
bje [Fri, 22 Jul 2005 03:21:19 +0000 (03:21 +0000)]
Recover patch lost in the sourceware repository:
2005-07-09  Ben Elliston  <bje@au.ibm.com>
* memcpy.c: Remove ANSI_PROTOTYPES conditional code.
* memmove.c: Likewise.
* objalloc.c: Likewise.

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

18 years ago * configure.ac: Check for a getopt(3) declaration.
bje [Fri, 22 Jul 2005 03:14:38 +0000 (03:14 +0000)]
* configure.ac: Check for a getopt(3) declaration.
* configure, config.in: Regenerate.

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

18 years ago... Add warning control to warning call.
dj [Fri, 22 Jul 2005 03:11:24 +0000 (03:11 +0000)]
... Add warning control to warning call.
* c-common.c (check_function_sentinel): Likewise.
(check_nonnull_arg): Likewise.

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

18 years ago* c-typeck.c (parser_build_binary_op): Add warning control to warning
dj [Fri, 22 Jul 2005 02:35:54 +0000 (02:35 +0000)]
* c-typeck.c (parser_build_binary_op): Add warning control to warning
calls.
(c_finish_if_stmt): Likewise.

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

18 years ago* toplev.c (warn_deprecated_use): Add warning control to warning
dj [Fri, 22 Jul 2005 02:10:23 +0000 (02:10 +0000)]
* toplev.c (warn_deprecated_use): Add warning control to warning
call.

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

18 years ago PR tree-opt/22504
rth [Fri, 22 Jul 2005 00:33:46 +0000 (00:33 +0000)]
    PR tree-opt/22504
        * tree-complex.c (complex_ssa_name_components): New.
        (cvc_lookup): Allow entry not found.
        (create_components): Remove.
        (create_one_component_var, get_component_var): New.
        (get_component_ssa_name, set_component_ssa_name): New.
        (extract_component): Use get_component_ssa_name.
        (update_complex_components): Use set_component_ssa_name.
        (update_complex_components_on_edge): Likewise.
        (update_phi_components): Create new PHI nodes directly, instead
        of adding insns to edges.
        (tree_lower_complex): Allocate and free complex_variable_components
        and complex_ssa_name_components here.

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

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

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

18 years ago2005-07-20 Daniel Berlin <dberlin@dberlin.org>
dberlin [Thu, 21 Jul 2005 22:34:33 +0000 (22:34 +0000)]
2005-07-20  Daniel Berlin  <dberlin@dberlin.org>

* alias.c (nonoverlapping_component_refs_p): Use TYPE_MAIN_VARIANT,
revert to returning false.

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

18 years ago * gcc.c-torture/compile/20050721-1.c: New test for 3.4 fix.
janis [Thu, 21 Jul 2005 22:00:27 +0000 (22:00 +0000)]
* gcc.c-torture/compile/20050721-1.c: New test for 3.4 fix.

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

18 years ago PR target/21149
rth [Thu, 21 Jul 2005 19:59:09 +0000 (19:59 +0000)]
    PR target/21149
        * config/i386/i386.md (sse_movhlps): Fix vec_select values.

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

18 years ago PR target/22576
rth [Thu, 21 Jul 2005 19:55:03 +0000 (19:55 +0000)]
    PR target/22576
        * config/i386/i386.md (cmpxf): Change operand constraints
        to "nonmemory_operand".

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

18 years ago2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Thu, 21 Jul 2005 19:51:49 +0000 (19:51 +0000)]
2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/i386/i386.md (trap): Use "".word/t0x0b0f" instead of ud2.

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

18 years ago2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Thu, 21 Jul 2005 19:43:47 +0000 (19:43 +0000)]
2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>

        * class.c (build_base_path): Fix typo.

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

18 years ago2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Thu, 21 Jul 2005 19:36:50 +0000 (19:36 +0000)]
2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/21180
        * fold-const.c (fold_build1): Add checksum for the operands.
        (fold_build2): Likewise.
        (fold_build3): Likewise.

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

18 years ago2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Thu, 21 Jul 2005 19:33:45 +0000 (19:33 +0000)]
2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/19055
        * gcc.dg/tree-ssa/pr19055.c: New test.
        * gcc.dg/tree-ssa/pr19055-2.c: New test.

2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/19055
        * fold-const.c (fold_binary): Transform "(X | Y) ^ X" to "Y & ~ X".

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

18 years ago2005-07-21 Eric Christopher <echristo@apple.com>
echristo [Thu, 21 Jul 2005 18:32:27 +0000 (18:32 +0000)]
2005-07-21  Eric Christopher  <echristo@apple.com>

        * MAINTAINERS: Change affiliation.

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

18 years ago2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Thu, 21 Jul 2005 18:29:05 +0000 (18:29 +0000)]
2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C++/22358
        * g++.dg/other/pr22358.C: New test.

2005-07-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C++/22358
        * class.c (build_base_path): Convert BINFO_OFFSET to the correct type.

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

18 years ago2005-07-21 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 21 Jul 2005 17:27:27 +0000 (17:27 +0000)]
2005-07-21  Paolo Bonzini  <bonzini@gnu.org>

* common.opt (-fforward-propagate): Committed by mistake,
removed.

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