OSDN Git Service

pf3gnuchains/gcc-fork.git
19 years ago * gcc.c: Don't include <sys/resource.h> or declare getrusage.
ian [Fri, 1 Apr 2005 16:44:31 +0000 (16:44 +0000)]
* gcc.c: Don't include <sys/resource.h> or declare getrusage.
(rus, prus): Remove static variables.
(execute): Use pex_run/pex_get_status rather than pexecute/pwait.
(process_command): Permit report_times and use_pipes together.

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

19 years ago * c-decl.c (validate_proto_after_old_defn): Look at
jsm28 [Fri, 1 Apr 2005 16:16:38 +0000 (16:16 +0000)]
* c-decl.c (validate_proto_after_old_defn): Look at
TYPE_MAIN_VARIANT of argument types.

testsuite:
* gcc.dg/old-style-then-proto-1.c: New test.

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

19 years ago2005-04-01 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 1 Apr 2005 15:59:09 +0000 (15:59 +0000)]
2005-04-01  Paul Brook  <paul@codesourcery.com>

* config/arm/arm.c (thumb_call_via_label): Include space for SP.
(arm_output_function_epilogue): Allow call_via_SP.
(thumb_call_via_reg, arm_file_end): Ditto.
* config/arm/arm.h (struct machine_function): Include space for SP.
(thumb_call_via_label): Update declaration.

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

19 years ago2005-04-01 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 1 Apr 2005 15:58:41 +0000 (15:58 +0000)]
2005-04-01  Paul Brook  <paul@codesourcery.com>

* config/arm/arm.c (thumb_call_via_label): Include space for SP.
(arm_output_function_epilogue): Allow call_via_SP.
(thumb_call_via_reg, arm_file_end): Ditto.
* config/arm/arm.h (struct machine_function): Include space for SP.
(thumb_call_via_label): Update declaration.

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

19 years ago * final.c (final_scan_insn): Revert part of 2005-03-30 patch: when
ian [Fri, 1 Apr 2005 15:27:58 +0000 (15:27 +0000)]
* final.c (final_scan_insn): Revert part of 2005-03-30 patch: when
doing a peephole optimization, once again put any notes in the
proper position.

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

19 years ago * gfortran.fortran-torture/execute/backspace.f90: Check
fxcoudert [Fri, 1 Apr 2005 15:27:05 +0000 (15:27 +0000)]
    * gfortran.fortran-torture/execute/backspace.f90: Check
        after backspace and read was incorrect.

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

19 years ago2005-04-01 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Fri, 1 Apr 2005 15:01:30 +0000 (15:01 +0000)]
2005-04-01  Andrew Pinski  <pinskia@physics.uc.edu>

        PR treelang/20604
        * lang-spec.c: Simplify @treelang to what the other
        languages do.

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

19 years ago * bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.
kazu [Fri, 1 Apr 2005 14:36:37 +0000 (14:36 +0000)]
* bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.

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

19 years ago * local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.
nathan [Fri, 1 Apr 2005 14:17:36 +0000 (14:17 +0000)]
* local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.
(block_alloc, find_free_reg): Likewise.
* loop-doloop.c (doloop_modify): Likewise.
* loop-invariant.c (record_use): Likewise.
* loop-iv.c (get_biv_step_1, get_biv_step, iv_analyze,
get_iv_value, canon_condition, eliminate_implied_condition,
eliminate_implied_condition, simplify_using_initial_values,
shorten_into_mode, canonicalize_iv_subregs,
iv_number_of_iterations): Likewise.
* loop-unroll.c (expand_var_during_unrolling): Likewise.
* loop-unswitch.c (compare_and_jump_seq, unswitch_single_loop,
unswitch_loop): Likewise.
* loop.c (INSN_LUID, loop_optimize, rtx_equal_for_loop_p,
move_movables, replace_call_address, find_and_verify_loops,
rtx_equal_for_prefetch_p, fold_rtx_mult_add, loop_iterations,
record_giv, final_giv_value, general_induction_var,
simplify_giv_expr, extension_within_bounds_p, try_copy_prop,
loop_giv_dump): Likewise.

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

19 years ago * treelang/treelang.texi: Fix typos.
kazu [Fri, 1 Apr 2005 14:13:20 +0000 (14:13 +0000)]
* treelang/treelang.texi: Fix typos.
* treelang/treetree.c: Fix comment typos.

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

19 years ago * gcov-io.h (GCOV_CHECK, GCOV_CHECK_READING,
nathan [Fri, 1 Apr 2005 14:08:01 +0000 (14:08 +0000)]
* gcov-io.h (GCOV_CHECK, GCOV_CHECK_READING,
GCOV_CHECK_WRITING): Remove.
(gcov_position, gcov_rewrite): Use gcc_assert.
* gcov-io.c (gcov_open, gcov_write_words, gcov_write_length,
gcov_read_words, gcov_sync, gcov_seek): Use gcc_assert.
* libgcov.c (__gcov_merge_single, __gcov_merge_delta): Use
gcc_assert.

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

19 years ago * tree-inline.c: Fix a typo.
kazu [Fri, 1 Apr 2005 14:03:36 +0000 (14:03 +0000)]
* tree-inline.c: Fix a typo.

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

19 years ago * configure.ac (enable-checking): Explicitly set all variables for
nathan [Fri, 1 Apr 2005 13:58:20 +0000 (13:58 +0000)]
* configure.ac (enable-checking): Explicitly set all variables for
collective switch values.  Alphabetize variables. Rename
ac_checking_valgrind to ac_valgrind_checking.  Allow 'none' as
synonym for 'no'.
* doc/install.texi (enable-checking): Update documentation.
* configure: Rebuilt.

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

19 years ago * tree-inline.c (copy_body_r): Use CONSTANT_CLASS_P where
kazu [Fri, 1 Apr 2005 13:55:11 +0000 (13:55 +0000)]
* tree-inline.c (copy_body_r): Use CONSTANT_CLASS_P where
possible.

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

19 years ago * gcc.c-torture/execute/builtins/strcat.c: Check the result
ghazi [Fri, 1 Apr 2005 13:48:19 +0000 (13:48 +0000)]
* gcc.c-torture/execute/builtins/strcat.c: Check the result
buffer past the terminating NUL using memcmp.
* gcc.c-torture/execute/builtins/strncat.c: Likewise.
* gcc.c-torture/execute/builtins/strncpy.c: Likewise.

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

19 years ago * gcc.c-torture/execute/builtins/strncmp-2.c: Also test x86_64.
ghazi [Fri, 1 Apr 2005 13:45:36 +0000 (13:45 +0000)]
* gcc.c-torture/execute/builtins/strncmp-2.c: Also test x86_64.
Fix unused/uninitialized variable warnings.

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

19 years ago * gcc.c-torture/execute/builtins/lib/strncat.c: Fix uninitialized var.
ghazi [Fri, 1 Apr 2005 13:33:11 +0000 (13:33 +0000)]
* gcc.c-torture/execute/builtins/lib/strncat.c: Fix uninitialized var.
* gcc.c-torture/execute/builtins/lib/strpbrk.c: Fix discarded const.
* gcc.c-torture/execute/builtins/strlen-3.c: Fix uninitialized var.
* gcc.c-torture/execute/builtins/strncmp.c: Delete unused var.

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

19 years ago * gcc.c-torture/execute/builtins/abs-1-lib.c,
ghazi [Fri, 1 Apr 2005 13:31:28 +0000 (13:31 +0000)]
* gcc.c-torture/execute/builtins/abs-1-lib.c,
gcc.c-torture/execute/builtins/fputs-lib.c,
gcc.c-torture/execute/builtins/lib/fprintf.c,
gcc.c-torture/execute/builtins/lib/main.c,
gcc.c-torture/execute/builtins/lib/memcmp.c,
gcc.c-torture/execute/builtins/lib/memmove.c,
gcc.c-torture/execute/builtins/lib/mempcpy.c,
gcc.c-torture/execute/builtins/lib/memset.c,
gcc.c-torture/execute/builtins/lib/printf.c,
gcc.c-torture/execute/builtins/lib/sprintf.c,
gcc.c-torture/execute/builtins/lib/stpcpy.c,
gcc.c-torture/execute/builtins/lib/strchr.c,
gcc.c-torture/execute/builtins/lib/strcmp.c,
gcc.c-torture/execute/builtins/lib/strcpy.c,
gcc.c-torture/execute/builtins/lib/strcspn.c,
gcc.c-torture/execute/builtins/lib/strlen.c,
gcc.c-torture/execute/builtins/lib/strncat.c,
gcc.c-torture/execute/builtins/lib/strncmp.c,
gcc.c-torture/execute/builtins/lib/strncpy.c,
gcc.c-torture/execute/builtins/lib/strrchr.c,
gcc.c-torture/execute/builtins/lib/strspn.c,
gcc.c-torture/execute/builtins/lib/strstr.c,
gcc.c-torture/execute/builtins/memops-asm-lib.c,
gcc.c-torture/execute/builtins/strlen-2.c,
gcc.c-torture/execute/builtins/strstr-asm-lib.c: Add missing
prototypes.

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

19 years agoAdd missing entry from yesterday:
amylaar [Fri, 1 Apr 2005 11:38:50 +0000 (11:38 +0000)]
Add missing entry from yesterday:
2005-03-31  J"orn Rennecke <joern.rennecke@st.com>

Fix fallout from PR middle-end/15700:
* gcc.c-torture/compile/20011119-1.c: Take
__USER_LABEL_PREFIX__ into account.
* gcc.c-torture/compile/20011119-2.c: Likewise.

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

19 years ago * arm.c (adjacent_mem_locations): Reject volatile memory refs.
rearnsha [Fri, 1 Apr 2005 11:02:26 +0000 (11:02 +0000)]
* arm.c (adjacent_mem_locations): Reject volatile memory refs.
Also reject cases where this pattern will cause load delay stalls
unless optimizing for size and it will produce a shorter sequence.
* arm.md (arith_adjacent_mem): Make better use of ldm addressing
variants to avoid pre-adjusting the base when possible.

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

19 years ago * arm.md (minmax_arithsi): Reject all eliminable registers, not just
rearnsha [Fri, 1 Apr 2005 10:44:59 +0000 (10:44 +0000)]
* arm.md (minmax_arithsi): Reject all eliminable registers, not just
the frame and argument pointers.
(strqi_preinc, strqi_predec, loadqi_preinc, loadqi_predec): Likewise.
(loadqisi_preinc, loadqisi_predec, strsi_preinc): Likewise.
(strsi_predec, loadsi_preinc, loadsi_predec): Likewise.
(strqi_shiftpreinc, strqi_shiftpredec, loadqi_shiftpreinc): Likewise.
(loadqi_shiftpredec, strsi_shiftpreinc, strsi_shiftpredec): Likewise.
(loadsi_shiftpreinc, loadsi_shiftpredec): Likewise.

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

19 years ago * call.c (add_template_candidates_real): Remove length parameter
nathan [Fri, 1 Apr 2005 08:29:50 +0000 (08:29 +0000)]
* call.c (add_template_candidates_real): Remove length parameter
from fn_type_unification call.
* class.c (resolve_address_of_overloaded_function): Likewise
* cp-tree.h (fn_type_unification): Remove length parameter.
* pt.c (get_bindings_overload): Remove.
(get_bindings_real): Rename to ...
(get_bindings): ... here.  Remove length and strict
parameters. Change return type flag to boolean.  Remove original
forwarding function.
(determine_specialization): Adjust get_bindings call.
(fn_type_unification): Remove length parameter.  Adjust.
(type_unification_real): Remove length parameter.  Adjust.
(resolve_overloaded_unification): Adjust get_bindings call.
(try_one_overload): Simplify confusing cascaded if control flow.
(unify): Remove length paramter from type_unification_real call.
(most_specialized_instantiation): Adjust get_bindings calls.
(most_specialized): Likewise.

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

19 years ago * g++.dg/ext/selectany1.C: New file. Test for linkonce sections.
dannysmith [Fri, 1 Apr 2005 08:20:24 +0000 (08:20 +0000)]
* g++.dg/ext/selectany1.C: New file. Test for linkonce sections.
* g++.dg/ext/selectany2.C: New file. Test for errors with invalid
selectany usage.

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

19 years ago * config/i386/cygming.h (SUBTARGET_ATTRIBUTE_TABLE): Define,
dannysmith [Fri, 1 Apr 2005 08:13:50 +0000 (08:13 +0000)]
* config/i386/cygming.h (SUBTARGET_ATTRIBUTE_TABLE): Define,
with entry for selectany attribute.
* config/i386/i386-protos.h (ix86_handle_selectany_attribute):
Declare.
* config/i386/winnt.c (ix86_handle_selectany_attribute): Define.
(i386_pe_asm_named_section): Handle sections generated by
selectany attribute.
* doc/extend.texi (selectany): Document attribute.

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

19 years ago2005-04-01 Paolo Bonzini <bonzini@gnu.org>
bonzini [Fri, 1 Apr 2005 07:58:44 +0000 (07:58 +0000)]
2005-04-01  Paolo Bonzini  <bonzini@gnu.org>
    Jan Hubicka  <jh@suse.cz>

* config/i386/i386.c (ix86_decompose_address): Look inside SUBREGs
to fix addresses involving EBP and ESP.
(aligned_operand, legitimate_address_p, ix86_address_cost): Be prepared
for SUBREGed registers.
(legitimate_address_p): Accept SUBREGed registers.

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

19 years ago PR c++/19406
jakub [Fri, 1 Apr 2005 07:47:27 +0000 (07:47 +0000)]
PR c++/19406
* dwarf2out.c (gen_type_die_for_member): Handle FIELD_DECL.
(dwarf2out_imported_module_or_decl): Use gen_type_die_for_member
for FIELD_DECLs.

* g++.dg/debug/using1.C: New test.

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

19 years ago * MAINTAINERS: Remove 'loop unrolling' maintainer.
rakdver [Fri, 1 Apr 2005 07:39:09 +0000 (07:39 +0000)]
* MAINTAINERS: Remove 'loop unrolling' maintainer.

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

19 years ago PR middle-end/20524
hp [Fri, 1 Apr 2005 07:06:37 +0000 (07:06 +0000)]
PR middle-end/20524
* gcc.dg/alias-7.c: Prefix asm-declared name with
__USER_LABEL_PREFIX__.

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

19 years ago * adaint.c, cal.c, decl.c, gigi.h, gmem.c, init.c, link.c,
kazu [Fri, 1 Apr 2005 05:28:01 +0000 (05:28 +0000)]
* adaint.c, cal.c, decl.c, gigi.h, gmem.c, init.c, link.c,
raise.c, tracebak.c, trans.c, utils2.c, utils.c: Fix comment
typos.

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

19 years ago * doc/contrib.texi, doc/invoke.texi, doc/tm.texi: Fix typos.
kazu [Fri, 1 Apr 2005 04:28:33 +0000 (04:28 +0000)]
* doc/contrib.texi, doc/invoke.texi, doc/tm.texi: Fix typos.

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

19 years ago * decl.c, f95-lang.c, interface.c, module.c, trans-stmt.c,
kazu [Fri, 1 Apr 2005 04:16:52 +0000 (04:16 +0000)]
* decl.c, f95-lang.c, interface.c, module.c, trans-stmt.c,
trans.h: Fix comment typos.

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

19 years agoHandle static const initializers that contain arithmetic.
wilson [Fri, 1 Apr 2005 03:58:40 +0000 (03:58 +0000)]
Handle static const initializers that contain arithmetic.
PR c++/20505
* dwarf2out.c (rtl_for_decl_init): New function.
(rtl_for_decl_location): Extracted from here.
(tree_add_const_value_attribute): Call rtl_for_decl_init and
add_const_value_attribute.  Delete initializer_constant_valid_p call.

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

19 years ago * cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c,
kazu [Fri, 1 Apr 2005 03:42:55 +0000 (03:42 +0000)]
* cgraphunit.c, dbxout.c, flow.c, gcse.c, gimplify.c,
lambda-code.c, loop.c, machmode.def, mips-tfile.c,
modulo-sched.c, passes.c, postreload-gcse.c, tree-eh.c,
tree-ssa-ccp.c, varasm.c, config/frv/frv.c, config/frv/frv.h,
config/frv/frv.md, config/i386/i386.c, config/i386/i386.h,
config/i386/i386.md, config/rs6000/predicates.md,
config/rs6000/rs6000.c, config/s390/fixdfdi.h,
config/s390/s390.c, config/stormy16/stormy16.c,
config/stormy16/stormy16.md, config/vax/vax.md: Fix comment
typos.

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

19 years ago2005-03-31 Chris Jefferson <chris@bubblescope.net>
dgregor [Fri, 1 Apr 2005 03:35:59 +0000 (03:35 +0000)]
2005-03-31  Chris Jefferson  <chris@bubblescope.net>

        * include/tr1/tuple: Support iteration via tuple_iterate.h.
        * include/tr1/tuple_iterate.h: Iteration file for tuple.

2005-03-31  Douglas Gregor  <doug.gregor@gmail.com>

        * include/Makefile.am (tr1_headers): Add bind and mu repetition
        headers and reference_wrapper<> forwarding header.
        * include/Makefile.in: Regenerate.
        * include/tr1/bind_iterate.h: Implementation of function call
        operators for the function object returned from tr1::bind().
        * include/tr1/bind_repeat.h: Bind-specific repetition header,
        akin to include/tr1/repeat.h.
        * include/tr1/functional (_Mem_fn): Bug fix: declare result
member
        template for use with result_of.
        (is_bind_expression): New.
        (is_placeholder): New.
        (_Placeholder): New. Placeholder type for bind.
        (_Mu): New. Implementation detail of bind.
        (_Bind, _Bind_result): New. Function objects returned by bind.
        (_GLIBCXX_JOIN): New. Required to create bind placeholders.
        * include/tr1/functional_iterate.h (_Bind, _Bind_result, bind):
        New. Implementation of tr1::bind.
        * include/tr1/mu_iterate.h (_Mu): result template and operator()
        for the _Mu helper to bind.
        * include/tr1/ref_fwd.h (reference_wrapper): Forward declaration
        used by tuple header.
        (ref): Ditto.
        (cref): Ditto.
        * include/tr1/repeat.h: Add bind-specific repetition macros.
        * include/tr1/tuple: Use reference_wrapper forwarding header for
        initial definitions, then include <tr1/functional> at the end, to
        make the circular dependencies work.
        (tie): Support zero-argument tie() function.
        * testsuite/tr1/3_function_objects/bind/all_bound.cc: New test of
        bind() functionality with parameters bound.
        * testsuite/tr1/3_function_objects/bind/nested.cc: New test of
        nested bind() expressions.
        * testsuite/tr1/3_function_objects/bind/placeholders.cc: New test
        of bind() placeholders.
        * testsuite/tr1/3_function_objects/bind/ref.cc: New test of bind()
        with arguments bound via reference_wrapper<>.
        * scripts/gen_includers.pl: Generate the repetitive part of
include/tr1/repeat.h.
* scripts/gen_bind_includers.pl: Generate the repetitive part of
include/tr1/bind_repeat.h.

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

19 years ago PR c++/18644
gdr [Fri, 1 Apr 2005 00:28:00 +0000 (00:28 +0000)]
    PR c++/18644
        * g++.old-deja/g++.jason/warning9.C (struct A, main): Adjust

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

19 years agoDaily bump.
gccadmin [Fri, 1 Apr 2005 00:16:18 +0000 (00:16 +0000)]
Daily bump.

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

19 years ago PR c/17855
jsm28 [Thu, 31 Mar 2005 23:34:44 +0000 (23:34 +0000)]
PR c/17855
* gimplify.c (gimplify_expr): Create a temporary for lvalue
COND_EXPR and CALL_EXPR.

testsuite:
* gcc.c-torture/compile/struct-non-lval-1.c,
gcc.c-torture/compile/struct-non-lval-2.c,
gcc.c-torture/compile/struct-non-lval-3.c: New tests.

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

19 years ago2005-03-31 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Thu, 31 Mar 2005 23:26:33 +0000 (23:26 +0000)]
2005-03-31  Vladimir Makarov  <vmakarov@redhat.com>

PR target/20632
* genautomata.c (first_cycle_unit_presence): Check all alternative
states for unit presence.

* doc/md.texi: Remove remark about impossibility to query unit
presence in non nondeterministic automaton state.

* config/ia64/ia64.c (get_template): Change order of unit querying.

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

19 years ago * tree-ssa-dom.c (cprop_into_successor_phis): Remove an
kazu [Thu, 31 Mar 2005 20:49:36 +0000 (20:49 +0000)]
* tree-ssa-dom.c (cprop_into_successor_phis): Remove an
obsolete comment.

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

19 years ago * cfgloopanal.c (mark_loop_exit_edges): Clean EDGE_LOOP_EXIT
rakdver [Thu, 31 Mar 2005 20:34:24 +0000 (20:34 +0000)]
* cfgloopanal.c (mark_loop_exit_edges): Clean EDGE_LOOP_EXIT
flag for edges outside any loops.

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

19 years agoCommitting ChangeLog that goes with hot/cold partitioning fix I checked
ctice [Thu, 31 Mar 2005 19:38:44 +0000 (19:38 +0000)]
Committing ChangeLog that goes with hot/cold partitioning fix I checked
in earlier today (I forgot to check in the ChangeLog at the time and only
just noticed).

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

19 years ago * gcc.dg/tls/tls.exp: Remove temporary file.
janis [Thu, 31 Mar 2005 18:38:28 +0000 (18:38 +0000)]
* gcc.dg/tls/tls.exp: Remove temporary file.
* g++.dg/tls/tls.exp: Ditto.
* lib/file-format.exp: Ditto.
* g++.dg/special/ecos.exp: Ditto.

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

19 years ago * lib/profopt.exp: Treat prof_ext as a list.
janis [Thu, 31 Mar 2005 18:36:30 +0000 (18:36 +0000)]
* lib/profopt.exp: Treat prof_ext as a list.
* gcc.misc-tests/bprob.exp: Ditto.
* g++.dg/bprob/bprob.exp: Ditto.

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

19 years ago * g++.dg/opt/nothrow1.C: Use cleanup-tree-dump.
janis [Thu, 31 Mar 2005 18:34:19 +0000 (18:34 +0000)]
* g++.dg/opt/nothrow1.C: Use cleanup-tree-dump.
g++.dg/tree-ssa/empty-1.C, g++.dg/tree-ssa/nothrow-1.C,
g++.dg/tree-ssa/pointer-reference-alias.C,
g++.dg/tree-ssa/pr15791-3.C, g++.dg/tree-ssa/pr15791-4.C,
g++.dg/tree-ssa/pr15791-5.C, g++.dg/tree-ssa/ssa-cast-1.C
g++.dg/tree-ssa/ssa-sra-1.C, g++.dg/tree-ssa/ssa-sra-2.C: Ditto
g++.dg/vect/pr19951.cc: Ditto.
* gcc.dg/builtins-43.c, gcc.dg/builtins-44.c, gcc.dg/builtins-45.c,
gcc.dg/builtins-47.c: Ditto.
* gcc.dg/pr15784-1.c, gcc.dg/pr15784-2.c, gcc.dg/pr15784-3.c,
gcc.dg/pr20115-1.c: Ditto.
* gcc.dg/tree-ssa/20030530-2.c,
gcc.dg/tree-ssa/20030611-1.c, gcc.dg/tree-ssa/20030703-1.c,
gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
gcc.dg/tree-ssa/20030709-1.c, gcc.dg/tree-ssa/20030709-2.c,
gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030711-2.c,
gcc.dg/tree-ssa/20030711-3.c, gcc.dg/tree-ssa/20030714-1.c,
gcc.dg/tree-ssa/20030714-2.c, gcc.dg/tree-ssa/20030728-1.c,
gcc.dg/tree-ssa/20030729-1.c, gcc.dg/tree-ssa/20030730-1.c,
gcc.dg/tree-ssa/20030730-2.c, gcc.dg/tree-ssa/20030731-1.c,
gcc.dg/tree-ssa/20030731-2.c, gcc.dg/tree-ssa/20030807-1.c,
gcc.dg/tree-ssa/20030807-10.c, gcc.dg/tree-ssa/20030807-11.c,
gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-3.c,
gcc.dg/tree-ssa/20030807-5.c, gcc.dg/tree-ssa/20030807-6.c,
gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030807-8.c,
gcc.dg/tree-ssa/20030807-9.c, gcc.dg/tree-ssa/20030808-1.c,
gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
gcc.dg/tree-ssa/20030824-1.c,
gcc.dg/tree-ssa/20030824-2.c, gcc.dg/tree-ssa/20030825-1.c,
gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-1.c,
gcc.dg/tree-ssa/20030917-3.c, gcc.dg/tree-ssa/20030922-1.c,
gcc.dg/tree-ssa/20030922-2.c, gcc.dg/tree-ssa/20031015-1.c,
gcc.dg/tree-ssa/20031021-1.c, gcc.dg/tree-ssa/20031022-1.c,
gcc.dg/tree-ssa/20031106-1.c, gcc.dg/tree-ssa/20031106-2.c,
gcc.dg/tree-ssa/20031106-3.c, gcc.dg/tree-ssa/20031106-4.c,
gcc.dg/tree-ssa/20031106-5.c, gcc.dg/tree-ssa/20031106-6.c,
gcc.dg/tree-ssa/20031216-1.c, gcc.dg/tree-ssa/20040204-1.c,
gcc.dg/tree-ssa/20040210-1.c, gcc.dg/tree-ssa/20040211-1.c,
gcc.dg/tree-ssa/20040216-1.c, gcc.dg/tree-ssa/20040305-1.c,
gcc.dg/tree-ssa/20040430-1.c, gcc.dg/tree-ssa/20040513-1.c,
gcc.dg/tree-ssa/20040513-2.c, gcc.dg/tree-ssa/20040514-1.c,
gcc.dg/tree-ssa/20040514-2.c, gcc.dg/tree-ssa/20040517-1.c,
gcc.dg/tree-ssa/20040518-1.c, gcc.dg/tree-ssa/20040518-2.c,
gcc.dg/tree-ssa/20040615-1.c, gcc.dg/tree-ssa/20040624-1.c,
gcc.dg/tree-ssa/20040703-1.c, gcc.dg/tree-ssa/20040721-1.c,
gcc.dg/tree-ssa/20040729-1.c, gcc.dg/tree-ssa/20040911-1.c,
gcc.dg/tree-ssa/20041002-1.c, gcc.dg/tree-ssa/20041122-1.c,
gcc.dg/tree-ssa/20050128-1.c, gcc.dg/tree-ssa/20050215-1.c,
gcc.dg/tree-ssa/asm-1.c, gcc.dg/tree-ssa/asm-2.c,
gcc.dg/tree-ssa/asm-3.c, gcc.dg/tree-ssa/cfgcleanup-1.c,
gcc.dg/tree-ssa/complex-1.c, gcc.dg/tree-ssa/complex-2.c,
gcc.dg/tree-ssa/copy-headers.c, gcc.dg/tree-ssa/ifc-20040816-1.c,
gcc.dg/tree-ssa/ifc-20040816-2.c, gcc.dg/tree-ssa/inline_asm-1.c,
gcc.dg/tree-ssa/inline_asm-2.c, gcc.dg/tree-ssa/loop-1.c,
gcc.dg/tree-ssa/loop-2.c, gcc.dg/tree-ssa/loop-3.c,
gcc.dg/tree-ssa/loop-4.c, gcc.dg/tree-ssa/loop-5.c,
gcc.dg/tree-ssa/loop-6.c, gcc.dg/tree-ssa/loop-7.c,
gcc.dg/tree-ssa/ltrans-1.c, gcc.dg/tree-ssa/ltrans-2.c,
gcc.dg/tree-ssa/ltrans-3.c, gcc.dg/tree-ssa/ltrans-4.c,
gcc.dg/tree-ssa/ltrans-5.c, gcc.dg/tree-ssa/pr15349.c,
gcc.dg/tree-ssa/pr15791-3.c, gcc.dg/tree-ssa/pr15791-4.c,
gcc.dg/tree-ssa/pr15791-5.c, gcc.dg/tree-ssa/pr16721.c,
gcc.dg/tree-ssa/pr19633.c, gcc.dg/tree-ssa/sra-1.c,
gcc.dg/tree-ssa/sra-2.c, gcc.dg/tree-ssa/sra-3.c,
gcc.dg/tree-ssa/ssa-ccp-1.c, gcc.dg/tree-ssa/ssa-ccp-10.c,
gcc.dg/tree-ssa/ssa-ccp-11.c, gcc.dg/tree-ssa/ssa-ccp-2.c,
gcc.dg/tree-ssa/ssa-ccp-3.c, gcc.dg/tree-ssa/ssa-ccp-7.c,
gcc.dg/tree-ssa/ssa-ccp-9.c, gcc.dg/tree-ssa/ssa-dce-1.c,
gcc.dg/tree-ssa/ssa-dce-2.c, gcc.dg/tree-ssa/ssa-dce-3.c,
gcc.dg/tree-ssa/ssa-dom-ccp-1.c, gcc.dg/tree-ssa/ssa-dom-cse-1.c,
gcc.dg/tree-ssa/ssa-dom-thread-1.c, gcc.dg/tree-ssa/ssa-pre-1.c,
gcc.dg/tree-ssa/ssa-pre-2.c, gcc.dg/tree-ssa/ssa-pre-3.c,
gcc.dg/tree-ssa/ssa-pre-4.c, gcc.dg/tree-ssa/ssa-pre-5.c,
gcc.dg/tree-ssa/ssa-pre-6.c, gcc.dg/tree-ssa/ssa-sink-1.c,
gcc.dg/tree-ssa/ssa-sink-2.c, gcc.dg/tree-ssa/ssa-sink-3.c,
gcc.dg/tree-ssa/ssa-sink-4.c, gcc.dg/tree-ssa/tailcall-1.c,
gcc.dg/tree-ssa/tailcall-2.c, gcc.dg/tree-ssa/tailrecursion-1.c,
gcc.dg/tree-ssa/tailrecursion-2.c, gcc.dg/tree-ssa/tailrecursion-3.c,
gcc.dg/tree-ssa/tailrecursion-4.c, gcc.dg/tree-ssa/tailrecursion-5.c,
gcc.dg/tree-ssa/useless-1.c: Ditto.
gcc.dg/vect/pr16105.c, gcc.dg/vect/pr18308.c, gcc.dg/vect/pr18400.c,
gcc.dg/vect/pr18425.c, gcc.dg/vect/pr18536.c, gcc.dg/vect/vect-1.c,
gcc.dg/vect/vect-10.c, gcc.dg/vect/vect-11.c, gcc.dg/vect/vect-12.c,
gcc.dg/vect/vect-13.c, gcc.dg/vect/vect-14.c, gcc.dg/vect/vect-15.c,
gcc.dg/vect/vect-16.c, gcc.dg/vect/vect-17.c, gcc.dg/vect/vect-18.c,
gcc.dg/vect/vect-19.c, gcc.dg/vect/vect-2.c, gcc.dg/vect/vect-20.c,
gcc.dg/vect/vect-21.c, gcc.dg/vect/vect-22.c, gcc.dg/vect/vect-23.c,
gcc.dg/vect/vect-24.c, gcc.dg/vect/vect-25.c, gcc.dg/vect/vect-26.c,
gcc.dg/vect/vect-27.c, gcc.dg/vect/vect-28.c, gcc.dg/vect/vect-29.c,
gcc.dg/vect/vect-3.c, gcc.dg/vect/vect-30.c, gcc.dg/vect/vect-31.c,
gcc.dg/vect/vect-32.c, gcc.dg/vect/vect-33.c, gcc.dg/vect/vect-34.c,
gcc.dg/vect/vect-35.c, gcc.dg/vect/vect-36.c, gcc.dg/vect/vect-37.c,
gcc.dg/vect/vect-38.c, gcc.dg/vect/vect-4.c, gcc.dg/vect/vect-40.c,
gcc.dg/vect/vect-41.c, gcc.dg/vect/vect-42.c, gcc.dg/vect/vect-43.c,
gcc.dg/vect/vect-44.c, gcc.dg/vect/vect-45.c, gcc.dg/vect/vect-46.c,
gcc.dg/vect/vect-47.c, gcc.dg/vect/vect-48.c, gcc.dg/vect/vect-49.c,
gcc.dg/vect/vect-5.c, gcc.dg/vect/vect-50.c, gcc.dg/vect/vect-51.c,
gcc.dg/vect/vect-52.c, gcc.dg/vect/vect-53.c, gcc.dg/vect/vect-54.c,
gcc.dg/vect/vect-55.c, gcc.dg/vect/vect-56.c, gcc.dg/vect/vect-57.c,
gcc.dg/vect/vect-58.c, gcc.dg/vect/vect-59.c, gcc.dg/vect/vect-6.c,
gcc.dg/vect/vect-60.c, gcc.dg/vect/vect-61.c, gcc.dg/vect/vect-62.c,
gcc.dg/vect/vect-63.c, gcc.dg/vect/vect-64.c, gcc.dg/vect/vect-65.c,
gcc.dg/vect/vect-66.c, gcc.dg/vect/vect-67.c, gcc.dg/vect/vect-68.c,
gcc.dg/vect/vect-69.c, gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-70.c,
gcc.dg/vect/vect-71.c, gcc.dg/vect/vect-72.c, gcc.dg/vect/vect-73.c,
gcc.dg/vect/vect-74.c, gcc.dg/vect/vect-75.c, gcc.dg/vect/vect-76.c,
gcc.dg/vect/vect-77.c, gcc.dg/vect/vect-78.c, gcc.dg/vect/vect-79.c,
gcc.dg/vect/vect-8.c, gcc.dg/vect/vect-80.c, gcc.dg/vect/vect-82.c,
gcc.dg/vect/vect-82_64.c, gcc.dg/vect/vect-83.c,
gcc.dg/vect/vect-83_64.c, gcc.dg/vect/vect-85.c,
gcc.dg/vect/vect-86.c, gcc.dg/vect/vect-87.c, gcc.dg/vect/vect-88.c,
gcc.dg/vect/vect-89.c, gcc.dg/vect/vect-9.c, gcc.dg/vect/vect-96.c,
gcc.dg/vect/vect-97.c, gcc.dg/vect/vect-98.c, gcc.dg/vect/vect-all.c,
gcc.dg/vect/vect-none.c: Ditto.
* treelang/compile/extrafunc.tree, treelang/compile/extravar.tree,
treelang/compile/unsigned.tree: Ditto.

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

19 years ago * gcc.dg/altivec-16.c: Use cleanup-saved-temps.
janis [Thu, 31 Mar 2005 18:21:38 +0000 (18:21 +0000)]
* gcc.dg/altivec-16.c: Use cleanup-saved-temps.
* gcc.dg/cpp/direct2s.c: Ditto.
* gcc.dg/cpp/paste4.c: Ditto.
* gcc.dg/cpp/separate-1.c: Ditto.
* gcc.dg/pch/save-temps-1.c: Ditto.
* g++.dg/ext/altivec-10.C: Ditto.
* g++.dg/pch/pch.C: Ditto.

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

19 years ago * g++.dg/other/static11.C: Use cleanup-rtl-dump.
janis [Thu, 31 Mar 2005 18:18:58 +0000 (18:18 +0000)]
* g++.dg/other/static11.C: Use cleanup-rtl-dump.

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

19 years ago * g++.dg/parse/repo1.C: Use cleanup-repo-files.
janis [Thu, 31 Mar 2005 18:16:55 +0000 (18:16 +0000)]
* g++.dg/parse/repo1.C: Use cleanup-repo-files.
* g++.dg/template/repo1.C: Ditto.
* g++.dg/template/repo2.C: Ditto.
* g++.dg/template/repo3.C: Ditto.
* g++.old-deja/g++.pt/instantiate4.C: Ditto.
* g++.old-deja/g++.pt/instantiate6.C: Ditto.
* g++.old-deja/g++.pt/repo1.C: Ditto.
* g++.old-deja/g++.pt/repo2.C: Ditto.
* g++.old-deja/g++.pt/repo3.C: Ditto.
* g++.old-deja/g++.pt/repo4.C: Ditto.

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

19 years ago * gcc.dg/20020201-1.c: Use cleanup-coverage_files.
janis [Thu, 31 Mar 2005 18:14:11 +0000 (18:14 +0000)]
* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
* gcc.dg/20030107-1.c: Ditto.
* gcc.dg/20030702-1.c: Ditto.
* gcc.dg/profile-generate-1.c: Ditto.
* g++.dg/other/profile1.C: Ditto.
* g++.old-deja/g++.robertl/eb83.C: Ditto.

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

19 years agogcc:
janis [Thu, 31 Mar 2005 18:11:14 +0000 (18:11 +0000)]
gcc:
* doc/sourcebuild.texi (Test Directives): Describe cleanup-* procs.
gcc/testsuite:
* lib/gcc-dg.exp (remove-build-file): New.
(cleanup-coverage-files, cleanup-repo-files, cleanup-rtl-dump,
cleanup-tree-dump, cleanup-saved-temps): New.

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

19 years agocp:
nathan [Thu, 31 Mar 2005 17:36:17 +0000 (17:36 +0000)]
cp:
PR c++/19203, implement DR 214
* call.c (joust): Use more_specialized_fn.
* cp-tree.h (DEDUCE_ORDER): Remove.
(more_specialized): Replace with ...
(more_specialized_fn): ... this.
* pt.c (maybe_adjust_types_for_deduction): Remove DEDUCE_ORDER
case.
(type_unification_real): Remove DEDUCE_ORDER case.
(more_specialized): Replace with ...
(more_specialized_fn): ... this.  Implement DR 214.
(most_specialized_instantiation): Use get_bindings_real directly.
testsuite:
PR c++/19203, DR 214
* g++.dg/parse/ambig3.C: Not ambiguous.
* g++.dg/template/spec20.C: New.
* g++.dg/template/spec21.C: New.

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

19 years ago * tree-ssa-alias.c: Follow spelling conventions.
kazu [Thu, 31 Mar 2005 17:13:31 +0000 (17:13 +0000)]
* tree-ssa-alias.c: Follow spelling conventions.
* doc/tree-ssa.texi: Fix a typo.

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

19 years ago PR target/20045
sje [Thu, 31 Mar 2005 16:53:18 +0000 (16:53 +0000)]
PR target/20045
* gcc.dg/ia64-fptr-1.c: Run only on linux.

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

19 years ago * postreload-gcse.c: Include target.h.
amylaar [Thu, 31 Mar 2005 16:38:25 +0000 (16:38 +0000)]
* postreload-gcse.c: Include target.h.
(gcse_after_reload_main): Return early if we cannot modify jumps.
* Makefile.in (postreload-gcse.o): Depend on $(TARGET_H).

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

19 years ago * gettimeofday.c: Add "Supplemental" to @deftypefn.
jsm28 [Thu, 31 Mar 2005 16:14:58 +0000 (16:14 +0000)]
* gettimeofday.c: Add "Supplemental" to @deftypefn.
* functions.texi: Regenerate.

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

19 years ago * tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of
dje [Thu, 31 Mar 2005 16:01:53 +0000 (16:01 +0000)]
* tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of
expensive operations.

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

19 years ago PR libfortran/20660
fxcoudert [Thu, 31 Mar 2005 15:30:06 +0000 (15:30 +0000)]
PR libfortran/20660
    * io/inquire.c (inquire_via_unit): Non-opened units should still be
    reported by an INQUIRE statement as existing.
    * io/transfer.c (data_transfer_init): Never accept negative units.

    PR libfortran/20660
    * gfortran.dg/negative_unit.f: New test.

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

19 years ago2005-03-31 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Thu, 31 Mar 2005 15:29:47 +0000 (15:29 +0000)]
2005-03-31  Thomas Fitzsimmons  <fitzsim@redhat.com>

* javax/swing/text/JTextComponent.java (viewToModel): New method.

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

19 years agoFix problems with hot/cold partitioning optimization.
ctice [Thu, 31 Mar 2005 14:59:59 +0000 (14:59 +0000)]
Fix problems with hot/cold partitioning optimization.

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

19 years ago * collect2.c (lderrout): New variable.
ian [Thu, 31 Mar 2005 14:53:17 +0000 (14:53 +0000)]
* collect2.c (lderrout): New variable.
(collect_exit): Dump ldout to stdout.  Dump and unlink lderrout,
if it is set, to stderr.
(handler): Unlink lderrout if it is set.
(dump_file): Add "to" parameter.  Change all callers.
(main): Initialize lderrout.
(collect_execute): Add errname parameter.  Change all callers.
Rename redir parameter to outname.  Never pass
PEX_STDERR_TO_STDOUT to pex_run.
* collect2.h (collect_execute, dump_file): Update declarations.
* tlink.c (tlink_execute): Add errname parameter.  Change all
callers.
(do_tlink): Check lderrout as well as ldout.

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

19 years ago * dwarf2out.c (dwarf2out_frame_finish): Honor DWARF2_FRAME_INFO
hainque [Thu, 31 Mar 2005 14:33:51 +0000 (14:33 +0000)]
    * dwarf2out.c (dwarf2out_frame_finish): Honor DWARF2_FRAME_INFO
        defined and non-zero.

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

19 years agodoc/
gdr [Thu, 31 Mar 2005 14:21:14 +0000 (14:21 +0000)]
doc/
        PR c++/18644
        * doc/invoke.texi (-Wsynth): Don't document, as it now is void
of
        semantics.

cp/
        PR c++/18644
        * call.c (build_new_op): Remove check for -Wsynth.

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

19 years ago Fix fallout from PR middle-end/15700:
amylaar [Thu, 31 Mar 2005 13:02:36 +0000 (13:02 +0000)]
Fix fallout from PR middle-end/15700:
* gcc.c-torture/compile/20011119-1.c: Take
__USER_LABEL_PREFIX__ into account.
* gcc.c-torture/compile/20011119-2.c: Likewise.

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

19 years agoPR target/20611
amodra [Thu, 31 Mar 2005 11:34:16 +0000 (11:34 +0000)]
PR target/20611
missed from last commit.

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

19 years ago PR target/20611
amodra [Thu, 31 Mar 2005 11:33:05 +0000 (11:33 +0000)]
PR target/20611
* config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Remove inline
label operand.  Remove (use (unspec..)).  Don't emit a label on
the offset word.
* config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Don't
generate inline label for load_toc_v4_PIC_1b.
(rs6000_emit_load_toc_table): Likewise.

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

19 years agoNew test case for SMS.
hagog [Thu, 31 Mar 2005 09:24:33 +0000 (09:24 +0000)]
New test case for SMS.

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

19 years ago * config.gcc: Obsolete i860-*-sysv4*, ip2k-*-elf,
kazu [Thu, 31 Mar 2005 03:06:49 +0000 (03:06 +0000)]
* config.gcc: Obsolete i860-*-sysv4*, ip2k-*-elf,
ns32k-*-netbsdelf*, and ns32k-*-netbsd*.

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

19 years ago * src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.
hboehm [Thu, 31 Mar 2005 01:22:46 +0000 (01:22 +0000)]
* src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.

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

19 years ago * tree-sra.c (decide_block_copy): Disable scalarization of sub-elements.
dpatel [Thu, 31 Mar 2005 00:58:26 +0000 (00:58 +0000)]
 * tree-sra.c (decide_block_copy): Disable scalarization of sub-elements.
     * g++.dg/tree-sra/ssa-sra-3.C: New test.

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

19 years ago2005-03-30 Dale Johannesen <dalej@apple.com>
dalej [Thu, 31 Mar 2005 00:32:43 +0000 (00:32 +0000)]
2005-03-30  Dale Johannesen  <dalej@apple.com>

        * gcc.dg/20020919-1.c:  Remove unnecessary conditional.

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

19 years ago * lib/scantree.exp (scan-tree-dump, scan-tree-dump-times,
janis [Thu, 31 Mar 2005 00:28:49 +0000 (00:28 +0000)]
* lib/scantree.exp (scan-tree-dump, scan-tree-dump-times,
scan-tree-dump-not, scan-tree-dump-dem, scan-tree-dump-dem-not):
Strip options from test name.

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

19 years agoDaily bump.
gccadmin [Thu, 31 Mar 2005 00:17:02 +0000 (00:17 +0000)]
Daily bump.

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

19 years ago2005-03-30 Stuart Hastings <stuart@apple.com>
dalej [Thu, 31 Mar 2005 00:09:10 +0000 (00:09 +0000)]
2005-03-30  Stuart Hastings  <stuart@apple.com>
    Dale Johannesen  <dalej@apple.com>

* Makefile.in (print-tree.o):  Depend on tree-iterator.h.
* print-tree.c (print_node):  Add case STATEMENT_LIST.

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

19 years ago * config.gcc (cpu_is_64bit): Set for 64-bit powerpc cpus.
amodra [Wed, 30 Mar 2005 23:46:28 +0000 (23:46 +0000)]
* config.gcc (cpu_is_64bit): Set for 64-bit powerpc cpus.
(powerpc64-*-linux*): Use it.  Rearrange tm_file assignment.
(powerpc-*-linux*): Build a biarch compiler when --enable-targets
is given with "powerpc64*" or "all", or when --with-cpu chooses
a 64-bit cpu.

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

19 years agoEmit DW_AT_ranges for inlined subroutines that contain disjoint blocks.
wilson [Wed, 30 Mar 2005 23:08:17 +0000 (23:08 +0000)]
Emit DW_AT_ranges for inlined subroutines that contain disjoint blocks.
PR debug/20268
* dwarf2out.c (add_high_low_attributes): New function, extracted from
gen_lexical_block_die.
(gen_lexical_block_die, gen_inlined_subroutine_die): Call it.

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

19 years ago2005-03-31 Jan Hubicka <jh@suse.cz>
hubicka [Wed, 30 Mar 2005 22:28:02 +0000 (22:28 +0000)]
2005-03-31  Jan Hubicka  <jh@suse.cz>

2004-11-02  Jan Hubicka  <jh@suse.cz>

* cgraph.c (cgraph_varpool_node_name): New function.
(dump_cgraph_varpool_node): New function.
(dump_varpool): New function.
* cgraphunit.c (cgraph_optimize): Dump varpool.

2004-10-16  Jan Hubicka  <jh@suse.cz>

* cgraph.c (decide_is_variable_needed): New function.
(cgraph_varpool_finalize_decl): Use it.
* cgraphunit.c (cgraph_optimize): Assemble_pending_decls when not doing
unit-at-a-time.
* final.c (output_addr_const): Do not call mark_referenced.
* passes.c (rest_of_decl_compilation): ifdef out DECL_RTL_SET_P hack;
always go via cgraph.
* toplev.c (wrapup_global_declarations): Kill non-unit-at-a-time code.
(check_global_declarations): Ifdef out code clearing DECL_RTL.
* tree-optimize.c (execute_inline): Mark functions called.
* i386.c (output_pic_addr_const): Do not call mark_decl_referenced.

2004-10-11  Jan Hubicka  <jh@suse.cz>

* cgraph.c (cgraph_varpool_first_unanalyzed_node): New global voriable
(cgraph_varpool_last_needed_node): New static variable.
(enqueue_needed_varpool_node): Break out from ...; add items to the
end of queue; update first pointers.
(cgraph_varpool_mark_needed_node): ... here.
(cgraph_varpool_finalize_decl): Use enqueue_needed_varpool_node.
(cgraph_varpool_assemble_pending_decls): Move to cgraphunit.c
* cgraph.h (cgraph_varpool_node): Add analyzed field.
(cgraph_varpool_first_unanalyzed_node): Declare.
* cgraphunit.c: Include output.h.
(cgraph_varpool_analyze_pending_decls): New function.
(cgraph_varpool_assemble_pending_decls): Move from cgraph.c; bail out
for errors, analyze pending decls.
(cgraph_finalize_compilation_unit): Only analyze decls.
(cgraph_optimize): Assemble the decls after expanding.

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

19 years ago2005-03-30 Daniel Berlin <dberlin@dberlin.org>
dberlin [Wed, 30 Mar 2005 22:10:47 +0000 (22:10 +0000)]
2005-03-30  Daniel Berlin  <dberlin@dberlin.org>

* tree-ssa-alias.c (compute_flow_insensitive_aliasing): Make sure
subvars get marked properly in tags for grouping.
(add_pointed_to_var): Mark only actual pointed to
variables/subvars in addresses needed.
(create_overlap_variables_for): Clear call clobbered on original
variable.
* tree-ssa-operands.c (get_asm_expr_operands): Don't let regular
addresable vars with subvars into list.
* tree-ssa.c (verify_ssa_name): Verify original is not used where
subvar should be.

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

19 years ago * cgraph.h (struct cgraph_node): Add alias.
rth [Wed, 30 Mar 2005 22:07:51 +0000 (22:07 +0000)]
    * cgraph.h (struct cgraph_node): Add alias.
        * varasm.c (assemble_alias): Set it.
        * cgraphunit.c (cgraph_assemble_pending_functions): Check it and
        avoid calling cgraph_expand_function.

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

19 years ago * src/ia64/ffitarget.h (ffi_arg) ADD DI attribute.
sje [Wed, 30 Mar 2005 21:49:19 +0000 (21:49 +0000)]
* src/ia64/ffitarget.h (ffi_arg) ADD DI attribute.
(ffi_sarg) Ditto.
* src/ia64/unix.S (ffi_closure_unix): Extend gp
to 64 bits in ILP32 mode.
Load 64 bits even for short data.

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

19 years agogcc:
tromey [Wed, 30 Mar 2005 21:34:41 +0000 (21:34 +0000)]
gcc:
* tree.def (FILE_TYPE): Removed.
* typeclass.h (enum type_class): Removed file_type_class.
* dwarf2out.c (is_base_type): Updated.
(gen_type_die): Likewise.
* dbxout.c (dbxout_type): Updated.
* builtins.c (type_to_class): Updated.
* tree.c (type_contains_placeholder_1): Updated.
* config/sparc/sparc.c (sparc_type_code): Updated.
* config/ia64/ia64.c (hfa_element_mode): Updated.
* expr.c (count_type_elements): Updated.
* stor-layout.c (layout_type): Updated.
* tree-inline.c (remap_type): Updated.
* tree-pretty-print.c (dump_generic_node): Updated.
gcc/java:
* decl.c (gnat_substitute_in_type): Don't handle FILE_TYPE.

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

19 years ago * testsuite/Makefile.am (CXX): Use ${SHELL}.
aaronwl [Wed, 30 Mar 2005 21:24:16 +0000 (21:24 +0000)]
* testsuite/Makefile.am (CXX): Use ${SHELL}.
(GLIBCXX_INCLUDES): Same.
(AM_CXXFLAGS): Same.
* testsuite/Makefile.in: Regenerate.

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

19 years agoFix problem with calling powi* builtins.
fjahanian [Wed, 30 Mar 2005 20:59:21 +0000 (20:59 +0000)]
Fix problem with calling powi* builtins.
OKed by Richard Henderson.

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

19 years ago2005-03-30 Dale Johannesen <dalej@apple.com>
dalej [Wed, 30 Mar 2005 20:21:37 +0000 (20:21 +0000)]
2005-03-30  Dale Johannesen  <dalej@apple.com>

        PR middle-end/19225
        * calls.c (expand_call):  Flush pending deferrals before
        throwing call.

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

19 years ago * MAINTAINERS: Move John Carr to Write After Approval.
gerald [Wed, 30 Mar 2005 20:00:27 +0000 (20:00 +0000)]
* MAINTAINERS: Move John Carr to Write After Approval.

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

19 years ago PR c/772
jsm28 [Wed, 30 Mar 2005 19:56:39 +0000 (19:56 +0000)]
PR c/772
PR c/17913
* c-tree.h (C_DECL_UNJUMPABLE_STMT_EXPR,
C_DECL_UNDEFINABLE_STMT_EXPR, struct c_label_list, struct
c_label_context, label_context_stack): New.
* c-decl.c (define_label): Check for jumps into statement
expressions.  Add label to list of defined labels.
(start_function): Push context on label_context_stack.
(finish_function): Pop context from label_context_stack.
* c-typeck.c (label_context_stack): New.
(c_finish_goto_label): Check for jumps into statement
expressions.  Add label to list of jumped to labels.
(struct c_switch): Add blocked_stmt_expr.
(c_start_case): Initialize it.
(do_case): Check it.
(c_finish_case): Verify !blocked_stmt_expr.
(c_begin_stmt_expr):  Push context on label_context_stack.
Increment blocked_stmt_expr.  Mark labels jumped to from outside
as undefinable.
(c_finish_stmt_expr): December blocked_stmt_expr.  Mark labels
defined in the statement expression and no longer jumpable to.
Mark labels jumped to from just outside the statement expression
as again definable.  Pop context from label_context_stack.
* doc/extend.texi (Statement Exprs): Update.

objc:
* objc-act.c (objc_start_function): Push context on
label_context_stack.

testsuite:
* gcc.dg/stmt-expr-label-1.c, gcc.dg/stmt-expr-label-2.c,
gcc.dg/stmt-expr-label-3.c : New tests.
* gcc.c-torture/execute/medce-2.c: Remove.

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

19 years ago PR c/20368
jsm28 [Wed, 30 Mar 2005 19:35:49 +0000 (19:35 +0000)]
PR c/20368
* c-decl.c (start_function): Check for old_decl being
error_mark_node.

testsuite:
* gcc.dg/pr20368-1.c, gcc.dg/pr20368-2.c, gcc.dg/pr20368-3.c: New
tests.

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

19 years ago * final.c (final): Remove prescan parameter. Change all callers.
ian [Wed, 30 Mar 2005 18:53:35 +0000 (18:53 +0000)]
* final.c (final): Remove prescan parameter.  Change all callers.
(final_scan_insn): Remove prescan parameter.  Change all callers.

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

19 years ago * parse.y (maybe_yank_clinit): Don't crash if bbody is NULL.
ian [Wed, 30 Mar 2005 17:55:57 +0000 (17:55 +0000)]
* parse.y (maybe_yank_clinit): Don't crash if bbody is NULL.

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

19 years ago * jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle cases where
tromey [Wed, 30 Mar 2005 17:46:48 +0000 (17:46 +0000)]
* jcf-dump.c (HANDLE_INNERCLASSES_ATTRIBUTE): Handle cases where
inner_class_info_index==0 or outer_class_info_index==0.

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

19 years ago * tree-vectorizer.c: Fix comment typos.
kazu [Wed, 30 Mar 2005 15:22:39 +0000 (15:22 +0000)]
* tree-vectorizer.c: Fix comment typos.

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

19 years ago(See http://gcc.gnu.org/ml/gcc/2004-12/msg00319.html for discussion.)
amylaar [Wed, 30 Mar 2005 12:25:24 +0000 (12:25 +0000)]
(See gcc.gnu.org/ml/gcc/2004-12/msg00319.html for discussion.)
* config/mh-mingw32: Delete.
* configure.in: Don't use it.
* configure: Regenerate.

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

19 years ago * tree-scalar-evolution.c (instantiate_parameters_1): Return
spop [Wed, 30 Mar 2005 12:14:49 +0000 (12:14 +0000)]
* tree-scalar-evolution.c (instantiate_parameters_1): Return
as soon as a chrec_dont_know is detected.

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

19 years ago Merge from csl-arm-branch.
dannysmith [Wed, 30 Mar 2005 09:58:48 +0000 (09:58 +0000)]
Merge from csl-arm-branch.
2004-02-12  Mark Mitchell  <mark@codesourcery.com>

* tlink.c (recompile_files): Do not assume that "rename" can
overwrite an existing file.

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

19 years ago PR ada/19959
charlet [Wed, 30 Mar 2005 08:56:55 +0000 (08:56 +0000)]
PR ada/19959
* Makefile.in (gnattools-cross): Remove incorrect dependency on gnatlib

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

19 years ago2005-02-28 Paolo Bonzini <bonzini@gnu.org>
bonzini [Wed, 30 Mar 2005 08:23:06 +0000 (08:23 +0000)]
2005-02-28  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
* Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
(HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
(HOST_LIB_PATH): Generate from Makefile.def.
(TARGET_LIB_PATH): Likewise.
(Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
* Makefile.in: Regenerate.
* configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
(RPATH_ENVVAR): Include Darwin case.
* configure: Regenerate.

config:
2005-02-28  Paolo Bonzini  <bonzini@gnu.org>

* config/gcc-lib-path.m4: Remove.

gcc:
2005-02-28  Paolo Bonzini  <bonzini@gnu.org>

* gcc/aclocal.m4: Do not include config/gcc-lib-path.m4.
* gcc/Makefile.in: Do not @set_gcc_lib_path@.
* gcc/configure.ac (TL_AC_GNU_MAKE_GCC_LIB_PATH): Remove.
* gcc/configure: Regenerate.

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

19 years ago2005-03-31 Paolo Bonzini <bonzini@gnu.org>
bonzini [Wed, 30 Mar 2005 08:18:08 +0000 (08:18 +0000)]
2005-03-31  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
* Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
(HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
(HOST_LIB_PATH): Generate from Makefile.def.
(TARGET_LIB_PATH): Likewise.
(Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
* Makefile.in: Regenerate.
* configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
(RPATH_ENVVAR): Include Darwin case.
* configure: Regenerate.

config:
2005-03-31  Paolo Bonzini  <bonzini@gnu.org>

* config/gcc-lib-path.m4: Remove.

gcc:
2005-03-31  Paolo Bonzini  <bonzini@gnu.org>

* gcc/aclocal.m4: Do not include config/gcc-lib-path.m4.
* gcc/Makefile.in: Do not @set_gcc_lib_path@.
* gcc/configure.ac (TL_AC_GNU_MAKE_GCC_LIB_PATH): Remove.
* gcc/configure: Regenerate.

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

19 years ago * doc/install.texi: Update binutils requirement for powerpc*-linux.
amodra [Wed, 30 Mar 2005 07:24:22 +0000 (07:24 +0000)]
* doc/install.texi: Update binutils requirement for powerpc*-linux.

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

19 years ago * config/rs6000/rs6000.c (rs6000_arg_partial_bytes): Update comments.
amodra [Wed, 30 Mar 2005 07:06:05 +0000 (07:06 +0000)]
* config/rs6000/rs6000.c (rs6000_arg_partial_bytes): Update comments.

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

19 years ago * calls.c (struct arg_data): Update "partial" comment.
amodra [Wed, 30 Mar 2005 06:41:01 +0000 (06:41 +0000)]
* calls.c (struct arg_data): Update "partial" comment.
(load_register_parameters): Update "nregs" comment.

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

19 years ago * config/iq2000/iq2000.h (target_flags, MASK_GPOPT, MASK_EMBEDDED_DATA)
rsandifo [Wed, 30 Mar 2005 06:32:52 +0000 (06:32 +0000)]
* config/iq2000/iq2000.h (target_flags, MASK_GPOPT, MASK_EMBEDDED_DATA)
(MASK_UNINIT_CONST_IN_RODATA, TARGET_EMBEDDED_DATA, TARGET_SWITCHES)
(TARGET_DEFAULT, TARGET_CPU_DEFAULT, SUBTARGET_TARGET_OPTIONS)
(TARGET_OPTIONS, iq2000_cpu_string, iq2000_arch_string): Delete.
(TARGET_DEBUG_MODE, TARGET_DEBUG_A_MODE, TARGET_DEBUG_B_MODE)
(TARGET_DEBUG_C_MODE, TARGET_DEBUG_D_MODE): Define to 0 rather
than target_flags & 0.
* config/iq2000/iq2000.c (iq2000_cpu_string, iq2000_arch_string)
(iq2000_arch, iq2000_parse_cpu): Delete.
(TARGET_HANDLE_OPTION): Override default.
(iq2000_handle_option): New function.
(override_options): Remove -march= and -mcpu= handling.
* config/iq2000/iq2000.opt: New file.

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

19 years ago * config/c4x/c4x-protos.h (c4x_rpts_cycles, c4x_cpu_version): Delete.
rsandifo [Wed, 30 Mar 2005 06:30:13 +0000 (06:30 +0000)]
* config/c4x/c4x-protos.h (c4x_rpts_cycles, c4x_cpu_version): Delete.
* config/c4x/c4x.h (SMALL_MEMORY_FLAG, MPYI_FLAG, FAST_FIX_FLAG)
(RPTS_FLAG, C3X_FLAG, TI_FLAG, PARANOID_FLAG, MEMPARM_FLAG, DEVEL_FLAG)
(RPTB_FLAG, BK_FLAG, DB_FLAG, DEBUG_FLAG, HOIST_FLAG)
(LOOP_UNSIGNED_FLAG, FORCE_FLAG, PRESERVE_FLOAT_FLAG)
(PARALLEL_INSN_FLAG, PARALLEL_MPY_FLAG, ALIASES_FLAG, C30_FLAG)
(C31_FLAG, C32_FLAG, C33_FLAG, C40_FLAG, C44_FLAG, TARGET_SWITCHES)
(TARGET_DEFAULT, TARGET_SMALL, TARGET_MPYI, TARGET_FAST_FIX)
(TARGET_RPTS, TARGET_TI, TARGET_PARANOID, TARGET_MEMPARM, TARGET_DEVEL)
(TARGET_RPTB, TARGET_BK, TARGET_DB, TARGET_DEBUG, TARGET_HOIST)
(TARGET_LOOP_UNSIGNED, TARGET_FORCE, TARGET_PRESERVE_FLOAT)
(TARGET_PARALLEL, TARGET_PARALLEL_MPY, TARGET_ALIASES)
(c4x_rpts_cycles_string, c4x_cpu_version_string)
(TARGET_OPTIONS): Delete.
(c4x_rpts_cycles, c4x_cpu_version): Declare.
(TARGET_C3X, TARGET_C30, TARGET_C31, TARGET_C32, TARGET_C33)
(TARGET_C40, TARGET_C44): Redefine in terms of c4x_cpu_version.
* config/c4x/c4x.c (c4x_rpts_cycles_string): Delete.
(c4x_cpu_version_string): Delete.
(TARGET_DEFAULT_TARGET_FLAGS, TARGET_HANDLE_OPTION): Override defaults.
(c4x_handle_option): New function.  Map -m3x and -m4x options to the
equivalent -mcpu= option.
(c4x_override_options): Remove -mrpts= and -mcpu= handling from here.
Deal with the extra conditions in the old TARGET_MPYI, TARGET_RPTB,
TARGET_DB, TARGET_PARALLEL and TARGET_PARALLEL_MPY macros by setting
or clearing the appropriate MASK_* bit.
(c4x_file_start): Use c4x_cpu_version.
* config/c4x/c4x.opt: New file.

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