OSDN Git Service

pf3gnuchains/gcc-fork.git
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

18 years ago * Updated ChangeLog
woepaul [Thu, 21 Jul 2005 16:08:13 +0000 (16:08 +0000)]
* Updated ChangeLog

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

18 years ago * MAINTAINERS: Added myself as crx-port maintainer.
woepaul [Thu, 21 Jul 2005 15:46:10 +0000 (15:46 +0000)]
* MAINTAINERS: Added myself as crx-port maintainer.

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

18 years ago2005-07-21 Douglas Gregor <doug.gregor@gmail.com>
dgregor [Thu, 21 Jul 2005 15:14:59 +0000 (15:14 +0000)]
2005-07-21  Douglas Gregor  <doug.gregor@gmail.com>

PR c++/2922
* g++.dg/lookup/two-stage5.C: New test from bug comments.

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

18 years ago PR c++/15938
reichelt [Thu, 21 Jul 2005 14:50:46 +0000 (14:50 +0000)]
PR c++/15938
* g++.dg/init/union2.C: New test.

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

18 years agoCompleted this ChangeLog entry:
dgregor [Thu, 21 Jul 2005 14:18:52 +0000 (14:18 +0000)]
Completed this ChangeLog entry:

2005-07-20  Douglas Gregor <doug.gregor@gmail.com>

        PR c++/2922
        * semantics.c (perform_koenig_lookup): For dependent calls, just
        return the set of functions we've found so far. Later, it will be
        augmented by those found through argument-dependent lookup.
        * name-lookup.c (lookup_arg_dependent): Implement DR 164 by removing
        the optimization that skips namespaces where the functions were
        originally found.

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

18 years ago * reg-stack.c: Fix comment typo(s).
reichelt [Thu, 21 Jul 2005 11:53:00 +0000 (11:53 +0000)]
* reg-stack.c: Fix comment typo(s).
* tree-ssa-operands.c: Likewise.
* tree-vectorizer: Likewise.

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

18 years ago * call.c: Fix comment typo(s).
reichelt [Thu, 21 Jul 2005 10:33:31 +0000 (10:33 +0000)]
* call.c: Fix comment typo(s).
* cxx-pretty-print.h: Likewise.
* name-lookup.c: Likewise.
* parser.c: Likewise.

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

18 years ago PR c/22393
reichelt [Thu, 21 Jul 2005 09:57:05 +0000 (09:57 +0000)]
PR c/22393
* gcc.dg/complex-4.c: New test.

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

18 years agoReplace C++ style line comments with C style line comments.
nickc [Thu, 21 Jul 2005 08:08:17 +0000 (08:08 +0000)]
Replace C++ style line comments with C style line comments.
(symbian_add_attribute): Do not use a ? operator on the LHS of an assignment.
(sh_symbian_handle_dll_attribute): Change the type of the method vector to
  "VEC(tree,gc)*" and use vector accessor macros to walk over the elements.
(symbian_export_vtable_and_rtti_p): Likewise.
(symbian_class_needs_attribute_p): Likewise.

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

18 years ago2005-07-21 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 21 Jul 2005 08:02:21 +0000 (08:02 +0000)]
2005-07-21  Richard Guenther  <rguenther@suse.de>

PR testsuite/22522
* gcc.dg/tree-ssa/flatten-1.c: Use correct regexp for
scanning for asm labels.
* gcc.dg/tree-ssa/flatten-2.c: Likewise.

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

18 years agogcc:
bonzini [Thu, 21 Jul 2005 07:30:00 +0000 (07:30 +0000)]
gcc:
2005-07-21  Paolo Bonzini  <bonzini@gnu.org>

PR target/22085
* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Do not
initialize targetm.resolve_overloaded_builtin here.
(altivec_expand_overloaded_builtin): Make it non-static.
* config/rs6000/rs6000-protos.h
(altivec_expand_overloaded_builtin): New prototype.
* config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Initialize
targetm.resolve_overloaded_builtin here.
* config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Likewise.

testsuite:
2005-07-21  Paolo Bonzini  <bonzini@gnu.org>

PR target/22085
* gcc.dg/altivec-pr22085.c: New.

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

18 years agogcc:
bonzini [Thu, 21 Jul 2005 07:24:34 +0000 (07:24 +0000)]
gcc:
2005-07-21  Paolo Bonzini  <bonzini@gnu.org>
            Zdenek Dvorak  <dvorakz@suse.cz>

PR tree-optimization/19210
* common.opt (Wunsafe-loop-optimizations, funsafe-loop-optimizations):
New.
* Makefile.in (tree-ssa-loop-niter.o): Depend intl.o.
* loop-iv.c (get_simple_loop_desc): If -funsafe-loop-optimizations,
rely on unproven assumptions.
* predict.c (predict_loops): Adjust call to number_of_iterations_exit.
* tree-flow.h (number_of_iterations_exit): Add final parameter.
* tree-scalar-evolution.c (number_of_iterations_in_loop): Adjust call
to number_of_iterations_exit.
* tree-ssa-loop-ivcanon.c (empty_loop_p): Likewise.
* tree-ssa-loop-ivopts.c (niter_for_exit): Likewise.
* tree-ssa-loop-niter.c (find_loop_niter,
estimate_numbers_of_iterations_loop): Likewise.
(number_of_iterations_exit): Honor the new options.
* doc/invoke.texi (Wunsafe-loop-optimizations,
funsafe-loop-optimizations): Document them.

gcc/testsuite:
2005-07-21  Paolo Bonzini  <bonzini@gnu.org>

        * gcc.dg/tree-ssa/pr19210-1.c: New.
        * gcc.dg/tree-ssa/pr19210-2.c: New.

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

18 years ago PR rtl-optimization/22167
rsandifo [Thu, 21 Jul 2005 06:51:25 +0000 (06:51 +0000)]
PR rtl-optimization/22167
* gcse.c (hoist_code): Fix hoist_exprs[] check.

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

18 years ago * config/rs6000/lynx.h: Mark __do_global_ctors_aux and
nemet [Thu, 21 Jul 2005 05:44:22 +0000 (05:44 +0000)]
* config/rs6000/lynx.h: Mark __do_global_ctors_aux and
__do_global_dtors_aux longcall.

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

18 years ago2005-07-20 Douglas Gregor <doug.gregor@gmail.com>
dgregor [Thu, 21 Jul 2005 03:56:46 +0000 (03:56 +0000)]
2005-07-20  Douglas Gregor <doug.gregor@gmail.com>

PR c++/2922
* g++.dg/lookup/two-stage2.C: New.
* g++.dg/lookup/two-stage3.C: New.
* g++.dg/lookup/two-stage4.C: New. Illustrates how we have not yet
fixed two-stage name lookup for operators.
* g++.dg/template/call3.C: Compiler now produces an appropriate
error message.
* g++.dg/template/crash37.C: Compiler now describes bla() on line
14 as a candidate.
* g++.dg/template/ptrmem4.C: Compiler produces different error
message.
* g++.old-deja/g++.other/pmf3.C: Compiler now describes
connect_to_method as a candidate.

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