]> gcc.gnu.org Git - gcc.git/log
gcc.git
19 years ago[multiple changes]
Paolo Carlini [Mon, 6 Jun 2005 16:59:55 +0000 (16:59 +0000)]
[multiple changes]

2005-06-06  Paolo Carlini  <pcarlini@suse.de>

        Port from libstdcxx_so_7-branch:
2004-09-24  Paolo Carlini  <pcarlini@suse.de>
    Jonathan Wakely  <redi@gcc.gnu.org>

* include/bits/stl_list.h (list::list(size_type, value_type,
const allocator_type&): Implement according to the letter of the
standard, i.e., don't use two overloads, not equivalent in case
of non default constructible T.
(list::resize(size_type, const value_type&)): Fix the signature:
according to the standard the second argument is by value; also,
don't use two overloads.
* include/bits/list.tcc (list::resize(size_type, const value_type&)):
Adjust consistently the signature.
* include/bits/stl_deque.h (deque::deque(size_type, value_type,
const allocator_type&)): Likewise.
(deque::resize(size_type, const value_type&)): Likewise.
* include/bits/stl_vector.h (vector::vector(size_type, value_type,
const allocator_type&)): Likewise.
(vector::resize(size_type, const value_type&)): Likewise.
* testsuite/testsuite_hooks.h: Add NonDefaultConstructible test type.
* testsuite/23_containers/deque/explicit_instantiation/2.cc: New.
* testsuite/23_containers/list/explicit_instantiation/2.cc: New.
* testsuite/23_containers/map/explicit_instantiation/2.cc: New.
* testsuite/23_containers/multimap/explicit_instantiation/2.cc: New.
* testsuite/23_containers/multiset/explicit_instantiation/2.cc: New.
* testsuite/23_containers/set/explicit_instantiation/2.cc: New.
* testsuite/23_containers/vector/explicit_instantiation/2.cc: New.

* include/bits/deque.tcc: Minor formatting fix.

From-SVN: r100668

19 years agox86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Guard with HAVE_GAS_MAX_SKIP_P2ALIGN.
Rainer Orth [Mon, 6 Jun 2005 14:45:29 +0000 (14:45 +0000)]
x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Guard with HAVE_GAS_MAX_SKIP_P2ALIGN.

* config/i386/x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Guard with
HAVE_GAS_MAX_SKIP_P2ALIGN.
(HAVE_AS_DWARF2_DEBUG_LINE): Remove.

From-SVN: r100665

19 years agore PR c++/20637 (Confusing message with different using declarations)
Nathan Sidwell [Mon, 6 Jun 2005 14:18:22 +0000 (14:18 +0000)]
re PR c++/20637 (Confusing message with different using declarations)

cp:
PR c++/20637
* cp-tree.h (add_method): Add using_decl parameter.
* class.c (add_method): Add using_decl parameter.  Adjust error
messages.
(handle_using_decl): Pass the using decl to add_method.
(clone_function_decl): Adjust add_member calls.
* decl2.c (check_classfn): Likewise.
* method.c (lazily_declare_fn): Likewise.
* semantics.c (finish_member_declaration): Likewise.

* method.c (synthesize_method): Use inform, not warning.
testsuite:
PR c++/20637
* g++.dg/inherit/using4.C: New.
* g++.dg/overload/error1.C: Adjust expected errors.
* g++.old-deja/g++.benjamin/warn02.C: Likewise.
* g++.old-deja/g++.brendan/arm2.C: Likewise.
* g++.old-deja/g++.other/redecl2.C: Likewise.
* g++.old-deja/g++.other/redecl4.C: Likewise.
* g++.old-deja/g++.pt/memtemp78.C: Likewise.

From-SVN: r100664

19 years agoMakefile.in (mips-tfile.o): Add $(srcdir)/../include prefix to getopt.h dependency.
Rainer Orth [Mon, 6 Jun 2005 14:08:35 +0000 (14:08 +0000)]
Makefile.in (mips-tfile.o): Add $(srcdir)/../include prefix to getopt.h dependency.

* Makefile.in (mips-tfile.o): Add $(srcdir)/../include prefix to
getopt.h dependency.
(mips-tdump.o): Likewise.

From-SVN: r100663

19 years agopredict.c (tree_predict_edge): Don't drop useless predictions; check that it is not...
Jan Hubicka [Mon, 6 Jun 2005 12:31:35 +0000 (14:31 +0200)]
predict.c (tree_predict_edge): Don't drop useless predictions; check that it is not called too late in the game.

* predict.c (tree_predict_edge): Don't drop useless predictions;
check that it is not called too late in the game.
(gate_estimate_probability): New gate.
(pass_profile): Gate.
* tree-mudflap.c (mf_build_check_statement_for): Do not drop
predictions; update CFG instead.
* cfgrtl.c (rtl_verify_flow_info): Check that predcitions are consumed.

From-SVN: r100662

19 years ago* config-lang.in (target_libs): Remove target-gperf.
Hans-Peter Nilsson [Mon, 6 Jun 2005 11:25:40 +0000 (13:25 +0200)]
* config-lang.in (target_libs): Remove target-gperf.

From-SVN: r100659

19 years agostl_function.h: ...
Peter Doerfler [Mon, 6 Jun 2005 10:00:34 +0000 (10:00 +0000)]
stl_function.h: ...

2005-06-06  Peter Doerfler  <doerfler@techinfo.rwth-aachen.de>

* include/bits/stl_function.h: ... and another one.

From-SVN: r100657

19 years agoAdd bfin-uclinux configuration.
Jie Zhang [Mon, 6 Jun 2005 09:46:39 +0000 (09:46 +0000)]
Add bfin-uclinux configuration.

From-SVN: r100656

19 years agostl_function.h: Fix typo in comment.
Peter Doerfler [Mon, 6 Jun 2005 09:21:07 +0000 (09:21 +0000)]
stl_function.h: Fix typo in comment.

2005-06-06  Peter Doerfler  <doerfler@techinfo.rwth-aachen.de>

* include/bits/stl_function.h: Fix typo in comment.

From-SVN: r100654

19 years agonatPlainSocketImplPosix.cc (setOption): Fix case fall-through bug.
Anthony Green [Mon, 6 Jun 2005 06:17:28 +0000 (06:17 +0000)]
natPlainSocketImplPosix.cc (setOption): Fix case fall-through bug.

2005-06-05  Anthony Green  <green@redhat.com>

        * gnu/java/net/natPlainSocketImplPosix.cc (setOption): Fix case
        fall-through bug.

From-SVN: r100650

19 years agobtest-gcc.sh: Don't pass --with-newlib when target is "*-linux*".
Hans-Peter Nilsson [Mon, 6 Jun 2005 05:59:07 +0000 (05:59 +0000)]
btest-gcc.sh: Don't pass --with-newlib when target is "*-linux*".

* btest-gcc.sh <Build>: Don't pass --with-newlib when target is
"*-linux*".

From-SVN: r100649

19 years ago* btest-gcc.sh (TESTLOGS): Make libstdc++.sum optional.
Hans-Peter Nilsson [Mon, 6 Jun 2005 05:57:03 +0000 (05:57 +0000)]
* btest-gcc.sh (TESTLOGS): Make libstdc++.sum optional.

From-SVN: r100648

19 years ago* doc/md.texi (Insn Splitting): Fix some wording.
Ben Elliston [Mon, 6 Jun 2005 03:57:36 +0000 (03:57 +0000)]
* doc/md.texi (Insn Splitting): Fix some wording.

From-SVN: r100647

19 years agof2c_5.f90: Add -w to dg-options
David Billinghurst [Mon, 6 Jun 2005 03:00:10 +0000 (03:00 +0000)]
f2c_5.f90: Add -w to dg-options

2005-06-05  David Billinghurst  <David.Billinghurst@riotinto.com>

* gfortran.dg/f2c_5.f90: Add -w to dg-options

From-SVN: r100646

19 years agors6000.c (rs6000_emit_swdivsf): New function.
David Edelsohn [Mon, 6 Jun 2005 02:32:27 +0000 (02:32 +0000)]
rs6000.c (rs6000_emit_swdivsf): New function.

        * config/rs6000/rs6000.c (rs6000_emit_swdivsf): New function.
        (rs6000_emit_swdivdf): New function.
        * config/rs6000/rs6000.md (fres): New pattern.
        (divsf3): Add approximation through rs6000_emit_swdivsf.
        (fred): New pattern.
        (divdf3): Add approximation through rs6000_emit_swdivdf.
        * config/rs6000/rs6000-protos.h (rs6000_emit_swdivsf): Declare.
        (rs6000_emit_swdivdf): Declare.
        * config/rs6000/rs6000.opt (mswdiv): New option.
        * doc/invoke.texi (RS/6000 and PowerPC Options): Document mswdiv.

From-SVN: r100645

19 years agoDaily bump.
GCC Administrator [Mon, 6 Jun 2005 00:16:21 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r100643.2

19 years agogfortran.exp (gfortran_target_compile): Call dg-additional-files-options
David Billinghurst [Sun, 5 Jun 2005 23:42:19 +0000 (23:42 +0000)]
gfortran.exp (gfortran_target_compile): Call dg-additional-files-options

2005-06-05  David Billinghurst  <David.Billinghurst@riotinto.com>

* lib/gfortran.exp (gfortran_target_compile): Call
dg-additional-files-options
* gfortran.dg/f2c_4.f90: New file
* gfortran.dg/f2c_4.c: New file
* gfortran.dg/f2c_5.f90: New file
* gfortran.dg/f2c_5.c: New file

From-SVN: r100641

19 years agoacinclude.m4 ([GLIBCXX_ENABLE_C99]): Check clog, clogf, clogl too for ac_c99_complex.
Paolo Carlini [Sun, 5 Jun 2005 21:58:52 +0000 (21:58 +0000)]
acinclude.m4 ([GLIBCXX_ENABLE_C99]): Check clog, clogf, clogl too for ac_c99_complex.

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

* acinclude.m4 ([GLIBCXX_ENABLE_C99]): Check clog, clogf, clogl
too for ac_c99_complex.
* configure: Regenerate.

From-SVN: r100639

19 years ago* gennews (files): Update for egcs-1.0 release pages consolidation.
Gerald Pfeifer [Sun, 5 Jun 2005 20:35:21 +0000 (20:35 +0000)]
* gennews (files): Update for egcs-1.0 release pages consolidation.

From-SVN: r100636

19 years ago* gfortran.dg/forall_1.f90: Set previously uninitialized variable.
Tobias Schlüter [Sun, 5 Jun 2005 18:49:22 +0000 (20:49 +0200)]
* gfortran.dg/forall_1.f90: Set previously uninitialized variable.

From-SVN: r100632

19 years agore PR middle-end/21846 (segfault in fold_binary compiling vpr with -O2 -funroll-loops)
Zdenek Dvorak [Sun, 5 Jun 2005 18:07:43 +0000 (20:07 +0200)]
re PR middle-end/21846 (segfault in fold_binary compiling vpr with -O2 -funroll-loops)

PR tree-optimization/21846
* tree-cfg.c (replace_uses_by): Update information stored at loops.
* tree-flow.h (substitute_in_loop_info): Declare.
* tree-scalar-evolution.c (initialize_scalar_evolutions_analyzer):
Ensure that chrec_dont_know and chrec_known have a type.
* tree-ssa-loop-niter.c (substitute_in_loop_info): New function.

From-SVN: r100631

19 years agore PR fortran/21912 (Wrong implied do-loop)
Tobias Schlüter [Sun, 5 Jun 2005 18:03:47 +0000 (20:03 +0200)]
re PR fortran/21912 (Wrong implied do-loop)

fortran/
PR fortran/21912
* trans-array.c (gfc_trans_array_constructor_value): Slightly reorder.
Generate correct exit condition in case of negative steps in
implied-do loops.
testsuite/
PR fortran/21912
* gfortran.dg/array_constructor_4.f90: New test.

From-SVN: r100630

19 years agore PR c++/21619 (__builtin_constant_p(&"Hello"[0])?1:-1 not compile-time constant)
Mark Mitchell [Sun, 5 Jun 2005 16:33:43 +0000 (16:33 +0000)]
re PR c++/21619 (__builtin_constant_p(&"Hello"[0])?1:-1 not compile-time constant)

PR c++/21619
* cp-tree.h (DECL_IS_BUILTIN_CONSTANT_P): New macro.
* parser.c (cp_parser_postfix_expression): Allow non-constant
expressions as arguments to __builtin_constant_p.
* tree.c (builtin_valid_in_constant_expr_p): Use
DECL_IS_BUILTIN_CONSTANT_P.

PR c++/21619
* g++.dg/ext/builtin9.C: New test.

From-SVN: r100626

19 years agoremoving
Dale Johannesen [Sun, 5 Jun 2005 16:20:14 +0000 (16:20 +0000)]
removing

From-SVN: r100625

19 years agoRemoving
Dale Johannesen [Sun, 5 Jun 2005 16:19:58 +0000 (16:19 +0000)]
Removing

From-SVN: r100624

19 years ago20050603-1.c: Move to gcc.dg.
Dale Johannesen [Sun, 5 Jun 2005 16:18:12 +0000 (16:18 +0000)]
20050603-1.c: Move to gcc.dg.

2005-06-05  Dale Johannesen  <dalej@apple.com>

* gcc.c-torture/execute/20050603-1.c:  Move to gcc.dg.
* gcc.c-torture/execute/20050603-2.c:  Ditto.

From-SVN: r100623

19 years agoinvoke.texi: Fix description of flags required for compatibility with g77.
Tobias Schlüter [Sun, 5 Jun 2005 13:13:09 +0000 (15:13 +0200)]
invoke.texi: Fix description of flags required for compatibility with g77.

* invoke.texi: Fix description of flags required for compatibility
with g77.

From-SVN: r100621

19 years agoi386.c (x86_use_loop): Remove.
Steven Bosscher [Sun, 5 Jun 2005 10:58:34 +0000 (10:58 +0000)]
i386.c (x86_use_loop): Remove.

* config/i386/i386.c (x86_use_loop): Remove.
* config/i386/i386.h (x86_use_loop): Remove extern decl.
(TARGET_USE_LOOP): Remove.
* config/i386/i386.md (doloop_end, doloop_end_internal): Remove.
Also remove related define_splits.

From-SVN: r100618

19 years agotree-flow.h (stmt_ann_d): Move aux to ...
Dorit Nuzman [Sun, 5 Jun 2005 09:54:20 +0000 (09:54 +0000)]
tree-flow.h (stmt_ann_d): Move aux to ...

        * tree-flow.h (stmt_ann_d): Move aux to ...
        (tree_ann_common_d): ... here.
        * tree-ssa-loop-im.c (LIM_DATA, determine_invariantness_stmt,
        move_computations_stmt, schedule_sm): Update references to
        aux.
        * tree-vectorizer.h (set_stmt_info, vinfo_for_stmt): Likewise.
        * tree-vect-transform.c (vect_create_index_for_vector_ref): Update
        call to set_stmt_info.
        (vect_transform_loop): Likewise.
        * tree-vectorizer.c (new_loop_vec_info, destroy_loop_vec_info):
        Likewise.

        * tree-vect-analyze.c (vect_analyze_scalar_cycles): Made void instead of
        bool.
        (vect_mark_relevant): Takes two additional arguments - live_p and
        relevant_p. Set RELEVANT_P and LIVE_P according to these arguments.
        (vect_stmt_relevant_p): Differentiate between a live stmt and a
        relevant stmt. Return two values = live_p and relevant_p.
        (vect_mark_stmts_to_be_vectorized): Call vect_mark_relevant and
        vect_stmt_relevant_p with additional arguments. Phis are no longer
        put into the worklist (analyzed seperately in analyze_scalar_cycles).
        (vect_determine_vectorization_factor): Also check for LIVE_P, because a
        stmt that is marked as irrelevant and live, cause it's only used out
        side the loop, may need to be vectorized (e.g. reduction).
        (vect_analyze_operations): Examine phis. Call
        vectorizable_live_operation for for LIVE_P stmts. Check if
        need_to_vectorize.
        (vect_analyze_scalar_cycles): Update documentation. Don't fail
        vectorization - just classify the scalar cycles created by the loop
        phis. Call vect_is_simple_reduction.
        (vect_analyze_loop): Call to analyze_scalar_cycles moved earlier.
        * tree-vect-transform.c (vect_create_index_for_vector_ref): Update
        call to set_stmt_info.
        (vect_get_vec_def_for_operand): Code reorganized - the code that
        classifies the type of use was factored out to vect_is_simple_use.
        (vectorizable_store, vect_is_simple_cond): Call vect_is_simple_use with
        additional arguments.
        (vectorizable_assignment): Likewise. Also make sure the stmt is relevant
        and computes a loop_vec_def.
        (vectorizable_operation, vectorizable_load, vectorizable_condition):
        Likewise.
        (vectorizable_live_operation): New.
        (vect_transform_stmt): Handle LIVE_P stmts.
        * tree-vectorizer.c (new_stmt_vec_info): Initialize the new fields
        STMT_VINFO_LIVE_P and STMT_VINFO_DEF_TYPE.
        (new_loop_vec_info, destroy_loop_vec_info): Also handle phis.
        (vect_is_simple_use): Determine the type of the def and return it
        in a new function argument. Consider vect_reduction_def and
        vect_induction_def, but for now these are not supported.
        (vect_is_simple_reduction): New. Empty for now.
        * tree-vectorizer.h (vect_def_type): New enum type.
        (_stmt_vec_info): Added new fields - live and _stmt_vec_info.
        (STMT_VINFO_LIVE_P, STMT_VINFO_DEF_TYPE): New accessor macros.
        (vect_is_simple_use): New arguments added to function declaration.
        (vect_is_simple_reduction): New function declaration.
        (vectorizable_live_operation): New function declaration.

        * tree-vect-analyze.c (vect_can_advance_ivs_p): Add debug printout.
        (vect_can_advance_ivs_p): Likewise.
        * tree-vect-transform.c (vect_update_ivs_after_vectorizer): Likewise.

From-SVN: r100617

19 years agomips.c (mips_rtx_costs): Remove unused variable.
Eric Christopher [Sun, 5 Jun 2005 08:12:04 +0000 (08:12 +0000)]
mips.c (mips_rtx_costs): Remove unused variable.

2005-06-05  Eric Christopher  <echristo@redhat.com>

* config/mips/mips.c (mips_rtx_costs): Remove unused variable.

From-SVN: r100613

19 years agore PR target/21914 (mmix-knuth-mmixware testsuite failure: compile/20030703-1.c)
Hans-Peter Nilsson [Sun, 5 Jun 2005 07:54:50 +0000 (07:54 +0000)]
re PR target/21914 (mmix-knuth-mmixware testsuite failure: compile/20030703-1.c)

PR target/21914
* config/mmix/mmix.md ("*movdicc_real_foldable")
("*movdfcc_real_foldable", "*bCC_foldable")
("*bCC_inverted_foldable"): Specify DImode for register being
compared.

From-SVN: r100612

19 years ago20050603-1.c: New.
Dale Johannesen [Sun, 5 Jun 2005 01:22:31 +0000 (01:22 +0000)]
20050603-1.c: New.

2005-06-04  Dale Johannesen  <dalej@apple.com>

        * gcc.c-torture/execute/20050603-1.c:  New.
        * gcc.c-torture/execute/20050603-2.c:  New.
        * gcc.dg/20050603-3.c:  New.

From-SVN: r100611

19 years agoDaily bump.
GCC Administrator [Sun, 5 Jun 2005 00:16:12 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r100609.2

19 years agoconfigure.in: Fix typo in handling of --with-mpfr-dir.
Tobias Schlüter [Sat, 4 Jun 2005 22:30:56 +0000 (00:30 +0200)]
configure.in: Fix typo in handling of --with-mpfr-dir.

* configure.in: Fix typo in handling of --with-mpfr-dir.
* configure: Regenerate.

From-SVN: r100605

19 years agoAdd PR to ChangeLog
Tobias Schlüter [Sat, 4 Jun 2005 22:22:39 +0000 (00:22 +0200)]
Add PR to ChangeLog

From-SVN: r100604

19 years agore PR fortran/19195 (gfortran: ICE in final_scan_insn, at final.c:1843)
Tobias Schlüter [Sat, 4 Jun 2005 22:20:58 +0000 (00:20 +0200)]
re PR fortran/19195 (gfortran: ICE in final_scan_insn, at final.c:1843)

fortran/
2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
Erik Schnetter  <schnetter@aei.mpg.de>

PR fortran/19195
* trans.c (gfc_get_backend_locus): Remove unnecessary adjustment,
remove FIXME comment.

testsuite/
2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>

PR fortran/19195
* gfortran.dg/debug_1.f90: New test.

Co-Authored-By: Erik Schnetter <schnetter@aei.mpg.de>
From-SVN: r100603

19 years agoreg-stack.c (struct block_info_def): Correct grammar typo.
Roger Sayle [Sat, 4 Jun 2005 22:05:35 +0000 (22:05 +0000)]
reg-stack.c (struct block_info_def): Correct grammar typo.

* reg-stack.c (struct block_info_def): Correct grammar typo.
(compensate_edge): Clean-up.  Perform as little work as possible
when src and dest stacks match.  Avoid modifying block_info.
Reorder and simplify assertion checks.  Avoid unnecessary copying
of regstack structure.
(convert_regs_1): Set the done flag here...
(convert_regs_2): ... instead of here.

From-SVN: r100602

19 years agors6000.c (no_global_regs_above): New.
Dale Johannesen [Sat, 4 Jun 2005 21:32:40 +0000 (21:32 +0000)]
rs6000.c (no_global_regs_above): New.

2005-06-04  Dale Johannesen  <dalej@apple.com>

        * config/rs6000/rs6000.c (no_global_regs_above): New.
        (rs6000_emit_prologue):  Use it; cosmetic formatting fixes.
        (rs6000_emit_epilogue):  Use it; cosmetic formatting fixes.
        (rs6000_conditional_register_usage): Don't put Darwin PIC
        register in global_regs.
        (rs6000_stack_info):  Don't set lr_save_p just because Darwin
        PIC reg used.
        (rs6000_emit_prologue):  Save LR in R0 around Darwin PIC setup,
        if not done by lr_save_p.
        * config/rs6000/rs6000.md (insnv1_internal1):  Back out 05-18 patch.
        Use rotate instead of ashift.
        (call_indirect_nonlocal_sysv):  Prefer CTR to LR.
        (call_value_indirect_nonlocal_sysv):  Ditto.

From-SVN: r100601

19 years agocgraphunit.c (cgraph_reset_node): Break out from ...
Jan Hubicka [Sat, 4 Jun 2005 20:23:13 +0000 (22:23 +0200)]
cgraphunit.c (cgraph_reset_node): Break out from ...

* cgraphunit.c (cgraph_reset_node): Break out from ...
(cgraph_finalize_function): ... here.
(cgraph_finalize_compilation_unit): Reset nodes where backend
removed the body.

From-SVN: r100599

19 years agore PR target/21888 (bootstrap failure with linker relaxation enabled)
Richard Henderson [Sat, 4 Jun 2005 19:23:53 +0000 (12:23 -0700)]
re PR target/21888 (bootstrap failure with linker relaxation enabled)

        PR target/21888
        * config/alpha/alpha.c (alpha_align_insns): Don't insert nops
        until we've passed initial ldgp.

From-SVN: r100596

19 years agocfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.
Daniel Berlin [Sat, 4 Jun 2005 17:22:21 +0000 (17:22 +0000)]
cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.

2005-06-01  Daniel Berlin  <dberlin@dberlin.org>

* cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.
* dwarf2out.c (loc_descriptor_from_tree_1): Ditto.
* expr.c (expand_var): Ditto.
* function.c (gimplify_parameters): Use SET_DECL_VALUE_EXPR too.
* gimplify.c (gimplify_decl_expr): Ditto.
(gimplify_expr): Ditto.
* tree-mudflap.c (mf_decl_eligible_p): Use DECL_HAS_VALUE_EXPR_P.
* tree.c (value_expr_for_decl): New.
(print_value_expr_statistics): New.
(init_ttree): Init value_expr_for_decl.
(decl_value_expr_lookup): New.
(decl_value_expr_insert): Ditto.
(copy_node_stat): Copy DECL_VALUE_EXPR status.
* tree.h (DECL_VALUE_EXPR): Use hashtable.
(SET_DECL_VALUE_EXPR): New.
(DECL_HAS_VALUE_EXPR_P): New.

From-SVN: r100592

19 years agolcm.c: Move all mode-switching related functions from here...
Steven Bosscher [Sat, 4 Jun 2005 17:07:57 +0000 (17:07 +0000)]
lcm.c: Move all mode-switching related functions from here...

* lcm.c: Move all mode-switching related functions from here...
* mode-switching.c: ...to this new file.
* doc/passes.texi: Update accordingly.

* basic-block.h (label_value_list): Remove extern decl.
* cfgrtl.c (label_value_list): Remove.
(can_delete_label_p): Don't look at it.
* cfgcleanup.c (cleanup_cfg): Don't free it.

* common.opt: Don't refer to non-existing flag_alias_check.

From-SVN: r100591

19 years ago* config/rs6000/aix52.h (ASM_CPU_SPEC): Add power5.
David Edelsohn [Sat, 4 Jun 2005 15:35:50 +0000 (15:35 +0000)]
* config/rs6000/aix52.h (ASM_CPU_SPEC): Add power5.

From-SVN: r100589

19 years agofunction.c (prologue, [...]): Change their types to VEC(int,heap)*.
Kazu Hirata [Sat, 4 Jun 2005 14:02:35 +0000 (14:02 +0000)]
function.c (prologue, [...]): Change their types to VEC(int,heap)*.

* function.c (prologue, epilogue, sibcall_epilogue): Change
their types to VEC(int,heap)*.
(free_after_compilation): Free the three vectors above.
(init_function_for_compilation, record_insns, contains,
prologue_epilogue_contains, sibcall_epilogue_contains,
reposition_prologue_and_epilogue_notes): Use VEC instead of
VARRAY.  (init_function_once): Remove.
* function.h: Remove the prototype for init_function_once.
* toplev.c (backend_init): Don't call init_function_once.

From-SVN: r100588

19 years agoUpdate copyright year.
Anthony Green [Sat, 4 Jun 2005 11:39:12 +0000 (11:39 +0000)]
Update copyright year.

From-SVN: r100585

19 years agoURLClassLoader.java: import gnu.gcj.Core, and gnu.java.net.protocol.core.CoreInputStream.
Anthony Green [Sat, 4 Jun 2005 11:23:29 +0000 (11:23 +0000)]
URLClassLoader.java: import gnu.gcj.Core, and gnu.java.net.protocol.core.CoreInputStream.

2005-06-04  Anthony Green  <green@redhat.com>

        * java/net/URLClassLoader.java: import gnu.gcj.Core,
        and gnu.java.net.protocol.core.CoreInputStream.
        (CureURLLoader): New class.
        (CoreResource): New class.
        (addURLImpl): Add special treatment for the "core" protocol.
        * gnu/gcj/natCore.cc (find): New method.
        * gnu/gcj/Core.java (find): New method.

From-SVN: r100582

19 years agopredict.c (tree_predict_edge): Do not predict entry edge and single succestor edge.
Jan Hubicka [Sat, 4 Jun 2005 11:00:57 +0000 (13:00 +0200)]
predict.c (tree_predict_edge): Do not predict entry edge and single succestor edge.

* predict.c (tree_predict_edge): Do not predict entry edge and
single succestor edge.

From-SVN: r100581

19 years agomatch.c (match_forall_iterator): Don't immediately give error if '=' is not followed...
Tobias Schlüter [Sat, 4 Jun 2005 10:35:00 +0000 (12:35 +0200)]
match.c (match_forall_iterator): Don't immediately give error if '=' is not followed by an expression.

fortran/
* match.c (match_forall_iterator): Don't immediately give error if '='
is not followed by an expression.
testsuite/
* gfortran.dg/forall_1.f90: New test.

Co-Authored-By: Erik Edelmann <erik.edelmann@iki.fi>
From-SVN: r100580

19 years agoarray.c (gfc_match_array_constructor): Disallow empty array constructor.
Tobias Schlüter [Sat, 4 Jun 2005 10:26:57 +0000 (12:26 +0200)]
array.c (gfc_match_array_constructor): Disallow empty array constructor.

fortran/
2005-06-03  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
Erik Edelmann  <erik.edelmann@iki.fi>

* array.c (gfc_match_array_constructor): Disallow empty array
constructor.
testsuite/
2005-06-04  Erik Edelmann  <erik.edelmann@iki.fi>

* gfortran.dg/array_constructor_3.f90: New test.

From-SVN: r100579

19 years ago* gfortran.dg/ret_pointer_1.f90: Un-XFAIL.
Tobias Schlüter [Sat, 4 Jun 2005 10:10:32 +0000 (12:10 +0200)]
* gfortran.dg/ret_pointer_1.f90: Un-XFAIL.

From-SVN: r100578

19 years ago* MAINTAINERS: Update my email address.
Richard Sandiford [Sat, 4 Jun 2005 06:23:19 +0000 (06:23 +0000)]
* MAINTAINERS: Update my email address.

From-SVN: r100577

19 years agointrinsic.texi: Add documentation for command_argument_count...
Jerry DeLisle [Sat, 4 Jun 2005 04:31:34 +0000 (04:31 +0000)]
intrinsic.texi: Add documentation for command_argument_count...

2005-06-03  Jerry DeLisle <jvdelisle@verizon.net>

* fortran/intrinsic.texi: Add documentation for
command_argument_count, conjg, dconjg, count,
cpu_time, cshift, date_and_time, dble, dfloat.

From-SVN: r100575

19 years ago* g++.dg/opt/crossjump1.C: Gate -fPIC usage on target fpic.
Hans-Peter Nilsson [Sat, 4 Jun 2005 03:24:39 +0000 (03:24 +0000)]
* g++.dg/opt/crossjump1.C: Gate -fPIC usage on target fpic.

From-SVN: r100574

19 years agore PR c/21873 (infinite warning loop on bad array initializer)
Joseph Myers [Sat, 4 Jun 2005 01:34:47 +0000 (02:34 +0100)]
re PR c/21873 (infinite warning loop on bad array initializer)

PR c/21873
* c-typeck.c (push_init_level): Don't pop levels without braces if
implicit == 1.

testsuite:
* gcc.dg/init-excess-1.c: New test.

From-SVN: r100571

19 years agoDaily bump.
GCC Administrator [Sat, 4 Jun 2005 00:16:26 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r100569.2

19 years agoc-parser.c (c_parser_parms_declarator): Don't use chainon().
Geoffrey Keating [Sat, 4 Jun 2005 00:06:22 +0000 (00:06 +0000)]
c-parser.c (c_parser_parms_declarator): Don't use chainon().

* c-parser.c (c_parser_parms_declarator): Don't use chainon().
(c_parser_expr_list): Don't use chainon().

From-SVN: r100567

19 years agotree-data-ref.c (compute_self_dependence): New function.
Sebastian Pop [Fri, 3 Jun 2005 23:27:03 +0000 (01:27 +0200)]
tree-data-ref.c (compute_self_dependence): New function.

2005-06-03  Sebastian Pop  <pop@cri.ensmp.fr>

* tree-data-ref.c (compute_self_dependence): New function.
(compute_all_dependences): Use it.

From-SVN: r100565

19 years agore PR c++/21853 (constness of pointer to data member ignored)
Mark Mitchell [Fri, 3 Jun 2005 23:22:11 +0000 (23:22 +0000)]
re PR c++/21853 (constness of pointer to data member ignored)

PR c++/21853
* typeck.c (casts_away_constness_r): Do not drop cv-qualifiers on
the pointed-to type for a pointer-to-member.

PR c++/21853
* g++.dg/expr/static_cast6.C: New test.

From-SVN: r100560

19 years agodarwin.h (LINK_SPEC): Pass -syslibroot to linker when -isysroot passed.
Geoffrey Keating [Fri, 3 Jun 2005 23:21:19 +0000 (23:21 +0000)]
darwin.h (LINK_SPEC): Pass -syslibroot to linker when -isysroot passed.

* config/darwin.h (LINK_SPEC): Pass -syslibroot to linker
when -isysroot passed.

From-SVN: r100559

19 years agore PR c/21879 (Memory management problem)
Joseph Myers [Fri, 3 Jun 2005 22:25:13 +0000 (23:25 +0100)]
re PR c/21879 (Memory management problem)

PR c/21879
* c-decl.c (start_function): Restore label_context_stack_se and
label_context_stack_vm  if returning with an error.

From-SVN: r100557

19 years ago* gnu/classpath/jdwp/transport/TransportFactory.java: New file.
Keith Seitz [Fri, 3 Jun 2005 22:21:52 +0000 (22:21 +0000)]
* gnu/classpath/jdwp/transport/TransportFactory.java: New file.

From-SVN: r100556

19 years agoconfigure.ac: Check declaration for asprintf, needed by libiberty.h.
Gabriel Dos Reis [Fri, 3 Jun 2005 21:13:59 +0000 (21:13 +0000)]
configure.ac: Check declaration for asprintf, needed by libiberty.h.

        * configure.ac: Check declaration for asprintf, needed by
        libiberty.h.
        * configure: Regenerate.
        * config.in: Likewise.

From-SVN: r100555

19 years agotree-ssa-dom.c (record_edge_info): Use last_basic_block to allocate info array.
Diego Novillo [Fri, 3 Jun 2005 21:07:11 +0000 (21:07 +0000)]
tree-ssa-dom.c (record_edge_info): Use last_basic_block to allocate info array.

* tree-ssa-dom.c (record_edge_info): Use last_basic_block to
allocate info array.
* tree-vrp.c (extract_range_from_unary_expr): Set resulting
range to varying in cast expressions that change
TYPE_PRECISION.

testsuite/ChangeLog

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

From-SVN: r100554

19 years agoITransport.java: New file.
Keith Seitz [Fri, 3 Jun 2005 20:56:09 +0000 (20:56 +0000)]
ITransport.java: New file.

        * gnu/classpath/jdwp/transport/ITransport.java: New file.
        * gnu/classpath/jdwp/transport/SocketTransport.java: New file.

From-SVN: r100553

19 years agomips.opt: Add RejectNegative to divide-breaks and divide-traps.
Eric Christopher [Fri, 3 Jun 2005 19:07:39 +0000 (19:07 +0000)]
mips.opt: Add RejectNegative to divide-breaks and divide-traps.

2005-06-03  Eric Christopher  <echristo@redhat.com>

* config/mips/mips.opt: Add RejectNegative to divide-breaks and
        divide-traps.

From-SVN: r100552

19 years agobasic-block.h (remove_predictions_associated_with_edge): Declare.
Jan Hubicka [Fri, 3 Jun 2005 19:03:29 +0000 (21:03 +0200)]
basic-block.h (remove_predictions_associated_with_edge): Declare.

* basic-block.h (remove_predictions_associated_with_edge): Declare.
* cfg.c (remove_edge): Use it.
* predict.c (remove_predictions_associated_with_edge): New function.

From-SVN: r100551

19 years agors6000.c (rs6000_conditional_register_usage): Clear call_realy_used_regs[r2] when...
Pat Haugen [Fri, 3 Jun 2005 17:18:04 +0000 (17:18 +0000)]
rs6000.c (rs6000_conditional_register_usage): Clear call_realy_used_regs[r2] when ABI_AIX.

2005-06-03  Pat Haugen  <pthaugen@us.ibm.com>

        * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
        Clear call_realy_used_regs[r2] when ABI_AIX.

From-SVN: r100549

19 years agore PR libstdc++/21770 (rebinding allocator::value type vs. container::value_type)
Paolo Carlini [Fri, 3 Jun 2005 17:07:48 +0000 (17:07 +0000)]
re PR libstdc++/21770 (rebinding allocator::value type vs. container::value_type)

2005-06-03  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/21770
* include/bits/stl_deque.h: Add concept-check. In class _Deque_base
rebind _Alloc to  _Tp_alloc_type, change _Deque_impl to inherit from
the latter and add _M_get_Tp_allocator() which returns it. Use
everywhere _M_get_Tp_allocator() instead of get_allocator().
* include/bits/deque.tcc: Likewise, use _M_get_Tp_allocator().
* include/bits/stl_list.h: Add concept-check. In class _List_base
rebind _Alloc to _Tp_alloc_type and add _M_get_Tp_allocator(), which
returns the allocator (of type _Node_alloc_type) converted to
_Tp_alloc_type. Use everywhere _M_get_Tp_allocator() instead of
get_allocator().
* include/bits/list.tcc: Likewise, use _M_get_Tp_allocator().
* include/bits/stl_vector.h: Add concept-check. In class _Vector_base
rebind _Alloc to _Tp_alloc_type, change _Vector_impl to inherit from
the latter and add _M_get_Tp_allocator() which returns it. Use
everywhere _M_get_Tp_allocator() instead of get_allocator().
* include/bits/vector.tcc: Likewise, use _M_get_Tp_allocator().
* include/bits/stl_map.h: Add concept-check. Rebind _Alloc to
_Pair_alloc_type and use it for _Rb_tree.
* include/bits/stl_multimap.h: Likewise.
* include/bits/stl_multiset.h: Add concept-check. Rebind _Alloc to
_Key_alloc_type and use it for _Rb_tree.
* include/bits/stl_set.h: Likewise.
* include/bits/basic_string.h: Rebind _Alloc to _CharT_alloc_type and
use it for the allocator typedefs.
* testsuite/21_strings/basic_string/1.cc: New.
* testsuite/23_containers/deque/explicit_instantiation.cc: Move to...
* testsuite/23_containers/deque/explicit_instantiation/1.cc: ... here.
* testsuite/23_containers/deque/explicit_instantiation/3.cc: New.
* testsuite/23_containers/list/explicit_instantiation.cc: Move to...
* testsuite/23_containers/list/explicit_instantiation/1.cc: ... here.
* testsuite/23_containers/list/explicit_instantiation/3.cc: New.
* testsuite/23_containers/map/explicit_instantiation.cc: Move to...
* testsuite/23_containers/map/explicit_instantiation/1.cc: ... here.
* testsuite/23_containers/map/explicit_instantiation/3.cc: New.
* testsuite/23_containers/multimap/explicit_instantiation.cc: Move to...
* testsuite/23_containers/multimap/explicit_instantiation/1.cc: .. here.
* testsuite/23_containers/multimap/explicit_instantiation/3.cc: New.
* testsuite/23_containers/multiset/explicit_instantiation.cc: Move to...
* testsuite/23_containers/multiset/explicit_instantiation/1.cc: .. here.
* testsuite/23_containers/multiset/explicit_instantiation/3.cc: New.
* testsuite/23_containers/set/explicit_instantiation.cc: Move to...
* testsuite/23_containers/set/explicit_instantiation/1.cc: .. here.
* testsuite/23_containers/set/explicit_instantiation/3.cc: New.
* testsuite/23_containers/vector/explicit_instantiation.cc: Move to...
* testsuite/23_containers/vector/explicit_instantiation/1.cc: ... here.
* testsuite/23_containers/vector/explicit_instantiation/3.cc: New.

From-SVN: r100546

19 years agore PR c++/21336 (Internal compiler error when using custom new operators)
Mark Mitchell [Fri, 3 Jun 2005 16:16:46 +0000 (16:16 +0000)]
re PR c++/21336 (Internal compiler error when using custom new operators)

PR c++/21336
* cp-tree.h (grok_op_properties): Remove friendp parameter.
* decl.c (grokfndecl): Adjust call.
(grok_op_properties): Determine the class of which the function is
a member by looking at its DECL_CONTEXT, not current_class_type.
* pt.c (tsubst_decl): Adjust call to grok_op_properties.

PR c++/21336
* g++.dg/template/new2.C: New test.

From-SVN: r100541

19 years agoppc-vector-memcpy.c (foo): Use non-zero values for all entries in initializer.
Josh Conner [Fri, 3 Jun 2005 16:07:29 +0000 (16:07 +0000)]
ppc-vector-memcpy.c (foo): Use non-zero values for all entries in initializer.

        * gcc.dg/ppc-vector-memcpy.c (foo): Use non-zero values for
        all entries in initializer.

From-SVN: r100540

19 years agore PR middle-end/21858 (ICE in compare_values, at tree-vrp.c:301)
Richard Guenther [Fri, 3 Jun 2005 15:15:46 +0000 (15:15 +0000)]
re PR middle-end/21858 (ICE in compare_values, at tree-vrp.c:301)

2005-06-03  Richard Guenther  <rguenth@gcc.gnu.org>

PR middle-end/21858
* fold-const.c (fold_binary): Fix type mismatches in folding
of comparisons.

* gcc.dg/pr21858.c: New testcase.

From-SVN: r100539

19 years agocgraph.c, [...]: Fix comment typos.
Kazu Hirata [Fri, 3 Jun 2005 13:41:39 +0000 (13:41 +0000)]
cgraph.c, [...]: Fix comment typos.

* cgraph.c, cgraphunit.c, config/mips/mips.c: Fix comment
typos.

From-SVN: r100538

19 years ago* collect2.c (maybe_unlink): Use unlink_if_ordinary.
Joseph Myers [Fri, 3 Jun 2005 10:48:06 +0000 (11:48 +0100)]
* collect2.c (maybe_unlink): Use unlink_if_ordinary.

From-SVN: r100537

19 years agoRevert my previous patch.
Bernd Schmidt [Fri, 3 Jun 2005 09:55:28 +0000 (09:55 +0000)]
Revert my previous patch.

From-SVN: r100536

19 years agore PR testsuite/21292 (gen-vect-11b.c and gen-vect-11c.c fail)
Paolo Bonzini [Fri, 3 Jun 2005 08:09:47 +0000 (08:09 +0000)]
re PR testsuite/21292 (gen-vect-11b.c and gen-vect-11c.c fail)

2005-06-03  Paolo Bonzini  <bonzini@gnu.org>

PR tree-optimization/21292

* lib/target-supports.exp (check_effective_target_vect_cmdline_needed):
New.
* gcc.dg/tree-ssa/gen-vect-11.c, gcc.dg/tree-ssa/gen-vect-11a.c,
gcc.dg/tree-ssa/gen-vect-11b.c, gcc.dg/tree-ssa/gen-vect-11c.c,
gcc.dg/tree-ssa/gen-vect-2.c, gcc.dg/tree-ssa/gen-vect-25.c,
gcc.dg/tree-ssa/gen-vect-26.c, gcc.dg/tree-ssa/gen-vect-28.c,
gcc.dg/tree-ssa/gen-vect-32.c: Require it.

From-SVN: r100535

19 years agoFix typo in ASM_SEPC
Nick Clifton [Fri, 3 Jun 2005 08:09:26 +0000 (08:09 +0000)]
Fix typo in ASM_SEPC

From-SVN: r100534

19 years agore PR java/21722 (gcj miscompiles accesses to static final vars with indirect dispatch)
Tom Tromey [Fri, 3 Jun 2005 04:06:19 +0000 (04:06 +0000)]
re PR java/21722 (gcj miscompiles accesses to static final vars with indirect dispatch)

PR java/21722:
* class.c (build_static_field_ref): Don't fold constant fields if
current class is from a .class file and we're using indirect
dispatch.

From-SVN: r100533

19 years agore PR tree-optimization/21849 (wrong use of sbitmap in tree-ssa-copy.c)
Kazu Hirata [Fri, 3 Jun 2005 02:55:20 +0000 (02:55 +0000)]
re PR tree-optimization/21849 (wrong use of sbitmap in tree-ssa-copy.c)

PR tree-optimization/21849
* tree-ssa-copy.c (dump_copy_of): Call sbitmap_zero.

From-SVN: r100531

19 years ago* gcc.dg/sync-2.c: Use -march=i486 for i386.
Richard Henderson [Fri, 3 Jun 2005 02:35:59 +0000 (19:35 -0700)]
* gcc.dg/sync-2.c: Use -march=i486 for i386.

From-SVN: r100530

19 years agoMakefile.in (tree-vect-generic.o): New.
Richard Henderson [Fri, 3 Jun 2005 02:11:05 +0000 (19:11 -0700)]
Makefile.in (tree-vect-generic.o): New.

        * Makefile.in (tree-vect-generic.o): New.
        (OBJS-common, GTFILES, s-gtype): Add it.
        * tree-complex.c (build_replicated_const, vector_inner_type,
        vector_last_type, vector_last_nunits, build_word_mode_vector_type,
        elem_op_func, tree_vec_extract, do_unop, do_binop, do_plus_minus,
        do_negate, expand_vector_piecewise, expand_vector_parallel,
        expand_vector_addition, expand_vector_operation,
        type_for_widest_vector_mode, expand_vector_operations_1,
        gate_expand_vector_operations, expand_vector_operations,
        pass_lower_vector_ssa): Move to tree-vect-generic.c.
        (tree_lower_complex): Rename from tree_lower_operations.
        (pass_lower_complex): Rename from pass_pre_expand.
        * tree-vect-generic.c: New file.
        * tree-pass.h (pass_lower_complex): Rename from pass_pre_expand.
        (pass_lower_vector): New.
        * tree-optimize.c (init_tree_optimization_passes): Update to match.

From-SVN: r100529

19 years agomodulo-sched.c (doloop_register_get): Protect against doloop_end not defined.
Richard Henderson [Fri, 3 Jun 2005 02:00:00 +0000 (19:00 -0700)]
modulo-sched.c (doloop_register_get): Protect against doloop_end not defined.

        * modulo-sched.c (doloop_register_get): Protect against
        doloop_end not defined.

From-SVN: r100528

19 years agoconfig.sub: Add cases for the Renesas m32c.
Jim Blandy [Fri, 3 Jun 2005 00:16:32 +0000 (00:16 +0000)]
config.sub: Add cases for the Renesas m32c.

* config.sub: Add cases for the Renesas m32c.  (This patch has been
accepted into the master sources.)

From-SVN: r100527

19 years agoDaily bump.
GCC Administrator [Fri, 3 Jun 2005 00:16:23 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r100525.2

19 years agosh.c (general_movsrc_operand, [...]): Move to ...
Kazu Hirata [Thu, 2 Jun 2005 23:28:53 +0000 (23:28 +0000)]
sh.c (general_movsrc_operand, [...]): Move to ...

* config/sh/sh.c (general_movsrc_operand,
general_movdst_operand, arith_reg_operand, arith_reg_dest,
logical_reg_operand, int_gpr_dest, fp_arith_reg_operand,
fp_arith_reg_dest, arith_operand, arith_reg_or_0_operand,
xor_operand, cmp_operand, logical_operand, and_operand,
fpscr_operand, fpul_operand, symbol_ref_operand,
commutative_float_operator, noncommutative_float_operator,
unary_float_operator, binary_float_operator,
binary_logical_operator, equality_comparison_operator,
greater_comparison_operator, less_comparison_operator,
shift_operator, logical_operator, target_reg_operand,
target_operand, mextr_bit_offset, extend_reg_operand,
trunc_hi_operand, extend_reg_or_0_operand, minuend_operand,
general_extend_operand, ua_address_operand,
cache_address_operand, inqhi_operand, sh_rep_vec, sh_1el_vec,
sh_const_vec, ua_offset, sh_register_operand, cmpsi_operand,
shift_count_reg_operand, shift_count_operand,
unaligned_load_operand): Move to ...
* config/sh/predicates.md: ... here.
* config/sh/sh.h (PREDICATE_CODES, SPECIAL_MODE_PREDICATES):
Remove.

From-SVN: r100523

19 years agotrans.c (gnat_gimplify_expr): Call recompute_tree_invarant_for_addr_expr when...
Andrew Pinski [Thu, 2 Jun 2005 23:00:06 +0000 (23:00 +0000)]
trans.c (gnat_gimplify_expr): Call recompute_tree_invarant_for_addr_expr when...

2005-06-03  Andrew Pinski  <pinskia@physics.uc.edu>

        * trans.c (gnat_gimplify_expr): Call
        recompute_tree_invarant_for_addr_expr when we change
        the operand of the ADDR_EXPR.

From-SVN: r100522

19 years agotree.c (build_common_builtin_nodes): Fix the return type on __builtin_memcmp.
Andrew Pinski [Thu, 2 Jun 2005 22:57:43 +0000 (22:57 +0000)]
tree.c (build_common_builtin_nodes): Fix the return type on __builtin_memcmp.

2005-06-03  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree.c (build_common_builtin_nodes): Fix the return type on
        __builtin_memcmp.

From-SVN: r100520

19 years agotree-ssa-loop-ivopts.c (build_addr_strip_iref): Remove.
Richard Guenther [Thu, 2 Jun 2005 22:05:13 +0000 (22:05 +0000)]
tree-ssa-loop-ivopts.c (build_addr_strip_iref): Remove.

2005-06-03  Richard Guenther  <rguenth@gcc.gnu.org>

* tree-ssa-loop-ivopts.c (build_addr_strip_iref): Remove.
(find_interesting_uses_address): Use build_fold_addr_expr instead.
(strip_offset_1): Likewise.
(tree_to_aff_combination): Likewise.

From-SVN: r100519

19 years agoconvert.c (convert_to_pointer): Avoid recursion if no conversion is needed.
DJ Delorie [Thu, 2 Jun 2005 22:02:59 +0000 (18:02 -0400)]
convert.c (convert_to_pointer): Avoid recursion if no conversion is needed.

* convert.c (convert_to_pointer): Avoid recursion if no conversion
is needed.

From-SVN: r100518

19 years agotree-chrec.c (chrec_fold_plus_1): Ensure we build binary operations with the correct...
Richard Guenther [Thu, 2 Jun 2005 21:55:52 +0000 (21:55 +0000)]
tree-chrec.c (chrec_fold_plus_1): Ensure we build binary operations with the correct types.

2005-06-02  Richard Guenther  <rguenth@gcc.gnu.org>

* tree-chrec.c (chrec_fold_plus_1): Ensure we build
binary operations with the correct types.
* tree-ssa-loo-ivopts.c (idx_find_step): Use sizetype
for all computation.

From-SVN: r100517

19 years agotree-vrp.c, [...]: Fix comment typos.
Kazu Hirata [Thu, 2 Jun 2005 21:54:42 +0000 (21:54 +0000)]
tree-vrp.c, [...]: Fix comment typos.

* tree-vrp.c, config/arm/arm.md, config/arm/arm1020e.md,
config/rs6000/rs6000.md: Fix comment typos.  Follow splling
conventions.
* doc/install.texi: Fix a typo.

From-SVN: r100516

19 years agoIndex: ChangeLog
Geoffrey Keating [Thu, 2 Jun 2005 21:45:57 +0000 (21:45 +0000)]
Index: ChangeLog
2005-05-31  Geoffrey Keating  <geoffk@geoffk.org>

* config/rs6000/rs6000.md (sync_boolcshort_internal): New.
* config/rs6000/rs6000.c (rs6000_emit_sync): Shift count must
be complemented for big-endian.  Mask for AND must be rotated,
not shifted.  Handle short operands with NOT on the memory
operation.

Index: testsuite/ChangeLog
2005-05-31  Geoffrey Keating  <geoffk@geoffk.org>

* lib/target-supports.exp
(check_effective_target_sync_char_short): New.
* gcc.dg/sync-2.c: New.

From-SVN: r100515

19 years agocgraphunit.c (cgraph_function_and_variable_visibility): Extern inline functions are...
Jan Hubicka [Thu, 2 Jun 2005 20:33:04 +0000 (22:33 +0200)]
cgraphunit.c (cgraph_function_and_variable_visibility): Extern inline functions are not local.

* cgraphunit.c (cgraph_function_and_variable_visibility): Extern
inline functions are not local.

From-SVN: r100514

19 years agogimplify.c (gimplify_ctx): Change the type of case_labels to VEC from VARRAY.
Kazu Hirata [Thu, 2 Jun 2005 20:21:54 +0000 (20:21 +0000)]
gimplify.c (gimplify_ctx): Change the type of case_labels to VEC from VARRAY.

* gimplify.c (gimplify_ctx): Change the type of case_labels to
VEC from VARRAY.
(gimplify_switch_expr, gimplify_case_label_expr): Adjust uses
of case_labels.

From-SVN: r100513

19 years agoc-typeck.c (build_indirect_ref): Build INDIRECT_REF with correct type.
Richard Guenther [Thu, 2 Jun 2005 20:09:01 +0000 (20:09 +0000)]
c-typeck.c (build_indirect_ref): Build INDIRECT_REF with correct type.

2005-06-02  Richard Guenther  <rguenth@gcc.gnu.org>

* c-typeck.c (build_indirect_ref): Build INDIRECT_REF
with correct type.

* gcc.dg/wtypequal.c: New testcase.

From-SVN: r100512

19 years ago* method.c (synthesize_method): Add addtional arg to warning call.
Nathan Sidwell [Thu, 2 Jun 2005 20:02:26 +0000 (20:02 +0000)]
* method.c (synthesize_method): Add addtional arg to warning call.

From-SVN: r100511

19 years agos390.c (s390_add_execute): Do not handle out-of-pool execute templates.
Ulrich Weigand [Thu, 2 Jun 2005 19:57:24 +0000 (19:57 +0000)]
s390.c (s390_add_execute): Do not handle out-of-pool execute templates.

* config/s390/s390.c (s390_add_execute): Do not handle out-of-pool
execute templates.
(s390_dump_pool): Likewise.
(s390_mainpool_start, s390_mainpool_finish): Likewise.
(s390_chunkify_start): Likewise.
(s390_dump_execute): Remove.
(s390_reorg): Handle out-of-pool execute templates.

From-SVN: r100510

19 years agoconfigure.in: Set noconfigdirs for ms1.
Aldy Hernandez [Thu, 2 Jun 2005 19:54:19 +0000 (19:54 +0000)]
configure.in: Set noconfigdirs for ms1.

        * configure.in: Set noconfigdirs for ms1.

        * configure: Regenerate.

Co-Authored-By: Michael Snyder <msnyder@redhat.com>
Co-Authored-By: Stan Cox <scox@redhat.com>
From-SVN: r100509

19 years agooptabs.c: (expand_bool_compare_and_swap): Emit barrier after unconditional jump.
Adrian Straetling [Thu, 2 Jun 2005 19:46:38 +0000 (19:46 +0000)]
optabs.c: (expand_bool_compare_and_swap): Emit barrier after unconditional jump.

2005-06-02  Adrian Straetling  <straetling@de.ibm.com>

* optabs.c: (expand_bool_compare_and_swap): Emit barrier after
  unconditional jump.

From-SVN: r100508

19 years agocgraph.c (cgraph_node): Maintain master clones.
Jan Hubicka [Thu, 2 Jun 2005 19:41:31 +0000 (21:41 +0200)]
cgraph.c (cgraph_node): Maintain master clones.

* cgraph.c (cgraph_node): Maintain master clones.
(cgraph_remove_node): Likewise.
(availability_names): New static variable.
(dump_cgraph_node): Dump availability.
(dump_cgraph_varpool_node): Likewise.
(cgraph_is_master_clone, cgraph_master_clone,
cgraph_function_body_availability,
cgraph_variable_initializer_availability): New functions.
* cgraph.h (availability): New enum.
(struct cgraph_node): Add master_clone.
(cgraph_is_master_clone, cgraph_master_clone,
cgraph_function_body_availability,
cgraph_variable_initializer_availability): Declare.
* cgraphunit.c (cgraph_expand_function): Setcgraph_function_flags_ready.
(cgraph_remove_unreachable_nodes): Remove unreachable nodes.
* ipa-inline.c (cgraph_decide_inlining): Do not call
cgraph_remove_unreachable_nodes.

From-SVN: r100507

19 years agocgraphunit.c (cgraph_function_and_variable_visibility): Fix typo in previous patch.
Jan Hubicka [Thu, 2 Jun 2005 18:35:59 +0000 (20:35 +0200)]
cgraphunit.c (cgraph_function_and_variable_visibility): Fix typo in previous patch.

* cgraphunit.c (cgraph_function_and_variable_visibility): Fix typo in
previous patch.

From-SVN: r100506

This page took 0.101995 seconds and 5 git commands to generate.