OSDN Git Service

pf3gnuchains/gcc-fork.git
26 years ago * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
law [Mon, 1 Sep 1997 17:02:53 +0000 (17:02 +0000)]
    * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
        * collect2.c (sys_errlist): Likewise.
        * cpplib.c (sys_errlist): Likewise.
        * gcc.c (sys_errlist): Likewise.
        * protoize (sys_errlist): Likewise.
        * configure.in: Check for strerror.
        * xm-freebsd.h (HAVE_STRERROR): Remove definition.
        * xm-gnu.h (HAVE_STRERROR): Likewise.
        * xm-linux.h (HAVE_STRERROR): Likewise.
        * xm-netbsd.h (HAVE_STRERROR): Likewise.
        * xm-bsd386.h (HAVE_STRERROR): Likewise.
        * xm-cygwin32.h (HAVE_STRERROR): Likewise.
        * xm-dos.h (HAVE_STRERROR): Likewise.
        * xm-mingw32.h (HAVE_STRERROR): Likewise.
        * xm-pa.h (HAVE_STRERROR): Likewise.
        * xm-papro.h (HAVE_STRERROR): Likewise.
        * xm-sysv4.h (HAVE_STRERROR): Likewise.
        * configure, config.in: Rebuilt.
Remove the need to define HAVE_STRERROR for each host port.

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

26 years ago * Makefile.in: Add several missing "else true" clauses.
law [Mon, 1 Sep 1997 16:08:40 +0000 (16:08 +0000)]
    * Makefile.in: Add several missing "else true" clauses.
Cater to broken "make" programs.

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

26 years ago * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
law [Mon, 1 Sep 1997 14:57:29 +0000 (14:57 +0000)]
    * collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
        * mips-tfile.c: Likewise.
        * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs.
        * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition.
        * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise.
        * configure.in: Check for sys_siglist declaration.
        * configure, config.in: Rebuilt.

Fix conflicting sys_siglist decls once and for all.

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

26 years ago * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h,
law [Mon, 1 Sep 1997 14:14:30 +0000 (14:14 +0000)]
    * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h,
        m68k/rtems.h, mips/rtems64.h, pa/rtems.h, rs6000/rtems.h,
        sparc/rtems.h (subtarget_switches): Added -mrtems as a switch.
        * i960/i960.h: Added SUBTARGET_SWITCHES macro.
        * rs6000/sysv4.h (extra_subtarget_switches): Added new
        macro EXTRA_SUBTARGET_SWITCHES.
        * configure.in (sh*-*-rtems*): New target.
        * sh/rtems.h: New file.
        * sh/sh.h: Added SUBTARGET_SWITCHES macro.
        * configure: Rebuilt.

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

26 years agoFix alpha loop unrolling abort.
wilson [Sun, 31 Aug 1997 05:57:40 +0000 (05:57 +0000)]
Fix alpha loop unrolling abort.
* unroll.c (calculate_giv_inc): Handle increment with code PLUS.

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

26 years agoFix Freedbsd build problem with patch from more recent texinfo sources.
wilson [Sun, 31 Aug 1997 01:48:33 +0000 (01:48 +0000)]
Fix Freedbsd build problem with patch from more recent texinfo sources.
* info/terminal.c (terminal_prep_terminal): Only use OCRNL and
ONLCR if they are defined.  Reported by many people.

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

26 years agoPay DF fused add ops pay attention to -mno-fused-add
meissner [Sat, 30 Aug 1997 14:55:17 +0000 (14:55 +0000)]
Pay DF fused add ops pay attention to -mno-fused-add

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

26 years agoFix i386-pc-solaris2.5.1 _sys_siglistp redeclaration error.
wilson [Sat, 30 Aug 1997 02:21:34 +0000 (02:21 +0000)]
Fix i386-pc-solaris2.5.1 _sys_siglistp redeclaration error.
* i386/xm-sysv4.h (DONT_DECLARE_SYS_SIGLIST): Define.

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

26 years ago * pa.md (reload_peepholes): Make sure operand is a REG before
law [Fri, 29 Aug 1997 22:14:07 +0000 (22:14 +0000)]
    * pa.md (reload_peepholes): Make sure operand is a REG before
        examining REGNO.  Allow general registers too.
Fixes sporatic c-torture failure.

Remove last change to fold-const.c and c-decl.c

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

26 years agoFix C++ template instantiation back end core dump.
wilson [Fri, 29 Aug 1997 18:52:51 +0000 (18:52 +0000)]
Fix C++ template instantiation back end core dump.
* varasm.c (mark_constants): Don't look inside CONST_DOUBLEs.

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

26 years ago * execute/921007-1.c: Make strcmp static.
law [Fri, 29 Aug 1997 18:47:40 +0000 (18:47 +0000)]
    * execute/921007-1.c: Make strcmp static.

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

26 years ago * dwarfout2.c (build_abbrev_table): Use xrealloc, not xmalloc
law [Fri, 29 Aug 1997 15:33:54 +0000 (15:33 +0000)]
    * dwarfout2.c (build_abbrev_table): Use xrealloc, not xmalloc
        to reallocate abbrev_die_table.

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

26 years ago * m68k/m68k.md (iorsi_zexthi_ashl16): Disable.
law [Fri, 29 Aug 1997 15:19:58 +0000 (15:19 +0000)]
    * m68k/m68k.md (iorsi_zexthi_ashl16): Disable.
Fixes m68k codegen problem.

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

26 years ago * Makefile.in (config.status): Depend on version.c
law [Fri, 29 Aug 1997 15:10:18 +0000 (15:10 +0000)]
    * Makefile.in (config.status): Depend on version.c

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

26 years ago * expr.h (insn_gen_function): Reenable prototype.
law [Fri, 29 Aug 1997 15:02:03 +0000 (15:02 +0000)]
* expr.h (insn_gen_function): Reenable prototype.

* expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of
first parameter.

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

26 years agoFix typo.
law [Fri, 29 Aug 1997 07:03:53 +0000 (07:03 +0000)]
Fix typo.

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

26 years agoFix x86 libio -O2 miscompilation problem.
wilson [Thu, 28 Aug 1997 20:04:19 +0000 (20:04 +0000)]
Fix x86 libio -O2 miscompilation problem.
* i386.c (ix86_expand_epilogue): Emit blockage instruction when pic.

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

26 years ago * version.c: Bump for latest snapshot.
law [Thu, 28 Aug 1997 13:08:54 +0000 (13:08 +0000)]
    * version.c: Bump for latest snapshot.

        * bc-optab.c: Conditionally include stdlib.h.
        (free): Provide a declaration if NEED_DECLARATION_FREE.
        * tree.c (free): Provide a declaration if NEED_DECLARATION_FREE.
        * rtl.h (free): Remove declaration.
        * tree.h (free): Remvoe declaration.

        * configure: Rebuilt.

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

26 years agoFilename change in latest g77 update.
law [Thu, 28 Aug 1997 12:59:07 +0000 (12:59 +0000)]
Filename change in latest g77 update.

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

26 years ago * flags.h (flag_move_all_movables): Declare.
law [Thu, 28 Aug 1997 03:35:22 +0000 (03:35 +0000)]
    * flags.h (flag_move_all_movables): Declare.
        (flag_reduce_all_givs): Likewise.
        * loop.c (move_movables): Handle flag_move_all_movables.
        (strength_reduce): Handle flag_reduce_all_givs.
        * toplev.c (flag_move_all_movables): Define.
        (flag_reduce_all_givs): Likewise.
        (f_options): Add -fmove-all-movables and -freduce-all-givs.
        * invoke.texi: Document new options, including alias stuff that
        wasn't included last time.
Two of the "Tooning" options :-)

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

26 years agoNew file in g77 front end.
law [Thu, 28 Aug 1997 03:21:33 +0000 (03:21 +0000)]
New file in g77 front end.

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

26 years agoUpdate to Aug 26 g77 front end and runtime.
law [Thu, 28 Aug 1997 03:21:05 +0000 (03:21 +0000)]
Update to Aug 26 g77 front end and runtime.

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

26 years ago * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
law [Thu, 28 Aug 1997 00:18:03 +0000 (00:18 +0000)]
    * t-h8300: Use TARGET_LIBGCC2_CFLAGS instead of LIBGCC2_CFLAGS.
        * t-mn10200: Ditto.
        * t-vxsparc: Ditto.
        * t-vxworks68: Ditto.
        * t-vxworks960: Ditto.
        * t-vx29k: Ditto.

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

26 years agoPatch from Richard Henderson to fix alpha-linux alloca redefinition problems.
wilson [Wed, 27 Aug 1997 23:50:04 +0000 (23:50 +0000)]
Patch from Richard Henderson to fix alpha-linux alloca redefinition problems.
* alpha/xm-alpha.h (alloca): Define alloca to builtin_alloca for GNUC
if not already defined, and USE_C_ALLOCA not defined.

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

26 years agoMake the gcc config.guess exec the toplevel config.guess. Update the toplevel
wilson [Wed, 27 Aug 1997 23:20:52 +0000 (23:20 +0000)]
Make the gcc config.guess exec the toplevel config.guess.  Update the toplevel
config.guess from the gcc config.guess.

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

26 years agoalpha linux glibc2 patch from H.J. Lu
wilson [Wed, 27 Aug 1997 23:09:53 +0000 (23:09 +0000)]
alpha linux glibc2 patch from H.J. Lu
* config/alpha/elf.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1
if USE_GNULIBC_1 is not defined.

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

26 years agoPatch from Richard Henderson to fix alpha-linux support.
wilson [Wed, 27 Aug 1997 23:02:19 +0000 (23:02 +0000)]
Patch from Richard Henderson to fix alpha-linux support.
* alpha/elf.h (LINK_SPEC): Conditionalize on USE_GNULIBC_1.
* config.guess: Recognize alpha-linux-gnulibc1.
* configure.in (alpha-*-linux-gnulibc1): New target.
(alpha-*-linux-gnu*): Don't build crtbegin/end.

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

26 years ago * reorg.c (dbr_schedule): Allow current_function_return_rtx
law [Wed, 27 Aug 1997 19:59:51 +0000 (19:59 +0000)]
    * reorg.c (dbr_schedule): Allow current_function_return_rtx
        to be something other than a REG.
        * function.c (expand_function_end): Fix current_function_return_rtx
        if it was a pseudo.
Brought over from the fsf/devo.

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

26 years agoFix newlib coldfire build failure.
wilson [Wed, 27 Aug 1997 18:54:11 +0000 (18:54 +0000)]
Fix newlib coldfire build failure.
* m68k.md (iorsi3_internal): Readd ! TARGET_5200 check lost in
last change.

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

26 years ago * c-decl.c (grokdeclarator): If array index or size calculations
law [Wed, 27 Aug 1997 16:58:02 +0000 (16:58 +0000)]
    * c-decl.c (grokdeclarator): If array index or size calculations
        overflow, issue an error.
        * fold-const.c (int_const_binop): New static function.
        (const_binop, size_binop): Call it.
Brought over from the fsf.

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

26 years ago * loop.c (combine_movables): Earlier insns don't match later ones.
law [Wed, 27 Aug 1997 16:43:23 +0000 (16:43 +0000)]
    * loop.c (combine_movables): Earlier insns don't match later ones.
Brought over from the fsf.

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

26 years agoRemove last change to alpha/linux. It was incorrect according to Richard
law [Wed, 27 Aug 1997 15:24:31 +0000 (15:24 +0000)]
Remove last change to alpha/linux.  It was incorrect according to Richard
Henderson.

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

26 years ago * typeck.c (expand_target_expr): Make definition match declaration.
law [Wed, 27 Aug 1997 08:07:16 +0000 (08:07 +0000)]
    * typeck.c (expand_target_expr): Make definition match declaration.

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

26 years ago * class.c (get_basefndecls): Make definition match declaration.
law [Wed, 27 Aug 1997 08:03:41 +0000 (08:03 +0000)]
    * class.c (get_basefndecls): Make definition match declaration.
Something caught by the sunos compiler.

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

26 years ago * config/linux.h (CC1_SPEC): Define it only if not defined.
law [Wed, 27 Aug 1997 07:26:22 +0000 (07:26 +0000)]
    * config/linux.h (CC1_SPEC): Define it only if not defined.

        * config/m68k/linux.h (CC1_SPEC): Undefine it before include
        <linux.h>

        * config/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if
        USE_GNULIBC_1 is not defined.

        * config/alpha/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined
        as 1.
        * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): Ditto.

        * config/sparc/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined
        as 1 if USE_GNULIBC_1 is not defined.
Linux patches from HJ.

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

26 years ago * t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
law [Wed, 27 Aug 1997 06:51:37 +0000 (06:51 +0000)]
    * t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
        * x-netbsd: Likewise
        * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
        (INSTALL_HEADERS): Delete.
        * x-dguxbcs: Likewise.
        * x-hp3bsd44: Likewise
        * x-pa: Likewise.

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

26 years ago * i386.md (pop): pop increments the stack pointer.
law [Wed, 27 Aug 1997 06:29:59 +0000 (06:29 +0000)]
    * i386.md (pop): pop increments the stack pointer.
        (prologue_set_stack_ptr): New pattern.
        * i386.c (ix86_expand_prologue): Use prologue_set_stack_ptr
        instead of subsi3.
Fixes problem with scheduling on the x86.

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

26 years ago * Makefile.in: create correct multiple links to
law [Wed, 27 Aug 1997 06:04:41 +0000 (06:04 +0000)]
    * Makefile.in: create correct multiple links to
        shared libstdc++.

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

26 years ago * hostnm_.c: Include errno.h
law [Wed, 27 Aug 1997 02:13:32 +0000 (02:13 +0000)]
    * hostnm_.c: Include errno.h

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

26 years ago * reload.c (find_reloads, case '0'): Reject matching a non-offsettable
law [Wed, 27 Aug 1997 00:49:59 +0000 (00:49 +0000)]
    * reload.c (find_reloads, case '0'): Reject matching a non-offsettable
        address where an offsettable address is required.
Fixes 68k bootstrap problem.

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

26 years ago * loop.c (check_final_value): Don't miss a biv increment in a
law [Wed, 27 Aug 1997 00:44:25 +0000 (00:44 +0000)]
    * loop.c (check_final_value): Don't miss a biv increment in a
        parallel.

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

26 years ago * testsuite/Makefile.in (check): Don't depend on site.exp.
law [Tue, 26 Aug 1997 18:28:26 +0000 (18:28 +0000)]
    * testsuite/Makefile.in (check): Don't depend on site.exp.
        (just-check): Depend on site.exp.
Fixes problems with SMP "make check".

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

26 years ago * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Check
law [Tue, 26 Aug 1997 18:05:23 +0000 (18:05 +0000)]
    * dwarfout.c (dwarfout_file_scope_decl, case TYPE_DECL): Check
        TYPE_DECL_IS_STUB instead of DECL_NAME.

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

26 years agoFix stupid typo in last change.
law [Tue, 26 Aug 1997 18:04:44 +0000 (18:04 +0000)]
Fix stupid typo in last change.

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

26 years ago * libtxi/Makefile.in: Add dependencies for memcpy, memmove and strdup.
law [Tue, 26 Aug 1997 17:18:19 +0000 (17:18 +0000)]
    * libtxi/Makefile.in: Add dependencies for memcpy, memmove and strdup.

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

26 years agoH.J. Lu's SMP patch.
wilson [Tue, 26 Aug 1997 06:36:27 +0000 (06:36 +0000)]
H.J. Lu's SMP patch.

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

26 years ago * input.c (sub_getch): Eventually give up and release the input file.
jason [Tue, 26 Aug 1997 01:34:48 +0000 (01:34 +0000)]
* input.c (sub_getch): Eventually give up and release the input file.

* decl.c (cp_finish_decl): If #p i/i, put inline statics in the
right place.

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

26 years agoMon Aug 25 14:26:45 1997 Jason Merrill <jason@yorick.cygnus.com>
jason [Tue, 26 Aug 1997 00:27:06 +0000 (00:27 +0000)]
Mon Aug 25 14:26:45 1997  Jason Merrill  <jason@yorick.cygnus.com>

* Makefile.in (CXXFLAGS): Add -Weffc++.

Sat Aug 23 21:25:37 1997  Mark Mitchell  <mmitchell@usa.net>

* bastring.h: Enable reverse_iterator and its ilk.

* bastring.h: Provide specializations of member function templates
for const_iterator.

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

26 years ago * call.c (joust): Tweak message.
jason [Mon, 25 Aug 1997 21:30:44 +0000 (21:30 +0000)]
* call.c (joust): Tweak message.

Sat Aug 23 18:02:59 1997  Mark Mitchell  <mmitchell@usa.net>

* error.c (type_as_string): Put const/volatile on template type
parameters where appropriate.

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

26 years ago * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
law [Mon, 25 Aug 1997 19:15:01 +0000 (19:15 +0000)]
    * haifa-sched.c (find_pre_sched_live): Remove #if 0 code.
        (find_post_sched_live): Likewise.
Just cleaning up.

        * haifa-sched.c (schedule_block): Remove old code to get arguments
        from hard regs into pseudos early.
Avoids problems with bogus REG_LOOP_BEGIN notes causing aborts during
and after register allocation.

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

26 years ago * version.c: Bump for new snapshot.
law [Mon, 25 Aug 1997 15:00:44 +0000 (15:00 +0000)]
    * version.c: Bump for new snapshot.

        * local-alloc.c (update_equiv_regs): All the target to reject
        promotion of some REG_EQUAL to REG_EQUIV notes.
        * pa.h (DONT_RECORD_EQUIVALENCE): Define.
Fixes some c-torture failures, also improves generated code.

        * pa.c (secondary_reload_class): (mem (mem ... )) does not need
        secondary reloads.
Fixes 094.fpppp/twldrv.f abort.

        * pa.c (hppa_builtin_saveregs): Emit a blockage insn after the
        store of the argument registers.
Fixes c-torture failure.

        * fold-const.c (multiple_of_p): New function.
        (fold): Turn some cases of *_DIV_EXPR into EXACT_DIV_EXPR.
One of the performance patches from the g77 folks.

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

26 years ago * expr.h (insn_gen_function): Temporarily remove prototype.
law [Mon, 25 Aug 1997 07:48:35 +0000 (07:48 +0000)]
    * expr.h (insn_gen_function): Temporarily remove prototype.
This one has to wait until more prototyped stuff is done.

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

26 years ago * configure.in: Always make sure RANLIB_TEST is set.
law [Mon, 25 Aug 1997 07:44:59 +0000 (07:44 +0000)]
    * configure.in: Always make sure RANLIB_TEST is set.
        * configure: Rebuilt.

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

26 years agomissed ChangeLog entry for last checkin
wilson [Mon, 25 Aug 1997 00:26:31 +0000 (00:26 +0000)]
missed ChangeLog entry for last checkin

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

26 years agoFix solaris2 (without GNU install installed) install failure.
wilson [Mon, 25 Aug 1997 00:25:22 +0000 (00:25 +0000)]
Fix solaris2 (without GNU install installed) install failure.
* Makefile.in (install-info): Don't cd into srcdir.  Add srcdir to
filenames.  Use sed to extract base filename for install.

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

26 years ago * call.c (strictly_better): Make arguments unsigned ints.
law [Sat, 23 Aug 1997 23:47:00 +0000 (23:47 +0000)]
    * call.c (strictly_better): Make arguments unsigned ints.
Fixes bug reported by Peter Seebach.

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

26 years ago * unroll.c (find_splittable_givs): Only share if two givs have the
law [Sat, 23 Aug 1997 23:25:05 +0000 (23:25 +0000)]
    * unroll.c (find_splittable_givs): Only share if two givs have the
        same add and multiply values.
Fixes some testsuite failures on the x86.

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

26 years agoFix typos in m68k configuration files.
wilson [Sat, 23 Aug 1997 21:41:33 +0000 (21:41 +0000)]
Fix typos in m68k configuration files.
* m68k/next.h (GO_IF_INDEXABLE_BASE): Fix typo in undef.
* m68k/m68kemb.h (LIB_SPEC): Add missing comment end before it.

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

26 years ago * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
law [Sat, 23 Aug 1997 06:19:56 +0000 (06:19 +0000)]
    * pa.c (pa_reorg): Always put begin_brtab and end_brtab insns
        around branch tables.
        * pa.md (begin_brtab, end_brtab): Only emit the .begin_brtab
        and .end_brtab directives if TARGET_GAS.
Should fix bootstrap problem with PA port when not using gas.

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

26 years agoFix m68k-next-nextstep3 stage2 enquire compilation hang reported by Moene.
wilson [Sat, 23 Aug 1997 04:39:31 +0000 (04:39 +0000)]
Fix m68k-next-nextstep3 stage2 enquire compilation hang reported by Moene.
* alias.c (true_dependence): Pass x_addr not x to varies.

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

26 years agoFix AIX build problem when IBM cc is used.
wilson [Fri, 22 Aug 1997 21:39:10 +0000 (21:39 +0000)]
Fix AIX build problem when IBM cc is used.
* acconfig.h (NEED_DECLARATION_CALLOC): Add.
* configure.in: Add GCC_NEED_DECLARATION call for calloc.
* rs6000/xm-rs6000.h (malloc, realloc, calloc, free): Delete
declarations.
* config.in, configure: Regenerate.

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

26 years ago * Makefile.in (UOBJ): Include symlnk.
law [Fri, 22 Aug 1997 14:54:27 +0000 (14:54 +0000)]
    * Makefile.in (UOBJ): Include symlnk.

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

26 years ago * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
law [Fri, 22 Aug 1997 06:39:29 +0000 (06:39 +0000)]
    * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
        LO_SUM.
        (record_set): Handle LO_SUM like PLUS.
        (init_alias_analysis): When following chains of base addresses,
        do not stop on reaching a hard register.
Updates from jfc.

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

26 years agoTweak.
law [Fri, 22 Aug 1997 02:16:20 +0000 (02:16 +0000)]
Tweak.

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

26 years ago * lex.c (real_yylex): Refer to __complex instead of complex.
jason [Fri, 22 Aug 1997 01:52:56 +0000 (01:52 +0000)]
* lex.c (real_yylex): Refer to __complex instead of complex.

-Wed Jul 16 15:57:42 1997  Benjamin Kosnik  <bkoz@rhino.cygnus.com>
-
-       * parse.y (empty_parms): Only use VOID_LIST_NODE for the PARMS if
-       we're in a C++ struct/class, not if we're doing xtern "C"'.
-

and regenerate parse.c.

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

26 years agoFix alpha OSF 1.x/2.x/3.x build problems.
wilson [Fri, 22 Aug 1997 00:47:59 +0000 (00:47 +0000)]
Fix alpha OSF 1.x/2.x/3.x build problems.
* alpha.h (ARCH_ASM_FILE_START): Define.
(ASM_FILE_START): Use ARCH_ASM_FILE_START.
* osf12.h, osf2or3.h (ARCH_ASM_FILE_START): Redefine to null string.

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

26 years agorelease notes
jason [Fri, 22 Aug 1997 00:30:16 +0000 (00:30 +0000)]
release notes

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

26 years agoignored by import
jason [Thu, 21 Aug 1997 23:14:36 +0000 (23:14 +0000)]
ignored by import

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

26 years agoInitial revision
jason [Thu, 21 Aug 1997 22:57:35 +0000 (22:57 +0000)]
Initial revision

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

26 years agoThu Aug 21 22:25:46 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
jason [Thu, 21 Aug 1997 22:34:19 +0000 (22:34 +0000)]
Thu Aug 21 22:25:46 1997  J"orn Rennecke <amylaar@cygnus.co.uk>

* lex.c (real_yylex): Don't use getc directly.

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

26 years agoBump version # for new snapshot.
law [Thu, 21 Aug 1997 20:46:15 +0000 (20:46 +0000)]
Bump version # for new snapshot.

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

26 years agoEliminate circular dependence on f77-runtime that caused build failures.
wilson [Thu, 21 Aug 1997 20:17:25 +0000 (20:17 +0000)]
Eliminate circular dependence on f77-runtime that caused build failures.
* Make-lang.in (f77): Delete f77-runtime.
(f77.all.build, f77.all.cross, f77.rest.encap): Add f77-runtime.

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

26 years ago * Makefile.in (install-common): Put gcov comment at start of line.
law [Thu, 21 Aug 1997 16:23:22 +0000 (16:23 +0000)]
    * Makefile.in (install-common): Put gcov comment at start of line.

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

26 years ago * Makefile.in (UOBJ): Include mclock.
law [Thu, 21 Aug 1997 05:20:15 +0000 (05:20 +0000)]
    * Makefile.in (UOBJ): Include mclock.
From Mumit Khan.

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

26 years ago * alias.c (init_alias_analysis): When simplifying the reg_base_value
law [Thu, 21 Aug 1997 04:48:46 +0000 (04:48 +0000)]
    * alias.c (init_alias_analysis): When simplifying the reg_base_value
        array, simplify entries for hard registers too.
From jfc.  Fixes c-torture failure on the PA.

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

26 years agoWed Aug 20 17:25:08 1997 Jason Merrill <jason@yorick.cygnus.com>
jason [Thu, 21 Aug 1997 00:50:39 +0000 (00:50 +0000)]
Wed Aug 20 17:25:08 1997  Jason Merrill  <jason@yorick.cygnus.com>

* call.c (is_subseq): Don't try to be clever.

Wed Aug 20 03:13:36 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)

* parse.y, pt.c: Include "except.h".
* call.c, class.c, class.h, cp-tree.h, cvt.c, decl.c, decl2.c,
  error.c, except.c, expr.c, friend.c, g++spec.c, init.c, input.c,
  lex.c, lex.h, method.c, parse.y, pt.c, repo.c, rtti.c, search.c,
  sig.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c: Finish
  prototyping.

Wed Aug 20 01:34:40 1997  Jason Merrill  <jason@yorick.cygnus.com>

* decl2.c (mark_vtable_entries): Instead of replacing pure
virtuals with a reference to __pure_virtual, copy the decl and
change the RTL.

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

26 years agoFix irix6 `make install' problem.
wilson [Wed, 20 Aug 1997 23:39:40 +0000 (23:39 +0000)]
Fix irix6 `make install' problem.
* intdoc.texi: Readd generated file.

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

26 years agoChange gcc3 to egcs.
wilson [Wed, 20 Aug 1997 23:17:46 +0000 (23:17 +0000)]
Change gcc3 to egcs.

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

26 years agoChange gcc3 reference to egcs.
wilson [Wed, 20 Aug 1997 22:14:18 +0000 (22:14 +0000)]
Change gcc3 reference to egcs.

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

26 years agoExpunge reference to gcc3.
wilson [Wed, 20 Aug 1997 21:53:38 +0000 (21:53 +0000)]
Expunge reference to gcc3.

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

26 years agoPatch from Dave Love.
wilson [Wed, 20 Aug 1997 19:37:49 +0000 (19:37 +0000)]
Patch from Dave Love.
* dwarf2.h (enum dwarf_call_frame_info): Remove trailing comma from
list.

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

26 years ago * stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
wilson [Wed, 20 Aug 1997 19:30:36 +0000 (19:30 +0000)]
* stmt.c (start_cleanup_deferal, end_cleanup_deferal): Test
block_stack before dereferencing it.

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

26 years agoWork with haifa renaming get_issue_rate -> ISSUE_RATE
meissner [Wed, 20 Aug 1997 19:08:56 +0000 (19:08 +0000)]
Work with haifa renaming get_issue_rate -> ISSUE_RATE

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

26 years ago * pt.c (lookup_nested_type_by_name): Handle typedef wierdness.
jason [Wed, 20 Aug 1997 01:07:33 +0000 (01:07 +0000)]
* pt.c (lookup_nested_type_by_name): Handle typedef wierdness.

* typeck2.c (my_friendly_abort): Report bugs to egcs-bugs@cygnus.com.

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

26 years ago * cplus-dem.c: Add 'extern' to prepends_underscore.
jason [Wed, 20 Aug 1997 00:12:54 +0000 (00:12 +0000)]
* cplus-dem.c: Add 'extern' to prepends_underscore.

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

26 years ago * pt.c (instantiate_class_template): Call repo_template_used
jason [Tue, 19 Aug 1997 23:31:19 +0000 (23:31 +0000)]
* pt.c (instantiate_class_template): Call repo_template_used
before finish_prevtable_vardecl.

* call.c: fix typo.

* ChangeLog: Remove everything from 2.7.2 back.

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

26 years agomerge
jason [Tue, 19 Aug 1997 22:49:24 +0000 (22:49 +0000)]
merge

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

26 years agomerge
jason [Tue, 19 Aug 1997 22:37:19 +0000 (22:37 +0000)]
merge

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

26 years ago * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
law [Tue, 19 Aug 1997 21:22:04 +0000 (21:22 +0000)]
    * haifa-sched.c (ISSUE_RATE): Renamed from MACHINE_issue_rate.
        (get_issue_rate): Delete.
        * pa.h (ISSUE_RATE): Define.

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

26 years ago * configure.in: Turn on haifa by default for the PA.
law [Tue, 19 Aug 1997 21:09:22 +0000 (21:09 +0000)]
    * configure.in: Turn on haifa by default for the PA.
        * configure: Rebuilt.
        * pa.c (override_options): Accept -mschedule=7200 option.
        (pa_adjust_cost): No longer need to scale costs for newer
        processors.
        * pa.h (enum processor_type): Add PROCESSOR_7200.
        * pa.md: Revamp scheduling parameters to work better with
        haifa.  Add scheduling parameters for the 7200.

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

26 years ago * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
law [Tue, 19 Aug 1997 18:02:21 +0000 (18:02 +0000)]
    * haifa-sched.c (move_insn): Reemit notes for SCHED_GROUP_P
        insns too.
        (schedule_block): When adjusting basic_block_{head,end}, account
        for movement of SCHED_GROUP_P insns too.

        * haifa-sched.c (debug_dependencies): Fix thinko.

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

26 years ago * haifa-sched.c: Make lots of variable static.
law [Tue, 19 Aug 1997 16:15:54 +0000 (16:15 +0000)]
    * haifa-sched.c: Make lots of variable static.
Just cleaning stuff up.

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

26 years ago * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
law [Tue, 19 Aug 1997 16:04:22 +0000 (16:04 +0000)]
    * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
        reloads to RELOAD_FOR_OPERAND_ADDRESS reloads.
        * reload1.c: Undo bugfix from Aug 11.
Back out "simple" patch for PA reload bug and install the one accepted
by the FSF.

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

26 years ago * expr.h, real.h: Finish prototyping.
law [Tue, 19 Aug 1997 15:51:10 +0000 (15:51 +0000)]
    * expr.h, real.h: Finish prototyping.
Some of hj's prototyping stuff after minor formatting fixes.

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

26 years ago * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
law [Tue, 19 Aug 1997 15:36:20 +0000 (15:36 +0000)]
    * Makefile.in (EXPECT, RUNTEST, RUNTESTFLAGS): Define.
        (site.exp, check, check-g++, check-gcc): New targets.
For dejagnu.

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

26 years agoInitial revision
law [Tue, 19 Aug 1997 07:34:40 +0000 (07:34 +0000)]
Initial revision

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

26 years agoTake out __EGCS__ and __EGCS_MINOR__.
law [Tue, 19 Aug 1997 03:42:44 +0000 (03:42 +0000)]
Take out __EGCS__ and __EGCS_MINOR__.

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

26 years agoFix --with-cpu=xxx
meissner [Mon, 18 Aug 1997 22:03:38 +0000 (22:03 +0000)]
Fix --with-cpu=xxx

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

26 years ago * Makefile.in (stmp-multilib-sub): Fix typo in last change.
wilson [Mon, 18 Aug 1997 20:51:37 +0000 (20:51 +0000)]
* Makefile.in (stmp-multilib-sub): Fix typo in last change.

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

26 years agoInitial revision
law [Mon, 18 Aug 1997 17:13:00 +0000 (17:13 +0000)]
Initial revision

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