OSDN Git Service

pf3gnuchains/gcc-fork.git
26 years ago * m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Add
law [Tue, 27 Jan 1998 22:02:13 +0000 (22:02 +0000)]
    * m32r.md, mips.md, mn10200.md, mn10300.md, pyr.md: Add
        some comments regarding use of dead_or_set_p.

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

26 years ago * fixincludes: Tweak fix for struct exception in math.h
law [Tue, 27 Jan 1998 21:16:28 +0000 (21:16 +0000)]
    * fixincludes: Tweak fix for struct exception in math.h

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

26 years ago * call.c (add_template_candidate_real): New function.
jason [Tue, 27 Jan 1998 20:47:56 +0000 (20:47 +0000)]
* call.c (add_template_candidate_real): New function.
(add_template_candidate): Use it.
(add_template_conv_candidate): Likewise.
(joust): Pass extra argument to more_specialized.
* class.c (instantiate_type): Handle a single FUNCTION_DECL.
(is_local_class): Remove.
(finish_struct): Check TI_PENDING_SPECIALIZATION_FLAG.
* cp-tree.h (is_local_class): Remove.
(perform_array_to_pointer_conversion): Likewise.
(finish_member_template_decl): Add.
(check_explicit_specialization): Return a tree, not an int.
(more_specialized): Take additional argument.
(get_bindings): Likewise.
(TI_PENDING_SPECIALIZATION_FLAG): New macro.
* cvt.c (perform_qualification_conversions): Use comp_ptr_ttypes.
(perform_array_to_pointer_conversion): Remove.
* decl.c (saved_scope): Add processing_specialization,
processing_explicit_instantiation fields.
(maybe_push_to_top_level): Save them.
(pop_from_top_level): Restore them.
(grokfndecl): Use new return value from
check_explicit_specialization.
(start_decl): Don't check flag_guiding_decls before pushing
decls.
(cp_finish_decl): Remove previous (bogus) change.
(grok_declarator): Use decl_function_context rather than
is_local_class.
* decl2.c (finish_file): Pass extra argument to get_bindings.
(build_expr_from_tree): Let build_x_component_ref check
validity of arguments rather than doing it here.
* lex.c (cons_up_default_function): Remove code fooling with
processing_specialization, processing_explicit_instantiation
flags, as that is now done in {maybe_push_top,pop_from}_top_level.
* method.c (build_overload_identifier): Mangle local classes in
template functions correctly.
* parse.y (finish_member_template_decl): Move to pt.c.
* pt.c (finish_member_template_decl): Moved here from parse.y.
(print_candidates): New function.
(determine_specialization): Change interface.  Properly look for
most specialized versions of template candidates.
(check_explicit_specialization): Fully process explicit
instantiations.
(push_template_decl): Avoid looking at CLASSTYPE fields in
FUNCTION_DECLS.
(determine_overloaded_function): Remove.
(convert_nontype_argument): Change name from
convert_nontype_parameter.  Use determine_overloaded_function
instead of instantiate_type.
(mangle_class_name_for_template): Handle type contexts as well as
function contexts.
(classtype_mangled_name): Likewise.
(lookup_template_class): Likewise.
(tsubst): Likewise.
(more_specialized): Take explict template arguments as a
parameter.
(most_specialized): Likewise.
(get_bindings): Likewise.  Check that return types match before
proclaiming a function a match.
(do_decl_instantiation): Remove code searching for function to
instantiate; that is now done in check_explicit_specialization.
(add_maybe_template): Pass extra argument to get_bindings.
* tree.c (really_overloaded_fn): Use is_overloaded_fn to simplify
implementation.
* typeck.c (build_component_ref): Check for invalid arguments.

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

26 years agoPatch from Gavin to fix mips16 prologue/epilogue bugs.
wilson [Tue, 27 Jan 1998 17:22:43 +0000 (17:22 +0000)]
Patch from Gavin to fix mips16 prologue/epilogue bugs.
* mips/mips.c (mips_expand_prologue,mips_expand_epilogue):
Change mode of registers used to add/sub from
hard_frame_pointer_rtx from word_mode to Pmode.

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

26 years ago * expr.c (cplus_expand_expr, AGGR_INIT_EXPR): Don't check that
jason [Tue, 27 Jan 1998 12:07:36 +0000 (12:07 +0000)]
* expr.c (cplus_expand_expr, AGGR_INIT_EXPR): Don't check that
return_target and call_target are equivalent.

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

26 years ago * v850.h (ASM_OUTPUT_ALIGNED_BSS): Use
law [Tue, 27 Jan 1998 10:19:24 +0000 (10:19 +0000)]
    * v850.h (ASM_OUTPUT_ALIGNED_BSS): Use
        asm_output_aligned_bss() instead of asm_output_bss().

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

26 years ago * Makefile.in (install): Remove the shared library symlink even if
jason [Tue, 27 Jan 1998 10:14:06 +0000 (10:14 +0000)]
* Makefile.in (install): Remove the shared library symlink even if
  we aren't installing it.

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

26 years ago * toplev.c (rest_of_compilation): Replace references to
law [Tue, 27 Jan 1998 10:02:22 +0000 (10:02 +0000)]
    * toplev.c (rest_of_compilation): Replace references to
        stack_reg_dump_file and dbr_sched_dump_file with references to
        rtl_dump_file.

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

26 years ago * configure.in (topsrcdir): New.
law [Tue, 27 Jan 1998 09:34:31 +0000 (09:34 +0000)]
    * configure.in (topsrcdir): New.
        (CHECK_SUBDIRS, configdirs): Check ${topsrcdir}/gcc instead.
        (config-ml.in): Use ${topsrcdir}/config-ml.in.
        * tests/configure.in (topsrcdir): New.
        (CHECK): Check ${topsrcdir}/gcc instead.

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

26 years ago * configure.in (topsrcdir): New.
law [Tue, 27 Jan 1998 09:28:32 +0000 (09:28 +0000)]
    * configure.in (topsrcdir): New.
        (configdirs): Check ${topsrcdir}/gcc instead.
        (config-ml.in): Use ${topsrcdir}/config-ml.in.
        * tests/configure.in (topsrcdir): New.
        (check): Check ${topsrcdir}/gcc instead.
Fixes multilib problems when srcdir == objdir.

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

26 years ago * tlink.c (scan_linker_output): Call fclose() for opened files.
law [Tue, 27 Jan 1998 09:23:08 +0000 (09:23 +0000)]
    * tlink.c (scan_linker_output): Call fclose() for opened files.

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

26 years ago* alpha.c (output_epilog [!VMS]): Don't tag global functions if
rth [Tue, 27 Jan 1998 05:11:41 +0000 (05:11 +0000)]
* alpha.c (output_epilog [!VMS]): Don't tag global functions if
compiling with -fpic -- we want to be able to override symbols
properly.
(alpha_expand_block_move): Fix thinko in last change.
* alpha.h (ASM_OUTPUT_MI_THUNK): New define.
* config/alpha/win-nt.h (ASM_OUTPUT_MI_THUNK): New define.
* config/alpha/vms.h (ASM_OUTPUT_MI_THUNK): New undef.

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

26 years ago* alpha.md (abssf, absdf): Revert last change.
rth [Tue, 27 Jan 1998 03:23:31 +0000 (03:23 +0000)]
* alpha.md (abssf, absdf): Revert last change.

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

26 years agonew
jason [Tue, 27 Jan 1998 02:58:51 +0000 (02:58 +0000)]
new

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

26 years ago * pt.c (type_unification_real): Just accept function parms that
jason [Tue, 27 Jan 1998 02:30:38 +0000 (02:30 +0000)]
* pt.c (type_unification_real): Just accept function parms that
don't use any template parms.

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

26 years ago * dwarf2out.c (dwarf2out_frame_init): Test value of DWARF2_UNWIND_INFO.
law [Mon, 26 Jan 1998 23:26:51 +0000 (23:26 +0000)]
    * dwarf2out.c (dwarf2out_frame_init): Test value of DWARF2_UNWIND_INFO.
        * mips/sni-svr4.h: Define DWARF2_UNWIND_INFO as 0.

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

26 years ago * emit-rtl.c (gen_lowpart_common): Handle more case where converting
law [Mon, 26 Jan 1998 23:05:08 +0000 (23:05 +0000)]
    * emit-rtl.c (gen_lowpart_common): Handle more case where converting
        a CONST_INT into SFmode.

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

26 years ago * flags.h: New flag (optimize_size).
law [Mon, 26 Jan 1998 23:00:04 +0000 (23:00 +0000)]
    * flags.h: New flag (optimize_size).
        * toplev.c (main): Parse -Os option and set optimize_space
        accordingly.
        * gcc.c (default_compilers), cp/lang-specs.h, f/lang-specs.h: Define
        __OPTIMIZE_SIZE__ when compiling with -Os.
        * config/dsp16xx/dsp16xx.h, config/i386/i386.h,
        config/i386/dgux.h, config/i960/i960.h, config/pdp11/pdp11.h,
        config/v850/v850.h (OPTIMIZATION_OPTIONS): New SIZE argument
        to macro.
        * config/i386/i386.c (optimization_options): Accept new SIZE argument.

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

26 years ago * libgcc2.c (__clear_insn_cache): On sysV68 enable the memctl
law [Mon, 26 Jan 1998 22:54:52 +0000 (22:54 +0000)]
    * libgcc2.c (__clear_insn_cache): On sysV68 enable the memctl
        stuff only if MCT_TEXT is #define'd.

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

26 years ago * configure.in (i*86-pc-msdosdjgpp): Treat like msdos & go32
law [Mon, 26 Jan 1998 22:51:28 +0000 (22:51 +0000)]
    * configure.in (i*86-pc-msdosdjgpp): Treat like msdos & go32
        configurations.

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

26 years ago * toplev.c: Add -dM command line option to dump RTL after the
law [Mon, 26 Jan 1998 22:48:32 +0000 (22:48 +0000)]
    * toplev.c: Add -dM command line option to dump RTL after the
        machine dependent reorganisation pass, if there is one.
        Reorganise RTL dump code, so that only one file handle is
        needed.

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

26 years ago * except.c (check_exception_handler_labels): Disable warning when
law [Mon, 26 Jan 1998 22:43:57 +0000 (22:43 +0000)]
    * except.c (check_exception_handler_labels): Disable warning when
        flag_syntax_only.

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

26 years agoFix C++/-fpic core dump from Brendan, side effect of Kenner's Dec 24 change.
wilson [Mon, 26 Jan 1998 18:21:26 +0000 (18:21 +0000)]
Fix C++/-fpic core dump from Brendan, side effect of Kenner's Dec 24 change.
* sparc.c (pic_setup_code): Don't set LABEL_PRESERVE_P.

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

26 years agoPatch from Joern to fix dwarf1 bug: emit debug info for types defined in
wilson [Mon, 26 Jan 1998 18:13:41 +0000 (18:13 +0000)]
Patch from Joern to fix dwarf1 bug: emit debug info for types defined in
parameter lists.
* c-decl.c (grokdeclarator): Get parameter tags from
last_function_parm_tags.
* dwarfout.c (output_formal_types): Set TREE_ASM_WRITTEN before
traversing the parameter types.
(output_type): No early exit for FUNCTION_TYPE / METHOD_TYPE context.

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

26 years agoTweak.
law [Mon, 26 Jan 1998 16:15:46 +0000 (16:15 +0000)]
Tweak.

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

26 years agoRemove Gavin for now.
law [Mon, 26 Jan 1998 08:38:23 +0000 (08:38 +0000)]
Remove Gavin for now.

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

26 years agoTweaks from Andreas.
law [Mon, 26 Jan 1998 08:31:47 +0000 (08:31 +0000)]
Tweaks from Andreas.

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

26 years ago * h8300.c (print_operand): Handle CONST_DOUBLE for 'e', 'f', and
law [Mon, 26 Jan 1998 00:44:02 +0000 (00:44 +0000)]
    * h8300.c (print_operand): Handle CONST_DOUBLE for 'e', 'f', and
        the default case.
        (get_shift_alg): Fix typo.

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

26 years ago* alpha.c (alpha_expand_block_move): Copy ADDRESSOF to reg.
rth [Sun, 25 Jan 1998 22:22:29 +0000 (22:22 +0000)]
* alpha.c (alpha_expand_block_move): Copy ADDRESSOF to reg.

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

26 years ago* toplev.c (get_run_time): Make sure each case gets its variables.
rth [Sun, 25 Jan 1998 22:14:54 +0000 (22:14 +0000)]
* toplev.c (get_run_time): Make sure each case gets its variables.

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

26 years ago* configure.in (build_xm_file): Add auto-config.h if host=build.
rth [Sun, 25 Jan 1998 22:11:32 +0000 (22:11 +0000)]
* configure.in (build_xm_file): Add auto-config.h if host=build.
(host_xm_file_list): Don't add $(srcdir) to auto-config.h.
(build_xm_file_list): Likewise.
* configure: Rebuild.

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

26 years ago * recog.c (validate_replace_rtx_1): Only perform substitutions
law [Sun, 25 Jan 1998 21:00:42 +0000 (21:00 +0000)]
    * recog.c (validate_replace_rtx_1): Only perform substitutions
        of arguments to commutative and comparison operators once.

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

26 years agoAdd some stuff
law [Sun, 25 Jan 1998 20:19:15 +0000 (20:19 +0000)]
Add some stuff

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

26 years agoTweak.
law [Sun, 25 Jan 1998 17:13:31 +0000 (17:13 +0000)]
Tweak.

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

26 years ago * std/bastring.h (unique): We only need length bytes.
jason [Sun, 25 Jan 1998 16:45:02 +0000 (16:45 +0000)]
* std/bastring.h (unique): We only need length bytes.
(c_str): Avoid writing over random memory.
#include <std/bastring.cc>.
Lose _G_ALLOC_CONTROL.
* std/bastring.cc: Likewise.
  (nilRep): Add initializer for selfish.
* sinst.cc: Just #include <string>.
Fix a couple of bugs, linux undefined symbol problem.

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

26 years ago * decl.c (cp_finish_decl): When bailing on a comdat variable, also
jason [Sun, 25 Jan 1998 13:33:39 +0000 (13:33 +0000)]
* decl.c (cp_finish_decl): When bailing on a comdat variable, also
unset DECL_NOT_REALLY_EXTERN.

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

26 years ago * parse.y (typename_sub*): Fix std::.
jason [Sun, 25 Jan 1998 12:54:44 +0000 (12:54 +0000)]
* parse.y (typename_sub*): Fix std::.

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

26 years ago * config/sparc/sparc.c (output_cbranch): Add default case in
law [Sun, 25 Jan 1998 11:34:22 +0000 (11:34 +0000)]
    * config/sparc/sparc.c (output_cbranch): Add default case in
        enumeration switch.
        * reorg.c (insn_sets_resource_p): Correct typo in prototype.
        (emit_delay_sequence): Eliminate unused parameter, all callers
        changed.
        (fill_simple_delay_slots): Likewise.
        (fill_slots_from_thread): Likewise.
        (fill_eager_delay_slots):  Likewise.
        (mark_referenced_resources): Add default case in enumeration switch.
        (mark_set_resources): Likewise.
        (rare_destination): Likewise.
        (mostly_true_jump): Likewise.
        (find_dead_or_set_registers): Likewise.
        (redirect_with_delay_slots_safe_p): Remove unused variable `slots'.
        (update_reg_unused_notes): Remove unused variable `p'.
        (mark_target_live_regs): Remove unused variables `next' and
        `jump_count'.
        (fill_simple_delay_slots): Remove unused variable `j'.
        (fill_slots_from_thread): Add parentheses around assignment used
        as truth value.
        (dbr_schedule): Likewise.

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

26 years ago * Make-lang.in (f77.stage1): Depend on stage1-start so parallel
law [Sun, 25 Jan 1998 11:30:32 +0000 (11:30 +0000)]
    * Make-lang.in (f77.stage1): Depend on stage1-start so parallel
        make works better.
        * (f77.stage2): Likewise for stage2-start.
        * (f77.stage3): Likewise for stage3-start.
        * (f77.stage4): Likewise for stage4-start.

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

26 years ago * objc/Make-lang.in (objc.stage1): Depend on stage1-start.
law [Sun, 25 Jan 1998 11:29:50 +0000 (11:29 +0000)]
    * objc/Make-lang.in (objc.stage1): Depend on stage1-start.
        (objc.stage2, objc.stage3, objc.stage4): Likewise.

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

26 years ago * cse.c (simplify_ternary_operation): Don't try to simplify
law [Sun, 25 Jan 1998 11:12:26 +0000 (11:12 +0000)]
    * cse.c (simplify_ternary_operation): Don't try to simplify
        IF_THEN_ELSE expressions (created by combine) that don't use
        relational operators.

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

26 years agoFix mismatched parens.
law [Sun, 25 Jan 1998 09:00:18 +0000 (09:00 +0000)]
Fix mismatched parens.

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

26 years ago * error.c (dump_decl): Fix type default template args.
jason [Sat, 24 Jan 1998 12:26:46 +0000 (12:26 +0000)]
* error.c (dump_decl): Fix type default template args.
(dump_type): Hand TEMPLATE_DECL off to dump_decl.

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

26 years agotweak
jason [Sat, 24 Jan 1998 03:04:11 +0000 (03:04 +0000)]
tweak

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

26 years agoNew file. Empty until we start adding stuff to it.
law [Sat, 24 Jan 1998 01:14:26 +0000 (01:14 +0000)]
New file.  Empty until we start adding stuff to it.

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

26 years ago * configure (package_makefile_frag): Move inserting the
law [Sat, 24 Jan 1998 00:58:07 +0000 (00:58 +0000)]
    * configure (package_makefile_frag): Move inserting the
        ${package_makefile_frag} to where it should be according
        to the comment.

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

26 years agoTweak SCO5 stuff.
law [Sat, 24 Jan 1998 00:31:38 +0000 (00:31 +0000)]
Tweak SCO5 stuff.

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

26 years ago * cse.c (simplify_ternary_operation): Handle more IF_THEN_ELSE
law [Fri, 23 Jan 1998 23:06:03 +0000 (23:06 +0000)]
    * cse.c (simplify_ternary_operation): Handle more IF_THEN_ELSE
        simplifications.

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

26 years ago * crtstuff.c (init_dummy): Keep the epilogue in the init
law [Fri, 23 Jan 1998 21:47:43 +0000 (21:47 +0000)]
    * crtstuff.c (init_dummy): Keep the epilogue in the init
        section for non-ELF systems.

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

26 years ago * sh.md (movqi_i+1): New peephole.
law [Fri, 23 Jan 1998 21:27:50 +0000 (21:27 +0000)]
    * sh.md (movqi_i+1): New peephole.

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

26 years agoFinish .cexp -> .x conversion.
law [Fri, 23 Jan 1998 21:13:16 +0000 (21:13 +0000)]
Finish .cexp -> .x conversion.

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

26 years ago * lex.c (DIR_SEPARATOR): Define to be '/' if not already defined.
jason [Fri, 23 Jan 1998 18:35:06 +0000 (18:35 +0000)]
* lex.c (DIR_SEPARATOR): Define to be '/' if not already defined.
(file_name_nondirectory): Use.

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

26 years agorevert last change
jason [Fri, 23 Jan 1998 18:33:28 +0000 (18:33 +0000)]
revert last change

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

26 years agoRemove rest of bytecode stuff, except for the VMS *.com files.
wilson [Fri, 23 Jan 1998 15:43:01 +0000 (15:43 +0000)]
Remove rest of bytecode stuff, except for the VMS *.com files.
* Makefile.in: Remove remaining bytecode stuff.
* emit-rtl.c, expr.c: Likewise.

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

26 years ago * toplev.c (lang_options): Add unknown-pragma options.
law [Fri, 23 Jan 1998 11:39:49 +0000 (11:39 +0000)]
    * toplev.c (lang_options): Add unknown-pragma options.

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

26 years ago�
bothner [Thu, 22 Jan 1998 23:48:23 +0000 (23:48 +0000)]
�
* dwarfout.c (byte_size_attribute):  Simplify and fix - don't need
special (and incomplete) handling for Chill arrays.

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

26 years ago8
bothner [Thu, 22 Jan 1998 23:48:22 +0000 (23:48 +0000)]
8
* dwarfout.c (byte_size_attribute):  Simplify and fix - don't need
special (and incomplete) handling for Chill arrays.

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

26 years ago * config.guess: Add support for Linux/ARM.
law [Thu, 22 Jan 1998 23:28:32 +0000 (23:28 +0000)]
    * config.guess: Add support for Linux/ARM.

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

26 years ago * toplev.c (get_run_time): Call sysconf(_SC_CLK_TCK), when available,
law [Thu, 22 Jan 1998 23:26:28 +0000 (23:26 +0000)]
    * toplev.c (get_run_time): Call sysconf(_SC_CLK_TCK), when available,
        to get clock rate.

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

26 years ago * mips.md (muldi3_internal2): Reverse test for TARGET_MIPS16.
law [Thu, 22 Jan 1998 23:18:55 +0000 (23:18 +0000)]
    * mips.md (muldi3_internal2): Reverse test for TARGET_MIPS16.

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

26 years agoTweak.
law [Thu, 22 Jan 1998 23:16:12 +0000 (23:16 +0000)]
Tweak.

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

26 years ago1998-01-22 scott snyder <snyder@d0sgif.fnal.gov>
law [Thu, 22 Jan 1998 23:13:28 +0000 (23:13 +0000)]
1998-01-22  scott snyder  <snyder@d0sgif.fnal.gov>
        * mips.c (function_prologue): Use HARD_FRAME_POINTER_REGNUM in
        .frame directive instead of FRAME_POINTER_REGNUM.

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

26 years ago * m68k.h (TARGET_SWITCHES): -mcpu32 now clears MASK_68881.
law [Thu, 22 Jan 1998 23:10:15 +0000 (23:10 +0000)]
    * m68k.h (TARGET_SWITCHES): -mcpu32 now clears MASK_68881.
        (MACHINE_STATE_m68010_up): Replaced __mc68332__ with __mcpu32__.
        * m68k/m68k-none.h(CPP_FPU_SPEC): Update relative to TARGET_SWITCHES.
        (CPP_SPEC, ASM_SPEC, CC1_SPEC): Likewise.
        (CPP_SPEC): -m68332 defines both __mc68332 and __mcpu32__.
        * m68k/t-m68kbare (MULTILIB_OPTIONS): Add mcpu32.
        (MULTILIB_MATCHES): -m68332 now uses mcpu32 libraries, not m68000.
        (MULTILIB_EXCEPTIONS): Don't build 68881 libraries for m68000,
        mcpu32 or m5200.
        * longlong.h: Replace __mc68332__ with __mcpu32__.

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

26 years agoAdd intel site.
law [Thu, 22 Jan 1998 22:24:37 +0000 (22:24 +0000)]
Add intel site.

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

26 years ago * decl2.c (grok_x_components): Always call grok_enum_decls.
jason [Thu, 22 Jan 1998 22:08:11 +0000 (22:08 +0000)]
* decl2.c (grok_x_components): Always call grok_enum_decls.

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

26 years agoBump for snapshot
law [Thu, 22 Jan 1998 19:55:42 +0000 (19:55 +0000)]
Bump for snapshot

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

26 years agolose text after #endif
brendan [Thu, 22 Jan 1998 15:42:52 +0000 (15:42 +0000)]
lose text after #endif

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

26 years agoFix powerpc/rs6000 (subreg:SF (mem:SI ...)) reload problem.
wilson [Thu, 22 Jan 1998 14:48:58 +0000 (14:48 +0000)]
Fix powerpc/rs6000 (subreg:SF (mem:SI ...)) reload problem.
* reload.c (push_reload): In WORD_REGISTER_OPERATIONS code, add test
to require the SUBREG mode to be smaller than the SUBREG_REG mode.
* reload1.c (eliminate_regs): Likewise.

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

26 years ago * regmove.c (find_matches): Initialize matches->earlyclobber too.
law [Thu, 22 Jan 1998 13:49:29 +0000 (13:49 +0000)]
    * regmove.c (find_matches): Initialize matches->earlyclobber too.
Should fix pa bootstrap comparison failures.

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

26 years agonew
jason [Thu, 22 Jan 1998 11:04:02 +0000 (11:04 +0000)]
new

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

26 years agoWed Jan 21 10:29:57 1998 Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
jason [Thu, 22 Jan 1998 11:03:56 +0000 (11:03 +0000)]
Wed Jan 21 10:29:57 1998  Kriang Lerdsuwanakij  <lerdsuwa@scf.usc.edu>
* pt.c (coerce_template_parms): Don't access elements of ARGLIST
that is not really present.  Substitute default arguments in
template template arguments.  Correctly convert TEMPLATE_DECL to
TEMPLATE_TEMPLATE_PARM.
(comp_template_args): TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM
are no longer treated specially here.
* parse.y (template_template_parm): Fix copy error.
* decl.c (grokdeclarator): Warn about missing `typename' for nested
type created from template template parameters.
* parse.y (bad_parm): Likewise
* class.c (finish_struct): Handle TEMPLATE_TEMPLATE_PARM.
(push_nested_class): Likewise.
* cp-tree.def (TEMPLATE_TEMPLATE_PARM): New tree code.
* cp-tree.h (DECL_TEMPLATE_TEMPLATE_PARM_P): New macro.
(copy_template_template_parm): Declare.
* decl.c (arg_looking_for_template): New variable.
(lookup_name_real): Handle TEMPLATE_TEMPLATE_PARM.
Try to return TEMPLATE_DECL or TEMPLATE_TEMPLATE_PARM
node if arg_looking_for_template is nonzero.
(pushdecl): Handle TEMPLATE_TEMPLATE_PARM.
(grok_op_properties, xref_tag, xref_basetypes): Likewise.
(grokdeclarator): Handle TEMPLATE_DECL.
* decl2.c (constructor_name_full): Handle TEMPLATE_TEMPLATE_PARM.
* error.c (dump_type): Add TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM.
(dump_type_prefix, dump_type_suffix) Handle TEMPLATE_TEMPLATE_PARM.
(dump_decl): Handle unnamed template type parameters.
Handle template template parameters.
(dump_function_name): Handle template template parameters.
* init.c (is_aggr_typedef, is_aggr_type, get_aggr_from_typedef):
Handle TEMPLATE_TEMPLATE_PARM.
* method.c (build_template_template_parm_names): New function.
(build_template_parm_names): Handle TEMPLATE_DECL.
(build_overload_nested_name, build_overload_name):
Handle TEMPLATE_TEMPLATE_PARM.
* parse.y (maybe_identifier): New nonterminal.
(template_type_parm): Use it.
(template_template_parm, template_arg1): New nonterminal.
(template_parm): Add template_template_parm rules.
(template_arg): Set processing_template_arg.
(template_arg1): Rules moved from template_arg.
(primary, nonnested_type): Set arg_looking_for_template if we are
processing template arguments.
* pt.c (begin_member_template_processing): Handle TEMPLATE_DECL.
(process_template_parm): Handle template template parameters.
(coerce_template_parms, comp_template_args): Likewise.
(mangle_class_name_for_template, lookup_template_class): Likewise.
(uses_template_parms): Handle TEMPLATE_DECL and
TEMPLATE_TEMPLATE_PARM.
(current_template_args): Handle TEMPLATE_DECL.
(tsubst, tsubst_copy, unify): Handle TEMPLATE_TEMPLATE_PARM.
* search.c (dfs_walk, dfs_record_inheritance):
Handle TEMPLATE_TEMPLATE_PARM.
* tree.c (copy_template_template_parm): New function.
(mapcar): Handle TEMPLATE_TEMPLATE_PARM.
* typeck.c (comptypes): Handle TEMPLATE_TEMPLATE_PARM.

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

26 years ago* alpha.md (abssf2, absdf2): Disable in IEEE mode.
rth [Thu, 22 Jan 1998 01:44:04 +0000 (01:44 +0000)]
* alpha.md (abssf2, absdf2): Disable in IEEE mode.
(negsf2, negdf2): Use proper subtract in IEEE mode.

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

26 years ago* configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
rth [Thu, 22 Jan 1998 01:39:33 +0000 (01:39 +0000)]
* configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.

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

26 years agoFix typo in yesterday's change.
law [Wed, 21 Jan 1998 06:48:07 +0000 (06:48 +0000)]
Fix typo in yesterday's change.

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

26 years agoupdate
jason [Wed, 21 Jan 1998 00:11:44 +0000 (00:11 +0000)]
update

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

26 years agoRemove more bytecode stuff.
law [Tue, 20 Jan 1998 17:02:10 +0000 (17:02 +0000)]
Remove more bytecode stuff.

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

26 years agoMore bytecode stuff disappears.
law [Tue, 20 Jan 1998 10:02:05 +0000 (10:02 +0000)]
More bytecode stuff disappears.

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

26 years agoRemove more bytecode stuff.
law [Tue, 20 Jan 1998 08:59:50 +0000 (08:59 +0000)]
Remove more bytecode stuff.

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

26 years agoMore bytecode stuff going away.
law [Tue, 20 Jan 1998 08:57:27 +0000 (08:57 +0000)]
More bytecode stuff going away.

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

26 years ago * Makefile.in: Remove all bytecode support.
law [Tue, 20 Jan 1998 08:55:07 +0000 (08:55 +0000)]
    * Makefile.in: Remove all bytecode support.
        (OBJS): Make sure last entry is a real object file, not EXTRA_OBJS.
        * emit-rtl.c: Remove all bytecode support.
        * expr.c, expr.h function.c, integrate.c: Likewise.
        * output.h, regclass.c, rtl.h, stmt.c, toplev.c: Likewise.
        * tree.h, varasm.c: Likewise.
        * bi-*, bc-*: Delete bytecode related files.
Bytecode suppors disappears :-)

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

26 years ago * configure.in: Check for atol.
law [Tue, 20 Jan 1998 08:24:58 +0000 (08:24 +0000)]
    * configure.in: Check for atol.
Forgot to commit this one a few days ago.

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

26 years ago * mips/mips.md (divsi3,divdi3,modsi3,moddi3,udivsi3,udivdi3,
law [Tue, 20 Jan 1998 08:01:08 +0000 (08:01 +0000)]
    * mips/mips.md (divsi3,divdi3,modsi3,moddi3,udivsi3,udivdi3,
        umodsi3,umoddi3): Handle mips16 div/mod by a constant.

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

26 years agoFix ChangeLog entry format.
law [Tue, 20 Jan 1998 07:28:54 +0000 (07:28 +0000)]
Fix ChangeLog entry format.

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

26 years agoRebuilt.
law [Tue, 20 Jan 1998 07:22:47 +0000 (07:22 +0000)]
Rebuilt.

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

26 years agotests from mark
jason [Tue, 20 Jan 1998 00:57:39 +0000 (00:57 +0000)]
tests from mark

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

26 years ago * decl.c (start_decl): Don't allow duplicate definitions of static
jason [Mon, 19 Jan 1998 22:41:40 +0000 (22:41 +0000)]
* decl.c (start_decl): Don't allow duplicate definitions of static
data members.
* call.c (build_user_type_conversion_1): Handle user-defined
template conversion operators correctly.
* decl2.c (build_expr_from_tree): Issue an error message if the
object in a COMPONENT_REF is a TEMPLATE_DECL.
* typeck.c (incomplete_type_error): Handle TEMPLATE_TYPE_PARMs.
* class.c (is_local_class): New function.
* cp-tree.h (is_local_class): Declare it.
(last_tree): Likewise.
(begin_tree): Likewise.
(end_tree): Likewise.
(lookup_template_class): Change prototype.
* decl.c (cp_finish_decl): Check for NULL where necesary.
Consider FUNCTION_DECLS to declare objects with top-level binding,
when calling make_decl_rtl.
(grokdeclarator): Give members of local classes internal linkage.
(start_function): Remove declaration of last_tree.
(finish_function): Set flag_keep_inline_functions around call to
rest_of_compilation if we are processing a member function in a
local class.
(start_method): Call push_template_decl for member functions of
local classes in template functions.
* decl2.c (import_export_decl): Don't give external linkage to
instantiations of templates with internal linkage.
* parse.y (last_tree): Remove declaration.
(template_type): Pass extra parameter to lookup_template_class.
(self_template_type): Likewise.
(structsp): Move call to reset_specialization into left_curly.
(left_curly): Call reset_specialization, and begin_tree.
* pt.c (saved_trees): New variable.
(mangle_class_name_for_template): Change prototype.  Use
additional function context to name local classes in templates
correctly.
(classtype_mangled_name): Pass the context.
(push_template_decl): Handle local classes and templates, and
member functions for such classes.
(convert_nontype_parameter): Fix handling of pointer-to-member
constants.
(lookup_template_class): Handle local classes in templates.
(tsubst): Likewise.  Don't assume that template instantiations
have external linkage; pay attention to the template declaration.
(mark_decl_instantiated): Likewise.
(begin_tree): New function.
(end_tree): Likewise.
* decl.c (xref_basetypes): Don't call complete_type for basetypes
that involve template parameters; that can lead to infinite
recursion unnecessarily.
* pt.c (register_specialization): Do not register specializations
that aren't ready to be registered yet.
(check_explicit_specialization): Handle explicit specialization of
constructors and destructors.
(build_template_decl): New function.
(push_template_delc): Handle out-of-class specializations of
member templates.
        * pt.c (check_explicit_specialization): Set up the template
        information before registering the specialization.
        (coerce_template_parms): Fix thinko.
        (tsubst): Handle specializations of member templates correctly.
* class.c (finish_struct_methods): Remove calls to
check_explicit_specialization from here.
(finish_struct): And insert them here.
* cp-tree.h (perform_qualification_conversions): New function.
(perform_array_to_pointer_conversion): Likewise.
(begin_explicit_instantiation): Likewise.
(end_explicit_instantiation): Likewise.
(determine_specialization): Renamed from
determine_explicit_specialization.
(comp_template_parms): New function.
(processing_explicit_instantiation): New variable.
* cvt.c (perform_qualification_conversions): New function.
(perform_array_to_pointer_conversion): Likewise.
* decl.c (duplicate_decls): Don't consider template functions
alike unless they have the same parameters.  Refine handling of
instantiation/specialization mismatches.
(start_decl): Don't call pushdecl for template specializations,
since they don't affect overloading.
(start_function): Likewise
(grokfndecl): Call check_explicit_specialization a little later.
Don't call duplicate_decls for memberm template specializations.
(grokdeclarator): Don't update template_count for classes that are
themselves specializations.  Remove use of `2' as parameter to
grokfndecl since that value isn't used.
* lex.c (cons_up_default_function): Save and restore
processing_explicit_instantiation around calls to grokfield.
* parse.y (finish_member_template_decl): New function.
(component_decl_1): Use it.
(fn.def2): Likewise.
(template_arg_list_opt): New nonterminal.
(template_type): Use it.
(self_template_type): Likewise.
(template_id): Likewise.
(object_template_id): Likewise.
(notype_template_declarator): Likwise.
(begin_explicit_instantiation): Likewise.
(end_explicit_instantiation): Likewise.
(explicit_instantiation): Use them.
* pt.c (coerce_template_parms): Add parameters.
(processing_explicit_instantiation): New variable.
(convert_nontype_parameter): New function.
(determine_overloaded_function): Likewise.
(begin_explicit_instantiation): Likewise.
(end_explicit_instantiation): Likewise.
(retrieve_specialization): Likewise.
(register_specialization): Likewise.
(processing_explicit_specialization): Removed.
(determine_specialization): Handle specializations of member
functions of template class instantiations.
(check_explicit_specialization): Refine to conform to standard.
(comp_template_parms): New function.
(coerce_template_parms): Call convert_nontype_parameter.
(tsubst): Refine handling of member templates.  Use
register_specialization.
(instantiate_template): Use retrieve_specialization.
(do_decl_instantiation): Likewise.
(instantiate_decl): Likewise.
(type_unification): Improve handling of explict template
arguments.
* tree.c (mapcar): Return error_mark_node, rather than aborting,
on VAR_DECLS, FUNCTION_DECLS, and CONST_DECLS.
* typeck.c (build_unary_op): Call determine_specialization, rather
than determine_explicit_specialization.

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

26 years ago* i386.md (push): Prohibit symbolic constants if flag_pic.
rth [Mon, 19 Jan 1998 21:54:09 +0000 (21:54 +0000)]
* i386.md (push): Prohibit symbolic constants if flag_pic.
(movsi+1): Likewise for move to non-register.

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

26 years agoFix 32 bit host alpha ev6 target failure.
wilson [Mon, 19 Jan 1998 18:32:48 +0000 (18:32 +0000)]
Fix 32 bit host alpha ev6 target failure.
* alpha.c (mode_mask_operand): Accept 0xffffffff on 32 bit host.
(print_operand): Handle 0xffffffff on 32 bit host.

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

26 years agoFix build/host/target configure in settting of thread_file.
wilson [Mon, 19 Jan 1998 13:57:04 +0000 (13:57 +0000)]
Fix build/host/target configure in settting of thread_file.
* configure.in (thread_file): Rename uses before main loop to
target_thread_file.  Initialize to empty in main loop.  Set thread_file
to target_thread_file after main loop if not set.
* configure: Rebuild.

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

26 years ago * cvt.c (build_up_reference): A TARGET_EXPR has side effects.
jason [Mon, 19 Jan 1998 13:21:59 +0000 (13:21 +0000)]
* cvt.c (build_up_reference): A TARGET_EXPR has side effects.
14507

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

26 years agoFix time/space problem when (const_int 1) occurs in conflict_list.
wilson [Mon, 19 Jan 1998 11:16:37 +0000 (11:16 +0000)]
Fix time/space problem when (const_int 1) occurs in conflict_list.
* genattrtab.c (find_and_mark_used_attributes): Handle CONST_INT.
(add_values_to_cover): Revert last change (which had no ChangeLog
entry).
(simplify_with_current_value_aux): Handle CONST_INT.

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

26 years ago* unprotoize.c: Define UNPROTOIZE first, to actually take effect.
rth [Mon, 19 Jan 1998 10:12:31 +0000 (10:12 +0000)]
* unprotoize.c: Define UNPROTOIZE first, to actually take effect.

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

26 years ago * configure.in: Add cpp stringify test.
rth [Mon, 19 Jan 1998 10:09:47 +0000 (10:09 +0000)]
    * configure.in: Add cpp stringify test.
        * acconfig.h (HAVE_CPP_STRINGIFY): New tag.
        * gengenrtl.c: Use it.
        * configure, config.in: Rebuild.

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

26 years ago* Makefile.in (genrtl.c genrtl.h): Add dummy command for GNU make.
rth [Mon, 19 Jan 1998 09:39:38 +0000 (09:39 +0000)]
* Makefile.in (genrtl.c genrtl.h): Add dummy command for GNU make.

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

26 years ago * configure.in: Find declaration for sbrk.
rth [Mon, 19 Jan 1998 09:37:12 +0000 (09:37 +0000)]
    * configure.in: Find declaration for sbrk.
        * acconfig.h (NEED_DECLARATION_SBRK): New tag.
        * config.in, configure: Rebuild.
        * mips-tfile.c: Properly protect declaration of sbrk and free.
        * toplev.c: Properly protect declaration of sbrk.

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

26 years ago* alpha.c (alpha_handle_trap_shadows): Ignore CLOBBERs.
rth [Sun, 18 Jan 1998 20:15:24 +0000 (20:15 +0000)]
* alpha.c (alpha_handle_trap_shadows): Ignore CLOBBERs.

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

26 years agoTypo applying the last patch.
rth [Sun, 18 Jan 1998 20:03:42 +0000 (20:03 +0000)]
Typo applying the last patch.

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

26 years ago* f_back (f/runtime/libI77/backspace.c): use type `uiolen'
rth [Sun, 18 Jan 1998 20:02:04 +0000 (20:02 +0000)]
* f_back (f/runtime/libI77/backspace.c): use type `uiolen'
to determine size of record length specifier.

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

26 years ago * alpha/xm-winnt.h (HAS_INIT_SECTION): Undefine.
law [Sun, 18 Jan 1998 00:52:49 +0000 (00:52 +0000)]
    * alpha/xm-winnt.h (HAS_INIT_SECTION): Undefine.

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

26 years agoFix various bugs in previous change.
law [Sun, 18 Jan 1998 00:49:05 +0000 (00:49 +0000)]
Fix various bugs in previous change.

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