OSDN Git Service

pf3gnuchains/gcc-fork.git
18 years ago PR rtl-optimization/23898
amylaar [Tue, 20 Sep 2005 21:48:36 +0000 (21:48 +0000)]
PR rtl-optimization/23898
* output.h (get_attr_min_length): Declare.
* final.c (get_attr_length_1): New function, broken out of:
(get_attr_length).
(get_attr_min_length): New function.
* bb-reorder.c (copy_bb_p, get_uncond_jump_length): Use it.
(duplicate_computed_gotos): Likewise.
* genattr.c (insn_min_length): Generate declaration.
* genattrtab.c (min_fn, min_attr_value): New functions.
(make_length_attrs): Generate insn_min_length.

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

18 years ago * config/pa/pa.c (output_cbranch): Check for zero in operands[2].
sje [Tue, 20 Sep 2005 21:29:30 +0000 (21:29 +0000)]
* config/pa/pa.c (output_cbranch): Check for zero in operands[2].

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

18 years ago * expr.c (expand_expr_real_1) <INDIRECT_REF>: Allow modifier
rth [Tue, 20 Sep 2005 21:16:40 +0000 (21:16 +0000)]
    * expr.c (expand_expr_real_1) <INDIRECT_REF>: Allow modifier
        EXPAND_STACK_PARM.

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

18 years agogcc:
jsm28 [Tue, 20 Sep 2005 20:31:37 +0000 (20:31 +0000)]
gcc:
* c.opt (fextended-identifiers): New.
* c-opts.c (c_common_handle_option): Handle
-fextended-identifiers.
* doc/cpp.texi: Update documentation of extended identifiers.
* doc/cppopts.texi (-fextended-identifiers): Document.

gcc/testsuite:
* g++.dg/cpp/ucnid-1.C, g++.dg/cpp/normalize-1.C,
g++.dg/other/ucnid-1.C, gcc.dg/cpp/normalize-1.c,
gcc.dg/cpp/normalize-2.c, gcc.dg/cpp/normalize-3.c,
gcc.dg/cpp/normalize-4.c, gcc.dg/cpp/ucnid-1.c,
gcc.dg/cpp/ucnid-2.c, gcc.dg/cpp/ucnid-3.c, gcc.dg/cpp/ucnid-4.c,
gcc.dg/cpp/ucnid-5.c, gcc.dg/cpp/ucnid-7.c,gcc.dg/ucnid-1.c,
gcc.dg/ucnid-2.c, gcc.dg/ucnid-3.c, gcc.dg/ucnid-4.c,
gcc.dg/ucnid-5.c, gcc.dg/ucnid-6.c: Add -fextended-identifiers.
* gcc.dg/cpp/ucnid-8.c: New test.

libcpp:
* include/cpplib.h (struct cpp_options): Add extended_identifiers.
* init.c (struct lang_flags, lang_defaults): Add
extended_identifiers.
(cpp_set_lang): Use it.
* lex.c (forms_identifier_p): Check extended_identifiers.

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

18 years ago PR tree-optimization/23929
jakub [Tue, 20 Sep 2005 19:10:44 +0000 (19:10 +0000)]
PR tree-optimization/23929
* tree-ssa-loop-niter.c (expand_simple_operations): Return immediately
if expr is NULL.

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

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

18 years ago PR testsuite/23186
sje [Tue, 20 Sep 2005 17:00:22 +0000 (17:00 +0000)]
PR testsuite/23186
* g++.dg/other/pr22003.C: Require named sections.

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

18 years ago PR c++/23947
jakub [Tue, 20 Sep 2005 15:40:57 +0000 (15:40 +0000)]
PR c++/23947
* rtti.c (get_pseudo_ti_init): Recompute ti pointer after
get_tinfo_ptr calls.

* g++.dg/rtti/crash3.C: New test.

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

18 years ago PR tree-optimization/23818
jakub [Tue, 20 Sep 2005 15:29:42 +0000 (15:29 +0000)]
PR tree-optimization/23818
* tree-stdarg.c (execute_optimize_stdarg): Call
calculate_dominance_info.

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

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

18 years agofortran/
tobi [Tue, 20 Sep 2005 15:05:32 +0000 (15:05 +0000)]
fortran/
PR fortran/23420
* io.c (resolve_tag): Don't allow non-CHARACTER constants as formats.
(match_io): Fix usage of gfc_find_symbol.
testsuite/
PR fortran/23420
* gfortran.dg/print_fmt_4.f: New.

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

18 years ago PR fortran/23663
jakub [Tue, 20 Sep 2005 14:37:44 +0000 (14:37 +0000)]
PR fortran/23663
* primary.c (match_actual_arg): Handle ENTRY the same way
as FUNCTION.

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

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

18 years ago2005-09-18 Daniel Berlin <dberlin@dberlin.org>
dberlin [Tue, 20 Sep 2005 13:59:38 +0000 (13:59 +0000)]
2005-09-18  Daniel Berlin  <dberlin@dberlin.org>

* tree-data-ref.c (get_number_of_iters_for_loop): New function.
(analyze_siv_subscript_cst_affine): Add weak SIV test.
(compute_overlap_steps_for_affine_1_2): Use
get_number_of_iters_for_loop.
(analyze_subscript_affine_affine): Check whether difference is
zero first.
Use get_number_of_iters_for_loop.
Check whether overlap occurs outside of bounds.
(analyze_miv_subscript): Use get_number_of_iters_for_loop.

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

18 years ago * gcc.dg/vect/vect-40.c: Remove pointers to "aligned types".
dorit [Tue, 20 Sep 2005 08:12:46 +0000 (08:12 +0000)]
    * gcc.dg/vect/vect-40.c: Remove pointers to "aligned types".
        Use pointers to local alignable arrays instead. Added comments.
        * gcc.dg/vect/vect-46.c: Likewise.
        * gcc.dg/vect/vect-48.c: Likewise.
        * gcc.dg/vect/vect-49.c: Likewise.
        * gcc.dg/vect/vect-52.c: Likewise.
        * gcc.dg/vect/vect-53.c: Likewise.
        * gcc.dg/vect/vect-54.c: Likewise.
        * gcc.dg/vect/vect-56.c: Likewise.
        * gcc.dg/vect/vect-57.c: Likewise.
        * gcc.dg/vect/vect-58.c: Likewise.
        * gcc.dg/vect/vect-60.c: Likewise.
        * gcc.dg/vect/vect-61.c: Likewise.

        * gcc.dg/vect/vect-42.c: Remove pointers to "aligned types".
        The test is no longer vectorizable on vect_no_align targets.
        * gcc.dg/vect/vect-43.c: Likewsie.

        * gcc.dg/vect/vect-44.c: Added comments.
        * gcc.dg/vect/vect-45.c: Added comments.
        * gcc.dg/vect/vect-50.c: Added comments.
        * gcc.dg/vect/vect-51.c: Added comments.

        * gcc.dg/vect/vect-95.c: Use aligned arrays instead of arrays to
        aligned type.
        * gcc.dg/vect/Os-vect-95.c: Likewise.

        * gcc.dg/vect/vect-41.c: Test removed.
        * gcc.dg/vect/vect-47.c: Test removed.
        * gcc.dg/vect/vect-55.c: Test removed.
        * gcc.dg/vect/vect-59.c: Test removed.

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

18 years ago2005-09-20 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Tue, 20 Sep 2005 07:53:11 +0000 (07:53 +0000)]
2005-09-20  Andreas Krebbel  <krebbel1@de.ibm.com>

* tree-ssa-address.c (create_mem_ref): Put the symbol reference into the
base register if possible.

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

18 years ago * gcc.dg/vect/pr16105.c: Replace "aligned types" with regular types.
dorit [Tue, 20 Sep 2005 07:40:41 +0000 (07:40 +0000)]
    * gcc.dg/vect/pr16105.c: Replace "aligned types" with regular types.
        No longer vectorizable on vect_no_align targets.
        * gcc.dg/vect/pr20122.c: Likewise.
        * gcc.dg/vect/vect-74.c: Likewise.
        * gcc.dg/vect/vect-75.c: Likewise.
        * gcc.dg/vect/vect-76.c: Likewise.

        * gcc.dg/vect/vect-37.c: Replace "aligned types" with regular types.
        Will not be vectorizable on vect_no_align targets once aliasing issues
        are resolved.
        * gcc.dg/vect/vect-79.c: Likewise.

        * gcc.dg/vect/vect-77.c: Replace "aligned types" with regular types.
        * gcc.dg/vect/vect-78.c: Likewise.
        * gcc.dg/vect/vect-97.c: Likewise.

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

18 years ago * socket.c: Add string.h for memcpy.
aj [Tue, 20 Sep 2005 07:23:46 +0000 (07:23 +0000)]
* socket.c: Add string.h for memcpy.

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

18 years ago PR tree-optimization/18463
rakdver [Tue, 20 Sep 2005 07:09:20 +0000 (07:09 +0000)]
PR tree-optimization/18463
* tree-chrec.c (chrec_convert): Return fold_converted chrec if
converting it directly is not possible.
(chrec_convert_aggressive): New function.
* tree-chrec.h (chrec_convert_aggressive): Declare.
* tree-scalar-evolution.c (instantiate_parameters_1, resolve_mixers):
Fold chrec conversions aggressively if asked to.
(instantiate_parameters): Modified because of changes in
instantiate_parameters_1.

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

18 years ago * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
dje [Tue, 20 Sep 2005 01:24:46 +0000 (01:24 +0000)]
    * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
        (rs6000-*-aix*): Same.
        * configure: Regenerate.

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

18 years agoDaily bump.
gccadmin [Tue, 20 Sep 2005 00:16:19 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago * config/i386/sse.md (reduc_splus_v4sf): Rename from reduc_plus_v4sf.
rth [Mon, 19 Sep 2005 19:22:10 +0000 (19:22 +0000)]
    * config/i386/sse.md (reduc_splus_v4sf): Rename from reduc_plus_v4sf.
        (reduc_splus_v2df): New.

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

18 years ago * config/arm/aof.h (REGISTER_NAMES): Add missing backslash.
rsandifo [Mon, 19 Sep 2005 18:27:17 +0000 (18:27 +0000)]
* config/arm/aof.h (REGISTER_NAMES): Add missing backslash.
(ADDITIONAL_REGISTER_NAMES): Add missing comma.  Remove final comma.

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

18 years ago * config/i386/sse.md (vcondu<SSEMODE124>): Rename from
rth [Mon, 19 Sep 2005 17:31:38 +0000 (17:31 +0000)]
    * config/i386/sse.md (vcondu<SSEMODE124>): Rename from
        vcondu<SSEMODE12>.

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

18 years ago * config/ia64/ia64.c (ia64_expand_widen_sum): New.
rth [Mon, 19 Sep 2005 17:20:02 +0000 (17:20 +0000)]
    * config/ia64/ia64.c (ia64_expand_widen_sum): New.
        (ia64_expand_dot_prod_v8qi): New.
        * config/ia64/ia64-protos.h: Update.
        * config/ia64/vect.md (pmpy2_r, pmpy2_l, widen_usumv8qi3,
        widen_usumv4hi3, widen_ssumv8qi3, widen_ssumv4hi3, udot_prodv8qi,
        sdot_prodv8qi, sdot_prodv4hi): New.
        (reduc_splus_v2sf): Rename from reduc_plus_v2sf.

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

18 years ago * config/alpha/alpha.c (alpha_rtx_costs) <FLOAT_EXTEND>: Cost 0
rth [Mon, 19 Sep 2005 17:05:44 +0000 (17:05 +0000)]
    * config/alpha/alpha.c (alpha_rtx_costs) <FLOAT_EXTEND>: Cost 0
        for a memory source.

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

18 years ago PR 23941
rth [Mon, 19 Sep 2005 17:01:40 +0000 (17:01 +0000)]
    PR 23941
        * real.c (exact_real_truncate): Return false if the format cannot
        represent the number as a normal.

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

18 years ago * tree-ssa-operands.c (swap_tree_operands): Export.
dorit [Mon, 19 Sep 2005 14:54:28 +0000 (14:54 +0000)]
    * tree-ssa-operands.c (swap_tree_operands): Export.
        * tree.h (swap_tree_operands): Declare.
        * tree-vectorizer.c (vect_is_simple_reduction): Remove ATTRIBUTE_UNUSED.
        Call swap_tree_operands.

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

18 years ago * tree-flow.h (merge_alias_info): Declare.
rth [Mon, 19 Sep 2005 09:02:23 +0000 (09:02 +0000)]
    * tree-flow.h (merge_alias_info): Declare.
        * tree-ssa-copy.c (merge_alias_info): Export.
        * tree-vect-transform.c (vect_create_index_for_vector_ref): Remove.
        (vect_create_data_ref_ptr): Use create_iv directly.
        (vectorizable_load): Use correct types for integer constants.
        (vect_generate_tmps_on_preheader): Likewise.
        (vect_gen_niters_for_prolog_loop): Likewise.

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

18 years agogcc/
steven [Mon, 19 Sep 2005 05:04:58 +0000 (05:04 +0000)]
gcc/
PR rtl-optimization/23943
* cse.c (find_best_addr): Never propagate an EXPR_LIST rtx.

testsuite/
* gcc.dg/pr23943.c: New test.

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

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

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

18 years ago2005-09-18 James A. Morrison <phython@gcc.gnu.org>
phython [Sun, 18 Sep 2005 19:10:15 +0000 (19:10 +0000)]
2005-09-18  James A. Morrison  <phython@gcc.gnu.org>

        * builtins.c (max_builtin, min_builtin, abs_builtin,
        java_build_function_call_expr): Use fold_buildN.
        * class.c (layout_class_method): Likewise.
        * expr.c (java_truthvalue_conversion, build_java_jsr,
        build_java_arrayaccess, expand_java_arrayload, expand_iinc,
        build_java_binop, build_field_ref, expand_compare,
        build_known_method_ref, build_invokevirtual,
        process_jvm_instruction): Likewise.
        * parse.y (patch_binop, patch_exit_expr): Likewise.
        * typeck.c (convert_ieee_real_to_integer): Likewise.
        (convert): Don't call fold after convert_ieee_real_to_integer.

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

18 years ago * Make-lang.in: Make check-fortran alias for check-gfortran.
fxcoudert [Sun, 18 Sep 2005 17:33:40 +0000 (17:33 +0000)]
* Make-lang.in: Make check-fortran alias for check-gfortran.

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

18 years ago * calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK.
hubicka [Sun, 18 Sep 2005 17:14:24 +0000 (17:14 +0000)]
* calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK.

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

18 years ago * varasm.c (output_constant): Do not abort on conversions to union
ebotcazou [Sun, 18 Sep 2005 17:11:11 +0000 (17:11 +0000)]
* varasm.c (output_constant): Do not abort on conversions to union
types between different sizes.

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

18 years ago2005-09-18 Paul Thomas <pault@gcc.gnu.org>
pault [Sun, 18 Sep 2005 15:58:58 +0000 (15:58 +0000)]
2005-09-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/19181
* gfortran.dg/derived_pointer_null_1.f90: New test.

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

18 years ago2005-09-18 Richard Guenther <rguenther@suse.de>
rguenth [Sun, 18 Sep 2005 14:15:19 +0000 (14:15 +0000)]
2005-09-18  Richard Guenther  <rguenther@suse.de>

PR middle-end/23944
* gimplify.c (fold_indirect_ref_rhs): Fix thinko in
fallback.

* gcc.c-torture/compile/pr23944.c: New testcase.

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

18 years ago2005-09-18 Paolo Carlini <pcarlini@suse.de>
paolo [Sun, 18 Sep 2005 13:39:25 +0000 (13:39 +0000)]
2005-09-18  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/23417 (cont)
* include/bits/stl_tree.h (_Rb_tree_impl<true>): Use member
initialization list for -Weffc++.

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

18 years ago2005-09-18 Andreas Jaeger <aj@suse.de>
aj [Sun, 18 Sep 2005 07:51:04 +0000 (07:51 +0000)]
2005-09-18  Andreas Jaeger  <aj@suse.de>

* module.c (read_module): Add missed line from last patch.

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

18 years ago2005-09-18 Erik Edelmann <erik.edelmann@iki.fi>
pault [Sun, 18 Sep 2005 05:50:04 +0000 (05:50 +0000)]
2005-09-18  Erik Edelmann  <erik.edelmann@iki.fi>

PR fortran/15975
* resolve.c (resolve_symbol): Don't assign default
initializer to pointers.

2005-09-18  Erik Edelmann  <erik.edelmann@iki.fi>

PR fortran/15975
* gfortran.dg/der_pointer_2.f90: New test.

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

18 years ago2005-09-18 Paul Thomas <pault@gcc.gnu.org>
pault [Sun, 18 Sep 2005 05:18:54 +0000 (05:18 +0000)]
2005-09-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/16861
* module.c (read_module): Give symbols from module procedures
different true_name entries to those from the module proper.

2005-09-18  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/16861
* gfortran.dg/nested_modules_2.f90: New test.

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

18 years agoDaily bump.
gccadmin [Sun, 18 Sep 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago2005-09-18 Paul Brook <paul@codesourcery.com>
pbrook [Sun, 18 Sep 2005 00:11:30 +0000 (00:11 +0000)]
2005-09-18  Paul Brook  <paul@codesourcery.com>

* config/m68k/fpgnuib.c (__floatsidf): Don't rely on signed overflow.

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

18 years ago * tree-pass.h, tree-flow.h, tree-ssa-dce.c: Revert last change.
rth [Sun, 18 Sep 2005 00:03:26 +0000 (00:03 +0000)]
    * tree-pass.h, tree-flow.h, tree-ssa-dce.c: Revert last change.
        * tree-ssa-loop.c (pass_vect_dce): Remove.
        * passes.c (init_optimization_passes): Add pass_dce as a sub-pass
        of pass_vectorize.

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

18 years agoAdd comment to expand_mult max_cost change.
dje [Sat, 17 Sep 2005 23:08:03 +0000 (23:08 +0000)]
Add comment to expand_mult max_cost change.

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

18 years ago PR c++/18368
reichelt [Sat, 17 Sep 2005 22:05:39 +0000 (22:05 +0000)]
PR c++/18368
* g++.dg/other/semicolon.C: New test.

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

18 years ago * tree-pass.h (pass_vect_dce): Declare.
rth [Sat, 17 Sep 2005 21:46:20 +0000 (21:46 +0000)]
    * tree-pass.h (pass_vect_dce): Declare.
        * passes.c (init_optimization_passes): Add it.
        * tree-flow.h (tree_ssa_dce): Declare.
        * tree-ssa-dce.c (tree_ssa_dce): Export.
        * tree-ssa-loop.c (tree_vectorize): Move current_loops check ...
        (gate_tree_vectorize): ... here.
        (pass_vect_dce): New.

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

18 years ago2005-09-17 Jan Hubicka <jh@suse.cz>
rguenth [Sat, 17 Sep 2005 20:58:14 +0000 (20:58 +0000)]
2005-09-17  Jan Hubicka  <jh@suse.cz>

* except.c (struct eh_status): Turn region_array into vec.
(expand_resx_expr, collect_eh_region_array, remove_unreachable_regions,
convert_from_eh_region_ranges, find_exception_handler_labels,
current_function_has_exception_handlers, assign_filter_values,
build_post_landing_pads, dw2_build_landing_pads,
sjlj_find_directly_reachable_regions, sjlj_mark_call_sites,
sjlj_emit_dispatch_table, remove_eh_handler, for_each_eh_region,
foreach_reachable_handler, can_throw_internal_1,
convert_to_eh_region_ranges, verify_eh_tree): Update uses of
region_array.
(duplicate_eh_region_1): Update region_array.
(duplicate_eh_regions): Resize region_array and avoid recomputing.

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

18 years ago PR middle-end/22067
dje [Sat, 17 Sep 2005 20:17:54 +0000 (20:17 +0000)]
    PR middle-end/22067
        * expmed.c (expand_mult): Substitute simple register for op0 when
        computing max_cost.

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

18 years ago PR fortran/15586
fxcoudert [Sat, 17 Sep 2005 18:58:01 +0000 (18:58 +0000)]
PR fortran/15586

* arith.c (gfc_arith_error): Add translation support
for error messages.
* array.c (gfc_match_array_ref): Likewise.
(gfc_match_array_spec): Likewise.
* check.c (must_be): Add msgid convention to third argument.
(same_type_check): Add translation support for error message.
(rank_check): Likewise.
(kind_value_check): Likewise.
(gfc_check_associated): Correct typo.
(gfc_check_reshape): Add translation support for error message.
(gfc_check_spread): Likewise.
* error.c (error_printf): Add nocmsgid convention to argument.
(gfc_warning, gfc_notify_std, gfc_warning_now, gfc_warning_check)
(gfc_error, gfc_error_now): Likewise.
(gfc_status): Add cmsgid convention to argument.
* expr.c (gfc_extract_int): Add translation support
        for error messages.
(gfc_check_conformance): Add msgid convention to argument.
(gfc_check_pointer_assign): Correct tabbing.
* gfortran.h: Include intl.h header. Remove prototype
for gfc_article.
* gfortranspec.c: Include intl.h header.
(lang_specific_driver): Add translation support for --version.
* io.c (check_format): Add translation support for
error message.
(format_item_1): Likewise.
(data_desc): Likewise.
* matchexp.c: Likewise.
* misc.c (gfc_article): Remove function.
* module.c (bad_module): Use msgid convention. Add
translation support for error messages.
(require_atom): Add translation support for error messages.
* parse.c (gfc_ascii_statement): Likewise.
(gfc_state_name): Likewise.
* primary.c (match_boz_constant): Reorganise error
messages for translations.
* resolve.c (resolve_entries): Likewise.
(resolve_operator): Add translation support for error messages.
(gfc_resolve_expr): Use msgid convention. Reorganise error
        messages for translations.
(resolve_symbol): Add translation support for error messages.
* symbol.c (gfc_add_procedure): Remove use of gfc_article function.
* trans-const.c (gfc_build_string_const): Use msgid convention.

* exgettext: Add a new nocmsgid convention for arguments
that should be marked as no-c-format.
* gcc.pot: Regenerate.

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

18 years ago * expr.c (emit_move_via_integer): Add force argument, pass it on
rth [Sat, 17 Sep 2005 18:38:36 +0000 (18:38 +0000)]
    * expr.c (emit_move_via_integer): Add force argument, pass it on
        to emit_move_change_mode.  Update callers.
        (emit_move_complex): Pass true to new force argument.
        * function.c (expand_function_end): Move expand_eh_return call
        earlier.  Merge sub-word complex values into a pseudo before
        copying to the return hard register.

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

18 years ago2005-09-17 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 17 Sep 2005 18:12:43 +0000 (18:12 +0000)]
2005-09-17  H.J. Lu  <hongjiu.lu@intel.com>

* testsuite/libjava.jni/jni.exp (gcj_jni_invocation_test_one):
Use libjava_find_lib to find the proper libgcj.

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

18 years ago * varasm.c (output_constant): Do not abort on VIEW_CONVERT_EXPRs
ebotcazou [Sat, 17 Sep 2005 08:30:23 +0000 (08:30 +0000)]
* varasm.c (output_constant): Do not abort on VIEW_CONVERT_EXPRs
between different sizes.

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

18 years agoCorrection. Committed wrong patch earlier today.
green [Sat, 17 Sep 2005 04:20:26 +0000 (04:20 +0000)]
Correction.  Committed wrong patch earlier today.

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

18 years agoDaily bump.
gccadmin [Sat, 17 Sep 2005 00:16:14 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago * g++.dg/warn/huge-val1.C: Disable tests on values of HUGE_VAL,
jsm28 [Sat, 17 Sep 2005 00:03:15 +0000 (00:03 +0000)]
* g++.dg/warn/huge-val1.C: Disable tests on values of HUGE_VAL,
HUGE_VALF and HUGE_VALL unless __GLIBC__ is defined.

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

18 years ago PR libgcj/20198
green [Fri, 16 Sep 2005 22:57:10 +0000 (22:57 +0000)]
    PR libgcj/20198
        * java/net/URLClassLoader.java (FileURLLoader.getResource): File
        resources should all have canonicalized names.

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

18 years ago * testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc:
janis [Fri, 16 Sep 2005 22:45:33 +0000 (22:45 +0000)]
* testsuite/27_io/basic_ostream/inserters_arithmetic/char/23871.cc:
New.

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

18 years ago PR c++/23914
mmitchel [Fri, 16 Sep 2005 18:33:22 +0000 (18:33 +0000)]
PR c++/23914
* parser.c (cp_parser_enclosed_template_argument_list): Make sure
skip_evaluation is false when processing template arguments.

PR c++/23914
* g++.dg/template/static18.C: New test.

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

18 years ago * MAINTAINERS: Add self as java maintainer.
tromey [Fri, 16 Sep 2005 16:59:40 +0000 (16:59 +0000)]
* MAINTAINERS: Add self as java maintainer.

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

18 years ago PR c++/21514
mmitchel [Fri, 16 Sep 2005 15:41:45 +0000 (15:41 +0000)]
PR c++/21514
* pt.c (check_instantiated_args): Treat uses of anonymous types as
causing type-deduction failure.

PR c++/21514
* g++.dg/template/crash19.C: Remove dg-error marker.
* g++.dg/template/local4.C: New test.

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

18 years ago2005-09-16 Paolo Bonzini <bonzini@gnu.org>
bonzini [Fri, 16 Sep 2005 15:11:21 +0000 (15:11 +0000)]
2005-09-16  Paolo Bonzini  <bonzini@gnu.org>

PR 23903

* passes.c (init_optimization_passes): Register dump files for
IPA passes first.

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

18 years ago2005-09-16 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Fri, 16 Sep 2005 14:25:27 +0000 (14:25 +0000)]
2005-09-16  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390-protos.h (s390_overlap_p): Prototype added.
* config/s390/s390.c (s390_overlap_p): New function.
* config/s390/s390.md ("*mvc" peephole2, "*nc" peephole2, "*oc"
peephole2, "*xc" peephole2): Added overlap check to the peephole2
condition.

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

18 years ago2005-09-16 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 16 Sep 2005 07:54:03 +0000 (07:54 +0000)]
2005-09-16  Richard Guenther  <rguenther@suse.de>

* ipa-pure-const.c (static_execute): Free auxiliar information.
* ipa-type-escape.c (discover_unique_type): Free temporary key.
* tree-vrp.c (remove_range_assertions): Free blocks_visited sbitmap.

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

18 years ago PR c++/23357
jason [Fri, 16 Sep 2005 06:50:56 +0000 (06:50 +0000)]
    PR c++/23357
        * cp-tree.def (SIZEOF_EXPR, ALIGNOF_EXPR): Change code class to
        tcc_expression.

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

18 years ago2005-09-16 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 16 Sep 2005 03:26:37 +0000 (03:26 +0000)]
2005-09-16  Paul Brook  <paul@codesourcery.com>

PR fortran/23906
fortran/
* dependency.c (transform_sections): Divide by correct value.
Elaborate comment.
testsuite/
* gfortran.dg/dependency_1.f90: New test.

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

18 years ago PR c++/23896
mmitchel [Fri, 16 Sep 2005 01:50:26 +0000 (01:50 +0000)]
PR c++/23896
* pt.c (tsubst_aggr_type): Make sure skip_evaluation is false when
processing template arguments.

PR c++/23896
* g++.dg/template/static17.C: New test.

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

18 years agoDaily bump.
gccadmin [Fri, 16 Sep 2005 00:16:17 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago * include/private/gc_locks.h (GC_test_and_set): Change the
kazu [Thu, 15 Sep 2005 22:35:52 +0000 (22:35 +0000)]
* include/private/gc_locks.h (GC_test_and_set): Change the
constraint of the first operand to '0'.

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

18 years ago* config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.
dj [Thu, 15 Sep 2005 22:32:53 +0000 (22:32 +0000)]
* config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.

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

18 years ago PR libgcj/16032:
tromey [Thu, 15 Sep 2005 22:02:13 +0000 (22:02 +0000)]
PR libgcj/16032:
* interpret.cc (AVAL1U): Resolve pool entry when not direct
threaded.
(AVAL2U): Likewise.
(compile): Handle 'ldc class' specially.
(_Jv_InterpMethod::run): Added special 'ldc class' instruction.
* verify.cc (check_constant): Handle 'ldc class' for 1.5 classes.
* defineclass.cc (handleCodeAttribute): Set new field.
(MAJOR_1_1, MINOR_1_1, MAJOR_1_2, MINOR_1_2, MAJOR_1_3, MINOR_1_3,
MAJOR_1_4, MINOR_1_4, MAJOR_1_5, MINOR_1_5): New defines.
(parse): Check version numbers.
(_Jv_ClassReader::is_15): New field.
(_Jv_ClassReader): Initialize it.
* include/java-interp.h (_Jv_InterpMethod::is_15): New field.

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

18 years ago2005-09-15 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 15 Sep 2005 21:51:13 +0000 (21:51 +0000)]
2005-09-15  Paolo Bonzini  <bonzini@gnu.org>

* optabs.c (expand_binop): Use swap_commutative_operands_with_target
to order operands.
(swap_commutative_operands_with_target): New.

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

18 years ago For PR libgcj/23288:
tromey [Thu, 15 Sep 2005 20:17:05 +0000 (20:17 +0000)]
For PR libgcj/23288:
* java/net/URLClassLoader.java (definePackage): Correctly order
arguments to definePackage.  Look up per-entry Attributes.
(getAttributeValue): New method.

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

18 years agofixincludes:
jsm28 [Thu, 15 Sep 2005 19:09:27 +0000 (19:09 +0000)]
fixincludes:
PR c++/23139
* inclhack.def (huge_val_hex, huge_valf_hex, huge_vall_hex): New
fixes.
* fixincl.x: Regenerate.
* tests/base/bits/huge_val.h: New file.

gcc/testsuite:
* g++.dg/warn/huge-val1.C: New test.

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

18 years ago2005-09-15 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 15 Sep 2005 18:58:02 +0000 (18:58 +0000)]
2005-09-15  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/21674
PR libstdc++/22205
PR libstdc++/22222
* include/bits/c++config: Set _GLIBCXX_STD regardless of __GXX_WEAK__.
Add in check for __NO_INLINE__ for warning.
* testsuite/lib/dg-options.exp (dg-require-debug-mode): New.
* testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): New.
* testsuite/21_strings/basic_string/element_access/char/21674.cc:
Use it.
* testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc:
Use it.

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

18 years ago2005-09-15 Paolo Carlini <pcarlini@suse.de>
paolo [Thu, 15 Sep 2005 17:27:23 +0000 (17:27 +0000)]
2005-09-15  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/23875
* include/std/std_ostream.h (operator<<(short), operator<<(unsigned
short), operator<<(int), operator<<(unsigned int), operator<<(float)):
Don't call operator<<(long), operator<<(unsigned long), or
operator<<(double), do the work mandated by the resolution of DR117...
* include/bits/ostream.tcc (operator<<(short), operator<<(unsigned
short), operator<<(int), operator<<(unsigned int), operator<<(float)):
... here.
* testsuite/27_io/basic_ostream/inserters_arithmetic/pod/23875.cc: New.

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

18 years ago2005-09-15 Daniel Berlin <dberlin@dberlin.org>
dberlin [Thu, 15 Sep 2005 17:21:48 +0000 (17:21 +0000)]
2005-09-15  Daniel Berlin  <dberlin@dberlin.org>

* tree-data-ref.c (analyze_array_indexes): Add estimate_only
parameter.
Update callers.
(estimate_iters_using_array): New function.
* tree-data-ref.h (estimate_iters_using_array): Prototype
* tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined):
Use estimate_iters_using_array instead of analyze_array.

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

18 years ago * pt.c (check_explicit_instantiation_namespace): Fix typo.
mmitchel [Thu, 15 Sep 2005 16:51:37 +0000 (16:51 +0000)]
* pt.c (check_explicit_instantiation_namespace): Fix typo.

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

18 years ago PR c++/13140
mmitchel [Thu, 15 Sep 2005 16:03:32 +0000 (16:03 +0000)]
PR c++/13140
* decl.c (check_class_member_definition_namespace): New function.
(grokfndecl): Use it.
(grokvardecl): Likewise.
(grokdecl): Improve documentation.
* pt.c (check_explicit_instantiation_namespace): New function.
(register_specialization): Call check_specialization_namespace
when replacing an implicitly instantiated function.
(check_explicit_specialization): Ensure that DECL_CONTEXT is set
correctly for namespace-scope specializations.
(do_decl_instantiation): Use
check_explicit_instantiation_namespace.
(do_type_instantiation): Likewise.

PR c++/13140
* g++.dg/parse/class2.C: New test.
* g++.dg/template/explicit8.C: Likewise.
* g++.dg/template/spec25.C: Likewise.

* testsuite/testsuite_character.h: Specialize character<>
templates in __gnu_cxx, not in __gnu_test.

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

18 years ago2005-09-14 Bryce McKinlay <mckinlay@redhat.com>
bryce [Thu, 15 Sep 2005 14:13:03 +0000 (14:13 +0000)]
2005-09-14  Bryce McKinlay  <mckinlay@redhat.com>

        PR java/23891
        * parse.y (maybe_create_class_interface_decl): Set TYPE_PACKAGE for
        the newly created type. Set import lists here, not in create_class.
        (jdep_resolve_class): Set current_class.
        (do_resolve_class): Use current_class's TYPE_PACKAGE to determine
        the current package context, not ctxp->package.
        (cicp_cache): Removed.
        (class_in_current_package): Simplify implementation using
TYPE_PACKAGE.
        * jcf-parse.c (give_name_to_class): Set TYPE_PACKAGE.
        * java-tree.h (TYPE_PACKAGE): New macro.
        (struct lang_type): New member 'package'.

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

18 years ago PR c++/23725
nathan [Thu, 15 Sep 2005 11:27:12 +0000 (11:27 +0000)]
PR c++/23725
* error.c (dump_decl): <USING_DECL case> Use USING_DECL_SCOPE.

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

18 years ago * tree-nested.c (get_frame_type): Mark the "non-local frame structure"
ebotcazou [Thu, 15 Sep 2005 06:15:36 +0000 (06:15 +0000)]
* tree-nested.c (get_frame_type): Mark the "non-local frame structure"
as addressable.

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

18 years ago * tree-vrp.c (vrp_int_const_binop <MINUS_EXPR>): Handle 0 - -INF.
matz [Thu, 15 Sep 2005 05:03:01 +0000 (05:03 +0000)]
* tree-vrp.c (vrp_int_const_binop <MINUS_EXPR>): Handle 0 - -INF.

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

18 years ago2005-09-14 Daniel Berlin <dberlin@dberlin.org>
dberlin [Thu, 15 Sep 2005 01:28:10 +0000 (01:28 +0000)]
2005-09-14  Daniel Berlin  <dberlin@dberlin.org>

PR tree-optimization/23835
* tree-ssa-alias.c (sort_pointers_by_pt_vars): New function.
(create_name_tags): Rewrite to be not O(num_ssa_names^2).

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

18 years ago* pex-win32.c: Include "windows.h".
cgf [Thu, 15 Sep 2005 00:46:20 +0000 (00:46 +0000)]
* pex-win32.c: Include "windows.h".
(backslashify): New function.
(fix_argv): Use backslashify to convert path to windows format.  Allocate one
more place in new argv for potential executable from '#!' parsing.
(tack_on_executable): New function.  Conditional on USE_MINGW_MSYS
(openkey): Ditto.
(mingw_rootify): Ditto.
(msys_rootify): Ditto.
(spawn_script): New function.
(pex_win32_exec_child): Save translated argv in newargv.  Pass to spawn_script
if spawnv* fails.
(main): New function.  Conditional on MAIN.  Useful for testing.

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

18 years agoDaily bump.
gccadmin [Thu, 15 Sep 2005 00:16:18 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago * config/ia64/vect.md (addv2sf3, subv2sf3): Rewrite as expand.
rth [Thu, 15 Sep 2005 00:05:53 +0000 (00:05 +0000)]
    * config/ia64/vect.md (addv2sf3, subv2sf3): Rewrite as expand.
        (addv2sf3_1, addv2sf3_2, subv2sf3_1, subv2sf3_2): New.

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

18 years ago2005-09-14 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Wed, 14 Sep 2005 23:53:32 +0000 (23:53 +0000)]
2005-09-14  Andrew Pinski  <pinskia@physics.uc.edu>

        * config/i386/i386.c (contains_128bit_aligned_vector_p): Add break
        in the ARRAY_TYPE case.

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

18 years ago PR middle-end/23584
jconner [Wed, 14 Sep 2005 21:34:37 +0000 (21:34 +0000)]
PR middle-end/23584
    * gcc.dg/pr23584.c: New test.

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

18 years ago2005-09-14 Jerry DeLisle <jvdelisle@verizon.net>
jvdelisle [Wed, 14 Sep 2005 20:25:56 +0000 (20:25 +0000)]
2005-09-14  Jerry DeLisle  <jvdelisle@verizon.net>

PR fortran/21875 Internal Unit Array I/O, NIST
* gfortran.dg/arrayio_1.f90: New test.
* gfortran.dg/arrayio_1.f90: New test.
* gfortran.dg/arrayio_1.f90: New test.
* gfortran.dg/arrayio_1.f90: New test.
* gfortran.dg/arrayio_1.f90: New test.

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

18 years ago2005-09-14 Paul Thomas <pault@gcc.gnu.org>
jvdelisle [Wed, 14 Sep 2005 20:19:37 +0000 (20:19 +0000)]
2005-09-14  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/21875 Internal Unit Array I/O, NIST
* fortran/trans-io.c (gfc_build_io_library_fndecls): Add field for
array descriptor to IOPARM structure.
* fortran/trans-io.c (set_internal_unit): New function to generate code
to store the character (array) and the character length for an internal
unit.
* fortran/trans-io (build_dt): Use the new function set_internal_unit.

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

18 years ago2005-09-14 Jerry DeLisle <jvdelisle@verizon.net
jvdelisle [Wed, 14 Sep 2005 20:18:19 +0000 (20:18 +0000)]
2005-09-14  Jerry DeLisle  <jvdelisle@verizon.net

PR fortran/21875 Internal Unit Array I/O, NIST
* libgfortran.h: Add run time error code for array stride.
* runtime/error.c (translate_error): Add error message for
array stride.
* io/io.h: Add array descriptor pointer to IOPARM structure.
Add prtotypes for two new functions.
* io/transfer.c (data_transfer_init): Removed initialization and
moved to unit.c (get_unit)
* io/transfer.c (next_record_r): Include internal unit read
functionality.
* io/transfer.c (next_record_w): Include internal unit write
functionality, including padding of character array records.
* io/unit.c (get_array_unit_len): New function to return the number
of records in the character array 'file' from the array descriptor.
* io/unit.c (get_unit): Gathered initialization code from
init_data_transfer for internal units and added initialization of
character array unit.
* io/unit.c (is_array_io): New function to determine if internal unit
is an array.
* io/unix.c (mem_alloc_w_at): Add error checks for bad record length
and end of file.

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

18 years ago * tree.c (substitute_in_expr, case 4): New case, for ARRAY_REF.
ebotcazou [Wed, 14 Sep 2005 15:04:56 +0000 (15:04 +0000)]
* tree.c (substitute_in_expr, case 4): New case, for ARRAY_REF.

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

18 years ago2005-09-14 Uros Bizjak <uros@kss-loka.si>
dorit [Wed, 14 Sep 2005 09:27:01 +0000 (09:27 +0000)]
2005-09-14  Uros Bizjak  <uros@kss-loka.si>

        PR middle-end/22480
        * tree-vect-transform.c (vectorizable_operation): Return false for
        scalar shift operations and for vector shift operations with
        non-invariant shift arguments.  Use scalar tree operand op1 as
        a shift operand when vector shift insn pattern uses scalar shift
        operand.
        * Makefile.in (tree-vect-transform.o): Depend on recog.h.

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

18 years ago * gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized
hainque [Wed, 14 Sep 2005 06:59:10 +0000 (06:59 +0000)]
* gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized
value if it has side-effects.

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

18 years ago2005-09-13 Paul Thomas <pault@gcc.gnu.org>
pault [Wed, 14 Sep 2005 05:12:04 +0000 (05:12 +0000)]
2005-09-13  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/19358
* trans-array.c (gfc_trans_dummy_array_bias): correct the typo
which uses dim[i].upper for lbound, rather than dim[i].lower.

2005-09-13  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/19358
* gfortran.fortran-torture/assumed_dummy_1.f90: New test.

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

18 years ago2005-09-13 Jonathan Wakely <cow@compsoc.man.ac.uk>
bkoz [Wed, 14 Sep 2005 03:22:17 +0000 (03:22 +0000)]
2005-09-13  Jonathan Wakely  <cow@compsoc.man.ac.uk>
    Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/21674
* testsuite/21_strings/basic_string/element_access/char/21674.cc: New.
* testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc:
New.

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

18 years ago PR target/22068
dje [Wed, 14 Sep 2005 01:12:43 +0000 (01:12 +0000)]
    PR target/22068
        * config/rs6000/rs6000.md (muldi3): Add mulli alternative.

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

18 years ago PR c++/23180
jconner [Wed, 14 Sep 2005 00:25:01 +0000 (00:25 +0000)]
    PR c++/23180
        * g++.dg/init/struct2.C: New test.
        * g++.dg/init/struct3.C: New test.

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

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

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

18 years ago * gcc.dg/pr15784-4.c, gcc.dg/pr20130-1.c, gcc.dg/ucnid-6.c:
janis [Tue, 13 Sep 2005 23:46:26 +0000 (23:46 +0000)]
* gcc.dg/pr15784-4.c, gcc.dg/pr20130-1.c, gcc.dg/ucnid-6.c:
Clean up temp files.
* gcc.dg/tree-ssa/20030821-1.c, gcc.dg/tree-ssa/20040514-2.c,
gcc.dg/tree-ssa/builtin-fprintf-1.c,
gcc.dg/tree-ssa/builtin-fprintf-chk-1.c,
gcc.dg/tree-ssa/builtin-printf-1.c,
gcc.dg/tree-ssa/builtin-printf-chk-1.c,
gcc.dg/tree-ssa/builtin-vfprintf-1.c,
gcc.dg/tree-ssa/builtin-vfprintf-chk-1.c,
gcc.dg/tree-ssa/builtin-vprintf-1.c,
gcc.dg/tree-ssa/builtin-vprintf-chk-1.c, gcc.dg/tree-ssa/ltrans-8.c,
gcc.dg/tree-ssa/pr19055-2.c, gcc.dg/tree-ssa/pr19055.c,
gcc.dg/tree-ssa/pr21985.c: Clean up dump files.
* gcc.dg/vect/fast-math-vect-reduc-5.c, gcc.dg/vect/pr22506.c,
gcc.dg/vect/trapv-vect-reduc-4.c, gcc.dg/vect/vect-116.c,
gcc.dg/vect/vect-reduc-6.c, gcc.dg/vect/vect-reduc-7.c,
gcc.dg/vect/vect-reduc-8.c, gcc.dg/vect/vect-reduc-9.c,
gcc.dg/vect/vect-shift-1.c: Clean up .vect files.

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

18 years ago * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Treat function name
amodra [Tue, 13 Sep 2005 23:29:31 +0000 (23:29 +0000)]
* config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Treat function name
passed as NAME as if it were label at start of function code.

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

18 years ago * lib/gcc-dg.exp: Load scanipa.exp.
jconner [Tue, 13 Sep 2005 23:27:25 +0000 (23:27 +0000)]
    * lib/gcc-dg.exp: Load scanipa.exp.
        (cleanup-dump): New procedure.
        (cleanup-rtl-dump, cleanup-tree-dump, cleanup-ipa-dump): Use it.
        * lib/scandump.exp: New file.
        * lib/scantree.exp: Use it.
        * lib/scanipa.exp: New file.

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