OSDN Git Service

pf3gnuchains/gcc-fork.git
26 years ago* Make-lang.in (f771$(exeext)): Fix typpo.
fx [Sat, 28 Mar 1998 11:19:04 +0000 (11:19 +0000)]
* Make-lang.in (f771$(exeext)): Fix typpo.

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

26 years ago(f771$(exeext)): Fix typpo.
fx [Sat, 28 Mar 1998 11:18:05 +0000 (11:18 +0000)]
(f771$(exeext)): Fix typpo.

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

26 years agoNew file.
nickc [Sat, 28 Mar 1998 10:48:55 +0000 (10:48 +0000)]
New file.

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

26 years agotweak
jason [Sat, 28 Mar 1998 10:06:19 +0000 (10:06 +0000)]
tweak

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

26 years agotweak
jason [Sat, 28 Mar 1998 03:08:30 +0000 (03:08 +0000)]
tweak

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

26 years agonew
jason [Sat, 28 Mar 1998 03:08:12 +0000 (03:08 +0000)]
new

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

26 years agofix
jason [Sat, 28 Mar 1998 02:18:45 +0000 (02:18 +0000)]
fix

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

26 years agoupdate
jason [Sat, 28 Mar 1998 01:57:58 +0000 (01:57 +0000)]
update

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

26 years ago * bugs.texi: Various updates.
law [Sat, 28 Mar 1998 00:46:00 +0000 (00:46 +0000)]
    * bugs.texi: Various updates.

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

26 years ago * lang-options.h: Sort all -f*-intrinsics-* options,
law [Sat, 28 Mar 1998 00:43:32 +0000 (00:43 +0000)]
    * lang-options.h: Sort all -f*-intrinsics-* options,
        for consistency with other g77 versions.
Another patch from Craig.

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

26 years ago * stmt.c (expand_expr_stmt): Must generate code for
law [Sat, 28 Mar 1998 00:38:46 +0000 (00:38 +0000)]
    * stmt.c (expand_expr_stmt): Must generate code for
        statements within an expression (gcc's `({ ... )}')
        even if -fsyntax-only.
Patch from Craig.

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

26 years ago * com.c (ffecom_tree_canonize_ptr_): Fix up spacing a bit.
law [Sat, 28 Mar 1998 00:35:33 +0000 (00:35 +0000)]
    * com.c (ffecom_tree_canonize_ptr_): Fix up spacing a bit.

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

26 years ago * expr.c (ffeexpr_sym_impdoitem_): Don't blindly
law [Sat, 28 Mar 1998 00:30:11 +0000 (00:30 +0000)]
    * expr.c (ffeexpr_sym_impdoitem_): Don't blindly
        reset symbol info after calling ffesymbol_error,
        to avoid crash.
Another patch from Craig.

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

26 years agoTweak from Craig.
law [Sat, 28 Mar 1998 00:29:00 +0000 (00:29 +0000)]
Tweak from Craig.

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

26 years ago * libU77/u77-test.f: Don't bother declaring etime.
law [Sat, 28 Mar 1998 00:28:21 +0000 (00:28 +0000)]
    * libU77/u77-test.f: Don't bother declaring etime.
        Use `implicit none' and declare mask and lenstr.
        Do ETIME/DTIME consistency check before loop, then
        use loop to verify that dtime "ticks" at some point.
        Check ETIME array-sum using single-precision add, to
        avoid spurious complaint on systems (like x86) that
        use more precision for intermediate results.
        Fix `Results of ETIME and DTIME...' message to print
        pertinent values (r1 and r2 instead of i and j).
        Change loop from 10M to 1K repeated up to 1000 times
        or until dtime "ticks".
        Print the number of 1K loops needed to see this tick.
        Answer a commented question.
        Split up a long line of output and do other prettying.
        Preset lognam in case GETLOG fails to overwrite it.
Patch from Craig.

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

26 years ago * basic-block.h (basic_block_computed_jump_target): Declare.
law [Sat, 28 Mar 1998 00:12:41 +0000 (00:12 +0000)]
* basic-block.h (basic_block_computed_jump_target): Declare.
* flags.h: (current_function_has_computed_jump): Declare.
* flow.c: (basic_block_computed_jump_target): Define.
(flow_analysis): Allocate it. Set current_function_has_computed_jump
to 0.
(find_basic_blocks): Set current_function_has_computed_jump and
elements of basic_block_computed_jump_target to 1 as appropriate.
* function.c: (current_function_has_computed_jump): Define.
* global.c (global_conflicts): Don't allocate pseudos into stack regs
at the start of a block that is reachable by a computed jump.
* reg-stack.c (stack_reg_life_analysis): If must restart, do so
immediately.
(subst_stack_regs): Undo change from Sep 4 1997.
(uses_reg_or_mem): Now unused, deleted.
* stupid.c (stupid_life_analysis): Compute
current_function_has_computed_jump.
(stupid_find_reg): Don't allocate stack regs if the function has a
computed goto.
        * haifa-sched.c (is_cfg_nonregular): Delete code to determine if
        the current function has a computed jump.  Use the global value
        instead.

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

26 years ago * i386/freebsd.h (CPP_PREDEFINES): Remove __386BSD__.
law [Fri, 27 Mar 1998 23:23:10 +0000 (23:23 +0000)]
    * i386/freebsd.h (CPP_PREDEFINES): Remove __386BSD__.
        (DWARF2_UNWIND_INFO): Define to zero.
David E. O'Brien sez it's the right thing to do.

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

26 years ago * error.c (dump_decl): Be a bit more explicit with template
mmitchel [Fri, 27 Mar 1998 20:25:21 +0000 (20:25 +0000)]
* error.c (dump_decl): Be a bit more explicit with template
type arguments, when verbose.

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

26 years ago * inc/exception: Reorder closing braces.
jason [Fri, 27 Mar 1998 18:17:29 +0000 (18:17 +0000)]
* inc/exception: Reorder closing braces.

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

26 years agoMake GCC_EXEC_PREFIX work again
meissner [Fri, 27 Mar 1998 14:20:40 +0000 (14:20 +0000)]
Make GCC_EXEC_PREFIX work again

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

26 years ago * pt.c (redeclare_class_template): New function.
mmitchel [Fri, 27 Mar 1998 13:23:03 +0000 (13:23 +0000)]
* pt.c (redeclare_class_template): New function.
* cp_tree.h (redeclare_class_template): Declare it.
* decl.c (xref_tag): Use it.

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

26 years agoTypo fix.
amylaar [Fri, 27 Mar 1998 10:16:30 +0000 (10:16 +0000)]
Typo fix.

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

26 years ago * sh.c (find_barrier): Fix calculations for alignemnt increase.
amylaar [Fri, 27 Mar 1998 10:12:02 +0000 (10:12 +0000)]
* sh.c (find_barrier): Fix calculations for alignemnt increase.

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

26 years agoa
manfred [Fri, 27 Mar 1998 00:01:08 +0000 (00:01 +0000)]
a
* Makefile.in (stmp-fixinc): If we're actually fixing include
files, copy gcc's assert.h into the fixed include dir.
* fixincludes (assert.h): Avoid any attempts to fix a probably
broken system specific assert.h file.
* fixproto (stdlib.h): Make sure, it'll contain a definition of
size_t.

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

26 years agod
manfred [Fri, 27 Mar 1998 00:01:06 +0000 (00:01 +0000)]
d
* Makefile.in (stmp-fixinc): If we're actually fixing include
files, copy gcc's assert.h into the fixed include dir.
* fixincludes (assert.h): Avoid any attempts to fix a probably
broken system specific assert.h file.
* fixproto (stdlib.h): Make sure, it'll contain a definition of
size_t.

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

26 years ago0
manfred [Fri, 27 Mar 1998 00:01:04 +0000 (00:01 +0000)]
0
* Makefile.in (stmp-fixinc): If we're actually fixing include
files, copy gcc's assert.h into the fixed include dir.
* fixincludes (assert.h): Avoid any attempts to fix a probably
broken system specific assert.h file.
* fixproto (stdlib.h): Make sure, it'll contain a definition of
size_t.

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

26 years ago * regclass.c (reg_scan_mark_refs): Be more selective about
law [Thu, 26 Mar 1998 23:51:11 +0000 (23:51 +0000)]
    * regclass.c (reg_scan_mark_refs): Be more selective about
        when we mark a register with REGNO_POINTER_FLAG.

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

26 years ago reload inheritance improvement:
amylaar [Thu, 26 Mar 1998 15:08:53 +0000 (15:08 +0000)]
reload inheritance improvement:
* reload1.c (reg_reloaded_contents, reg_reloaded_insn):
Change meaning: index is now hard reg number.
(reg_reloaded_valid, reg_reloaded_dead): New variables.
(reload_spill_index): Content is now a hard reg number.
(reload_as_needed): Change to fit new variable meaning.
(forget_old_reloads_1, allocate_reload_reg): Likewise.
(choose_reload_regs, emit_reload_insns): Likewise.

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

26 years agoNew test.
mmitchel [Thu, 26 Mar 1998 14:22:54 +0000 (14:22 +0000)]
New test.

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

26 years ago * call.c (build_over_call): Check IS_AGGR_TYPE, not
jason [Thu, 26 Mar 1998 12:21:13 +0000 (12:21 +0000)]
* call.c (build_over_call): Check IS_AGGR_TYPE, not
TYPE_LANG_SPECIFIC.
* typeck.c (convert_arguments): Likewise.

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

26 years ago}
bkoz [Thu, 26 Mar 1998 12:02:04 +0000 (12:02 +0000)]
}
if 0 ambiguous test case

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

26 years agorevert
jason [Thu, 26 Mar 1998 11:41:23 +0000 (11:41 +0000)]
revert

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

26 years ago * decl.c (grokdeclarator): Remove const and volatile from type after
jason [Thu, 26 Mar 1998 11:16:45 +0000 (11:16 +0000)]
* decl.c (grokdeclarator): Remove const and volatile from type after
setting constp and volatilep.
* class.c (finish_struct_1): Don't warn about bool bitfield larger
than one bit.

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

26 years ago * regclass.c (record_reg_classes): '?' increases cost by two.
amylaar [Thu, 26 Mar 1998 10:44:22 +0000 (10:44 +0000)]
* regclass.c (record_reg_classes): '?' increases cost by two.
* reload.c (find_reloads): Double previous costs.  Output
reloads cost one unit extra.
* reload1.c (eliminate_regs): Delete LOAD_EXTENDED_OP code that
boiled down to && ! 0.
* reload.c (find_equiv_reg): Also consider a goal offset from the
frame pointer to be constant.

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

26 years agoThu Mar 26 10:25:52 1998 Mark Mitchell <mmitchell@usa.net>
mmitchel [Thu, 26 Mar 1998 10:32:04 +0000 (10:32 +0000)]
Thu Mar 26 10:25:52 1998  Mark Mitchell  <mmitchell@usa.net>
* pt.c (convert_nontype_argument): STRIP_NOPS where appropriate.

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

26 years ago * acinclude.m4: Bring back changes lost during merge.
law [Thu, 26 Mar 1998 10:30:41 +0000 (10:30 +0000)]
    * acinclude.m4: Bring back changes lost during merge.
        (mostly Cygwin, automake and EGCS_PROG_INSTALL stuff).
        * aclocal.m4: Likewise.
        * configure.in: Likewise.

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

26 years ago * call.c (build_object_call): Complain about ambiguous operator(),
mmitchel [Thu, 26 Mar 1998 10:26:43 +0000 (10:26 +0000)]
* call.c (build_object_call): Complain about ambiguous operator(),
rather that crashing.
(build_new_op): Likewise.
(build_op_delete_call): Likewise.

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

26 years ago * cvt.c (perform_qualification_conversions): Use comp_target_types
mmitchel [Thu, 26 Mar 1998 10:23:14 +0000 (10:23 +0000)]
* cvt.c (perform_qualification_conversions): Use comp_target_types
instead of comp_ptr_ttypes.

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

26 years ago * sh.h (OPTIMIZATION_OPTIONS): Define.
amylaar [Thu, 26 Mar 1998 10:17:32 +0000 (10:17 +0000)]
* sh.h (OPTIMIZATION_OPTIONS): Define.

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

26 years ago* combine.c (make_compound_operation): Simplify (subreg (*_extend) 0).
rth [Thu, 26 Mar 1998 00:20:08 +0000 (00:20 +0000)]
* combine.c (make_compound_operation): Simplify (subreg (*_extend) 0).

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

26 years ago * haifa-sched.c (find_post_sched_live): Use EXECUTE_IF_SET_IN_REG_SET
law [Wed, 25 Mar 1998 22:58:40 +0000 (22:58 +0000)]
    * haifa-sched.c (find_post_sched_live): Use EXECUTE_IF_SET_IN_REG_SET
        instead of calling REGNO_REG_SET_P for each pseudo.
        (update_reg_usage): Likewise.
        (compute_block_backward)dependences): Do not call "free_list" for
        an empty list.
Improves compile times by about 7% on average on my PAs.

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

26 years ago * pa.c (pa_adjust_cost): Avoid redundant calls to get_attr_type.
law [Wed, 25 Mar 1998 22:49:26 +0000 (22:49 +0000)]
    * pa.c (pa_adjust_cost): Avoid redundant calls to get_attr_type.

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

26 years agoWed Mar 25 16:10:50 1998 Mark Mitchell <mmitchell@usa.net>
mmitchel [Wed, 25 Mar 1998 16:14:49 +0000 (16:14 +0000)]
Wed Mar 25 16:10:50 1998  Mark Mitchell  <mmitchell@usa.net>
* cp-tree.h (enforce_access): Declare.
* call.c (enforce_access): Make it extern, not static.
* class.c (alter_access): Use enforce_access; modify code for ISO
compliance, rather than ARM rules.

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

26 years ago*** empty log message ***
bkoz [Wed, 25 Mar 1998 14:11:13 +0000 (14:11 +0000)]
*** empty log message ***

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

26 years ago
bkoz [Wed, 25 Mar 1998 14:11:13 +0000 (14:11 +0000)]

test cases for g++15235

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

26 years agonew test for EH w/ opt on
brendan [Wed, 25 Mar 1998 13:47:06 +0000 (13:47 +0000)]
new test for EH w/ opt on

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

26 years ago
bkoz [Wed, 25 Mar 1998 13:45:38 +0000 (13:45 +0000)]

fix for g++/15235 now generates a warning here

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

26 years agoFix bug reported by David C Binderman, accept 'L' when pedantic with FP format.
wilson [Wed, 25 Mar 1998 13:42:05 +0000 (13:42 +0000)]
Fix bug reported by David C Binderman, accept 'L' when pedantic with FP format.
* c-common.c (check_format_info): Initialize type, is_type.  New local
integral_format.  Don't warn for 'L' when pedantic.  Do warn for 'L'
when pedantic if used with integral format specifier.

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

26 years agoFix warnings from Kaveh R. Ghazi
meissner [Wed, 25 Mar 1998 13:17:37 +0000 (13:17 +0000)]
Fix warnings from Kaveh R. Ghazi

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

26 years agoAdd requisite build-don't-link.
mmitchel [Wed, 25 Mar 1998 12:31:44 +0000 (12:31 +0000)]
Add requisite build-don't-link.

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

26 years ago * cp-tree.h: Fix typo.
jason [Wed, 25 Mar 1998 12:15:07 +0000 (12:15 +0000)]
* cp-tree.h: Fix typo.

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

26 years ago * expr.c (cplus_expand_expr): Only do PCC_STATIC_STRUCT_RETURN thing
jason [Wed, 25 Mar 1998 10:54:42 +0000 (10:54 +0000)]
* expr.c (cplus_expand_expr): Only do PCC_STATIC_STRUCT_RETURN thing
if (aggregate_value_p (type)).

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

26 years agoAdd support for ARM's Thumb instruction set.
nickc [Wed, 25 Mar 1998 10:44:07 +0000 (10:44 +0000)]
Add support for ARM's Thumb instruction set.

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

26 years agoFix m68k bootstrap failure reported by Toon Moene.
wilson [Wed, 25 Mar 1998 10:32:36 +0000 (10:32 +0000)]
Fix m68k bootstrap failure reported by Toon Moene.
* loop.c (scan_loop): Initialize move_insn_first to zero.

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

26 years agoInitial revision
law [Wed, 25 Mar 1998 02:20:37 +0000 (02:20 +0000)]
Initial revision

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

26 years ago * decl2.c (constructor_name_full): Handle TYPENAME_TYPE.
jason [Wed, 25 Mar 1998 02:05:53 +0000 (02:05 +0000)]
* decl2.c (constructor_name_full): Handle TYPENAME_TYPE.

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

26 years ago * config/i386/go32-rtems.h: Defined TARGET_MEM_FUNCTIONS.
law [Wed, 25 Mar 1998 00:03:19 +0000 (00:03 +0000)]
   * config/i386/go32-rtems.h: Defined TARGET_MEM_FUNCTIONS.
       * config/i386/rtems.h: Likewise.
       * config/i960/rtems.h: Likewise.
       * config/m68k/rtems.h: Likewise.
       * config/mips/rtems64.h: Likewise.
       * config/pa/rtems.h: Likewise.
       * config/rs6000/rtems.h: Likewise.
       * config/sh/rtems.h: Likewise.
       * config/sparc/rtems.h: Likewise.

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

26 years ago * pa.c (emit_move_sequence): If in reload, call find_replacement.
law [Tue, 24 Mar 1998 23:53:47 +0000 (23:53 +0000)]
    * pa.c (emit_move_sequence): If in reload, call find_replacement.

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

26 years agoMerge in texinfo-3.12.
law [Tue, 24 Mar 1998 19:41:43 +0000 (19:41 +0000)]
Merge in texinfo-3.12.

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

26 years agoTry test commit again. This time get everything.
law [Tue, 24 Mar 1998 18:08:49 +0000 (18:08 +0000)]
Try test commit again.  This time get everything.

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

26 years agoDummy commit.
law [Tue, 24 Mar 1998 17:58:30 +0000 (17:58 +0000)]
Dummy commit.

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

26 years agoSupport a .exe extension to gcov.
nickc [Tue, 24 Mar 1998 17:27:46 +0000 (17:27 +0000)]
Support a .exe extension to gcov.

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

26 years ago
mmitchel [Tue, 24 Mar 1998 16:13:12 +0000 (16:13 +0000)]

* tree.c (mapcar): When dealing with a DECL, use it's constant
value, if any.
* pt.c (lookup_template_class): Don't mangle the names of template
classes whose arguments are unknown.
* pt.c (tsubst_expr): Handle GOTO_STMT correctly.

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

26 years ago
mmitchel [Tue, 24 Mar 1998 16:13:12 +0000 (16:13 +0000)]

* tree.c (mapcar): When dealing with a DECL, use it's constant
value, if any.
* pt.c (lookup_template_class): Don't mangle the names of template
classes whose arguments are unknown.
* pt.c (tsubst_expr): Handle GOTO_STMT correctly.

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

26 years ago
mmitchel [Tue, 24 Mar 1998 16:13:09 +0000 (16:13 +0000)]

* tree.c (mapcar): When dealing with a DECL, use it's constant
value, if any.
* pt.c (lookup_template_class): Don't mangle the names of template
classes whose arguments are unknown.
* pt.c (tsubst_expr): Handle GOTO_STMT correctly.

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

26 years ago
mmitchel [Tue, 24 Mar 1998 16:13:08 +0000 (16:13 +0000)]

* tree.c (mapcar): When dealing with a DECL, use it's constant
value, if any.
* pt.c (lookup_template_class): Don't mangle the names of template
classes whose arguments are unknown.
* pt.c (tsubst_expr): Handle GOTO_STMT correctly.

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

26 years agoAdd definition of GET_ENVIRONMENT and make prefix_from_env() use it.
nickc [Tue, 24 Mar 1998 15:55:46 +0000 (15:55 +0000)]
Add definition of GET_ENVIRONMENT and make prefix_from_env() use it.

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

26 years agoOoops - fixed typo in previous delta
nickc [Tue, 24 Mar 1998 14:38:09 +0000 (14:38 +0000)]
Ooops - fixed typo in previous delta

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

26 years ago
bkoz [Tue, 24 Mar 1998 12:24:59 +0000 (12:24 +0000)]

Tue Mar 24 12:21:55 1998  Benjamin Kosnik  <bkoz@lisa.cygnus.com>
* decl.c (init_decl_processing): Set TYPE_PRECISON for bools to 1.
Tue Mar 24 12:21:48 1998  Jim Wilson  <wilson@cygnus.com>
        * decl.c (init_decl_processing): Initialize TYPE_MAX_VALUE for
        boolean_type_node to 1.
Fixes for g++/15235

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

26 years ago8
bkoz [Tue, 24 Mar 1998 12:24:56 +0000 (12:24 +0000)]
8
Tue Mar 24 12:21:55 1998  Benjamin Kosnik  <bkoz@lisa.cygnus.com>
* decl.c (init_decl_processing): Set TYPE_PRECISON for bools to 1.
Tue Mar 24 12:21:48 1998  Jim Wilson  <wilson@cygnus.com>
        * decl.c (init_decl_processing): Initialize TYPE_MAX_VALUE for
        boolean_type_node to 1.
Fixes for g++/15235

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

26 years agoSupport win32 style absolute paths.
nickc [Tue, 24 Mar 1998 10:49:50 +0000 (10:49 +0000)]
Support win32 style absolute paths.
Add more debugging.

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

26 years agoCommit files missed with last commit.
mmitchel [Tue, 24 Mar 1998 10:34:35 +0000 (10:34 +0000)]
Commit files missed with last commit.

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

26 years ago * cplus-dem.c (optable): Add sizeof.
mmitchel [Tue, 24 Mar 1998 10:25:44 +0000 (10:25 +0000)]
* cplus-dem.c (optable): Add sizeof.
(demangle_template_value_parm): New function containing code
previously found in demangle_template.
(demangle_integral_value): New function which handles complicated
integral expressions.
(demangle_template): Use them.
* error.c (dump_expr): Remove unused variable `l'.
* pt.c (for_each_template_parm): New function, created by
converting uses_template_parms.
(tree_fn_t): New typedef.
(uses_template_parms): Use it.
(mark_template_parm): New function.
(push_template_decl): Check that the argument list of a partial
specialization uses all the template parameters.
* Make-lang.in (c++filt): Don't delete cxxmain.c after we're done
with it; we might want it for debugging.
* cp-tree.h (type_unification): Change interface.
* class.c (finish_struct_1): Skip nested template types, just like
ordinary nested types.
(instantiate_type): Use new interface to type_unification.
* lex.c (init_lex): Add __sz as opname for sizeof.
* method.c (build_overload_scope_ref): New function.
(build_overload_int): Handle complex expressions.  Set
numeric_output_need_bar if necessary.
(build_overload_value): Handle non-PARM_DECL nodes; this
routine is now used by build_overload_int.  Remove some
assignments to numeric_output_need_bar.  Use
build_overload_scope_ref.
(build_qualified_name): Note that some template mangled names end
with digits, and set numeric_output_need_bar appropriately.  Use
build_underscore_int.
* pt.c (unify): Change interface.
(type_unification_real): Likewise.
(determine_specialization): Use new interfaces.
(tsubst): Deal gracefully with situations in which the argument
vector is not fully filled.
(fn_type_unification): Use new interfaces.
(type_unification): Likewise.  Remove NOP_EXPR hack.
(type_unification_real): Likewise.
(unify): Likewise.  Deal with unification of complex expresions.

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

26 years agoCutover various gen*.c files to using system.h:
ghazi [Tue, 24 Mar 1998 10:16:53 +0000 (10:16 +0000)]
Cutover various gen*.c files to using system.h:
        * Makefile.in (genconfig.o, genflags.o, gencodes.o, genemit.o,
        genopinit.o, genrecog.o, genextract.o, genpeep.o, genattr.o,
        genattrtab.o, genoutput.o): Depend on system.h.
        * genattr.c: Include system.h.  Add arguments to various function
        prototypes.  Remove redundant prototype of read_rtx().
        * genattrtab.c: Likewise.
        * gencodes.c: Likewise.
        * genconfig.c: Likewise.
        * genemit.c: Likewise.
        * genextract.c: Likewise.
        * genflags.c: Likewise.
        * genopinit.c: Likewise.
        * genoutput.c: Likewise.
        * genpeep.c: Likewise.
        * genrecog.c: Likewise.

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

26 years agos/mrs/bkoz/
brendan [Tue, 24 Mar 1998 08:54:17 +0000 (08:54 +0000)]
s/mrs/bkoz/

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

26 years agofix memoize
jason [Tue, 24 Mar 1998 00:27:42 +0000 (00:27 +0000)]
fix memoize

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

26 years ago * pt.c (complete_template_args): Initialize skip properly.
jason [Mon, 23 Mar 1998 23:15:44 +0000 (23:15 +0000)]
* pt.c (complete_template_args): Initialize skip properly.

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

26 years ago * decl.c (make_typename_type): Revert.
jason [Mon, 23 Mar 1998 23:08:59 +0000 (23:08 +0000)]
* decl.c (make_typename_type): Revert.
(make_implicit_typename): Remove.
(lookup_name_real): Don't call it.  Call lookup_field if we see a
TYPE_DECL from a template base.
* search.c (lookup_field): Do implicit typename stuff.

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

26 years ago * c-lang.c (lang_print_xnode): New function.
law [Mon, 23 Mar 1998 23:04:47 +0000 (23:04 +0000)]
* c-lang.c (lang_print_xnode): New function.
* objc/objc-act.c (lang_print_xnode): Likewise.
* print-tree.c (print_node): Call it
* com.c (lang_print_xnode): New function.

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

26 years ago * c-parse.in: Recognize protocol qualifiers in class
law [Mon, 23 Mar 1998 22:59:18 +0000 (22:59 +0000)]
    * c-parse.in: Recognize protocol qualifiers in class
        definitions for objc.
        Include "output.h".
        (yyerror): Remove redundant decl.
        (yyprint): Fix prototype.

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

26 years ago * cse.c (rtx_cost): Only call CONST_COSTS if it is defined.
law [Mon, 23 Mar 1998 22:55:04 +0000 (22:55 +0000)]
    * cse.c (rtx_cost): Only call CONST_COSTS if it is defined.

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

26 years ago * stmt.c (unroll_block_trees): Free block_vector if needed.
law [Mon, 23 Mar 1998 22:49:48 +0000 (22:49 +0000)]
    * stmt.c (unroll_block_trees): Free block_vector if needed.

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

26 years ago * m68k/m68k.md (zero_extendqidi2, zero_extendhidi2): New patterns.
law [Mon, 23 Mar 1998 22:35:37 +0000 (22:35 +0000)]
    * m68k/m68k.md (zero_extendqidi2, zero_extendhidi2): New patterns.
        (zero_extendsidi2): Avoid useless copy.
        (iordi_zext): New pattern.
        (iorsi_zexthi_ashl16): Pattern reworked to avoid "0" constraint for
        operand 2.
        (iorsi_zext): New name for old unnamed pattern; indentation fixes.

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

26 years ago * m68k/m68k.md (ashldi_const): Allow shift count in range ]32,63].
law [Mon, 23 Mar 1998 22:29:33 +0000 (22:29 +0000)]
    * m68k/m68k.md (ashldi_const): Allow shift count in range ]32,63].
        (ashldi3): Allow constant shift count in range ]32,63].
        (ashrdi_const, ashrid3, lshrdi_const, lshrdi3): Likewise.

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

26 years ago * tree.h (IS_EXPR_CODE_CLASS): New macro.
mmitchel [Mon, 23 Mar 1998 22:20:22 +0000 (22:20 +0000)]
* tree.h (IS_EXPR_CODE_CLASS): New macro.

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

26 years ago * h8300.h (CONST_COSTS): Remove definition.
law [Mon, 23 Mar 1998 22:18:55 +0000 (22:18 +0000)]
    * h8300.h (CONST_COSTS): Remove definition.
        (DEFAULT_RTX_COSTS): Define.

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

26 years ago * config/sh/rtems.h: Switched from ELF to COFF.
law [Mon, 23 Mar 1998 21:54:40 +0000 (21:54 +0000)]
    * config/sh/rtems.h: Switched from ELF to COFF.

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

26 years ago * freebsd.h (ASM_OUTPUT_ALIGN): Redefine.
amylaar [Mon, 23 Mar 1998 06:16:24 +0000 (06:16 +0000)]
* freebsd.h (ASM_OUTPUT_ALIGN): Redefine.

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

26 years agoInitial revision
law [Mon, 23 Mar 1998 04:41:58 +0000 (04:41 +0000)]
Initial revision

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

26 years agoMore merge stuff.
law [Sun, 22 Mar 1998 22:35:21 +0000 (22:35 +0000)]
More merge stuff.

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

26 years agoAnother merged file from 3.11 import.
law [Sun, 22 Mar 1998 22:28:00 +0000 (22:28 +0000)]
Another merged file from 3.11 import.

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

26 years agoMerge in texinfo-3.11.
law [Sun, 22 Mar 1998 21:47:59 +0000 (21:47 +0000)]
Merge in texinfo-3.11.

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

26 years agoThis commit was generated by cvs2svn to compensate for changes in r18765,
law [Sun, 22 Mar 1998 20:43:15 +0000 (20:43 +0000)]
This commit was generated by cvs2svn to compensate for changes in r18765,
which included commits to RCS files with non-trunk default branches.

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

26 years agoInitial revision
law [Sun, 22 Mar 1998 18:34:31 +0000 (18:34 +0000)]
Initial revision

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

26 years agoMerge in g77-0.5.22.
law [Sun, 22 Mar 1998 10:43:37 +0000 (10:43 +0000)]
Merge in g77-0.5.22.

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

26 years agoMerge in g77-0.5.22.
law [Sun, 22 Mar 1998 10:06:48 +0000 (10:06 +0000)]
Merge in g77-0.5.22.

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

26 years agoThis commit was generated by cvs2svn to compensate for changes in r18750,
law [Sun, 22 Mar 1998 09:42:52 +0000 (09:42 +0000)]
This commit was generated by cvs2svn to compensate for changes in r18750,
which included commits to RCS files with non-trunk default branches.

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

26 years agoBump for snapshot
law [Sat, 21 Mar 1998 23:52:59 +0000 (23:52 +0000)]
Bump for snapshot

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

26 years ago * config/i386/xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.
law [Sat, 21 Mar 1998 23:52:13 +0000 (23:52 +0000)]
    * config/i386/xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.

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

26 years ago * Makefile.in: Various fixes for building cygwin32 native toolchains.
law [Sat, 21 Mar 1998 23:49:35 +0000 (23:49 +0000)]
    * Makefile.in: Various fixes for building cygwin32 native toolchains.
        * Make-lang.in: Likewise.

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