OSDN Git Service

pf3gnuchains/gcc-fork.git
26 years ago * configure.in (strtoul, bsearch): Have autoconf check for these
law [Fri, 19 Sep 1997 05:14:32 +0000 (05:14 +0000)]
    * configure.in (strtoul, bsearch): Have autoconf check for these
        functions.
        * configure, config.in: Rebuilt.
So Fortran front end can use HAVE_STRTOUL and HAVE_BSEARCH.

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

26 years ago * Makefile.in (bootstrap2, bootstrap3): New targets.
law [Fri, 19 Sep 1997 03:42:14 +0000 (03:42 +0000)]
    * Makefile.in (bootstrap2, bootstrap3): New targets.
        (all-bootstrap): Remove outdated and confusing target.

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

26 years agoForgot to commit in last change.
law [Fri, 19 Sep 1997 03:30:32 +0000 (03:30 +0000)]
Forgot to commit in last change.

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

26 years ago * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
law [Fri, 19 Sep 1997 03:12:55 +0000 (03:12 +0000)]
    * m68k/xm-mot3300.h (alloca): Properly declare if __STDC__.
        * mips/mips.h (alloca): Likewise.
        * rs6000/xm-rs6000.h (alloca): Likewise.
        * rs6000/xm-sysv4.h: Likewise.
Fixes build problem when using an ANSI compiler that isn't gcc.

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

26 years ago * g77install.texi: Renamed from install.texi
law [Fri, 19 Sep 1997 01:28:39 +0000 (01:28 +0000)]
    * g77install.texi: Renamed from install.texi
        * g77.texi: Corresponding changes.

Fixes problem with g77.texi getting gcc/install.texi instead of
gcc/f/install.texi when building in the source tree.

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

26 years ago * search.c (lookup_field): Call complete_type in all cases.
jason [Thu, 18 Sep 1997 23:52:48 +0000 (23:52 +0000)]
* search.c (lookup_field): Call complete_type in all cases.

Fixes CLN problems.

* decl.c (finish_function): Just warn about flowing off the end.

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

26 years ago * final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
jason [Thu, 18 Sep 1997 23:33:56 +0000 (23:33 +0000)]
* final.c (final_scan_insn): Hand BARRIERs off to the dwarf2 code.
* dwarf2out.c (dwarf2out_frame_debug): Pass the whole insn along.
(dwarf2out_stack_adjust): A BARRIER resets the args space to 0.

* except.c (end_eh_unwinder): Subtract 1 from return address.
* libgcc2.c (__throw): Likewise.
(find_exception_handler): Don't change PC here.  Compare end with >.

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

26 years ago * fini.c (main): Return type is int.
law [Thu, 18 Sep 1997 23:33:06 +0000 (23:33 +0000)]
    * fini.c (main): Return type is int.

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

26 years ago * com.c (lang_printable_name): Use verbosity argument.
law [Thu, 18 Sep 1997 23:30:08 +0000 (23:30 +0000)]
    * com.c (lang_printable_name): Use verbosity argument.
Just to keep the compiler quiet.

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

26 years ago * v850.c (compute_register_save_size): Correct register
law [Thu, 18 Sep 1997 23:19:55 +0000 (23:19 +0000)]
    * v850.c (compute_register_save_size): Correct register
        number.
        * v850.md (save_interrupt, return_interrupt): Correct
        register number.
        * v850/lib1funcs.asm (save_interrupt): Correct register number.
        (return_interrupt): Use stack pointer, not element pointer.

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

26 years ago * Makefile.in (stamp-lib): Don't use '$?', explicitly
law [Thu, 18 Sep 1997 22:56:25 +0000 (22:56 +0000)]
    * Makefile.in (stamp-lib): Don't use '$?', explicitly
        list the variables containing the object files to include
        in libf2c.a

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

26 years ago * Make-lang.in: Fix merge problems.
law [Thu, 18 Sep 1997 22:06:05 +0000 (22:06 +0000)]
    * Make-lang.in: Fix merge problems.

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

26 years ago * configure.in, configure: Make sure to create the stage* and include
brendan [Thu, 18 Sep 1997 19:50:51 +0000 (19:50 +0000)]
* configure.in, configure: Make sure to create the stage* and include
symbolic links in each subdirectory.

copy that's also now in at the FSF; only does it if $symbolic_link is
defined to `ln -s'

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

26 years ago * pa.md (reload_peepholes): Don't allow addresses with side
law [Thu, 18 Sep 1997 07:45:15 +0000 (07:45 +0000)]
    * pa.md (reload_peepholes): Don't allow addresses with side
        effects for the memory operand.
Geez, how long have we been screwing this up...

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

26 years ago * util/install-info.c: Only provide an external decl for strrchr
law [Thu, 18 Sep 1997 05:54:18 +0000 (05:54 +0000)]
    * util/install-info.c: Only provide an external decl for strrchr
        if HAVE_STRCHR is not defined.
Fixes aix build problem.

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

26 years ago * libgcc2.c (find_exception_handler): Subtract one from our PC when
jason [Thu, 18 Sep 1997 01:23:34 +0000 (01:23 +0000)]
* libgcc2.c (find_exception_handler): Subtract one from our PC when
  looking for a handler, to avoid hitting the beginning of the next
  region.

* except.c (expand_builtin_set_return_addr_reg): Use force_operand.

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

26 years ago * mips/abi64.h (LONG_MAX_SPEC): Define.
law [Thu, 18 Sep 1997 00:31:51 +0000 (00:31 +0000)]
    * mips/abi64.h (LONG_MAX_SPEC): Define.
        * mips.h (LONG_MAX_SPEC): Define.
        (CPP_SPEC): Include long_max_spec.
        (EXTRA_SPECS): Include long_max_spec.

Brought over from devo.

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

26 years ago * configure.in, configure: Make sure to create the stage* and include
brendan [Wed, 17 Sep 1997 23:55:30 +0000 (23:55 +0000)]
* configure.in, configure: Make sure to create the stage* and include
symbolic links in each subdirectory, as we do in configure.lang for
non-autoconf configurations.

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

26 years ago * configure.in, configure: Make sure to create the stage* and include
brendan [Wed, 17 Sep 1997 23:55:13 +0000 (23:55 +0000)]
* configure.in, configure: Make sure to create the stage* and include
symbolic links in each subdirectory, as we do in configure.lang for
non-autoconf configurations.

fixes cp 3stage problem

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

26 years ago * v850.c (construct_save_jarl): Fix thinko in last change.
law [Wed, 17 Sep 1997 20:09:41 +0000 (20:09 +0000)]
    * v850.c (construct_save_jarl): Fix thinko in last change.

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

26 years ago * decl.c (grokparms): Don't bash a permanent list node if we're
jason [Wed, 17 Sep 1997 18:18:09 +0000 (18:18 +0000)]
* decl.c (grokparms): Don't bash a permanent list node if we're
in a function.

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

26 years ago * Makefile.in (CONFLICTS): Fix s/r conflict count to 18.
brendan [Wed, 17 Sep 1997 18:05:58 +0000 (18:05 +0000)]
* Makefile.in (CONFLICTS): Fix s/r conflict count to 18.

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

26 years agoBump for snapshot (really, we will make a snapshot this time :-)
law [Wed, 17 Sep 1997 15:51:45 +0000 (15:51 +0000)]
Bump for snapshot (really, we will make a snapshot this time :-)

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

26 years ago * call.c (build_new_op): Give better error for syntactically
jason [Wed, 17 Sep 1997 02:23:05 +0000 (02:23 +0000)]
* call.c (build_new_op): Give better error for syntactically
  correct, but semantically invalid, use of undeclared template.

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

26 years agoFix all problems reported by the test suite.
drepper [Wed, 17 Sep 1997 02:10:30 +0000 (02:10 +0000)]
Fix all problems reported by the test suite.

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

26 years ago * libgcc2.c (find_exception_handler): Not found is -1.
jason [Wed, 17 Sep 1997 01:55:49 +0000 (01:55 +0000)]
* libgcc2.c (find_exception_handler): Not found is -1.

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

26 years agoHandle __set_errno correctly.
drepper [Wed, 17 Sep 1997 00:54:03 +0000 (00:54 +0000)]
Handle __set_errno correctly.

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

26 years agorevert accidental change
jason [Tue, 16 Sep 1997 23:59:15 +0000 (23:59 +0000)]
revert accidental change

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

26 years ago * call.c (compare_qual): Handle pmfs.
jason [Tue, 16 Sep 1997 22:44:13 +0000 (22:44 +0000)]
* call.c (compare_qual): Handle pmfs.

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

26 years ago * integrate.c (expand_inline_function): Move expand_start_bindings
jason [Tue, 16 Sep 1997 21:23:59 +0000 (21:23 +0000)]
* integrate.c (expand_inline_function): Move expand_start_bindings
after expanding the arguments.

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

26 years ago * decl.c (store_parm_decls): last_parm_cleanup_insn is the insn
jason [Tue, 16 Sep 1997 21:08:30 +0000 (21:08 +0000)]
* decl.c (store_parm_decls): last_parm_cleanup_insn is the insn
  after the exception spec.

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

26 years agoFix H.J. Lu's alpha-linux bug with TImode constructors.
wilson [Tue, 16 Sep 1997 20:59:22 +0000 (20:59 +0000)]
Fix H.J. Lu's alpha-linux bug with TImode constructors.
* expr.c (expand_expr): Remove previous incorrect change.
If target and slot has no DECL_RTL, then call mark_addressable
again for the slot after we give it RTL.

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

26 years agoInitial revision
law [Tue, 16 Sep 1997 20:39:44 +0000 (20:39 +0000)]
Initial revision

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

26 years agoRemove ChangeLog entry for non-existant change.
wilson [Tue, 16 Sep 1997 17:36:28 +0000 (17:36 +0000)]
Remove ChangeLog entry for non-existant change.

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

26 years agoMinor tweaks before snapshot.
law [Tue, 16 Sep 1997 16:12:41 +0000 (16:12 +0000)]
Minor tweaks before snapshot.

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

26 years agoMore stuff from Uli.
law [Tue, 16 Sep 1997 16:11:13 +0000 (16:11 +0000)]
More stuff from Uli.

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

26 years agoUli's libio/libstdc++ patches.
law [Tue, 16 Sep 1997 16:01:55 +0000 (16:01 +0000)]
Uli's libio/libstdc++ patches.

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

26 years ago * expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
jason [Tue, 16 Sep 1997 07:53:56 +0000 (07:53 +0000)]
* expr.c (expand_expr, case TARGET_EXPR): Call mark_addressable
  again for the slot after we give it RTL.

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

26 years ago * version.c: Bump for snapshot.
law [Tue, 16 Sep 1997 06:39:02 +0000 (06:39 +0000)]
    * version.c: Bump for snapshot.

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

26 years agoTweak v850 ChangeLog entries.
law [Tue, 16 Sep 1997 06:16:57 +0000 (06:16 +0000)]
Tweak v850 ChangeLog entries.

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

26 years ago * config/v850/v850.c (register_is_ok_for_epilogue,
law [Tue, 16 Sep 1997 06:13:27 +0000 (06:13 +0000)]
    * config/v850/v850.c (register_is_ok_for_epilogue,
        pattern_is_ok_for_epilogue, construct_restore_jr,
        pattern_is_ok_for_prologue, construct_save_jarl): New functions.

        * config/v850/v850.h (pattern_is_ok_for_prologue,
        pattern_is_ok_for_epilogue, register_is_ok_for_epilogue): New
        predicates.

        * config/v850/v850.md: Replace prologue and epilogue patterns with a
        match_parallel pattern.

        * config/v850/v850.c (output_move_single_unsigned): Cope with zero
        extending and moving between registers at the same time.

Brought over from devo.

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

26 years agoMore formatting fixes.
law [Tue, 16 Sep 1997 06:03:16 +0000 (06:03 +0000)]
More formatting fixes.

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

26 years agoRemove more CYGNUS LOCAL markers.
law [Tue, 16 Sep 1997 05:52:35 +0000 (05:52 +0000)]
Remove more CYGNUS LOCAL markers.

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

26 years agoRemove CYGNUS LOCAL markers.
law [Tue, 16 Sep 1997 05:23:38 +0000 (05:23 +0000)]
Remove CYGNUS LOCAL markers.

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

26 years agoForgot to check in.
law [Tue, 16 Sep 1997 05:19:29 +0000 (05:19 +0000)]
Forgot to check in.

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

26 years ago * aclocal.m4: Add replacement for AC_PROG_INSTALL.
law [Tue, 16 Sep 1997 05:01:43 +0000 (05:01 +0000)]
    * aclocal.m4: Add replacement for AC_PROG_INSTALL.
        * configure.in: Use EGCS_PROG_INSTALL.

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

26 years ago * aclocal.m4: New file with replacement for AC_PROG_INSTALL.
law [Tue, 16 Sep 1997 04:55:29 +0000 (04:55 +0000)]
    * aclocal.m4: New file with replacement for AC_PROG_INSTALL.
        * configure.in: Use EGCS_PROG_INSTALL.

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

26 years ago * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
law [Tue, 16 Sep 1997 04:39:46 +0000 (04:39 +0000)]
    * dwarf2out.c (gen_subprogram_die): Handle redefinition of an
        extern inline function.

        * dwarf2out.c (reg_loc_descriptor): Fix prototype.
        (concat_loc_descriptor): New function.
        (loc_descriptor): Call it.
        (add_AT_location_description): Also elide the descriptor if both
        halves of a CONCAT are pseudos.
        (add_location_or_const_value_attribute): Recognize CONCAT too.
Bring over from devo/fsf.

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

26 years agoUse @code instead of @uref until we upgrade texinfo.
law [Tue, 16 Sep 1997 04:35:37 +0000 (04:35 +0000)]
Use @code instead of @uref  until we upgrade texinfo.

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

26 years agoRenamed fixinc.math to fixinc.wrap
manfred [Tue, 16 Sep 1997 03:59:48 +0000 (03:59 +0000)]
Renamed fixinc.math to fixinc.wrap

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

26 years agodwarf2 EH support
jason [Tue, 16 Sep 1997 02:07:50 +0000 (02:07 +0000)]
dwarf2 EH support

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

26 years ago * call.c (null_ptr_cst_p): Integer type, not integral type.
jason [Mon, 15 Sep 1997 23:35:18 +0000 (23:35 +0000)]
* call.c (null_ptr_cst_p): Integer type, not integral type.

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

26 years agoPatch from Richard Henderson for alpha-linux ld.so bug.
wilson [Mon, 15 Sep 1997 22:36:34 +0000 (22:36 +0000)]
Patch from Richard Henderson for alpha-linux ld.so bug.
* alpha.md (movdi): Handle CONST_DOUBLE for TARGET_BUILD_CONSTANTS.

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

26 years agoPatch from Richard Henderson for large frames.
wilson [Mon, 15 Sep 1997 22:28:34 +0000 (22:28 +0000)]
Patch from Richard Henderson for large frames.
* alpha/alpha.c (output_prolog): New variable sa_reg.  Use it for
out-or-range reg_offset.
(output_epilog): Likewise.

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

26 years agodwarf2 EH support
jason [Mon, 15 Sep 1997 22:25:30 +0000 (22:25 +0000)]
dwarf2 EH support

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

26 years ago * cse.c (simplify_relational_operation): If MODE specifies a
law [Mon, 15 Sep 1997 21:37:39 +0000 (21:37 +0000)]
    * cse.c (simplify_relational_operation): If MODE specifies a
        mode wider than HOST_WIDE_INT, then the high word of a CONST_INT
        is derived from the sign bit of the low word.

Brought over from r5900 branch.

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

26 years agoDocument -ms for the H8/S.
law [Mon, 15 Sep 1997 19:15:35 +0000 (19:15 +0000)]
Document -ms for the H8/S.

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

26 years ago * except.c (find_exception_handler_labels): Use xmalloc instead of
brendan [Mon, 15 Sep 1997 19:07:05 +0000 (19:07 +0000)]
* except.c (find_exception_handler_labels): Use xmalloc instead of
alloca, since MAX_LABELNO - MIN_LABELNO can be more than 1 million
in some cases.

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

26 years ago * call.c (joust): Disable warnings until they can be moved to the
jason [Mon, 15 Sep 1997 18:53:28 +0000 (18:53 +0000)]
* call.c (joust): Disable warnings until they can be moved to the
right place.

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

26 years ago * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
law [Mon, 15 Sep 1997 06:38:11 +0000 (06:38 +0000)]
    * lib/g++.exp (g++_init): Look for xgcc in $basedir too.

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

26 years ago * Makefile.in: Various changes to build info files
law [Mon, 15 Sep 1997 03:04:48 +0000 (03:04 +0000)]
    * Makefile.in: Various changes to build info files
        in the object tree rather than the source tree.

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

26 years ago * Make-lang.in: Various changes to build info files
law [Mon, 15 Sep 1997 03:02:41 +0000 (03:02 +0000)]
    * Make-lang.in: Various changes to build info files
        in the object tree rather than the source tree.

        * proj.h: Include ctype.h.

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

26 years agoWe're moving away from distributing generated files.
law [Mon, 15 Sep 1997 02:55:47 +0000 (02:55 +0000)]
We're moving away from distributing generated files.

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

26 years agoForgot to commit.
law [Sun, 14 Sep 1997 20:09:02 +0000 (20:09 +0000)]
Forgot to commit.

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

26 years agoUpdate.
law [Sun, 14 Sep 1997 20:04:54 +0000 (20:04 +0000)]
Update.

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

26 years agoUpdate to official g77-0.5.21.
law [Sun, 14 Sep 1997 20:04:23 +0000 (20:04 +0000)]
Update to official g77-0.5.21.

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

26 years agoThis commit was generated by cvs2svn to compensate for changes in r15440,
law [Sun, 14 Sep 1997 19:36:32 +0000 (19:36 +0000)]
This commit was generated by cvs2svn to compensate for changes in r15440,
which included commits to RCS files with non-trunk default branches.

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

26 years agoInitial revision
law [Sun, 14 Sep 1997 19:34:57 +0000 (19:34 +0000)]
Initial revision

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

26 years ago * proj.h (isascii): Provide a default definition if none is available.
law [Sun, 14 Sep 1997 18:36:19 +0000 (18:36 +0000)]
    * proj.h (isascii): Provide a default definition if none is available.

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

26 years ago * fixinc.math: New file to fix math.h on some systems.
law [Sun, 14 Sep 1997 18:29:43 +0000 (18:29 +0000)]
    * fixinc.math: New file to fix math.h on some systems.
        * configure.in (freebsd, netbsd): Use fixinc.math on these
        systems.
        * configure: Rebuilt.
Should fix struct exception problems for freebsd, netbsd.  Can be used
for others.

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

26 years ago * regmove.c (regmove_optimize): If we end up moving the
law [Sun, 14 Sep 1997 17:11:52 +0000 (17:11 +0000)]
* regmove.c (regmove_optimize): If we end up moving the
original insn due to lifetime overlaps, make sure to move
REG_NOTES too.
Fixes x86 (and maybe h8) failure.

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

26 years agoPatch from Manfred Hollstein, don't set execute bits when installing data files
wilson [Sat, 13 Sep 1997 22:52:49 +0000 (22:52 +0000)]
Patch from Manfred Hollstein, don't set execute bits when installing data files
* Makefile.in (INSTALL_{PROGRAM,DATA}): Use value found by configure.

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

26 years ago * haifa-sched.c (add_branch_dependences): Make each insn in
law [Sat, 13 Sep 1997 19:00:22 +0000 (19:00 +0000)]
    * haifa-sched.c (add_branch_dependences): Make each insn in
        a SCHED_GROUP_P block explicitly depend on the previous insn.
Fixes x86 abort.

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

26 years ago * Makefile.in, config-lang.in: Convert to autoconf.
bothner [Fri, 12 Sep 1997 23:25:29 +0000 (23:25 +0000)]
* Makefile.in, config-lang.in:  Convert to autoconf.

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

26 years agoPatch from Dave Love
wilson [Fri, 12 Sep 1997 02:27:51 +0000 (02:27 +0000)]
Patch from Dave Love
* config-lang.in: Remove the messages about possible build problems.

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

26 years ago * Makefile.in (iostream.list): Remove STDIO_WRAP_OBJECTS.
jason [Fri, 12 Sep 1997 02:16:24 +0000 (02:16 +0000)]
* Makefile.in (iostream.list): Remove STDIO_WRAP_OBJECTS.

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

26 years ago * std/bastring.h (class basic_string): Add global scope to
jason [Fri, 12 Sep 1997 01:56:59 +0000 (01:56 +0000)]
* std/bastring.h (class basic_string): Add global scope to
use of reverse_iterator.

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

26 years agoThu Sep 11 17:14:55 1997 Jason Merrill <jason@yorick.cygnus.com>
jason [Fri, 12 Sep 1997 01:53:33 +0000 (01:53 +0000)]
Thu Sep 11 17:14:55 1997  Jason Merrill  <jason@yorick.cygnus.com>

* decl.c (lookup_name_real): Add implicit 'typename' to types from
base classes.

* pt.c (most_specialized_class): Fix typo.
(tsubst): Move constant folding to TREE_VEC case.

Thu Sep 11 10:08:45 1997  Mark Mitchell  <mmitchell@usa.net>

* pt.c (do_poplevel): Don't warn about unused local variables
while processing_template_decl since we don't always know whether
or not they will need constructing/destructing.

* pt.c (uses_template_parms): Check the values of an enumeration
type to make sure they don't depend on template parms.

* decl.c (make_typename_type): Don't lookup the field if the
context uses template parms, even if we're not
processing_template_decl at the moment.

* pt.c (coerce_template_parms): Avoid looking at the
TYPE_LANG_DECL portion of a typename type, since there won't be
one.
(tsubst): Do constant folding as necessary to make sure that
arguments passed to lookup_template_class really are constants.

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

26 years agoNever set prefix=/usr by default.
wilson [Fri, 12 Sep 1997 00:51:01 +0000 (00:51 +0000)]
Never set prefix=/usr by default.
* configure.in (native_prefix): Delete.
(mips-dec-netbsd): Don't set prefix.
(*linux*): Don't set prefix.

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

26 years agoPatches from Fred Fish for systems with sys/varargs.h but not varargs.h.
wilson [Fri, 12 Sep 1997 00:39:10 +0000 (00:39 +0000)]
Patches from Fred Fish for systems with sys/varargs.h but not varargs.h.
* protoize.c: Include <varargs.h> only if HAVE_VARARGS_H is
defined.  If not defined, include <sys/varargs.h> if
HAVE_SYS_VARARGS_H is defined.
* configure.in: Test for varargs.h and sys/varargs.h.
* configure: Regenerate with autoconf.
* config.in: Regenerate with autoheader.

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

26 years agoPatches from H.J. Lu for alpha-linux -fPIC --enable-shared problem.
wilson [Thu, 11 Sep 1997 23:44:33 +0000 (23:44 +0000)]
Patches from H.J. Lu for alpha-linux -fPIC --enable-shared problem.
* Makefile.in (local-distclean): Also remove mh-frag mt-frag.
* configure.in (skipdirs): Add target-librx for Linux.
(alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
* mh-elfalphapic, mt-elfalphapic: New files.

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

26 years agoFrom Fred Fish, fix BeOS (I assume) related problem with mixing char pointers.
wilson [Thu, 11 Sep 1997 22:51:33 +0000 (22:51 +0000)]
From Fred Fish, fix BeOS (I assume) related problem with mixing char pointers.
* cpplib.c (quote_string): Cast first arg of sprintf call
from "unsigned char *" to "char *".
(output_line_command): Ditto.
(macroexpand): Ditto.
(do_line): Cast atoi arg from "unsigned char *" to "char *".

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

26 years agoAdd Fred Fish's LN/LN_S patch.
wilson [Thu, 11 Sep 1997 20:39:08 +0000 (20:39 +0000)]
Add Fred Fish's LN/LN_S patch.

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

26 years ago * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
law [Thu, 11 Sep 1997 19:53:52 +0000 (19:53 +0000)]
    * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
        * g++.old-deja/g++.mike/p7325.C: Likewise.
        * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.

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

26 years ago * loop.c (strength_reduce): Fix typo.
law [Thu, 11 Sep 1997 17:08:01 +0000 (17:08 +0000)]
    * loop.c (strength_reduce): Fix typo.

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

26 years ago * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
law [Thu, 11 Sep 1997 16:00:02 +0000 (16:00 +0000)]
    * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
        * g++.old-deja/g++.brendan/crash30.C: Likewise.
        * g++.old-deja/g++.brendan/crash39.C: Likewise.
        * g++.old-deja/g++.law/operators4.C: Likewise.

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

26 years ago * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
law [Thu, 11 Sep 1997 15:52:11 +0000 (15:52 +0000)]
    * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
        * g++.old-deja/g++.mike/p784.C: Ditto.
        * g++.old-deja/g++.mike/p785.C: Ditto.
Avoid libg++ specific stuff.

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

26 years agoBack out Kenner's Makefile.in patch.
law [Thu, 11 Sep 1997 04:18:16 +0000 (04:18 +0000)]
Back out Kenner's Makefile.in patch.

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

26 years agoBump for snapshot.
law [Thu, 11 Sep 1997 04:11:01 +0000 (04:11 +0000)]
Bump for snapshot.

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

26 years agofix typo
meissner [Thu, 11 Sep 1997 03:52:26 +0000 (03:52 +0000)]
fix typo

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

26 years ago * Makefile (compare): Exit with nonzero status if there
law [Thu, 11 Sep 1997 03:36:41 +0000 (03:36 +0000)]
    * Makefile (compare): Exit with nonzero status if there
        are comparison failures.  Note which files failed the
        comparison test in .bad_compare.
For toplevel "make bootstrap".

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

26 years ago * Makefile.in (bootstrap): New target.
law [Thu, 11 Sep 1997 03:32:08 +0000 (03:32 +0000)]
    * Makefile.in (bootstrap): New target.

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

26 years agomake change to spacing for Kenner
meissner [Thu, 11 Sep 1997 03:27:50 +0000 (03:27 +0000)]
make change to spacing for Kenner

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

26 years agoRemove last change. Not needed for egcs yet.
law [Thu, 11 Sep 1997 03:01:15 +0000 (03:01 +0000)]
Remove last change.  Not needed for egcs yet.

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

26 years agoPatch from H.J. Lu for alpha-linux.
wilson [Thu, 11 Sep 1997 00:07:06 +0000 (00:07 +0000)]
Patch from H.J. Lu for alpha-linux.
* config/alpha/elf.h (CPP_PREDEFINES): Remove -D__PIC__ -D__pic__.

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

26 years agoClean up patches for delta88 nested function support.
wilson [Wed, 10 Sep 1997 23:34:58 +0000 (23:34 +0000)]
Clean up patches for delta88 nested function support.
* m88k/m88k.c (struct option): Rename to struct options.
* m88k/dolph.h (INITIALIZE_TRAMPOLINE): Delete here.
* m88k/sysv3.h (INITIALIZE_TRAMPOLINE): Delete ifdef and comments.
* libgcc2.c (__enable_execute_stack): Check for __sysV88__ not
__DOLPHIN__ or sysV88.

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

26 years ago * Makefile.in (LN): Add new symbol.
law [Wed, 10 Sep 1997 22:14:29 +0000 (22:14 +0000)]
    * Makefile.in (LN): Add new symbol.
        (FLAGS_TO_PASS): Pass it down.
        (stage[1-4]-start): Use $(LN), not "ln -s".
Bring over from gcc2.

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

26 years agoFix problem reported by chris@lslsun.epfl.ch (Christian Iseli)
wilson [Wed, 10 Sep 1997 22:04:24 +0000 (22:04 +0000)]
Fix problem reported by chris@lslsun.epfl.ch (Christian Iseli)
* emit-rtl.c (gen_lowpart_common): For a SUBREG, add in word when
create new subreg.

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

26 years ago * config.sub: Accept 'amigados' for backward compatability.
law [Wed, 10 Sep 1997 21:18:25 +0000 (21:18 +0000)]
    * config.sub: Accept 'amigados' for backward compatability.

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

26 years agoInstall patch from H.J. Lu to make parallel make check work.
wilson [Wed, 10 Sep 1997 21:06:59 +0000 (21:06 +0000)]
Install patch from H.J. Lu to make parallel make check work.
* Makefile.in (testsuite/site.exp): New target.
(check-gcc, check-g++): Depend on testsuite/site.exp.
Don't stop for failure.

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