OSDN Git Service

pf3gnuchains/gcc-fork.git
26 years agoUpdate copyright
meissner [Thu, 7 May 1998 14:41:36 +0000 (14:41 +0000)]
Update copyright

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

26 years agoRestore LR in case __eabi was called multiple times
meissner [Thu, 7 May 1998 14:39:02 +0000 (14:39 +0000)]
Restore LR in case __eabi was called multiple times

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

26 years agoclear TREE_USED f;ag for build_type_variant types as well
amacleod [Thu, 7 May 1998 14:30:53 +0000 (14:30 +0000)]
clear TREE_USED f;ag for build_type_variant types as well

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

26 years agoHandle missing vfprintf() & _doprnt() functions with linked in modules,
ghazi [Thu, 7 May 1998 11:44:09 +0000 (11:44 +0000)]
Handle missing vfprintf() & _doprnt() functions with linked in modules,
plus do some general cleanup of variable argument handling.
        * aclocal.m4 (GCC_FUNC_VFPRINTF_DOPRNT): New macro.
        * configure.in: Add a call to GCC_FUNC_VFPRINTF_DOPRNT.
        (AC_CHECK_HEADERS): Remove unused check for varargs.h,sys/varargs.h.
        (AC_CHECK_FUNCS): Remove unused check for vprintf.
        * Makefile.in: Add support for linking in vfprintf.c and doprint.c.
        (cccp.o): Depend on gansidecl.h.
        (cexp.o): Likewise.
        * cccp.c: Convert from using PRINTF_ALIST/PRINTF_DCL to VPROTO as
        per the rest of gcc source.
        * cexp.y: Likewise.  Include gansidecl.h and remove all code made
        redundant.
        * cccp.c: Remove checks for HAVE_VPRINTF and the associated code
        used when vfprintf is missing.
        * cexp.y: Likewise.
        * gcc.c: Likewise.
        * genattrtab.c: Likewise.
        * mips-tfile.c: Likewise.
        * toplev.c: Likewise.
        * vfprintf.c: New file.
        * doprint.c: Likewise.

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

26 years ago * config/linux.h (ASM_COMMENT_START): Remove from here,
law [Thu, 7 May 1998 09:21:51 +0000 (09:21 +0000)]
* config/linux.h (ASM_COMMENT_START): Remove from here,
* config/linux-aout.h (ASM_COMMENT_START): and here,
* config/i386/linux.h (ASM_COMMENT_START): to here,
* config/i386/linux-aout.h (ASM_COMMENT_START): and here.
* config/i386/linux-oldld.h (ASM_COMMENT_START): Define
here as '#' too.

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

26 years ago * pt.c (tsubst): Don't tsubst the type of an IDENTIFIER_NODE.
jason [Thu, 7 May 1998 02:18:59 +0000 (02:18 +0000)]
* pt.c (tsubst): Don't tsubst the type of an IDENTIFIER_NODE.

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

26 years ago * config/m68k/m68k.md (adddi3, subdi3): Properly negate the DImode
schwab [Thu, 7 May 1998 01:59:07 +0000 (01:59 +0000)]
* config/m68k/m68k.md (adddi3, subdi3): Properly negate the DImode
constant.

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

26 years agoFix typo.
law [Wed, 6 May 1998 22:51:38 +0000 (22:51 +0000)]
Fix typo.

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

26 years ago * expr.h (mark_seen_cases): Add declaration, but only when tree.h
law [Wed, 6 May 1998 22:22:14 +0000 (22:22 +0000)]
    * expr.h (mark_seen_cases): Add declaration, but only when tree.h
        has been included.

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

26 years agoAnother test.
law [Wed, 6 May 1998 22:06:44 +0000 (22:06 +0000)]
Another test.

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

26 years ago * stmt.c (mark_seen_cases): Make it have external linkage again.
law [Wed, 6 May 1998 22:03:21 +0000 (22:03 +0000)]
    * stmt.c (mark_seen_cases): Make it have external linkage again.
        * expr.h (mark_seen_cases): Add declaration.
Chill wants to use mark_seen_cases....

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

26 years agoTypo fix.
amylaar [Wed, 6 May 1998 21:31:16 +0000 (21:31 +0000)]
Typo fix.

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

26 years agotypo typo fixes fixes
law [Wed, 6 May 1998 21:09:07 +0000 (21:09 +0000)]
typo typo fixes fixes

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

26 years agoWed May 6 22:32:37 CDT 1998 Robert Lipe <robertl@dgii.com>
robertl [Wed, 6 May 1998 20:53:58 +0000 (20:53 +0000)]
Wed May  6 22:32:37 CDT 1998 Robert Lipe  <robertl@dgii.com>
       * Makefile.in (dwarfout.o) Add toplev.h dependency.
       * dwarfout.c, i386.c: Include toplev.h
       * toplev.h: (pfatal_with_name) Add prototype.

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

26 years agoNew test.
law [Wed, 6 May 1998 20:19:15 +0000 (20:19 +0000)]
New test.

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

26 years agoFix braces right this time.
law [Wed, 6 May 1998 20:11:03 +0000 (20:11 +0000)]
Fix braces right this time.

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

26 years ago * Makefile.in: Fix .SUFFIXES.
jason [Wed, 6 May 1998 19:03:14 +0000 (19:03 +0000)]
* Makefile.in: Fix .SUFFIXES.

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

26 years agoupdate
jason [Wed, 6 May 1998 19:01:05 +0000 (19:01 +0000)]
update

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

26 years ago * config/linux.h (ASM_COMMENT_START): Define as "#".
law [Wed, 6 May 1998 18:31:37 +0000 (18:31 +0000)]
    * config/linux.h (ASM_COMMENT_START): Define as "#".
        * config/linux-aout.h (ASM_COMMENT_START): Likewise.

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

26 years agoNew test (alias problems).
law [Wed, 6 May 1998 18:18:03 +0000 (18:18 +0000)]
New test (alias problems).

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

26 years ago * haifa-sched.c (print_value, case SUBREG): Fix typo.
law [Wed, 6 May 1998 18:00:20 +0000 (18:00 +0000)]
    * haifa-sched.c (print_value, case SUBREG): Fix typo.

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

26 years ago * i386.c (output_387_binary_op): Add some braces to avoid warnings.
law [Wed, 6 May 1998 17:53:18 +0000 (17:53 +0000)]
    * i386.c (output_387_binary_op): Add some braces to avoid warnings.
        * i386.h (REG_CLASS_CONTENTS): Similarly.

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

26 years agotoplev.h cleanups...
wilson [Wed, 6 May 1998 17:05:41 +0000 (17:05 +0000)]
toplev.h cleanups...
* objc/Make-lang.h (objc-parse.o): Add toplev.h dependency.
* objc/objc-parse.y, objc/objc-parse.c: Regenerate.

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

26 years agotoplev.h cleanup...
wilson [Wed, 6 May 1998 16:52:21 +0000 (16:52 +0000)]
toplev.h cleanup...
* Makefile.in (call.o, class.o, decl.o, decl2.o, errfn.o, error.o,
except.o, expr.o, friend.o, init.o, lex.o, method.o, pt.o, repo.o,
rtti.o, search.o, semantics.o, sig.o, tree.o, typeck.o, typeck2.o,
xref.o): Add toplev.h dependencies.

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

26 years agotoplev.h cleanups...
wilson [Wed, 6 May 1998 16:43:15 +0000 (16:43 +0000)]
toplev.h cleanups...
* toplev.c: Include toplev.h.
* Makefile.in (c-common.o, c-convert.o, c-decl.o, c-iterate.o,
c-lex.o, c-parse.o, c-pragma.o, c-typeck.o, calls.o, convert.o,
dwarf2out.o, except.o, expr.o, final.o, fold-const.o, function.o,
hash.o, profile.o, real.o, reg-stack.o, regclass.o, reload.o,
reload1.o, stmt.o, stor-layout.o, tlink.o, tree.o, varasm.o): Add
toplev.h dependency.

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

26 years agoAnother new test.
law [Wed, 6 May 1998 16:36:26 +0000 (16:36 +0000)]
Another new test.

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

26 years agoNew test.
law [Wed, 6 May 1998 16:35:35 +0000 (16:35 +0000)]
New test.

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

26 years ago * toplev.c (-fsched-max): Delete flag.
law [Wed, 6 May 1998 16:32:40 +0000 (16:32 +0000)]
    * toplev.c (-fsched-max): Delete flag.
        (-fsched-interblock-max-blocks,-fsched-interblock-max-insns): Likewise.
        * haifa-sched.c: Remove -fsched-max-N, -fsched-interblock-max-blocks-N
        and -fsched-interblock-max-insns-N support.  Remove INTERBLOCK_DEBUG
        conditionals.
        * haifa-sched.c (find_rgns): Correctly handle reducible loops with
        inner loops which are not reducible.

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

26 years agoFix minor merge error in mips port.
wilson [Wed, 6 May 1998 16:21:01 +0000 (16:21 +0000)]
Fix minor merge error in mips port.
* mips/mips.c (save_restore_insns): Change FRAME_POINTER_REGNUM to
HARD_FRAME_POINTER_REGNUM.

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

26 years agoFix irix6 linker warning, multiply defined target_temp_slot_level.
wilson [Wed, 6 May 1998 15:55:26 +0000 (15:55 +0000)]
Fix irix6 linker warning, multiply defined target_temp_slot_level.
* expr.c (target_temp_slot_level): Delete duplicate definition.

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

26 years ago * loop.c (regs_match_p): Fix typo in prototype.
law [Wed, 6 May 1998 15:51:37 +0000 (15:51 +0000)]
    * loop.c (regs_match_p): Fix typo in prototype.

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

26 years ago * regmove.c (try_auto_increment): Wrap declaration inside an
law [Wed, 6 May 1998 15:47:37 +0000 (15:47 +0000)]
    * regmove.c (try_auto_increment): Wrap declaration inside an
        #ifdef AUTO_INC_DEC.

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

26 years ago * errfn.c (cp_error, cp_warning): Remove declarations for
law [Wed, 6 May 1998 15:46:18 +0000 (15:46 +0000)]
    * errfn.c (cp_error, cp_warning): Remove declarations for
        error and warning respectively.

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

26 years agoMake output_operand_lossage report the real error, do not just call abort
meissner [Wed, 6 May 1998 14:21:02 +0000 (14:21 +0000)]
Make output_operand_lossage report the real error, do not just call abort

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

26 years ago * c-common.c: Convert to using ctype macros defined in system.h.
ghazi [Wed, 6 May 1998 12:56:58 +0000 (12:56 +0000)]
    * c-common.c: Convert to using ctype macros defined in system.h.
        * c-lex.c: Likewise.
        * cccp.c: Likewise.
        * collect2.c: Likewise.
        * rs6000.c: Likewise.
        * cpplib.c: Likewise.
        * fix-header.c: Likewise.
        * gcc.c: Likewise.
        * gen-protos.c: Likewise.
        * pexecute.c: Likewise.
        * protoize.c: Likewise.
        * rtl.c: Likewise.
        * scan.c: Likewise.
        * stmt.c: Likewise.
        * tlink.c: Likewise.
        * toplev.c: Likewise.

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

26 years ago * config/mips/r3900.h (SUBTARGET_ASM_DEBUGGING_SPEC) :
gavin [Wed, 6 May 1998 11:45:22 +0000 (11:45 +0000)]
* config/mips/r3900.h (SUBTARGET_ASM_DEBUGGING_SPEC) :
Replace -gdwarf-2 with -g0.

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

26 years ago * error.c: Convert to using ctype macros defined in system.h.
ghazi [Wed, 6 May 1998 11:41:58 +0000 (11:41 +0000)]
    * error.c: Convert to using ctype macros defined in system.h.
        * method.c: Likewise.
        * xref.c: Likewise.
        * lex.c: Likewise.  Also remove redundant system header stuff.

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

26 years agoTue Apr 28 09:23:10 1998 Craig Burley <burley@gnu.org>
fx [Wed, 6 May 1998 09:06:36 +0000 (09:06 +0000)]
Tue Apr 28 09:23:10 1998  Craig Burley  <burley@gnu.org>
Fix 980427-0.f:
* global.c (ffeglobal_ref_progunit_): When transitioning
from EXT to FUNC, discard hook, since the decl, if any, is
probably wrong.

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

26 years agoMore system.h cutover...
ghazi [Wed, 6 May 1998 08:57:18 +0000 (08:57 +0000)]
More system.h cutover...
        * Makefile.in (mips-tfile.o, mips-tdump.o): Depend on system.h.
        * mips-tdump.c: Include system.h, remove redundant headers.
        * mips-tfile.c: Likewise.  Convert all ctype function calls to
        macro versions defined in system.h.
        * objc/Make-lang.in (objc-act.o): Depend on system.h.
        * objc/objc-act.c: Include system.h, remove redundant headers.

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

26 years agoThe isascii check is needed by system.h.
ghazi [Wed, 6 May 1998 08:36:04 +0000 (08:36 +0000)]
The isascii check is needed by system.h.
        * configure.in (AC_CHECK_FUNCS): Add isascii.
        (GCC_NEED_DECLARATIONS): Add atof.
        * system.h: Provide prototypes for abort, atof, atol and sbrk here.
        * rtl.c, rtl.h, toplev.c, tree.h: Not here.

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

26 years agoBe more careful when including <time.h> and <sys/file.h> in system.h.
ghazi [Wed, 6 May 1998 07:58:27 +0000 (07:58 +0000)]
Be more careful when including <time.h> and <sys/file.h> in system.h.
Consolidate O_RDONLY/O_WRONLY fallback definitions from various files
into system.h.
        * system.h: Wrap time.h and sys/file.h in autoconf checks.
        Provide default definitions for O_RDONLY and O_WRONLY here.
        * cccp.c, cpplib.c, fix-header.c, gcc.c, protoize.c: Not here.

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

26 years agoComment on fix.
fx [Wed, 6 May 1998 06:57:39 +0000 (06:57 +0000)]
Comment on fix.

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

26 years ago1998-05-05 Mark Mitchell <mmitchell@usa.net>
mmitchel [Wed, 6 May 1998 06:38:15 +0000 (06:38 +0000)]
1998-05-05  Mark Mitchell  <mmitchell@usa.net>
* tree.h (IS_EXPR_CODE_CLASS): Remove bogus '3'.

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

26 years agoMon May 4 01:32:20 1998 Robert Lipe <robertl@dgii.com>
robertl [Wed, 6 May 1998 05:12:21 +0000 (05:12 +0000)]
Mon May  4 01:32:20 1998  Robert Lipe  <robertl@dgii.com>
        * toplev.h: New file.   Protypes for functions in toplev.c.
        * tree.h, rtl.h: Deleted protos for functions in toplev.c.
        * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c,
        c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c,
        convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c,
        function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c,
        reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c,
        varasm.c: include it.

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

26 years agoWed May 6 06:36:41 1998 Robert Lipe <robertl@dgii.com>
robertl [Wed, 6 May 1998 05:05:11 +0000 (05:05 +0000)]
Wed May  6 06:36:41 1998  Robert Lipe  <robertl@dgii.com>
        * call.c, class.c, decl.c, decl2.c, errfn.c, error.c, except.c,
        expr.c, friend.c, init.c, lex.c, method.c, pt.c, repo.c, rtti.c,
        search.c, semantics.c, sig.c, tree.c, typeck.c, typeck2.c,
        xref.c: Add include of toplev.h.

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

26 years agoCorrect ChangeLog entry for my last cp/ChangeLog fix. The "cp/" is
robertl [Wed, 6 May 1998 05:03:22 +0000 (05:03 +0000)]
Correct ChangeLog entry for my last cp/ChangeLog fix.  The "cp/" is
implicit.   No need to call it out.

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

26 years agoWed May 6 06:36:41 1998 Robert Lipe <robertl@dgii.com>
robertl [Wed, 6 May 1998 05:01:35 +0000 (05:01 +0000)]
Wed May  6 06:36:41 1998  Robert Lipe  <robertl@dgii.com>
        * cp/call.c, cp/class.c, cp/decl.c, cp/decl2.c,
        cp/errfn.c, cp/error.c, cp/except.c, cp/expr.c,
        cp/friend.c, cp/init.c, cp/lex.c, cp/method.c,
        cp/pt.c, cp/repo.c, cp/rtti.c, cp/search.c,
        cp/semantics.c, cp/sig.c, cp/tree.c, cp/typeck.c,
        cp/typeck2.c, cp/xref.c: Add include of toplev.h.

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

26 years agoWed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>
robertl [Wed, 6 May 1998 04:54:01 +0000 (04:54 +0000)]
Wed May  6 06:35:38 1998  Robert Lipe  <robertl@dgii.com>
        * toplev.h: New file.   Protypes for functions in toplev.c.
        * tree.h, rtl.h: Deleted protos for functions in toplev.c.
        * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c,
        c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c,
        convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c,
        function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c,
        reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c,
        varasm.c: include it.

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

26 years agoWed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>
robertl [Wed, 6 May 1998 04:45:47 +0000 (04:45 +0000)]
Wed May  6 06:35:38 1998  Robert Lipe  <robertl@dgii.com>
        * toplev.h: New file.   Protypes for functions in toplev.c.
        * tree.h, rtl.h: Deleted protos for functions in toplev.c.
        * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c,
        c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c,
        convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c,
        function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c,
        reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c,
        varasm.c: include it.

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

26 years ago
robertl [Wed, 6 May 1998 04:40:48 +0000 (04:40 +0000)]

        * cp/call.c, cp/class.c, cp/decl.c, cp/decl2.c,
        cp/errfn.c, cp/error.c, cp/except.c, cp/expr.c,
        cp/friend.c, cp/init.c, cp/lex.c, cp/method.c,
        cp/pt.c, cp/repo.c, cp/rtti.c, cp/search.c,
        cp/semantics.c, cp/sig.c, cp/tree.c, cp/typeck.c,
        cp/typeck2.c, cp/xref.c: Add include of toplev.h.

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

26 years ago * toplev.h: New file. Protypes for functions in toplev.c.
robertl [Wed, 6 May 1998 04:39:57 +0000 (04:39 +0000)]
    * toplev.h: New file.   Protypes for functions in toplev.c.
        * tree.h, rtl.h: Deleted protos for functions in toplev.c.
        * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c,
        c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c,
        convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c,
        function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c,
        reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c,
        varasm.c: include it.

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

26 years ago * tree.c (perm_manip): Also regenerate the RTL of an extern.
jason [Wed, 6 May 1998 02:40:36 +0000 (02:40 +0000)]
* tree.c (perm_manip): Also regenerate the RTL of an extern.
(copy_to_permanent): Use end_temporary_allocation.

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

26 years ago * haifa-sched.c (find_rgns): In no_loops case, fix test for leaf
law [Wed, 6 May 1998 00:12:15 +0000 (00:12 +0000)]
    * haifa-sched.c (find_rgns): In no_loops case, fix test for leaf
        blocks.  Check for 1 successor which is the EXIT_BLOCK.
        * haifa-sched.c (find_rgns): Detect unreachable blocks, including
        unreachable loops with more than one block.

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

26 years ago * init.c (expand_vec_init): The initialization of each array
jason [Tue, 5 May 1998 23:54:18 +0000 (23:54 +0000)]
* init.c (expand_vec_init): The initialization of each array
element is a full-expression.

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

26 years ago(
manfred [Tue, 5 May 1998 23:23:41 +0000 (23:23 +0000)]
(
* fix-header.c (write_rbrac): Add "abort" to functions which need to
be protected.

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

26 years ago
manfred [Tue, 5 May 1998 23:23:39 +0000 (23:23 +0000)]

* fix-header.c (write_rbrac): Add "abort" to functions which need to
be protected.

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

26 years ago * Check in merge from gcc2. See ChangeLog.12 for details.
law [Tue, 5 May 1998 23:18:02 +0000 (23:18 +0000)]
    * Check in merge from gcc2.  See ChangeLog.12 for details.

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

26 years agoNew test from Joern.
law [Tue, 5 May 1998 22:31:25 +0000 (22:31 +0000)]
New test from Joern.

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

26 years agoNew test.
law [Tue, 5 May 1998 21:41:24 +0000 (21:41 +0000)]
New test.

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

26 years agoAdd -Os to torture options
meissner [Tue, 5 May 1998 16:24:01 +0000 (16:24 +0000)]
Add -Os to torture options

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

26 years agoFix old -pedantic error I noticed while reviewing patch from Ulrich.
wilson [Tue, 5 May 1998 15:37:37 +0000 (15:37 +0000)]
Fix old -pedantic error I noticed while reviewing patch from Ulrich.
* c-common.c (scan_char_table): Separate 's' and 'c'.  'c' does not
accept 'a' flag.  'S' does accept 'a' flag.
(check_format_info): When pedantic, warn for m/C/S/a/A formats,
and `a' flag.

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

26 years agoCall build_type_variant in method.c
amacleod [Tue, 5 May 1998 15:29:06 +0000 (15:29 +0000)]
Call build_type_variant in method.c

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

26 years agoFix bug reported by Ian Taylor, mips64-elf multilibs are wrong.
wilson [Tue, 5 May 1998 14:35:14 +0000 (14:35 +0000)]
Fix bug reported by Ian Taylor, mips64-elf multilibs are wrong.
* elf64.h (MULTILIB_DEFAULTS): Move definition after mips.h include.

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

26 years ago * h8300.h (ADDITIONAL_REGISTER_NAMES): Add "er" registers.
law [Tue, 5 May 1998 09:33:05 +0000 (09:33 +0000)]
    * h8300.h (ADDITIONAL_REGISTER_NAMES): Add "er" registers.

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

26 years ago * config/m68k/m68k.h: Declare functions from m68k.c used in
schwab [Tue, 5 May 1998 01:54:21 +0000 (01:54 +0000)]
* config/m68k/m68k.h: Declare functions from m68k.c used in
macros and machine description.
(ASM_OUTPUT_LONG_DOUBLE): Always use `l' flag in print format for
long values.
(ASM_OUTPUT_FLOAT): Likewise.
(ASM_OUTPUT_FLOAT_OPERAND): Likewise.

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

26 years ago * tree.def: Add NAMESPACE_DECL.
jason [Tue, 5 May 1998 01:28:34 +0000 (01:28 +0000)]
* tree.def: Add NAMESPACE_DECL.
* dwarfout.c (type_ok_for_scope): Ignore NAMESPACE_DECLs for now.
* dwarf2out.c (push_decl_scope): Likewise.
(scope_die_for): Likewise.
* tree.c (decl_function_context): Use TREE_CODE_CLASS to determine
how to get next context level.

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

26 years ago * tree.def: Add NAMESPACE_DECL.
jason [Tue, 5 May 1998 01:27:06 +0000 (01:27 +0000)]
* tree.def: Add NAMESPACE_DECL.
* dwarfout.c (type_ok_for_scope): Ignore NAMESPACE_DECLs for now.
* dwarf2out.c (push_decl_scope): Likewise.
(scope_die_for): Likewise.
* tree.c (decl_function_context): Use TREE_CODE_CLASS to determine
how to get next context level.
* cp-tree.def: Remove NAMESPACE_DECL.
* cp/Makefile.in: Add .SUFFIXES.

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

26 years ago * i386.c (output_fix_trunc): Add code to emulate non-popping DImode
law [Tue, 5 May 1998 00:44:36 +0000 (00:44 +0000)]
    * i386.c (output_fix_trunc): Add code to emulate non-popping DImode
        case.

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

26 years agoNew test.
law [Tue, 5 May 1998 00:35:14 +0000 (00:35 +0000)]
New test.

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

26 years agoNew test
law [Tue, 5 May 1998 00:18:36 +0000 (00:18 +0000)]
New test

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

26 years ago * reorg.c (fill_slots_from_thread): Update REG_DEAD/REG_UNUSED notes
law [Tue, 5 May 1998 00:15:50 +0000 (00:15 +0000)]
    * reorg.c (fill_slots_from_thread): Update REG_DEAD/REG_UNUSED notes
        for any insns skipped at the start of a block because they were
        redundant.

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

26 years agoFix mips-tfile failure on alpha, from Holger Bauer.
wilson [Mon, 4 May 1998 20:24:46 +0000 (20:24 +0000)]
Fix mips-tfile failure on alpha, from Holger Bauer.
* alpha.h (DBX_CONTIN_LENGTH): Decrease to 3000.

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

26 years ago(format_char_info): Add new field hhlen.
drepper [Mon, 4 May 1998 20:19:33 +0000 (20:19 +0000)]
(format_char_info): Add new field hhlen.
(print_char_table, scan_char_table, time_char_table): Initialize
hhlen field appropriately.
(char_format_info): Recognize hh modifier and lookup correct char
table entry.

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

26 years agoFix bug where storing into const string gives core dump, from Kamil Iskra.
wilson [Mon, 4 May 1998 19:16:35 +0000 (19:16 +0000)]
Fix bug where storing into const string gives core dump, from Kamil Iskra.
* expr.c (expand_expr, case INDIRECT_REF): Don't optimize string
reference if this is a store.

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

26 years ago* sparc.c (output_move_quad): Fix typo in mov_by_64 argument.
rth [Mon, 4 May 1998 17:26:14 +0000 (17:26 +0000)]
* sparc.c (output_move_quad): Fix typo in mov_by_64 argument.

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

26 years agod
robertl [Sun, 3 May 1998 22:15:49 +0000 (22:15 +0000)]
d
        Make UnixWare 7 bootstrap support work with final shipping product.
        * configure.in: (i[34567]86-*-sysv5): append, not overwrite, xm_file.
        Pick up xm-siglist and xm-alloca.
        (xm_defines): Add USG so dbxout will build.
        * configure: Regenerate.

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

26 years agoa
robertl [Sun, 3 May 1998 22:15:48 +0000 (22:15 +0000)]
a
        Make UnixWare 7 bootstrap support work with final shipping product.
        * configure.in: (i[34567]86-*-sysv5): append, not overwrite, xm_file.
        Pick up xm-siglist and xm-alloca.
        (xm_defines): Add USG so dbxout will build.
        * configure: Regenerate.

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

26 years ago
robertl [Sun, 3 May 1998 22:15:46 +0000 (22:15 +0000)]

        Make UnixWare 7 bootstrap support work with final shipping product.
        * configure.in: (i[34567]86-*-sysv5): append, not overwrite, xm_file.
        Pick up xm-siglist and xm-alloca.
        (xm_defines): Add USG so dbxout will build.
        * configure: Regenerate.

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

26 years ago Support for official Sparc V9 ABI:
rth [Sun, 3 May 1998 14:19:46 +0000 (14:19 +0000)]
    Support for official Sparc V9 ABI:
        * sparc.c (sparc_override_options): Force stack bias off for !arch64.
        Care for flag_pcc_struct_return default.
        (output_move_quad): Rewrite to move by halves on v9 and in the
        proper direction.
        (move_quad_direction): New function.
        (output_fp_move_quad): Use it to determine the direction of copy.
        (function_arg_slotno): Return -1 for FP reg overflow as well.
        (function_arg_record_value*): New functions.
        (function_arg): Use them.  Streamline unprototyped parameter passing.
        (function_arg_pass_by_reference): Pass TCmode by reference.
        (function_value): New function.
        * sparc.h (PTRDIFF_TYPE, SIZE_TYPE): For -pedantic's sake, don't use
        long long in 64-bit mode.
        (RETURN_IN_MEMORY): v9 returns structs < 32-bytes in regs.
        (DEFAULT_PCC_STRUCT_RETURN): Make the default detectable.
        (BASE_RETURN_VALUE_REG): Consider complex float types for arch64.
        (BASE_OUTGOING_VALUE_REG, BASE_PASSING_ARG_REG): Likewise.
        (BASE_INCOMING_ARG_REG): Likewise.
        (FUNCTION_VALUE): Call function_value.
        (FUNCTION_OUTGOING_VALUE, LIBCALL_VALUE): Likewise.
        * sparc.md (movdi_sp32_v9): Disable for arch64.
        (movsf, movdf, movtf): Sort all ulternatives using fp regs first.
        (call_value_address_sp64): Remove register class constraints.
        (call_value_symbolic_sp64): Likewise.
        (nonlocal_goto): Pass label reg directly to goto_handlers.  Constrain
        v9 case to 32-bit constants.
        (goto_handler_and_restore_v9): Provide a version for arch64.
        * sparc/linux64.h (SIZE_TYPE, PTRDIFF_TYPE): Remove private definition.
        * sparc/sp64-aout.h (TARGET_DEFAULT): Turn on stack bias.
        (CPP_PREDEFINES): New.
        * sparc/sp64-elf.h: Likewise.
        (PREFERRED_DEBUGGING_TYPE): Dwarf2.
        (ASM_OUTPUT_DWARF2_ADDR_CONST): New.
        * sparc/sysv4.h (SIZE_TYPE, PTRDIFF_TYPE): Undo svr4.h's changes.

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

26 years ago * call.c (build_over_call): Do evaluate arg even if it has empty
jason [Sun, 3 May 1998 02:30:57 +0000 (02:30 +0000)]
* call.c (build_over_call): Do evaluate arg even if it has empty
class type.
* decl.c (start_function): Don't push a member function.

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

26 years agoBump for snapshot
law [Sat, 2 May 1998 17:47:21 +0000 (17:47 +0000)]
Bump for snapshot

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

26 years ago * reload.c (find_reloads): Emit USEs to mark where a pseudo
amylaar [Fri, 1 May 1998 17:40:53 +0000 (17:40 +0000)]
* reload.c (find_reloads): Emit USEs to mark where a pseudo
is reloaced with the MEM of its stack slot.
* reload1.c (cannot_omit_stores): Delete.
(reload): Don't initialize it.
Don't apply avoid_return_reg logic to USEs.
When done, remove USEs that have a REG_EQUAL note on them.
(emit_reload_insns): Handle case where we have inherited a MEM.
(delete_output_reload): Don't use cannot_omit_stores.

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

26 years agoInitial revision
law [Fri, 1 May 1998 06:05:05 +0000 (06:05 +0000)]
Initial revision

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

26 years agoFix build failure when POSIXLY_CORRECT set, reported by B. James Phillippe.
wilson [Thu, 30 Apr 1998 19:01:09 +0000 (19:01 +0000)]
Fix build failure when POSIXLY_CORRECT set, reported by B. James Phillippe.
* Makefile.in (cpp.info, gcc.info): Put -o option before input file.
* cp/Makefile.in (g++FAQ.info): Put -o option before input file.
* f/Make-lang.in (g77.info, g77.dvi, BUGS, INSTALL, NEWS): Put -o
option before input file.

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

26 years agoPrevent buffer overrun in debug output; Make alloc_{INSN,EXPR}_LIST static
meissner [Thu, 30 Apr 1998 16:25:19 +0000 (16:25 +0000)]
Prevent buffer overrun in debug output; Make alloc_{INSN,EXPR}_LIST static

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

26 years agoUpdate gxxint.texi to include squangling info
amacleod [Thu, 30 Apr 1998 10:11:45 +0000 (10:11 +0000)]
Update gxxint.texi to include squangling info

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

26 years agoInitial revision
law [Wed, 29 Apr 1998 16:43:13 +0000 (16:43 +0000)]
Initial revision

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

26 years agoInitial revision
law [Wed, 29 Apr 1998 16:42:41 +0000 (16:42 +0000)]
Initial revision

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

26 years agoInitial revision
law [Wed, 29 Apr 1998 16:40:21 +0000 (16:40 +0000)]
Initial revision

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

26 years agoInitial revision
law [Wed, 29 Apr 1998 16:38:05 +0000 (16:38 +0000)]
Initial revision

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

26 years agoInitial revision
law [Wed, 29 Apr 1998 16:34:27 +0000 (16:34 +0000)]
Initial revision

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

26 years ago * sched.c (new_insn_dead_notes): Check if the register was
amylaar [Wed, 29 Apr 1998 13:53:20 +0000 (13:53 +0000)]
* sched.c (new_insn_dead_notes): Check if the register was
used in the original instruction.
* haifa-sched.c (new_insn_dead_notes): Likewise.

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

26 years agoFix dwarf2 abort while compiling mips simulator, reported by Michael Tiemann.
wilson [Wed, 29 Apr 1998 13:47:28 +0000 (13:47 +0000)]
Fix dwarf2 abort while compiling mips simulator, reported by Michael Tiemann.
* dwarf2out.c (scope_die_for): If could not find proper scope,
check for and handle tagged type with incorrect TYPE_CONTEXT.

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

26 years ago * calls.c (expand_call): Fix recognition of C++ operator new.
jfc [Wed, 29 Apr 1998 12:41:21 +0000 (12:41 +0000)]
* calls.c (expand_call): Fix recognition of C++ operator new.
* alias.c (mode_alias_check): Disable type based alias detection.

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

26 years ago * config/mips/elf.h (ASM_OUTPUT_DEF,ASM_WEAKEN_LABEL,
gavin [Wed, 29 Apr 1998 12:12:08 +0000 (12:12 +0000)]
* config/mips/elf.h (ASM_OUTPUT_DEF,ASM_WEAKEN_LABEL,
ASM_OUTPUT_WEAK_ALIAS): Define.
* config/mips/elf64.h: Same.
* config/mips/r3900.h (ASM_OUTPUT_DEF,SUPPORTS_WEAK,
ASM_WEAKEN_LABEL): Removed.

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

26 years ago1998-04-29 Dave Love <d.love@dl.ac.uk>
fx [Wed, 29 Apr 1998 02:39:51 +0000 (02:39 +0000)]
1998-04-29  Dave Love  <d.love@dl.ac.uk>
* g77.f-torture/compile/980419-1.f: Removed since doesn't compile.

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

26 years agoRemoved since doesn't compile.
fx [Wed, 29 Apr 1998 02:10:22 +0000 (02:10 +0000)]
Removed since doesn't compile.

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

26 years ago * calls.c (expand_call): Bump the length limit on the specially
schwab [Wed, 29 Apr 1998 01:59:28 +0000 (01:59 +0000)]
* calls.c (expand_call): Bump the length limit on the specially
recognized function names to 17.

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

26 years agoInitial revision
law [Wed, 29 Apr 1998 01:53:08 +0000 (01:53 +0000)]
Initial revision

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

26 years agoInitial revision
law [Tue, 28 Apr 1998 23:26:17 +0000 (23:26 +0000)]
Initial revision

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