OSDN Git Service

pf3gnuchains/gcc-fork.git
25 years ago1999-01-14 Vladimir N. Makarov <vmakarov@cygnus.com>
vmakarov [Thu, 14 Jan 1999 15:17:46 +0000 (15:17 +0000)]
1999-01-14  Vladimir N. Makarov  <vmakarov@cygnus.com>
* config/i960/i960.c (i960_output_move_double_zero,
i960_output_move_quad_zero): New functions for moving zeros.
(i960_output_move_double, i960_output_move_quad): Additional code
for situation when moving unaligned register group.
        * config/i960/i960.h (i960_output_move_double_zero,
i960_output_move_quad_zero): The function definitions.
* config/i960/i960.md (movdi+1, movti+1): Usage of the functions.

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

25 years ago
clm [Thu, 14 Jan 1999 14:43:05 +0000 (14:43 +0000)]


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

25 years ago* cplus-dem.c (mop_up): Set work->previous_argument to NULL after freeing it.
drepper [Thu, 14 Jan 1999 12:09:46 +0000 (12:09 +0000)]
* cplus-dem.c (mop_up): Set work->previous_argument to NULL after freeing it.

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

25 years ago(mop_up): Set work->previous_argument to NULL after freeing it.
drepper [Thu, 14 Jan 1999 12:09:01 +0000 (12:09 +0000)]
(mop_up): Set work->previous_argument to NULL after freeing it.

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

25 years ago * semantics.c (finish_asm_stmt): Don't warn about redundant volatile.
jason [Thu, 14 Jan 1999 10:42:12 +0000 (10:42 +0000)]
* semantics.c (finish_asm_stmt): Don't warn about redundant volatile.
PR 18132
* decl2.c (import_export_class): MULTIPLE_SYMBOL_SPACES only means
that we don't suppress the other copies.
* lex.c (handle_cp_pragma): Likewise.
PR 18627

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

25 years ago1999-01-13 Vladimir N. Makarov <vmakarov@cygnus.com>
vmakarov [Thu, 14 Jan 1999 08:55:47 +0000 (08:55 +0000)]
1999-01-13  Vladimir N. Makarov  <vmakarov@cygnus.com>
* config/i960/i960.c (i960_function_prologue): New code (optimal
solution) for saving global registers in local registers.
(form_reg_groups, reg_group_compare, split_reg_group): New
functions used by the code.
(reg_group): New structure definition for the new code.

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

25 years agoDaily bump.
law [Thu, 14 Jan 1999 00:45:02 +0000 (00:45 +0000)]
Daily bump.

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

25 years ago1998-12-30 Michael Meissner <meissner@cygnus.com>
law [Wed, 13 Jan 1999 21:38:14 +0000 (21:38 +0000)]
1998-12-30  Michael Meissner  <meissner@cygnus.com>
        * random.c (NULL): Don't redefine NULL if it is already defined.

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

25 years ago * integrate.c (expand_inline_function): Recognize (mem (addressof))
rth [Wed, 13 Jan 1999 20:13:27 +0000 (20:13 +0000)]
    * integrate.c (expand_inline_function): Recognize (mem (addressof))
        and substitute.  Copy the return value from there into a new pseudo.

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

25 years ago * config/c4x/c4x.md (in_annul_slot_3): Correctly allow unarycc
m.hayes [Wed, 13 Jan 1999 16:52:03 +0000 (16:52 +0000)]
* config/c4x/c4x.md (in_annul_slot_3): Correctly allow unarycc
and binarycc operations in 3rd annulled delay slot!

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

25 years ago * decl.c (grokdeclarator): Undo 1998-12-14 change.
mmitchel [Wed, 13 Jan 1999 16:27:23 +0000 (16:27 +0000)]
* decl.c (grokdeclarator): Undo 1998-12-14 change.
* tree.c (build_cplus_array_type_1): Likewise.
* pt.c (instantiate_class_template): Remove misleading comment.
(tsubst_aggr_type): Substitute if there are template parameters,
regardless of whether or not they use template arguments.
(unify): Likewise, but for unification.

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

25 years ago * configure.in: Test for "ln -s" and set LN_S in generated Makefile.
drepper [Wed, 13 Jan 1999 16:04:01 +0000 (16:04 +0000)]
    * configure.in: Test for "ln -s" and set LN_S in generated Makefile.
        * Makefile.in: Use $(LN_S) instead of explicitly ln -s.

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

25 years agoThu Jan 11 18:37:50 1999 Vladimir N. Makarov <vmakarov@cygnus.com>
vmakarov [Wed, 13 Jan 1999 15:28:22 +0000 (15:28 +0000)]
Thu Jan 11 18:37:50 1999  Vladimir N. Makarov  <vmakarov@cygnus.com>
* invoke.texi (-mcpu=740, -mcpu=750): New options.
        (-m(no-)multiple, -m(no-)string): Describe cases for PPC740 &
PPC750.
1999-01-11  Michael Meissner  <meissner@cygnus.com>
* config/rs6000/rs6000.h ({ASM,CPP}_CPU_SPEC): Add support for all
machines supported with -mcpu=xxx.
(processor_type): Add PROCESSOR_PPC750.
(ADJUST_PRIORITY): Call rs6000_adjust_priority.
(RTX_COSTS): Supply costs for 750 multiply/divide operations.
(rs6000_adjust_priority): Add declaration.
* config/rs6000/rs6000.c (rs6000_override_options):
-mcpu={750,740} now sets the processor type as 750, not 603.
Allow -mmultiple and -mstring on little endian 750 systems.
(rs6000_adjust_priority): Stub for now.
(get_issue_rate): The PowerPC 750 can issue 2 instructions/cycle.
* config/rs6000/rs6000.md (function/cpu attributes): Add initial
ppc750 support.
* config/rs6000/sysv4.h (STRICT_ALIGNMENT): Don't force strict
alignment if little endian.
(CC1_SPEC): Pass -mstrict-align if little endian, and not
overridden.
(CC1_ENDIAN_{LITTLE,BIG,DEFAULT}_SPEC): Endian specific configs.
(SUBTARGET_EXTRA_SPECS): Add cc1 endian specs.
* config/rs6000/{sysv4,eabi}le.h (CC1_ENDIAN_DEFAULT_SPEC):
Override, default is little endian.
* config/rs6000/t-ppcgas (MULTILIB_*): Delete obsolete Solaris
multilibs.

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

25 years ago * config/arm.c (output_func_epilogue): Check TARGET_ABORT_NORETURN
clm [Wed, 13 Jan 1999 14:32:39 +0000 (14:32 +0000)]
    * config/arm.c (output_func_epilogue):  Check TARGET_ABORT_NORETURN
        before generating a call to abort for volatile functions.
        * config/arm.h (ARM_FLAG_ABORT_NORETURN):  Define.
        (TARGET_ABORT_NORETURN):  Define.
        (abort-on-noreturn):  New option.

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

25 years agofix typo
jason [Wed, 13 Jan 1999 11:49:34 +0000 (11:49 +0000)]
fix typo

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

25 years ago * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.
ghazi [Wed, 13 Jan 1999 11:30:56 +0000 (11:30 +0000)]
    * xstrdup.c (xstrdup): Switch from strcpy to memcpy for speed.

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

25 years ago * cccp.c (xstrdup): Renamed from `savestring'. All callers changed.
ghazi [Wed, 13 Jan 1999 10:46:45 +0000 (10:46 +0000)]
    * cccp.c (xstrdup): Renamed from `savestring'.  All callers changed.
        Remove prototype which we get from libiberty.h.
        * collect2.c (xstrdup): Likewise.
        * genextract.c (xstrdup): Likewise for `copystr'.
        (mybzero): Remove it and use `memset' instead.
        * genoutput.c (mybcopy, mybzero): Remove these.  All callers changed
        to use `memcpy' and `memset' instead.
        * genrecog.c (xstrdup): Renamed from `copystr'.  All callers
        changed.  Remove prototype.
        (mybcopy, mybzero): Remove these and use memcpy/memset.

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

25 years ago1999-01-13 Andrew Haley <aph@cygnus.com>
aph [Wed, 13 Jan 1999 06:13:37 +0000 (06:13 +0000)]
1999-01-13  Andrew Haley  <aph@cygnus.com>
* expr.c (generate_name): Name prefix changed to avoid clashes
with assembler temp labels.
* parse.y (patch_synchronized_statement): Set TREE_SIDE_EFFECTS on
MODIFY_EXPR.  Without this, code for the assignement may not be
generated at all and the synchronized statement will read an
uninitialized variable.

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

25 years agoWed Jan 13 01:24:54 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Wed, 13 Jan 1999 04:01:43 +0000 (04:01 +0000)]
Wed Jan 13 01:24:54 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* class.c (maybe_layout_super_class): Fixed returned value.
* lex.c: Added 1999 to the copyright.
(java_init_lex): Initialize java_lang_imported.
* lex.h: Added 1999 to the copyright.
* parse.h: Added 1999 to the copyright.
(REGISTER_IMPORT): Fixed typo in trailing macro.
(CURRENT_OSB): New macro.
(struct parser_ctxt): New fields osb_depth, osb_limit.
* parse.y (java_lang_id): New global variable.
(type_import_on_demand_declaration): Don't import java.lang.* twice.
(array_creation_expression:): Use CURRENT_OSB.
(dims:): Uses a stack to keep track of array dimensions.
(cast_expression:): Use CURRENT_OSB.
(find_expr_with_wfl): Return NULL if node found doesn't meet the
  conditions.
(register_fields): Fixed typos in comment.
(check_method_redefinition): Fixed comment indentation.
(java_check_regular_methods): Set saved found wfl to NULL after
  having reinstalled it in the previously found DECL_NAME.
Fix an array dimension counting bug and some random other ones.

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

25 years agoDaily bump.
law [Wed, 13 Jan 1999 00:45:04 +0000 (00:45 +0000)]
Daily bump.

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

25 years ago0
law [Wed, 13 Jan 1999 00:02:31 +0000 (00:02 +0000)]
0
        * mips.h (LOAD_EXTEND_OP): Correct for SImode and CCmode moves when
        generating code for TARGET_64BIT.

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

25 years ago
law [Wed, 13 Jan 1999 00:02:28 +0000 (00:02 +0000)]

        * mips.h (LOAD_EXTEND_OP): Correct for SImode and CCmode moves when
        generating code for TARGET_64BIT.

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

25 years agoMore address fixes
law [Tue, 12 Jan 1999 19:09:02 +0000 (19:09 +0000)]
More address fixes

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

25 years agoHow did these squeak through the address fixes?
law [Tue, 12 Jan 1999 19:08:15 +0000 (19:08 +0000)]
How did these squeak through the address fixes?

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

25 years agoTue Jan 12 14:05:37 1999 David Edelsohn <edelsohn@mhpcc.edu>
dje [Tue, 12 Jan 1999 11:26:45 +0000 (11:26 +0000)]
Tue Jan 12 14:05:37 1999   David Edelsohn  <edelsohn@mhpcc.edu>
        * rs6000.c (print_operand, cases 'm' and 'M'): Do not depend on
        HOST_WIDE_INT word-size.
        (rs6000_stack_info): Remove redundant alignment of fpmem.
Tue Jan 12 14:05:37 1999   Richard Henderson  <rth@cygnus.com>
        * rs6000.c (short_cint_operand): Remove CONSTANT_P_RTX handling.
        (u_short_cint_operand, reg_or_cint_operand, logical_operand): Likewise.
        (input_operand): Adjust CONSTANT_P_RTX handling.
        * rs6000.h (PREDICATE_CODES): Remove CONSTANT_P_RTX references.
        * rs6000.md (movsi): Adjust CONSTANT_P_RTX handling.
        (movhi, movqi): Remove CONSANT_P_RTX handling.
        (movdi): Adjust CONSTANT_P_RTX handling.

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

25 years ago* mips.md (call_value_internal3c): New pattern for -mips16 -mlong-calls.
scox [Tue, 12 Jan 1999 10:46:58 +0000 (10:46 +0000)]
* mips.md (call_value_internal3c): New pattern for -mips16 -mlong-calls.

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

25 years ago
manfred [Tue, 12 Jan 1999 04:16:49 +0000 (04:16 +0000)]

* m68k/mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Define to
ensure all prototypes necessary for building libio will be available.
* m68k/xm-mot3300.h (ADD_MISSING_POSIX, ADD_MISSING_XOPEN): Remove
definitions here as they are not host specific.
* m88k/sysv3.h, m88k/xm-sysv3.h: Likewise.

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

25 years ago * cse.c (cse_insn): Never prefer (const (constant_p_rtx)).
rth [Tue, 12 Jan 1999 02:54:32 +0000 (02:54 +0000)]
* cse.c (cse_insn): Never prefer (const (constant_p_rtx)).

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

25 years agoBump for snapshot
law [Tue, 12 Jan 1999 02:36:16 +0000 (02:36 +0000)]
Bump for snapshot

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

25 years ago* cp-tree.h (flag_permissive): Declare extern.
rth [Tue, 12 Jan 1999 02:06:57 +0000 (02:06 +0000)]
* cp-tree.h (flag_permissive): Declare extern.

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

25 years ago * recog.h (recog_op_alt): Declare extern.
rth [Tue, 12 Jan 1999 02:02:37 +0000 (02:02 +0000)]
    * recog.h (recog_op_alt): Declare extern.

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

25 years ago * rtl.c (rtx_alloc): Use memset instead of inline loop.
rth [Tue, 12 Jan 1999 01:31:09 +0000 (01:31 +0000)]
    * rtl.c (rtx_alloc): Use memset instead of inline loop.

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

25 years agoDaily bump.
law [Tue, 12 Jan 1999 00:45:03 +0000 (00:45 +0000)]
Daily bump.

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

25 years ago * function.c (purge_addressof_1): If the note accesses a mem+addressof
rth [Tue, 12 Jan 1999 00:24:25 +0000 (00:24 +0000)]
    * function.c (purge_addressof_1): If the note accesses a mem+addressof
        in a wider mode than any replacement, adjust the cached replacement.
        Cache trivial substitutions as well.

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

25 years ago * Makefile.in (OBJECTS): Add sbitmap.o.
rth [Tue, 12 Jan 1999 00:07:36 +0000 (00:07 +0000)]
    * Makefile.in (OBJECTS): Add sbitmap.o.
        (BASIC_BLOCK_H): Add sbitmap.h.
        * basic-block.h: Move simple bitmap code to sbitmap.h.
        * flow.c: Move simple bitmap code to sbitmap.c
        * sbitmap.h, sbitmap.c: New files.

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

25 years ago * alpha/elf.h (ASM_FINISH_DECLARE_OBJECT): Use HOST_WIDE_INT_PRINT_DEC.
rth [Mon, 11 Jan 1999 23:56:01 +0000 (23:56 +0000)]
    * alpha/elf.h (ASM_FINISH_DECLARE_OBJECT): Use HOST_WIDE_INT_PRINT_DEC.
Update copyrights.

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

25 years ago * alpha.h (TARGET_SWITCHES): Document switches.
rth [Mon, 11 Jan 1999 23:54:53 +0000 (23:54 +0000)]
    * alpha.h (TARGET_SWITCHES): Document switches.
        (TARGET_OPTIONS): Likewise.

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

25 years agoOpps. Copied in the wrong file for initial commit.
law [Mon, 11 Jan 1999 23:40:03 +0000 (23:40 +0000)]
Opps.  Copied in the wrong file for initial commit.

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

25 years agoUpdate copyrights.
rth [Mon, 11 Jan 1999 23:15:28 +0000 (23:15 +0000)]
Update copyrights.

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

25 years ago * tree.c (new_alias_set): Return zero if !flag_strict_aliasing.
rth [Mon, 11 Jan 1999 22:55:09 +0000 (22:55 +0000)]
    * tree.c (new_alias_set): Return zero if !flag_strict_aliasing.

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

25 years ago * basic-block.h (basic_block_head): Rename to x_basic_block_head.
rth [Mon, 11 Jan 1999 22:37:20 +0000 (22:37 +0000)]
    * basic-block.h (basic_block_head): Rename to x_basic_block_head.
        (basic_block_end): Rename to x_basic_block_end.
        (BLOCK_HEAD, BLOCK_END): Update.
        * caller-save.c: Change basic_block_head/end references to
        BLOCK_HEAD/END.
        * combine.c, flow.c, function.c, gcse.c, global.c: Likewise.
        * graph.c, haifa-sched.c, local-alloc.c, regclass.c: Likewise.
        * regmove.c, reload1.c, reorg.c, sched.c: Likewise.

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

25 years agoFSF address fix in copyright header.
law [Mon, 11 Jan 1999 14:12:18 +0000 (14:12 +0000)]
FSF address fix in copyright header.

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

25 years agoUpdate FSF address in copyright header.
law [Mon, 11 Jan 1999 14:09:10 +0000 (14:09 +0000)]
Update FSF address in copyright header.

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

25 years agoMore address fixes.
law [Mon, 11 Jan 1999 14:06:22 +0000 (14:06 +0000)]
More address fixes.

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

25 years agoUpdate FSF address in copyright header.
law [Mon, 11 Jan 1999 13:53:51 +0000 (13:53 +0000)]
Update FSF address in copyright header.

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

25 years agoFix FSF address in copyright header.
law [Mon, 11 Jan 1999 13:47:11 +0000 (13:47 +0000)]
Fix FSF address in copyright header.

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

25 years agoMore FSF address updates.
law [Mon, 11 Jan 1999 13:43:27 +0000 (13:43 +0000)]
More FSF address updates.

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

25 years agoUpdate FSF address in copyright header.
law [Mon, 11 Jan 1999 13:34:38 +0000 (13:34 +0000)]
Update FSF address in copyright header.

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

25 years agoUpdate FSF address in copyright notice.
law [Mon, 11 Jan 1999 13:25:48 +0000 (13:25 +0000)]
Update FSF address in copyright notice.

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

25 years agoUpdate FSF address in copyright header.
law [Mon, 11 Jan 1999 13:17:38 +0000 (13:17 +0000)]
Update FSF address in copyright header.

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

25 years agoFix FSF address in copyright header.
law [Mon, 11 Jan 1999 13:10:27 +0000 (13:10 +0000)]
Fix FSF address in copyright header.

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

25 years agoUpdate copyright.
schwab [Mon, 11 Jan 1999 02:00:26 +0000 (02:00 +0000)]
Update copyright.

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

25 years agoDaily bump.
law [Mon, 11 Jan 1999 00:45:33 +0000 (00:45 +0000)]
Daily bump.

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

25 years ago * gjavah.c (java_float_finite): Use a union to do type punning.
rth [Sun, 10 Jan 1999 13:36:44 +0000 (13:36 +0000)]
    * gjavah.c (java_float_finite): Use a union to do type punning.
        (java_double_finite): Likewise.

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

25 years agoDaily bump.
law [Sun, 10 Jan 1999 00:45:02 +0000 (00:45 +0000)]
Daily bump.

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

25 years ago * gcc.c (xstrerror): Renamed from my_strerror. All callers
ghazi [Sat, 9 Jan 1999 20:59:12 +0000 (20:59 +0000)]
    * gcc.c (xstrerror): Renamed from my_strerror.  All callers
        changed.  Remove prototype since we get that from libiberty.h.
        * protoize.c (xstrerror): Likewise.

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

25 years agoWarning fixes:
ghazi [Sat, 9 Jan 1999 20:28:30 +0000 (20:28 +0000)]
Warning fixes:
        * gcc.c (read_specs): Ensure format specifiers match their arguments.

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

25 years ago * tree.c (copy_node): Oops. That would be copy not zero
rth [Sat, 9 Jan 1999 20:05:18 +0000 (20:05 +0000)]
    * tree.c (copy_node): Oops.  That would be copy not zero
        in that last change.

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

25 years agoUpdate copyright.
rth [Sat, 9 Jan 1999 19:56:28 +0000 (19:56 +0000)]
Update copyright.

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

25 years agoRemove now-unused variables.
rth [Sat, 9 Jan 1999 19:45:34 +0000 (19:45 +0000)]
Remove now-unused variables.

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

25 years ago * config/c4x/c4x.c: Include system.h.
m.hayes [Sat, 9 Jan 1999 18:46:10 +0000 (18:46 +0000)]
* config/c4x/c4x.c: Include system.h.
  (c4x_caller_save_map): Disable caller save for RC.
(c4x_optimization_options): Disable scheduling before reload.
(valid_parallel_load_store) : Define return type as int.
Remove unused variable regs.
* config/c4x/c4x.h (REGISTER_MOVE_COST): Make independent of register
class.
* config/c4x/c4x.md (rotlqi3, rotrqi3): Fix up emitted RTL to
handle rotations.
(*db, decrement_and_branch_until_zero): Fix up constraints
to keep reload happy.

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

25 years ago * tree.c (make_node): Call bzero instead of inline clear.
rth [Sat, 9 Jan 1999 18:37:42 +0000 (18:37 +0000)]
    * tree.c (make_node): Call bzero instead of inline clear.
        (copy_node, make_tree_vec, build1): Likewise.
        (get_identifier): Call strlen instead of inline count.
        (maybe_get_identifier): Likewise.

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

25 years ago * config/c4x/c4x.md: (in_annul_slot_3): Allow unarycc and binarycc
m.hayes [Sat, 9 Jan 1999 17:10:22 +0000 (17:10 +0000)]
* config/c4x/c4x.md: (in_annul_slot_3): Allow unarycc and binarycc
operations in 3rd annulled delay slot.
(*lshrqi3_const_set): Disallow c constraint for operand0.
(modhi3+1, modhi3+2): Set attribute type to multi.
* config/c4x/c4x.c (c4x_S_constraint): Removed space in middle of
!= operator.

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

25 years agoAnother attempt to get tm-dwarf2.h onto the TRUNK instead of the
robertl [Sat, 9 Jan 1999 13:07:52 +0000 (13:07 +0000)]
Another attempt to get tm-dwarf2.h onto the TRUNK instead of the
fixinc-branch.
* configure.in: New flag --with-dwarf2.   If set, enables DWARF-2
debugging as default.
* config/tm-dwarf2.h: New file.

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

25 years ago * parse.y (build_new_array_init): Don't set EXPR_WFL_LINECOL
bothner [Sat, 9 Jan 1999 12:49:07 +0000 (12:49 +0000)]
* parse.y (build_new_array_init):  Don't set EXPR_WFL_LINECOL
on CONSTRUCTOR (since that trashes TREE_CST_RTL).
(patch_new_array_init):  Clear TREE_CONSTANT also if INDIRECT_REF.
(register_fields):  Set TREE_STATIC on NEW_ARRAY_INIT, not on
CONSTRUCTOR (which causes expand_expr to call output_constant_def).
* expr.c (java_lang_expand_expr):  Check TREE_STATIC of NEW_ARRAY_INIT.

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

25 years ago
bothner [Sat, 9 Jan 1999 12:49:05 +0000 (12:49 +0000)]

* parse.y (build_new_array_init):  Don't set EXPR_WFL_LINECOL
on CONSTRUCTOR (since that trashes TREE_CST_RTL).
(patch_new_array_init):  Clear TREE_CONSTANT also if INDIRECT_REF.
(register_fields):  Set TREE_STATIC on NEW_ARRAY_INIT, not on
CONSTRUCTOR (which causes expand_expr to call output_constant_def).
* expr.c (java_lang_expand_expr):  Check TREE_STATIC of NEW_ARRAY_INIT.

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

25 years agod
bothner [Sat, 9 Jan 1999 12:49:03 +0000 (12:49 +0000)]
d
* parse.y (build_new_array_init):  Don't set EXPR_WFL_LINECOL
on CONSTRUCTOR (since that trashes TREE_CST_RTL).
(patch_new_array_init):  Clear TREE_CONSTANT also if INDIRECT_REF.
(register_fields):  Set TREE_STATIC on NEW_ARRAY_INIT, not on
CONSTRUCTOR (which causes expand_expr to call output_constant_def).
* expr.c (java_lang_expand_expr):  Check TREE_STATIC of NEW_ARRAY_INIT.

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

25 years ago * gansidecl.h: Allow attribute unused on labels only when we are
ghazi [Sat, 9 Jan 1999 08:48:06 +0000 (08:48 +0000)]
    * gansidecl.h: Allow attribute unused on labels only when we are
        version 2.93 or higher.  Not all versions of 2.92 have this feature.
        * version.c: Bump minor number to 93.

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

25 years agoDaily bump.
law [Sat, 9 Jan 1999 00:45:02 +0000 (00:45 +0000)]
Daily bump.

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

25 years ago@
bothner [Fri, 8 Jan 1999 15:50:10 +0000 (15:50 +0000)]
@
* check-init.c (check_init):  If compiling to native, we don't
see THROW_EXPR.  Instead, look for a call to throw_node (_Jv_Throw).

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

25 years ago * stmt.c (optimize_tail_recursion): New function, extracted from ...
law [Fri, 8 Jan 1999 12:05:20 +0000 (12:05 +0000)]
    * stmt.c (optimize_tail_recursion): New function, extracted from ...
        (expand_return): Use optimize_tail_recursion.
        * tree.h (optimize_tail_recursion): Declare.

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

25 years ago * parse-scan.y (variable_declarator_id): Set or increment
tromey [Fri, 8 Jan 1999 11:54:27 +0000 (11:54 +0000)]
* parse-scan.y (variable_declarator_id): Set or increment
bracket_count.
(bracket_count): New global.
(formal_parameter): Handle case where bracket pairs trail variable
declarator id.

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

25 years ago * system.h (abort): Supply more detailed information on how to
gerald [Fri, 8 Jan 1999 04:51:16 +0000 (04:51 +0000)]
* system.h (abort): Supply more detailed information on how to
report an Internal Compiler Error.

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

25 years ago * config/m68k/m68k.h: Declare output_function_epilogue.
schwab [Fri, 8 Jan 1999 02:01:01 +0000 (02:01 +0000)]
* config/m68k/m68k.h: Declare output_function_epilogue.
* recog.h: Declare next_insn_tests_no_inequality.

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

25 years agoUpdate copyrights.
rth [Fri, 8 Jan 1999 01:02:43 +0000 (01:02 +0000)]
Update copyrights.

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

25 years agoCopyright update
law [Fri, 8 Jan 1999 00:54:46 +0000 (00:54 +0000)]
Copyright update

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

25 years ago * toplev.c (compile_file): Move call to output_func_start_profiler
law [Fri, 8 Jan 1999 00:46:25 +0000 (00:46 +0000)]
    * toplev.c (compile_file): Move call to output_func_start_profiler
        to after the loop to emit deferred functions.

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

25 years agoDaily bump.
law [Fri, 8 Jan 1999 00:45:02 +0000 (00:45 +0000)]
Daily bump.

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

25 years ago * gcc.c-torture/compile/990107-1.c: New test
law [Thu, 7 Jan 1999 22:42:52 +0000 (22:42 +0000)]
    * gcc.c-torture/compile/990107-1.c: New test

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

25 years agoClose comment in copyright
law [Thu, 7 Jan 1999 22:02:07 +0000 (22:02 +0000)]
Close comment in copyright

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

25 years ago * calls.c (store_unaligned_arguments_into_pseudos): Use xmalloc to
law [Thu, 7 Jan 1999 11:29:38 +0000 (11:29 +0000)]
    * calls.c (store_unaligned_arguments_into_pseudos): Use xmalloc to
        allocate memory that will live beyond this function.
        (expand_call): Free it here.

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

25 years ago1999-01-07 Andrew Haley <aph@viagra.cygnus.co.uk>
aph [Thu, 7 Jan 1999 10:15:33 +0000 (10:15 +0000)]
1999-01-07  Andrew Haley  <aph@viagra.cygnus.co.uk>
* jcf-parse.c (yyparse): variable len changed from a char to an
int to prevent overflow.

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

25 years ago * sparc.h (PREFERRED_RELOAD_CLASS): Select GENERAL_REGS for
rth [Thu, 7 Jan 1999 03:18:28 +0000 (03:18 +0000)]
    * sparc.h (PREFERRED_RELOAD_CLASS): Select GENERAL_REGS for
        integer data not destined for fp regs.
        (LEGITIMIZE_RELOAD_ADDRESS): New.
Thu Jan  7 03:03:42 1999  Stan Cox  <scox@cygnus.com>
                          Richard Henderson  <rth@cygnus.com>
        Support for Hypersparc and Sparclite86x:
        * sparc.h (TARGET_CPU_hypersparc, TARGET_CPU_sparclite86x): New.
        (CPP_CPU32_DEFAULT_SPEC): Fix up for the new targets.
        (ASM_CPU32_DEFAULT_SPEC): Likewise.
        (TARGET_CPU_DEFAULT): Likewise.
        (enum processor_type): Likewise.
        (CPP_ENDIAN_SPEC): Handle little endian data.
        (LIBGCC2_WORDS_BIG_ENDIAN): Likewise.
        (ADJUST_COST): Call sparc_adjust_cost.
        * sparc.c (sparc_override_options): Fix up for the new targets.
        (supersparc_adjust_cost): Make static.
        (hypersparc_adjust_cost): New.
        (ultrasparc_adjust_cost): Make static.
        (sparc_adjust_cost): New.
        * sparc.md (attr cpu): Add hypersparc and sparclite86x.
        (function_unit): Add hypersparc scheduling rules.
        * configure.in (with_cpu handler): Recognize hypersparc.

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

25 years ago * config/c4x/c4x.c: Added space after negation operator.
m.hayes [Thu, 7 Jan 1999 02:53:44 +0000 (02:53 +0000)]
* config/c4x/c4x.c: Added space after negation operator.
* config/c4x/c4x.h: Likewise.
* config/c4x/c4x.md: Likewise.

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

25 years ago * config/c4x/c4x.c (c4x_preferred_reload_class): Always return class.
m.hayes [Thu, 7 Jan 1999 02:38:35 +0000 (02:38 +0000)]
* config/c4x/c4x.c (c4x_preferred_reload_class): Always return class.

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

25 years agoDaily bump.
law [Thu, 7 Jan 1999 00:45:02 +0000 (00:45 +0000)]
Daily bump.

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

25 years ago * test_summary (version): remove carriage return that gawk inserts
oliva [Thu, 7 Jan 1999 00:17:40 +0000 (00:17 +0000)]
* test_summary (version): remove carriage return that gawk inserts
in the version string for some reason

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

25 years agoFix copyright.
law [Wed, 6 Jan 1999 23:44:26 +0000 (23:44 +0000)]
Fix copyright.

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

25 years ago * gcc.c-torture/execute/990106-2.c: New test.
law [Wed, 6 Jan 1999 23:43:19 +0000 (23:43 +0000)]
    * gcc.c-torture/execute/990106-2.c: New test.

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

25 years ago * cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT
mmitchel [Wed, 6 Jan 1999 23:38:05 +0000 (23:38 +0000)]
    * cp-tree.h (IDENTIFIER_TYPENAME_P): Use OPERATOR_TYPENAME_FORMAT
here.
(lang_type): Add is_partial_instantiation.  Decrease width of
dummy.
(PARTIAL_INSTANTIATION_P): New macro.
(OPERATOR_TYPENAME_P): Remove.
* decl.c (unary_op_p): Use IDENTIFIER_TYPENAME_P, not
OPERATOR_TYPENAME_P.
(grok_op_properties): Likewise.
* friend.c (do_friend): Handle friends that are member functions
correctly.
* lex.c (init_parse): Use OPERATOR_TYPENAME_FORMAT.
* pt.c (instantiate_class_template): Rework for clarity.  Avoid
leaving TYPE_BEING_DEFINED set in obscure cases.  Don't do
any more partial instantiation than is absolutely necessary for
implicit typename.  Set PARTIAL_INSTANTIATION_P.
(tsubst_decl): Use IDENTIFIER_TYPENAME_P.
* semantics.c (begin_class_definition): Handle partial
specializations of a type that was previously partially
instantiated.

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

25 years ago * combine.c (num_sign_bit_copies): In NEG, MULT, DIV and MOD cases,
law [Wed, 6 Jan 1999 23:33:29 +0000 (23:33 +0000)]
    * combine.c (num_sign_bit_copies): In NEG, MULT, DIV and MOD cases,
        when a test can't be performed due to limited width of
        HOST_BITS_PER_WIDE_INT, use the more conservative approximation.
        Fix UDIV case for cases where the first operand has the highest bit
        set.

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

25 years ago * pa.h (reg_class): Add FPUPPER_REGS.
law [Wed, 6 Jan 1999 23:06:29 +0000 (23:06 +0000)]
    * pa.h (reg_class): Add FPUPPER_REGS.
        (REG_CLASS_NAMES): Similarly.
        (REG_CLASS_CONTENTS): Similarly
        (REGNO_REG_CLASS): Handle FPUPPER_REGS.
        (FP_REG_CLASS_P): Likewise.
        (REG_CLASS_FROM_LETTER): Similarly.
        (CLASS_MAX_NREGS): Similarly.

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

25 years ago * h8300.h (ASM_OUTPUT_LABELREF): Define.
law [Wed, 6 Jan 1999 22:40:19 +0000 (22:40 +0000)]
    * h8300.h (ASM_OUTPUT_LABELREF): Define.

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

25 years agoi
bothner [Wed, 6 Jan 1999 22:15:40 +0000 (22:15 +0000)]
i
Fixed some stupid typos that managed to get checked in.

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

25 years ago * fixincludes: For HP/UX 10.20, also look in curses_colr/curses.h
brendan [Wed, 6 Jan 1999 22:05:45 +0000 (22:05 +0000)]
    * fixincludes: For HP/UX 10.20, also look in curses_colr/curses.h
        for a typedef of bool.  Make sure to have a copy of the file is
        in place before we look to fix it.  Fix typo in variable name to
        FILE.

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

25 years ago * pa.h (DONT_RECORD_EQUIVALENCE): Kill.
law [Wed, 6 Jan 1999 21:44:21 +0000 (21:44 +0000)]
    * pa.h (DONT_RECORD_EQUIVALENCE): Kill.
        * local-alloc.c (update_equiv_regs): Corresponding changes.
        * tm.texi (DONT_RECORD_EQUIVALENCE): Kill.

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

25 years agoCopyright typo
law [Wed, 6 Jan 1999 21:31:04 +0000 (21:31 +0000)]
Copyright typo

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

25 years agoCopyright fixes.
law [Wed, 6 Jan 1999 21:10:34 +0000 (21:10 +0000)]
Copyright fixes.

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

25 years agoFix copyrights.
law [Wed, 6 Jan 1999 21:10:08 +0000 (21:10 +0000)]
Fix copyrights.

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

25 years agoCopyright fixes.
law [Wed, 6 Jan 1999 20:57:36 +0000 (20:57 +0000)]
Copyright fixes.

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