platform/upstream/linaro-gcc.git
24 years ago * config/c4x/c4x.md: Define mode for remaining unspec operators.
m.hayes [Fri, 15 Oct 1999 05:39:23 +0000 (05:39 +0000)]
* config/c4x/c4x.md:  Define mode for remaining unspec operators.
* config/c4x/c4x.c (dst_operand):  Use nonimmediate_operand.

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

24 years ago * i386.md (movstricthi_1): Allow r/r.
rth [Fri, 15 Oct 1999 05:15:10 +0000 (05:15 +0000)]
    * i386.md (movstricthi_1): Allow r/r.

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

24 years ago * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
law [Fri, 15 Oct 1999 04:50:09 +0000 (04:50 +0000)]
    * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
        falltrought to assocate code.
        Convert XOR to OR in code like (a&c1)^(a&c2) where c1 and c2 don't have
        bits in common.

        * combine.c (simplify_logical): Convert XOR to IOR if operands have
        no bits in common; remove XOR to ROTATE conversion.

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

24 years ago * config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.
m.hayes [Fri, 15 Oct 1999 04:42:15 +0000 (04:42 +0000)]
* config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.

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

24 years ago * config/c4x/c4x.c (dst_operand): New.
m.hayes [Fri, 15 Oct 1999 04:32:37 +0000 (04:32 +0000)]
* config/c4x/c4x.c (dst_operand): New.
(PREDICATE_CODES): Update.
* config/c4x/c4x.h (dst_operand): Declare it.
* config/c4x/c4x.md:  Define mode for each unspec usage.
(move patterns):  Use dst_operand predicate instead of src_operand.
(movqi_update, movqf_update): Delete.

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

24 years ago * recog.c (pmode_register_operand): New.
rth [Fri, 15 Oct 1999 01:52:29 +0000 (01:52 +0000)]
    * recog.c (pmode_register_operand): New.
        * recog.h: Declare it.
        * genrecog.c (pred_codes): Likewise.
        (special_mode_pred_table): Likewise.
        (validate_pattern): Don't warn no mode for address_operand.

        * print-rtl.c (print_rtx) [LABEL_REF]: Only do full subexpression
        if the operand is not insn-like.

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

24 years ago * fold-const.c (fold): Handle more simplifications allowed by IEEE.
law [Fri, 15 Oct 1999 01:40:28 +0000 (01:40 +0000)]
    * fold-const.c (fold): Handle more simplifications allowed by IEEE.

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

24 years ago * sparc.md (*): Use {nonimmediate,register}_operand as appropriate
rth [Fri, 15 Oct 1999 00:34:45 +0000 (00:34 +0000)]
    * sparc.md (*): Use {nonimmediate,register}_operand as appropriate
        instead of general_operand in a SET_DEST.  Use const_double_operand
        instead of an explicit test against CONST_DOUBLE.
        (movsf_const_lo): Add missing register mode.
        (goto_handler_and_restore): Add auxiliary test for Pmode.
        (flush): Adjust to use address_operand.
        (return_sf_no_fpu): Add missing output constraint.

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

24 years ago * rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
rth [Fri, 15 Oct 1999 00:29:24 +0000 (00:29 +0000)]
    * rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
        for call return value.
        (call_value_indirect_aix64, call_value_indirect_nt): Likewise.

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

24 years ago * toplev.c (main): Only warn about options for other languages.
jason [Fri, 15 Oct 1999 00:05:52 +0000 (00:05 +0000)]
* toplev.c (main): Only warn about options for other languages.
* collect2.c (main): Pass -w to sub-gcc.

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

24 years ago * flow.c (propagate_block): Use free_EXPR_LIST_list instead of
rth [Thu, 14 Oct 1999 23:31:25 +0000 (23:31 +0000)]
    * flow.c (propagate_block): Use free_EXPR_LIST_list instead of
        zapping mem_set_list.
        (invalidate_mems_from_autoinc): Use free_EXPR_LIST_node.
        (mark_set_1, mark_used_regs): Likewise.

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

24 years ago * flow.c (propagate_block): Add call-clobbered registers to
rth [Thu, 14 Oct 1999 23:28:50 +0000 (23:28 +0000)]
    * flow.c (propagate_block): Add call-clobbered registers to
        significant too.

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

24 years agotypo
jason [Thu, 14 Oct 1999 22:35:27 +0000 (22:35 +0000)]
typo

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

24 years ago * toplev.c (main): Don't complain about options for other languages.
jason [Thu, 14 Oct 1999 22:22:32 +0000 (22:22 +0000)]
* toplev.c (main): Don't complain about options for other languages.

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

24 years agoAdd myself to list with general write privs.
rearnsha [Thu, 14 Oct 1999 21:46:16 +0000 (21:46 +0000)]
Add myself to list with general write privs.

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

24 years ago * jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.
tromey [Thu, 14 Oct 1999 20:55:21 +0000 (20:55 +0000)]
* jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.

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

24 years ago * m68k.md (zero_extendsidi2): Add missing output reload constraint.
rth [Thu, 14 Oct 1999 17:52:48 +0000 (17:52 +0000)]
    * m68k.md (zero_extendsidi2): Add missing output reload constraint.

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

24 years agoRemove cvs conflict markers.
rth [Thu, 14 Oct 1999 17:44:07 +0000 (17:44 +0000)]
Remove cvs conflict markers.

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

24 years ago * execute/memcheck/memcheck.exp: Make sure a remote
brendan [Thu, 14 Oct 1999 17:39:30 +0000 (17:39 +0000)]
* execute/memcheck/memcheck.exp: Make sure a remote
host is equipped with driver.h and driver.o so it can actually
compile and run the tests.

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

24 years ago * jcf-dump.c (print_constant, disassemble_method): Don't call a
ghazi [Thu, 14 Oct 1999 17:13:57 +0000 (17:13 +0000)]
* jcf-dump.c (print_constant, disassemble_method): Don't call a
variadic function with a non-literal format string.

* parse-scan.y (report_main_declaration): Likewise.

* parse.h (ERROR_CAST_NEEDED_TO_INTEGRAL): Likewise.

* parse.y (read_import_dir, patch_assignment, patch_binop,
patch_array_ref): Likewise.

* typeck.c (build_java_array_type): Likewise.

* verify.c (verify_jvm_instructions): Likewise.

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

24 years ago * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
gerald [Thu, 14 Oct 1999 16:41:27 +0000 (16:41 +0000)]
* invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
-Wnested-externs, -Wstrict-prototypes, and -Wtraditional as C only
options. Also add a new item "C-only Warning Options" to the
option summary.

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

24 years ago * libgcc2.c (__do_global_dtors): Protect __deregister_frame_info
gavin [Thu, 14 Oct 1999 13:38:01 +0000 (13:38 +0000)]
* libgcc2.c (__do_global_dtors): Protect __deregister_frame_info
from multiple calls.

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

24 years ago * i386.md (call value patterns): Move to the end of the file.
rth [Thu, 14 Oct 1999 11:59:00 +0000 (11:59 +0000)]
    * i386.md (call value patterns): Move to the end of the file.
        (prologue_set_got, prologue_get_pc): Use register_operand for op 0.

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

24 years ago * configure.in (djgpp configuration): Define extra_objects..
law [Thu, 14 Oct 1999 11:40:25 +0000 (11:40 +0000)]
    * configure.in (djgpp configuration): Define extra_objects..
        * configure: Rebuilt.
        * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define.
        (DTORS_SECTION_ASM_OP): Define.
        (INIT_SECTION_ASM_OP): Define.
        (FINI_SECTION_ASM_OP): Define.
        (DATA_SECTION_ASM_OP): Define.
        (TEXT_SECTION_ASM_OP): Define.
        (EH_FRAME_SECTION_ASM_OP): Define.
        (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl.
        (STARTFILE_SPEC): Add crtbegin.o.
        (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl
        to here from LINK_COMMAND_SPEC.
        (DO_GLOBAL_CTORS_BODY): Define.
        (CRTSTUFF_USE_FINI_SECTION): Define
        (HAS_INIT_SECTION): Delete.

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

24 years ago * pa.h (PREDICATE_CODES): New.
law [Thu, 14 Oct 1999 11:21:14 +0000 (11:21 +0000)]
    * pa.h (PREDICATE_CODES): New.

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

24 years ago * Makefile.in (all.cross): Depend on xcpp$(exeext).
law [Thu, 14 Oct 1999 11:11:59 +0000 (11:11 +0000)]
    * Makefile.in (all.cross): Depend on xcpp$(exeext).

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

24 years ago * genrecog.c (validate_pattern): Condense the destination
rth [Thu, 14 Oct 1999 11:01:59 +0000 (11:01 +0000)]
    * genrecog.c (validate_pattern): Condense the destination
        non-lvalue message.

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

24 years ago1999-10-13 Andrew Haley <aph@cygnus.com>
aph [Thu, 14 Oct 1999 10:49:23 +0000 (10:49 +0000)]
1999-10-13  Andrew Haley  <aph@cygnus.com>

* class.c (finish_struct_1): Force alignment of non-bitfields to
BITS_PER_UNIT.

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

24 years ago * i386.h (SPECIAL_MODE_PREDICATES): New.
rth [Thu, 14 Oct 1999 10:34:05 +0000 (10:34 +0000)]
    * i386.h (SPECIAL_MODE_PREDICATES): New.
        * i386.md (movstricthi_1): Use nonimmediate_operand for op 0.
        (movqi_1, movdi_1, movdi_2, some splits): Likewise.
        (addsi_lea_3): Add missing mode for op 3.
        (prologue_set_got, prologue_get_pc): Add missing modes.
        (*) Add missing output reload constraints.

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

24 years ago * alpha.md (call-1): Supply missing mode for operator.
rth [Thu, 14 Oct 1999 10:27:50 +0000 (10:27 +0000)]
    * alpha.md (call-1): Supply missing mode for operator.
        (*): Add missing output reload constraints.  Remove constraints
        from define_splits.

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

24 years ago * gcc.c-torture/execute/991014-1.c: New test.
law [Thu, 14 Oct 1999 10:23:10 +0000 (10:23 +0000)]
    * gcc.c-torture/execute/991014-1.c: New test.

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

24 years ago * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
law [Thu, 14 Oct 1999 10:21:27 +0000 (10:21 +0000)]
    * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
        check for member bit-size overflow and use var_size if it occurs.
        (layout_record): Use bitsize_int() to define the type size in bits.
        Likewise for computation and assignment to DECL_FIELD_BITPOS.
        (layout_decl): Likewise when assigning to DECL_SIZE.

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

24 years ago * genrecog.c (validate_pattern): Typo last change. Verify
rth [Thu, 14 Oct 1999 09:58:41 +0000 (09:58 +0000)]
    * genrecog.c (validate_pattern): Typo last change.  Verify
        that output operands have output reloads.

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

24 years ago * genrecog.c (special_mode_pred_table): New.
rth [Thu, 14 Oct 1999 09:37:31 +0000 (09:37 +0000)]
    * genrecog.c (special_mode_pred_table): New.
        (NUM_SPECIAL_MODE_PREDS): New.
        (find_operand): New.
        (validate_pattern): New argument `insn'.  Warn for assignment to
        any predicate accepting non-lvalues.  Conditionaly warn for
        match_operand without a mode.  Try much harder to match source
        and destination modes on a set.
        * tm.texi (SPECIAL_MODE_PREDICATES): Document.

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

24 years ago * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.
law [Thu, 14 Oct 1999 08:54:16 +0000 (08:54 +0000)]
    * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.

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

24 years ago * combine.c (simplify_logical): Recognize xor pattern that encodes
law [Thu, 14 Oct 1999 08:18:30 +0000 (08:18 +0000)]
    * combine.c (simplify_logical): Recognize xor pattern that encodes
        rotation.

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

24 years ago * libU77/acconfig.h: Define GETTIMEOFDAY_ONE_ARGUMENT and
law [Thu, 14 Oct 1999 08:05:09 +0000 (08:05 +0000)]
    * libU77/acconfig.h: Define GETTIMEOFDAY_ONE_ARGUMENT and
        HAVE_TIMEZONE in acconfig.h.
        * libU77/config.hin: Rebuilt.

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

24 years agoDaily bump.
law [Thu, 14 Oct 1999 07:45:07 +0000 (07:45 +0000)]
Daily bump.

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

24 years agoFranz Sirl <Franz.Sirl-kernel@lauterbach.com>
rth [Thu, 14 Oct 1999 06:24:21 +0000 (06:24 +0000)]
Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

        * rs6000.c (expand_block_move): Use INTVAL, not XINT to access
        alignment.

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

24 years ago * ggc-page.c (MAP_FAILED): Provide default.
rth [Thu, 14 Oct 1999 04:47:48 +0000 (04:47 +0000)]
    * ggc-page.c (MAP_FAILED): Provide default.

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

24 years ago * sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
rth [Thu, 14 Oct 1999 04:42:57 +0000 (04:42 +0000)]
    * sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
        * sparc.h (PREDICATE_CODES): Update.

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

24 years ago * alpha.c (some_ni_operand): New.
rth [Thu, 14 Oct 1999 04:20:55 +0000 (04:20 +0000)]
    * alpha.c (some_ni_operand): New.
        * alpha-protos.h: Declare it.
        * alpha.h (PREDICATE_CODES): Update.
        * alpha.md (sXaddq reload insns): Use some_ni_operand
        for SET_DEST instead of some_operand.

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

24 years ago * genrecog.c (maybe_both_true_2): Don't compare modes of
rth [Thu, 14 Oct 1999 04:07:03 +0000 (04:07 +0000)]
    * genrecog.c (maybe_both_true_2): Don't compare modes of
        two DT_pred tests.
        (process_tree): Elide peephole2_insns.  Invoke simplify_tests
        after find_afterward.
        (debug_decision_1): Dump next and afterward codes.

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

24 years ago * rtl.c (dump_and_abort): Remove.
rth [Thu, 14 Oct 1999 03:43:49 +0000 (03:43 +0000)]
    * rtl.c (dump_and_abort): Remove.
        (fatal_with_file_and_line): New.
        (fatal_expected_char): New.
        (read_rtx_lineno, read_rtx_filename): New.
        (read_skip_spaces): Track line number.
        (read_name): Use fatal_with_file_and_line.
        (read_rtx): Use fatal_expected_char.  Track line number.
        * rtl.h (read_rtx_filename, read_rtx_lineno): Declare.

        * print-rtl.c (print_rtx): Don't special case LABEL_REF argument
        if it isn't a CODE_LABEL.

        * genattr.c (main): Set read_rtx_filename.
        * genattrtab.c (main): Likewise.
        * gencodes.c (main): Likewise.
        * genconfig.c (main): Likewise.
        * genemit.c (main): Likewise.
        * genextract.c (main): Likewise.
        * genflags.c (main): Likewise.
        * genopinit.c (main): Likewise.
        * genoutput.c (main): Likewise.
        * genpeep.c (main): Likewise.

        * genrecog.c (decision_test.u.insn): Add `lineno'.
        (pattern_lineno, error_count): New variables.
        (message_with_line): New.
        (add_to_sequence): Break out checking code to ...
        (validate_pattern): ... here.  Detect SET_DEST matching CONST_INT.
        (merge_insn): Use message_with_line.
        (make_insn_sequence): Use validate_pattern.  Record insn lineno.
        (main): Set read_rtx_filename, pattern_lineno.  Exit early on error.

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

24 years agogcc toplevel:
amylaar [Thu, 14 Oct 1999 02:18:10 +0000 (02:18 +0000)]
gcc toplevel:
* expr.c (store_constructor): Clear union if constructor is empty.
cp:
* typeck2.c (process_init_constructor): Handle empty constructors.
testsuite:
* g++.old-deja/g++.other/union2.C: New test.

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

24 years agoFix thinko in last change.
law [Wed, 13 Oct 1999 23:19:33 +0000 (23:19 +0000)]
Fix thinko in last change.

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

24 years ago * decl.c (lang_mark_tree): Mark NAMESPACE_LEVEL.
jason [Wed, 13 Oct 1999 22:40:42 +0000 (22:40 +0000)]
* decl.c (lang_mark_tree): Mark NAMESPACE_LEVEL.

* pt.c (tsubst, case INTEGER_TYPE): Be more explicit in zero-size
array error.

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

24 years agoFix errors from Jan 19 change, found by comparing Cygnus sources with FSF
wilson [Wed, 13 Oct 1999 22:23:51 +0000 (22:23 +0000)]
Fix errors from Jan 19 change, found by comparing Cygnus sources with FSF
sources.
* config/rs6000/sysv4.h (CC1_SPEC): Fix errors from Jan 19 change.
Add !endian checks.  Change %{...} to %(...).

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

24 years ago * i386.md (*addsi3_cc): Renamed from addcsi3.
rth [Wed, 13 Oct 1999 20:33:42 +0000 (20:33 +0000)]
    * i386.md (*addsi3_cc): Renamed from addcsi3.
        (*addsi3_carry): Renamed from addxsi3.
        (*subsi3_cc): Renamed from subcsi3.
        (*subsi3_carry): Renamed from subxsi3.
        (*xorqi_cc_1): Renamed from xorcqi_1.
        (xorqi_cc_ext_1): Renamed from xorcqi_ext_1.
        * i386.c (ix86_expand_fp_compare): Update for xorqi_cc_ext_1.

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

24 years ago * Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.
rth [Wed, 13 Oct 1999 20:12:08 +0000 (20:12 +0000)]
    * Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.
        (ggc-simple.o, ggc-page.o, ggc-none.o, ggc-callbacks.o): Likewise.

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

24 years ago * regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
brendan [Wed, 13 Oct 1999 17:28:29 +0000 (17:28 +0000)]
* regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
climb up the chain of insns.

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

24 years ago * genrecog.c (write_subroutine): Careful for null trees.
rth [Wed, 13 Oct 1999 17:22:40 +0000 (17:22 +0000)]
    * genrecog.c (write_subroutine): Careful for null trees.
        (process_tree): Don't elide empty functions.

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

24 years agoSimplified GC interface and other goodies.
rth [Wed, 13 Oct 1999 17:20:53 +0000 (17:20 +0000)]
Simplified GC interface and other goodies.

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

24 years agoSimplified GC interface and other goodies.
rth [Wed, 13 Oct 1999 17:09:18 +0000 (17:09 +0000)]
Simplified GC interface and other goodies.

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

24 years ago * decl.c (make_rtl_for_local_static): Don't create register RTL
mmitchel [Wed, 13 Oct 1999 16:13:25 +0000 (16:13 +0000)]
* decl.c (make_rtl_for_local_static): Don't create register RTL
for addressable constants.

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

24 years ago(Fixing malformed ChangeLog entries...)
apbianco [Wed, 13 Oct 1999 15:16:12 +0000 (15:16 +0000)]
(Fixing malformed ChangeLog entries...)

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

24 years ago * g++.old-deja/g++.other/vaarg2.C: New test.
nathan [Wed, 13 Oct 1999 08:57:25 +0000 (08:57 +0000)]
* g++.old-deja/g++.other/vaarg2.C: New test.
* g++.old-deja/g++.other/vaarg3.C: New test.

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

24 years ago * cp-tree.h (build_x_va_arg): Prototype new function.
nathan [Wed, 13 Oct 1999 08:49:54 +0000 (08:49 +0000)]
* cp-tree.h (build_x_va_arg): Prototype new function.
* call.c (build_x_va_arg): Define it.
* parse.y (unary_expr): Call build_x_va_arg.

* cp-tree.h (convert_type_from_ellipsis): Prototype new function.
* call.c (convert_type_from_ellipsis): Define it.
* decl.c (init_decl_processing): Set lang_type_promotes_to.

* tree.c (lvalue_p_1): Accept VA_ARG_EXPR with aggregates.

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

24 years ago * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
law [Wed, 13 Oct 1999 07:52:43 +0000 (07:52 +0000)]
    * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
        float_format and thread_file definitions.
        * configure: Rebuilt.

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

24 years agoDaily bump.
law [Wed, 13 Oct 1999 07:45:10 +0000 (07:45 +0000)]
Daily bump.

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

24 years ago * extend.texi (Function Names): Document types of function names.
loewis [Wed, 13 Oct 1999 07:27:10 +0000 (07:27 +0000)]
* extend.texi (Function Names): Document types of function names.

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

24 years ago * basename.c (DIR_SEPARATOR): New macro.
law [Wed, 13 Oct 1999 07:18:09 +0000 (07:18 +0000)]
    * basename.c (DIR_SEPARATOR): New macro.
        (DIR_SEPARATOR_2): Likewise.
        (HAVE_DOS_BASED_FILESYSTEM): Likewise.
        (IS_DIR_SEPARATOR): Likewise.
        (main): Handle MSDOS style pathname.

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

24 years agoreload_out[i]->rld[i].out.
law [Wed, 13 Oct 1999 06:48:26 +0000 (06:48 +0000)]
reload_out[i]->rld[i].out.

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

24 years ago * reload1.c (reload_reg_free_for_value_p): RELOAD_OTHER reloads with
law [Wed, 13 Oct 1999 06:47:15 +0000 (06:47 +0000)]
    * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
        an earlyclobbered output conflict with RELOAD_INPUT reloads.

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

24 years agoI get blanket write
jason [Wed, 13 Oct 1999 05:54:18 +0000 (05:54 +0000)]
I get blanket write

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

24 years agoTue Oct 12 22:28:10 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Wed, 13 Oct 1999 05:37:30 +0000 (05:37 +0000)]
Tue Oct 12 22:28:10 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * (RELOCATION_VALUE_1): Fixed integer value from 0 to 1.

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

24 years agoTue Sep 14 16:24:19 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Wed, 13 Oct 1999 02:52:08 +0000 (02:52 +0000)]
Tue Sep 14 16:24:19 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * jcf-write.c: (RELOCATION_VALUE_0): New macro.
        (RELOCATION_VALUE_1): Likewise.
        (emit_iinc, emit_reloc, push_constant1, push_constant2,
        push_in_const, push_long_const): Prototyped.
        (push_constant1): Argument `index' is of type HOST_WIDE_INT.
        (push_constant2): Likewise.
        (push_int_const): Cast find_constant1's integer arguments to `jword'.
        (find_constant_wide): Cast find_constant2's integer arguments to
        `jword'.
        (find_constant_index): Cast find_constant2's and find_constant2's
        integer arguments to `jword'.
        (emit_pop): Argument `value' is of type HOST_WIDE_INT.
        (emit_switch_reloc): Use RELOCATION_VALUE_0.
        (emit_if): Use RELOCATION_VALUE_1.
        (emit_goto): Likewise.
        (emit_jsr): Likewise.
        (generate_bytecode_insns): Use RELOCATION_VALUE_0. Cast second
        argument to push_long_const to HOST_WIDE_INT.

(This is a forgotten patch.)

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

24 years ago * configure: Rebuilt.
tromey [Wed, 13 Oct 1999 00:00:35 +0000 (00:00 +0000)]
* configure: Rebuilt.
* configure.in: Fixed test for --disable-java-net.

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

24 years ago * sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
amylaar [Tue, 12 Oct 1999 22:31:26 +0000 (22:31 +0000)]
* sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.

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

24 years ago * sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS.
amylaar [Tue, 12 Oct 1999 22:23:37 +0000 (22:23 +0000)]
* sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS.

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

24 years ago * collect2.c (main): Do prelimnary link on AIX if rflag.
dje [Tue, 12 Oct 1999 21:13:13 +0000 (21:13 +0000)]
* collect2.c (main): Do prelimnary link on AIX if rflag.

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

24 years agoAdd myself
gkm [Tue, 12 Oct 1999 19:20:45 +0000 (19:20 +0000)]
Add myself

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

24 years ago * config/rs6000/eabi-ctors.c (__do_global_ctors): Run through
jason [Tue, 12 Oct 1999 16:47:08 +0000 (16:47 +0000)]
    * config/rs6000/eabi-ctors.c (__do_global_ctors): Run through
        __CTOR_LIST__ in opposite order, which is the correct order for sorted
        constructors.
        (__do_global_dtors): similarly for __DTOR_LIST__.

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

24 years agomerging from no_bogosity
korbb [Tue, 12 Oct 1999 16:02:39 +0000 (16:02 +0000)]
merging from no_bogosity

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

24 years agoProtect the definitions of the t_bool enum
korbb [Tue, 12 Oct 1999 15:57:47 +0000 (15:57 +0000)]
Protect the definitions of the t_bool enum

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

24 years ago * config/sh/sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to
dnovillo [Tue, 12 Oct 1999 15:28:17 +0000 (15:28 +0000)]
* config/sh/sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to
FPUL_REGS.

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

24 years agomove 19990905-1.f into noncompile/ from compile/
burley [Tue, 12 Oct 1999 15:27:12 +0000 (15:27 +0000)]
move 19990905-1.f into noncompile/ from compile/

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

24 years agoMerge from no_bogosity
korbb [Tue, 12 Oct 1999 14:44:55 +0000 (14:44 +0000)]
Merge from no_bogosity

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

24 years agoMerge from no_bogosity
korbb [Tue, 12 Oct 1999 14:44:18 +0000 (14:44 +0000)]
Merge from no_bogosity

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

24 years ago * libU77/aclocal.m4: Re-write, defining LIBU77_GETTIMEOFDAY, not
law [Tue, 12 Oct 1999 08:39:35 +0000 (08:39 +0000)]
    * libU77/aclocal.m4: Re-write, defining LIBU77_GETTIMEOFDAY, not
        LIBU77_HAVE_STRUCT_TIMEZONE.

        * libU77/configure.in: Use LIBU77_GETTIMEOFDAY, not
        LIBU77_HAVE_STRUCT_TIMEZONE.  Don't check for gettimeofday
        separately.

        * libU77/datetime_.c (G77_date_and_time_0): Use
        GETTIMEOFDAY_ONE_ARGUMENT.

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

24 years agoDaily bump.
law [Tue, 12 Oct 1999 07:45:06 +0000 (07:45 +0000)]
Daily bump.

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

24 years agoMake fatal_insn calls in md file work.
wilson [Tue, 12 Oct 1999 03:28:42 +0000 (03:28 +0000)]
Make fatal_insn calls in md file work.
* genoutput.c: Include toplev.h.

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

24 years agoChangeLog entry for last sparc*-*-elf constructor change.
wilson [Tue, 12 Oct 1999 02:04:13 +0000 (02:04 +0000)]
ChangeLog entry for last sparc*-*-elf constructor change.

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

24 years agoFix sparc*-*-elf constructor problems; from Jason Merrill via Jonathan Larmour.
wilson [Tue, 12 Oct 1999 02:03:39 +0000 (02:03 +0000)]
Fix sparc*-*-elf constructor problems; from Jason Merrill via Jonathan Larmour.
* config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
Undef.
* configure.in (sparclite-*-elf, sparc86x-*-elf): Don't use libgloss.h.
* configure: Regenerate.

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

24 years ago * class.c (fixed_type_or_null): Always set *nonnull.
jason [Tue, 12 Oct 1999 01:15:02 +0000 (01:15 +0000)]
* class.c (fixed_type_or_null): Always set *nonnull.

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

24 years ago * gcse.c (delete_null_pointer_checks): Returns void.
rth [Mon, 11 Oct 1999 23:22:41 +0000 (23:22 +0000)]
    * gcse.c (delete_null_pointer_checks): Returns void.

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

24 years agoDaily bump.
law [Mon, 11 Oct 1999 19:35:32 +0000 (19:35 +0000)]
Daily bump.

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

24 years agoBring copy_insn_1 and copy_rtx in sync and simplify them
crux [Mon, 11 Oct 1999 18:42:36 +0000 (18:42 +0000)]
Bring copy_insn_1 and copy_rtx in sync and simplify them

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

24 years ago * cplus-dem.c (do_type): Handle pointer to member types whose
mmitchel [Mon, 11 Oct 1999 08:32:10 +0000 (08:32 +0000)]
* cplus-dem.c (do_type): Handle pointer to member types whose
enclosing classes have namespace scope.

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

24 years ago* newcvsroot: New file.
loewis [Mon, 11 Oct 1999 07:07:39 +0000 (07:07 +0000)]
* newcvsroot: New file.

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

24 years agoNew script to replace CVS/Root and CVS/Repository
loewis [Mon, 11 Oct 1999 07:01:38 +0000 (07:01 +0000)]
New script to replace CVS/Root and CVS/Repository

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

24 years ago* config/mips/mips.c (mips_build_va_list): Correct
geoffk [Mon, 11 Oct 1999 03:35:14 +0000 (03:35 +0000)]
* config/mips/mips.c (mips_build_va_list): Correct
TREE_CHAIN setting when hard-float.
(mips_va_start): Use corrected setting.
(mips_va_arg): Likewise.  Also pass a tree to build of
POSTINCREMENT_EXPR rather than a naked 'int'.

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

24 years ago * ggc.h (ggc_push_context): Fix comment.
mmitchel [Mon, 11 Oct 1999 02:11:21 +0000 (02:11 +0000)]
* ggc.h (ggc_push_context): Fix comment.
(ggc_pop_context): Likewise.
(mark_string_if_gcable): Likewise.
* ggc-common.c (ggc_mark_rtx_children): Use
ggc_mark_string_if_gcable.
* ggc-page.c (ggc_lookup_page_table): New function.
(ggc_allocated_p): Likewise.
(mark_obj): Fix formatting.
(ggc_mark_string_if_gcable): New function.
* ggc-simple.c (ggc_allocated_strings): New variable.
(ggc_strings_used): Likewise.
(ggc_compare_addresses): New function.
(ggc_pop_context): Pop the `any' memory too.
(ggc_mark_string_if_gcable): New function.
(ggc_collect): Initialize and tear down ggc_allocated_strings.

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

24 years ago * rs6000.md (movstrsi_?reg): Use preferred rD/rS = r5 form.
dje [Mon, 11 Oct 1999 00:39:30 +0000 (00:39 +0000)]
    * rs6000.md (movstrsi_?reg): Use preferred rD/rS = r5 form.
        (scc patterns): Disable most SImode variants if TARGET_POWERPC64.
        * rs6000.c (expand_block_move): Match movstrsi_?reg register
        changes.

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

24 years ago * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
rth [Sun, 10 Oct 1999 23:45:27 +0000 (23:45 +0000)]
    * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
        (sched_reg_live_length, sched_reg_basic_block): Delete.
        (current_block_num, bb_live_regs, old_live_regs): Delete.
        (dead_notes, struct sometimes): Delete.
        (sched_note_set, birthing_insn_p): Delete.
        (adjust_priority): Gut useless reg lifetime code.
        (create_reg_dead_note, attach_deaths): Delete.
        (attach_deaths_insn, new_sometimes_live): Delete.
        (finish_sometimes_live): Delete.
        (find_pre_sched_live, find_post_sched_live): Delete.
        (update_reg_usage): Delete.
        (find_insn_reg_weight): New, from corpse of find_pre_sched_live.
        (schedule_insns): Delete reg lifetime code.
        (sched_analyze): Use REG_SAVE_NOTE to stuff NOTE_INSN notes away.
        (unlink_other_notes): Adjust REG_NOTE commentary.
        (reemit_notes): Use REG_SAVE_NOTE.
        (schedule_block): Likewise.
        (schedule_region): Allocate bitmap of blocks in region.  Use
        count_or_remove_death_notes.  Use update_life_info.

        * rtl.h (REG_SAVE_NOTE): New.
        * rtl.c (reg_note_name): Update.

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

24 years ago * combine.c (refresh_blocks, need_refresh): New.
rth [Sun, 10 Oct 1999 23:34:17 +0000 (23:34 +0000)]
    * combine.c (refresh_blocks, need_refresh): New.
        (combine_instructions): Allocate refresh_blocks.  Invoke
        update_life_info if needed.
        (distribute_notes): Mark refresh_blocks instead of installing
        USE insns.
        * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
        * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.

        * Makefile.in (recog.o): Depend on basic-block.h.

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

24 years agochecked in wrong version
jason [Sun, 10 Oct 1999 19:23:38 +0000 (19:23 +0000)]
checked in wrong version

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

24 years ago * genrecog.c (add_to_sequence): Thinko last change: delete
rth [Sun, 10 Oct 1999 19:04:29 +0000 (19:04 +0000)]
    * genrecog.c (add_to_sequence): Thinko last change: delete
        shadowing allow_const_int variable.

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

24 years agoinclude:
ghazi [Sun, 10 Oct 1999 13:02:41 +0000 (13:02 +0000)]
include:
* ansidecl.h (HAVE_GCC_VERSION): New macro.  Use instead of
explicitly testing __GNUC__ and __GNUC_MINOR__.

(ATTRIBUTE_PRINTF): Use `__format__', not `format'.

gcc:
* cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
__GNUC__ and __GNUC_MINOR__.

* gansidecl.h: Likewise.

* rtl.c: Likewise.

* rtl.h: Likewise.

* toplev.h: Likewise.

* tree.c: Likewise.

* tree.h: Likewise.

* varray.c: Likewise.

* varray.h: Likewise.

cp:
* cp-tree.h: Use HAVE_GCC_VERSION instead of explicitly testing
__GNUC__ and __GNUC_MINOR__.

f:
* proj.h: Use HAVE_GCC_VERSION instead of explicitly testing
__GNUC__ and __GNUC_MINOR__.  Don't define BUILT_WITH_270.
Define macro UNUSED in terms of ATTRIBUTE_UNUSED.

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

24 years agoFix a warning in copy_insn_1
crux [Sun, 10 Oct 1999 12:06:33 +0000 (12:06 +0000)]
Fix a warning in copy_insn_1

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