OSDN Git Service

pf3gnuchains/gcc-fork.git
25 years ago * configure: Rebuilt.
tromey [Wed, 14 Apr 1999 11:21:24 +0000 (11:21 +0000)]
* configure: Rebuilt.
* configure.in: Added support for alpha.
From David Pettersson <dapet@mai.liu.se>.

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

25 years agoAdd -Wno-deprecated
loewis [Wed, 14 Apr 1999 11:14:18 +0000 (11:14 +0000)]
Add -Wno-deprecated

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

25 years ago * java/net/natInetAddress.cc (lookup): On glibc2.0 systems, make
tromey [Wed, 14 Apr 1999 11:07:51 +0000 (11:07 +0000)]
* java/net/natInetAddress.cc (lookup): On glibc2.0 systems, make
buffer larger to work around bug.
From Bryce McKinlay <bryce@albatross.co.nz>.

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

25 years agoWed Apr 14 10:48:03 1999 Catherine Moore <clm@cygnus.com>
clm [Wed, 14 Apr 1999 10:46:50 +0000 (10:46 +0000)]
Wed Apr 14 10:48:03 1999  Catherine Moore  <clm@cygnus.com>
        * config/mips/elf.h, config/mips/elf64.h
        (CTORS_SECTION_ASM_OP): Define.
        (DTORS_SECTION_ASM_OP): Define.
        (EXTRA_SECTIONS): Define.
        (INVOKE__main): Define.
        (NAME__MAIN): Define.
        (SYMBOL__MAIN): Define.
        (EXTRA_SECTIONS_FUNCTIONS): Define.
        (SECTION_FUNCTION_TEMPLATE): Define.
        (ASM_OUTPUT_CONSTRUCTOR): Define.
        (ASM_OUTPUT_DESTRUCTOR): Define.
        (CTOR_LIST_BEGIN): Define.
        (CTOR_LIST_END): Define.
        (DTOR_LIST_BEGIN): Define.
        (DTOR_LIST_END): Define.
        (LIB_SPEC): Define.
        (STARTFILE_SPEC): Define.
        (ENDFILE_SPEC): Define.
        * config/mips/linux.h:  Undefine all of the above.
        * config/mips/rtems64.h: Likewise.
        * config/mips/t-r3900: Likewise.
        * config/mips/t-elf: New file.
        * config/mips/vxworks.h: New file.
        * configure.in (mips-wrs-vxworks): Use mips/vxworks.h.
        (mips*-*-*elf*):  Use t-elf instead of t-ecoff.
        * configure: Regenerate.

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

25 years ago * alpha.c (aligned_memory_operand): Recognize the output of
rth [Wed, 14 Apr 1999 10:13:19 +0000 (10:13 +0000)]
    * alpha.c (aligned_memory_operand): Recognize the output of
        LEGITIMIZE_RELOAD_ADDRESS.  Examine reg_equiv_memory_loc in
        the event of a pseudo.
        (unaligned_memory_operand): Likewise.  Don't otherwise accept
        completely illegal addresses.
        (normal_memory_operand): Likewise.  Handle subregs of pseudos.
        (get_aligned_mem): Revert previous change.  Abort if we don't have a
        mem.  During reload, call find_replacement on all illegal memories.
        (get_unaligned_address): Likewise.
        * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Use !aligned_memory_operand
        instead of unaligned_memory_operand.
        * alpha.md: Revert extra argument to get_aligned_mem.
        (reload_inqi): Use any_memory_operand in constraints.  Abort if
        we're not given some sort of mem.
        (reload_inhi): Likewise.
        (reload_outqi, reload_outhi): Likewise.

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

25 years ago * reload1.c (emit_reload_insns): Also find equivalent mems
rth [Wed, 14 Apr 1999 10:00:12 +0000 (10:00 +0000)]
    * reload1.c (emit_reload_insns): Also find equivalent mems
        for subregs of pseudos.

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

25 years ago* i386.md (neghi): Use the whole register when widening the op.
rth [Wed, 14 Apr 1999 09:41:48 +0000 (09:41 +0000)]
* i386.md (neghi): Use the whole register when widening the op.

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

25 years ago1999-04-14 12:37 -0400 Zack Weinberg <zack@rabi.columbia.edu>
zack [Wed, 14 Apr 1999 09:40:56 +0000 (09:40 +0000)]
1999-04-14 12:37 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
* cpperror.c, cppexp.c, cpplib.c: Never call abort.
* cpphash.c: Only call abort when we detect corruption of the
malloc arena.
* cppmain.c: Don't define fatal or fancy_abort.

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

25 years agoJan Hubicka <hubicka@freesoft.cz>
rth [Wed, 14 Apr 1999 09:21:40 +0000 (09:21 +0000)]
Jan Hubicka <hubicka@freesoft.cz>
        * i386.c (x86_adjust_cost): Agi stall takes 1 cycle on Pentium, fst
        requires value to be ready one extra cycle.

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

25 years agoWed Apr 14 11:28:34 1999 Dave Brolley <brolley@cygnus.com>
brolley [Wed, 14 Apr 1999 08:31:10 +0000 (08:31 +0000)]
Wed Apr 14 11:28:34 1999  Dave Brolley  <brolley@cygnus.com>
* config/i386/i386.c (memory_address_length): Add missing parenthesis.

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

25 years ago1999-04-14 Andrew Haley <aph@cygnus.com>
aph [Wed, 14 Apr 1999 07:10:22 +0000 (07:10 +0000)]
1999-04-14  Andrew Haley  <aph@cygnus.com>
        * java/lang/natDouble.java (doubleToLongBits): ensure that all
        NaNs are always converted to the same long value.
        * java/lang/natFloat.java (floatToIntBits): ditto, but for float
        converted to int.

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

25 years ago * extend.texi (Deprecated Features): New node.
loewis [Wed, 14 Apr 1999 05:34:55 +0000 (05:34 +0000)]
* extend.texi (Deprecated Features): New node.
* invoke.texi (-Wdeprecated): Document.
* cp/lang-options.h (-Wdeprecated): New flag.
* cp/decl2.c (warn_deprecated): New flag.
(lang_decode_option): Deprecated this-is-variable,
external-templates, alt-external-templates.
Support -Wdeprecated.
* cp/errfn.c (cp_deprecated): New function.

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

25 years ago * i386.md (SImode logical compare): Avoid outputing non-pariable testw
law [Wed, 14 Apr 1999 00:51:30 +0000 (00:51 +0000)]
    * i386.md (SImode logical compare): Avoid outputing non-pariable testw
        and testl on Pentium.
        (register and memory bit tests): Likewise.
        (setcc, normal and reversed conditional branches): Use shorter
        sequence for testing flags stored in EAX.

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

25 years agoDaily bump.
law [Wed, 14 Apr 1999 00:45:03 +0000 (00:45 +0000)]
Daily bump.

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

25 years ago * decl2.c (setup_initp): Compare DECL_ASSEMBLER_NAME instead
jason [Wed, 14 Apr 1999 00:00:20 +0000 (00:00 +0000)]
* decl2.c (setup_initp): Compare DECL_ASSEMBLER_NAME instead
of the decls themselves.

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

25 years ago * i386.md (xorsi3): Do not output NOT instrctions on Pentium.
law [Tue, 13 Apr 1999 23:43:07 +0000 (23:43 +0000)]
    * i386.md (xorsi3): Do not output NOT instrctions on Pentium.
        (xorqi3): Likewise.
        (xorhi3): Likewise.
        (notsi2): Likewise.
        (notqi2): Likewise.
        (nothi2): Likewise; do not output prefixed opcodes when possible.

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

25 years ago * i386.md (neghi2): Do not output prefixed opcode when possible.
law [Tue, 13 Apr 1999 23:39:22 +0000 (23:39 +0000)]
* i386.md (neghi2): Do not output prefixed opcode when possible.
(ashlhi3): Likewise.

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

25 years ago * i386.c (memory_address_length): New function.
law [Tue, 13 Apr 1999 23:19:26 +0000 (23:19 +0000)]
    * i386.c (memory_address_length): New function.
        * i386.h (memory_address_length): Declare it.

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

25 years agoTest for cpp line numbering bug
zack [Tue, 13 Apr 1999 23:09:35 +0000 (23:09 +0000)]
Test for cpp line numbering bug

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

25 years agoRegression test for x86 fp-stack breakage
zack [Tue, 13 Apr 1999 23:03:09 +0000 (23:03 +0000)]
Regression test for x86 fp-stack breakage

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

25 years agoMissed during interix commit.
law [Tue, 13 Apr 1999 23:00:11 +0000 (23:00 +0000)]
Missed during interix commit.

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

25 years agoFix spelling and formatting.
mrs [Tue, 13 Apr 1999 22:45:50 +0000 (22:45 +0000)]
Fix spelling and formatting.

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

25 years agonew
jason [Tue, 13 Apr 1999 22:41:24 +0000 (22:41 +0000)]
new

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

25 years ago * pt.c (tsubst_function_type): Copy attributes over.
jason [Tue, 13 Apr 1999 22:24:51 +0000 (22:24 +0000)]
* pt.c (tsubst_function_type): Copy attributes over.

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

25 years agotweak
jason [Tue, 13 Apr 1999 22:23:19 +0000 (22:23 +0000)]
tweak

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

25 years ago * configure.in(interix Alpha): Add.
law [Tue, 13 Apr 1999 22:02:20 +0000 (22:02 +0000)]
* configure.in(interix Alpha): Add.
* configure.in(winnt Alpha): Use alpha32.h
* configure.in(interix i386): Parallel Alpha32.
* config/interix.h: Move common elements from i386-interix.h.
* config/i386/i386-interix.h: Delete same.
* config/alpha/alpha-interix.h: New file
* config/alpha/alpha32.h: New file, part fron win-nt.h.
* config/alpha/win-nt.h: Deletions (-> alpha32.h).
* config/alpha/interix.h:  New file
* config/alpha/alpha.md (interix): Comment.
* config/alpha/xm-alpha-interix.h: New file.
        * config/alpha/t-interix: New file.
* fixinc/mkfixinc.sh (interix/Alpha): Add.

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

25 years ago * config.guess (interix Alpha): Add.
law [Tue, 13 Apr 1999 21:55:39 +0000 (21:55 +0000)]
    * config.guess (interix Alpha): Add.

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

25 years ago * i386/vxi386.h (CPP_CPU_SPEC): Define appropriately for vxworks.
law [Tue, 13 Apr 1999 21:30:32 +0000 (21:30 +0000)]
    * i386/vxi386.h (CPP_CPU_SPEC): Define appropriately for vxworks.
        (CPP_PREDEFINES, LIB_SPEC, STARTFILE_SPEC, ENDFILE_SPEC): likewise.

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

25 years ago * tree.c (cp_valid_lang_attribute): New fn. Handle init_priority
jason [Tue, 13 Apr 1999 21:28:25 +0000 (21:28 +0000)]
* tree.c (cp_valid_lang_attribute): New fn.  Handle init_priority
and com_interface.
* cp-tree.h: Add prototype.
* decl.c (init_decl_processing): Set valid_lang_attribute.

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

25 years ago * class.c (finish_struct_1): Look at the const-ness of the field's
mmitchel [Tue, 13 Apr 1999 21:20:49 +0000 (21:20 +0000)]
* class.c (finish_struct_1): Look at the const-ness of the field's
type, not the TREE_READONLY-ness of the declaration.
* method.c (synthesize_method): Likewise.
* pt.c (tsubst_decl): Call c_apply_type_quals_to_decl when
creating new declarations.

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

25 years ago * c-common.c (default_valid_lang_attribute): New fn.
jason [Tue, 13 Apr 1999 21:04:06 +0000 (21:04 +0000)]
* c-common.c (default_valid_lang_attribute): New fn.
(valid_lang_attribute): New callback ptr.
(decl_attributes): Call it.  Move init_priority support into
C++ frontend.

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

25 years agoFix typo in ChangeLog.
law [Tue, 13 Apr 1999 20:24:51 +0000 (20:24 +0000)]
Fix typo in ChangeLog.

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

25 years agoFix up spelling and formatting.
mrs [Tue, 13 Apr 1999 19:38:08 +0000 (19:38 +0000)]
Fix up spelling and formatting.

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

25 years ago * decl2.c (import_export_decl): Because vtables always reference
mrs [Tue, 13 Apr 1999 18:09:57 +0000 (18:09 +0000)]
* decl2.c (import_export_decl): Because vtables always reference
virtual functions, even if they are inlined, don't allow
-fno-implement-inlines to not emit them, instead, emit them with
the vtable.
* decl.c (start_function): Likewise.
Fixes vtable1.C

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

25 years agoJohn Wehle (john@feith.com)
rth [Tue, 13 Apr 1999 17:47:40 +0000 (17:47 +0000)]
John Wehle  (john@feith.com)
        * i386.md (movdi): Add splitter.

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

25 years agoRevert one over-aggressive "0" -> "%%r0" conversion ;-)
law [Tue, 13 Apr 1999 17:00:28 +0000 (17:00 +0000)]
Revert one over-aggressive "0" -> "%%r0" conversion ;-)

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

25 years ago * config/c4x/c4x.md (storeqf_int, storeqf_int_clobber, loadqf_int,
m.hayes [Tue, 13 Apr 1999 15:38:12 +0000 (15:38 +0000)]
* config/c4x/c4x.md (storeqf_int, storeqf_int_clobber, loadqf_int,
  loadqf_int_clobber): Add new patterns with corresponding splitters
  to handle moves of floating point values into and out of intager
  registers by using memory.
* config/c4x/c4x.c (c4x_check_legit_addr): Disallow PRE_INC for modes
other than QFmode and QImode.
(mixed_subreg_operand): New function.
(c4x_emit_move_sequence): If moving a floating point value into or
out of an integer register, use the new patterns storeqf_int_clobber
or loadqf_int_clobber.
(reg_imm_operand, *_reg_operand): Call reg_operand instead of
register_operand.
(reg_operand, src_operand): Disallow operand if it satisifes
mixed_subreg_operand.
* config/c4x/c4x.h (mixed_subreg_operand): Add prototype.

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

25 years agoJan Hubicka <hubicka@freesoft.cz>
rth [Tue, 13 Apr 1999 14:50:49 +0000 (14:50 +0000)]
Jan Hubicka <hubicka@freesoft.cz>
        * i386.c (agi_dependent): Handle push operation more correctly.

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

25 years agoJan Hubicka <hubicka@freesoft.cz>
rth [Tue, 13 Apr 1999 14:46:47 +0000 (14:46 +0000)]
Jan Hubicka <hubicka@freesoft.cz>
        * i386.md (anddi3): Add % constraint.
        (iordi3, xordi3): Likewise.

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

25 years agoJan Hubicka <hubicka@freesoft.cz>
rth [Tue, 13 Apr 1999 14:43:53 +0000 (14:43 +0000)]
Jan Hubicka <hubicka@freesoft.cz>
        * i386.md (extendhisi2): Output mov instead of cw instruction for K6
        to improve decoding bandwidth.
        * i386.md (extendhiqi2): Likewise.

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

25 years ago * pa.c: Avoid Using immediate zero for register zero.
law [Tue, 13 Apr 1999 14:34:06 +0000 (14:34 +0000)]
    * pa.c: Avoid Using immediate zero for register zero.
        * pa.md: Likewise.

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

25 years agoJan Hubicka <hubicka@freesoft.cz>
rth [Tue, 13 Apr 1999 14:28:39 +0000 (14:28 +0000)]
Jan Hubicka <hubicka@freesoft.cz>
        * i386.md (movsf_push): Handle memory to memory case too, new splitter.
        (movdf_push, movxf_push): Likewise.
        (movsf_push_memory, movdf_push_memory, movxf_push_memory): Remove.

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

25 years ago * Makefile.in: Rebuilt.
tromey [Tue, 13 Apr 1999 14:28:15 +0000 (14:28 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
solaris-threads.h.

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

25 years agoJan Hubicka <hubicka@freesoft.cz>
rth [Tue, 13 Apr 1999 14:15:46 +0000 (14:15 +0000)]
Jan Hubicka <hubicka@freesoft.cz>
        * i386.md: Do not output mov %0,reg on AMD K6.

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

25 years ago * java/lang/natSystem.cc (arraycopy): Don't always use jbyteArray;
tromey [Tue, 13 Apr 1999 12:16:41 +0000 (12:16 +0000)]
* java/lang/natSystem.cc (arraycopy): Don't always use jbyteArray;
instead switch on actual element type.

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

25 years ago * pa.c: Use a register name, not a raw immediate in branch,
law [Tue, 13 Apr 1999 12:10:07 +0000 (12:10 +0000)]
    * pa.c: Use a register name, not a raw immediate in branch,
        compare/clear, sub, subb, uaddcm and vshd instructions.
        * pa.md: Likewise.

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

25 years ago * pa.c: Use a register name, not a raw immediate in "bv" instructions.
law [Tue, 13 Apr 1999 11:31:35 +0000 (11:31 +0000)]
    * pa.c: Use a register name, not a raw immediate in "bv" instructions.
        * pa.md, pa.h, ee.asm, ee_fp.asm, lib2funcs.asm: Likewise.

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

25 years ago * Makefile.in: Rebuilt.
tromey [Tue, 13 Apr 1999 10:54:14 +0000 (10:54 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (AM_MAKEFLAGS): Added JC1FLAGS.

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

25 years agoTue Apr 13 12:14:07 1999 Dave Brolley <brolley@cygnus.com>
brolley [Tue, 13 Apr 1999 09:43:28 +0000 (09:43 +0000)]
Tue Apr 13 12:14:07 1999  Dave Brolley  <brolley@cygnus.com>
* cppinit.c (cpp_start_read): Fix buffer overwrite.
* Makefile.in (cppinit.o): Typo in dependencies.

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

25 years ago1999-04-13 Andrew Haley <aph@cygnus.com>
aph [Tue, 13 Apr 1999 09:18:09 +0000 (09:18 +0000)]
1999-04-13  Andrew Haley  <aph@cygnus.com>
        * include/i386-signal.h, include/default-signal.h: New files.
        * prims.cc (catch_segv): Call MAKE_THROW_FRAME in exception
        handler.
        (catch_fpe): New function.
        * configure.in: Make link to appropriate include/java-signal.h.
        * configure: Rebuilt.
        * Makefile.am: include/java-signal.h added to dependency list.
        * Makefile.in: Rebuilt.

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

25 years ago* arm.h (function prototypes for arm.c): Ifdef these out if
rearnsha [Tue, 13 Apr 1999 05:12:37 +0000 (05:12 +0000)]
* arm.h (function prototypes for arm.c): Ifdef these out if
HAVE_CONFIG_H is not defined.

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

25 years ago * pa.c: Remove space register specification in memory addresses,
law [Tue, 13 Apr 1999 01:13:07 +0000 (01:13 +0000)]
    * pa.c: Remove space register specification in memory addresses,
        except where it is actually needed.
        * pa.md, pa.h, ee.asm, ee_fp.asm, lib2funcs.asm: Likewise.

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

25 years agoDaily bump.
law [Tue, 13 Apr 1999 00:45:04 +0000 (00:45 +0000)]
Daily bump.

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

25 years agonew
jason [Tue, 13 Apr 1999 00:44:56 +0000 (00:44 +0000)]
new

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

25 years ago * cp-tree.h (struct lang_type): Add com_interface.
jason [Tue, 13 Apr 1999 00:39:32 +0000 (00:39 +0000)]
* cp-tree.h (struct lang_type): Add com_interface.
(CLASSTYPE_COM_INTERFACE): New macro.
* class.c (set_rtti_entry): COM interface classes have no RTTI
entries in their vtables; adjust.
(add_virtual_function, finish_base_struct, skip_rtti_stuff,
modify_one_vtable, fixup_vtable_deltas1, override_one_vtable,
finish_struct_1): Likewise.
* decl2.c (mark_vtable_entries): Likewise.
* rtti.c (build_headof, get_tinfo_fn_dynamic): Likewise.
* search.c (get_abstract_virtuals_1, get_abstract_virtuals,
expand_upcast_fixups): Likewise.
* tree.c (debug_binfo): Likewise.

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

25 years ago * cp-tree.h (COMPARE_NO_ATTRIBUTES): New macro.
jason [Tue, 13 Apr 1999 00:20:42 +0000 (00:20 +0000)]
* cp-tree.h (COMPARE_NO_ATTRIBUTES): New macro.
* typeck.c (comptypes): If we get it, ignore attributes.
* class.c (instantiate_type): Use BASELINK_P.  Change complain
parameter to flags; 2 means ignore attributes.
* call.c (build_op_delete_call): Pass it.

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

25 years ago * decl.c (xref_tag): Only complain once about using a typedef-name
jason [Tue, 13 Apr 1999 00:10:42 +0000 (00:10 +0000)]
* decl.c (xref_tag): Only complain once about using a typedef-name
with 'struct'.  Downgrade to pedwarn.
* decl.c (grokdeclarator): Allow [] syntax for zero-length array.

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

25 years agoupdate comment
jason [Tue, 13 Apr 1999 00:04:33 +0000 (00:04 +0000)]
update comment

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

25 years ago * parse.y (absdcl_intern): New nonterminal.
jason [Mon, 12 Apr 1999 23:57:36 +0000 (23:57 +0000)]
* parse.y (absdcl_intern): New nonterminal.
(absdcl, direct_abstract_declarator): Use it.

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

25 years agonew
jason [Mon, 12 Apr 1999 23:56:18 +0000 (23:56 +0000)]
new

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

25 years ago * stl_config.h (__MINGW32__): Mingw32 RTL lacks drand48.
law [Mon, 12 Apr 1999 23:37:24 +0000 (23:37 +0000)]
    * stl_config.h (__MINGW32__): Mingw32 RTL lacks drand48.

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

25 years agoBump for snapshot
law [Mon, 12 Apr 1999 23:34:41 +0000 (23:34 +0000)]
Bump for snapshot

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

25 years ago * reg-stack.c (check_stack_regs_mentioned): Remove variable SIZE.
law [Mon, 12 Apr 1999 23:25:38 +0000 (23:25 +0000)]
    * reg-stack.c (check_stack_regs_mentioned): Remove variable SIZE.

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

25 years ago * libF77/getenv_.c: Include stdlib.h.
law [Mon, 12 Apr 1999 20:42:45 +0000 (20:42 +0000)]
    * libF77/getenv_.c: Include stdlib.h.

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

25 years agoFix typo in subroutine check
zack [Mon, 12 Apr 1999 18:49:47 +0000 (18:49 +0000)]
Fix typo in subroutine check

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

25 years ago * g77spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
law [Mon, 12 Apr 1999 18:35:43 +0000 (18:35 +0000)]
    * g77spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
        null to decide whether to use it.

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

25 years agoMon Apr 12 18:27:32 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
apbianco [Mon, 12 Apr 1999 18:32:22 +0000 (18:32 +0000)]
Mon Apr 12 18:27:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (patch_unaryop): Fix ++ operator check on array
  references.

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

25 years ago1999-04-12 Urban Widmark <urban@svenskatest.se>
warrenl [Mon, 12 Apr 1999 18:27:56 +0000 (18:27 +0000)]
1999-04-12  Urban Widmark <urban@svenskatest.se>
* java/io/DataInputStream.java (readLine): Corrected handling of
empty lines, from null to "".

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

25 years ago * filedoalloc.c (_POSIX_SOURCE): Remove definition.
law [Mon, 12 Apr 1999 18:27:53 +0000 (18:27 +0000)]
    * filedoalloc.c (_POSIX_SOURCE): Remove definition.
        * fileops.c (_POSIX_SOURCE): Likewise.
        * iopopen.c (_POSIX_SOURCE): Likewise.
        * procbuf.cc (_POSIX_SOURCE): Likewise.
        * libioP.h (_POSIX_SOURCE): And define it here.
        * stdiostream.cc: Include libioP.h before others.

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

25 years ago * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Add missing backslash.
law [Mon, 12 Apr 1999 18:22:02 +0000 (18:22 +0000)]
    * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Add missing backslash.

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

25 years ago * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mconsole; fix
law [Mon, 12 Apr 1999 18:18:06 +0000 (18:18 +0000)]
    * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mconsole; fix
        -mno-nop-fun-dllimport and minor doc fixes.
        (STARTFILE_SPEC): Cygwin DLLs don't have dllcrt0.
        (LINK_SPEC): Add -mconsole support.
        * i386/mingw32.h (LIB_SPEC): Make libraries consistent with
        Cygwin.
        (LINK_SPEC): Remove. Use Cygwin's version.
        (MATH_LIBRARY): Make it null.
        * i386/crtdll.h (MATH_LIBRARY): Likewise.

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

25 years agoDocument -mcpu=k6.
rth [Mon, 12 Apr 1999 16:14:48 +0000 (16:14 +0000)]
Document -mcpu=k6.

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

25 years ago * c-decl.c (c_decode_option, start_decl, start_function,
scox [Mon, 12 Apr 1999 14:05:29 +0000 (14:05 +0000)]
* c-decl.c (c_decode_option, start_decl, start_function,
finish_function) : Recognize -Wno-main so we can avoid warnings.

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

25 years ago * Makefile.in: Rebuilt.
tromey [Mon, 12 Apr 1999 12:46:01 +0000 (12:46 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (libgcj.zip): Put `gnu' classes into zip file.

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

25 years ago*** empty log message ***
jimb [Mon, 12 Apr 1999 12:36:31 +0000 (12:36 +0000)]
*** empty log message ***

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

25 years agoFix from Marcus Daniels:
jimb [Mon, 12 Apr 1999 12:36:00 +0000 (12:36 +0000)]
Fix from Marcus Daniels:
* cplus-dem.c (demangle_fund_type): Don't run off the end of the
identifier looking for another underscore.

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

25 years ago * java/lang/natSystem.cc (SystemClass): New define.
tromey [Mon, 12 Apr 1999 12:34:41 +0000 (12:34 +0000)]
* java/lang/natSystem.cc (SystemClass): New define.
(init_properties): Synchronize.

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

25 years ago1999-04-12 14:55 -0400 Zack Weinberg <zack@rabi.columbia.edu>
zack [Mon, 12 Apr 1999 12:03:10 +0000 (12:03 +0000)]
1999-04-12 14:55 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
* cpphash.c (collect_expansion, macroexpand,
push_macro_expansion): Make the escape character in macro
buffers '\r', not '@'.  Remove code to protect literal
occurences of the escape character; '\r' cannot appear
in a macro buffer unless we put it there.
* cpplib.c (skip_comment, copy_comment, cpp_skip_hspace,
copy_rest_of_line, cpp_get_token, parse_string,
parse_assertion): '\r' might be a backslash-newline marker, or
it might be a macro escape marker, depending on
CPP_BUFFER (pfile)->has_escapes.  '@' is not a special
character.
* cpplib.h: Update commentary.

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

25 years ago * pt.c (lookup_template_class): Look through implict typename.
jason [Mon, 12 Apr 1999 10:54:06 +0000 (10:54 +0000)]
* pt.c (lookup_template_class): Look through implict typename.

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

25 years agonew
jason [Mon, 12 Apr 1999 10:53:36 +0000 (10:53 +0000)]
new

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

25 years ago* arm.h (target_fp_name, structure_size_string, arm_cpu_select):
rearnsha [Mon, 12 Apr 1999 09:43:37 +0000 (09:43 +0000)]
* arm.h (target_fp_name, structure_size_string, arm_cpu_select):
Const-ify.
* arm.c (target_fp_name, structure_size_string): Const-ify.
* arm.md (reload_inhi, reload_outhi): Make the scratch DImode.
* arm.c (arm_reload_in_hi): Handle cases when the input is still
a pseudo, make use of scratch registers for reloading the address
as appropriate.
(arm_reload_outhi): Similarly for when the output is still a pseudo.
* riscix.h (SUBTARGET_SWITCHES): Document.

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

25 years agomake fixincludes behave like the scripts in fixinc/
korbb [Mon, 12 Apr 1999 07:28:13 +0000 (07:28 +0000)]
make fixincludes behave like the scripts in fixinc/

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

25 years agoensure the SHELL value is that of the make
korbb [Mon, 12 Apr 1999 07:21:36 +0000 (07:21 +0000)]
ensure the SHELL value is that of the make

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

25 years agofixincl work
korbb [Mon, 12 Apr 1999 07:18:18 +0000 (07:18 +0000)]
fixincl work

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

25 years agoregenerated
korbb [Mon, 12 Apr 1999 07:12:21 +0000 (07:12 +0000)]
regenerated

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

25 years ago1. the file name lists ought to be restricted to "*.h" anyway
korbb [Mon, 12 Apr 1999 07:11:20 +0000 (07:11 +0000)]
1.  the file name lists ought to be restricted to "*.h" anyway
2.  C++ files may be named .../[a-z]++/... also
3.  the original egrep pattern was not finding "__MIPSEL".
    I am not enough of a regexp person to know why.
4.  Adding copyright year and attribution to output
5.  Add copyright date and attribution
6.  Clarify a bunch of comments
7.  Remove dead template text
8.  Correct the counting of regular expressions

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

25 years ago * alpha.c (aligned_memory_operand): Handle out of range stack slots.
rth [Mon, 12 Apr 1999 03:11:37 +0000 (03:11 +0000)]
    * alpha.c (aligned_memory_operand): Handle out of range stack slots.
        Take a new SCRATCH argument for the occasion.  Update all callers.
        (get_unaligned_address): Abort on out of range stack slots.
        * alpha.md (adddi3 splitter): Check s_p_rtx not REGNO.
        (reload_inqi): Check for aligned mems before unaligned.
        (reload_inhi): Likewise.

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

25 years ago * flow.c (flow_delete_insn): If we delete a CODE_LABEL, also remove
law [Mon, 12 Apr 1999 02:18:55 +0000 (02:18 +0000)]
* flow.c (flow_delete_insn): If we delete a CODE_LABEL, also remove
it from the nonlocal_goto_handler_labels list.
* jump.c (delete_insn): Likewise.
(jump_optimize_1): Also recompute LABEL_NUSES when we are just
marking labels.
* rtl.h (remove_node_from_expr_list): Declare.
* rtlanal.c (remove_node_from_expr_list): New function.

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

25 years ago * reg-stack.c: Update comment, include varray.h.
law [Mon, 12 Apr 1999 01:39:00 +0000 (01:39 +0000)]
    * reg-stack.c: Update comment, include varray.h.
        (stack_regs_mentioned_data): New global variable.
        (check_stack_regs_mentioned): New function.
        (stack_regs_mentioned): New function.
        (reg_to_stack): Initialize and free stack_regs_mentioned_data,
        use stack_regs_mentioned.
        (record_asm_reg_life): Change insn type cache for changed insn.
        (record_reg_life): Do not change the insn mode.
        (emit_pop_insn): Likewise.
        (emit_swap_insn): Likewise.
        (move_for_stack_reg): Likewise.
        (stack_reg_life_analysis): Use stack_regs_mentioned.
        (emit_swap_insn): Likewise.
        (subst_stack_regs): Likewise.
        (convert_regs): Likewise.
        * jump.c (find_cross_jump): Use stack_regs_mentioned.
        * rtl.h (stack_regs_mentioned): Declare.

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

25 years agoForgot to cvs add this with Mumit's previous patch.
law [Mon, 12 Apr 1999 01:26:16 +0000 (01:26 +0000)]
Forgot to cvs add this with Mumit's previous patch.

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

25 years ago * libU77/dtime_.c: Handle all variants of WIN32.
law [Mon, 12 Apr 1999 01:25:38 +0000 (01:25 +0000)]
    * libU77/dtime_.c: Handle all variants of WIN32.
        * libU77/etime_.c: Likewise.

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

25 years agoDaily bump.
law [Mon, 12 Apr 1999 00:45:01 +0000 (00:45 +0000)]
Daily bump.

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

25 years ago * integrate.c (INTEGRATE_THRESHOLD): Sync it with the comment.
law [Mon, 12 Apr 1999 00:03:02 +0000 (00:03 +0000)]
    * integrate.c (INTEGRATE_THRESHOLD): Sync it with the comment.

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

25 years ago * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
law [Sun, 11 Apr 1999 23:00:24 +0000 (23:00 +0000)]
    * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
        link a trivial program with -mabi=64.  If it fails, remove mabi=64
        from multidirs.

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

25 years ago * bitset: Re-install Alexandre's lost patch from 1998-11-27.
law [Sun, 11 Apr 1999 22:53:05 +0000 (22:53 +0000)]
    * bitset: Re-install Alexandre's lost patch from 1998-11-27.

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

25 years ago * libU77/aclocal.m4: New file.
law [Sun, 11 Apr 1999 22:35:17 +0000 (22:35 +0000)]
    * libU77/aclocal.m4: New file.
        * libU77/configure.in (LIBU77_HAVE_STRUCT_TIMEZONE): Add test.
        * libU77/acconfig.h (HAVE_STRUCT_TIMEZONE): Add macro.
        * libU77/datetime_c.c (G77_date_and_time_0): Use.
        * libU77/config.hin: Regenerate.
        * libU77/configure: Likewise.

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

25 years ago * pexecute.c: Change all references to __UWIN__ to _UWIN.
law [Sun, 11 Apr 1999 22:21:28 +0000 (22:21 +0000)]
    * pexecute.c: Change all references to __UWIN__ to _UWIN.
        * xmalloc.c: Likewise.
        (xcalloc): UWIN has sbrk.
        (xrealloc): Fix guard macro.

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

25 years ago * friend.c (add_friend): Deal gracefully with error_mark_node.
mmitchel [Sun, 11 Apr 1999 18:48:27 +0000 (18:48 +0000)]
* friend.c (add_friend): Deal gracefully with error_mark_node.
* method.c (build_overload_value): Handle pointers-to-members as
template parameters.

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

25 years ago * cplus-dem.c (demangle_template_value_parm): Handle
mmitchel [Sun, 11 Apr 1999 18:46:52 +0000 (18:46 +0000)]
* cplus-dem.c (demangle_template_value_parm): Handle
pointers-to-members.
(do_type): Handle template parameters as qualifiers.

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

25 years ago * decl.c (push_binding): Fix typo in comment.
mmitchel [Sun, 11 Apr 1999 11:38:32 +0000 (11:38 +0000)]
* decl.c (push_binding): Fix typo in comment.

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