OSDN Git Service

pf3gnuchains/gcc-fork.git
25 years agoDaily bump.
law [Fri, 16 Apr 1999 00:45:02 +0000 (00:45 +0000)]
Daily bump.

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

25 years ago * decl.c (warn_about_implicit_typename_lookup): New function.
mmitchel [Fri, 16 Apr 1999 00:15:26 +0000 (00:15 +0000)]
* decl.c (warn_about_implicit_typename_lookup): New function.
(lookup_name_real): Use it.  Rework handling of implicit typename
extension.

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

25 years agoRevert accidental checkin of the FCOMI patch that I was testing.
law [Fri, 16 Apr 1999 00:15:01 +0000 (00:15 +0000)]
Revert accidental checkin of the FCOMI patch that I was testing.

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

25 years ago * i386.c (x86_adjust_cost): Move break statement to correct place.
law [Thu, 15 Apr 1999 23:24:57 +0000 (23:24 +0000)]
    * i386.c (x86_adjust_cost): Move break statement to correct place.

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

25 years ago * expr.c (expand_assignment): Force pointers to proper mode if
law [Thu, 15 Apr 1999 22:52:22 +0000 (22:52 +0000)]
    * expr.c (expand_assignment): Force pointers to proper mode if
        POINTERS_EXTEND_UNSIGNED is defined.

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

25 years ago * xm-alpha.h (alloca.h): Add Interix to list of special machines
law [Thu, 15 Apr 1999 22:47:13 +0000 (22:47 +0000)]
    * xm-alpha.h (alloca.h): Add Interix to list of special machines
        that don't like alloca.h, pending using autoconf results.

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

25 years ago
law [Thu, 15 Apr 1999 22:23:58 +0000 (22:23 +0000)]

        * pa.h (HAVE_PRE_INCREMENT, HAVE_POST_INCREMENT,
        HAVE_PRE_DECREMENT, HAVE_POST_DECREMENT): Fix pa_cpu value from
        8000 to PROCESSOR_8000.

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

25 years ago
law [Thu, 15 Apr 1999 22:23:53 +0000 (22:23 +0000)]

        * pa.h (HAVE_PRE_INCREMENT, HAVE_POST_INCREMENT,
        HAVE_PRE_DECREMENT, HAVE_POST_DECREMENT): Fix pa_cpu value from
        8000 to PROCESSOR_8000.

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

25 years ago * configure.in (checkfuncs): Check for sbrk.
law [Thu, 15 Apr 1999 22:05:35 +0000 (22:05 +0000)]
    * configure.in (checkfuncs): Check for sbrk.
        * config.in: Rebuilt.
        * configure: Likewise.
        * xmalloc.c: Use HAVE_SBRK instead of the host specific definitions.

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

25 years ago * Makefile.am (ordinary_java_source_files): Added new Connection
warrenl [Thu, 15 Apr 1999 21:33:39 +0000 (21:33 +0000)]
* Makefile.am (ordinary_java_source_files): Added new Connection
and Handler classes in gnu.gcj.protocol.file package.
* Makefile.in: Rebuilt.
* gnu/gcj/protocol/file/Connection.java: New file.
* gnu/gcj/protocol/file/Handler.java: New file.
* gnu/gcj/protocol/http/Connection.java (getInputStream): Check
if doInput allows input.
(getOutputStream): Check if doOutput allows output.
* java/net/URLStreamHandler.java (parseURL): Fix indentation.

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

25 years ago * except.c (start_catch_hadler): Be sure rtime_address is Pmode
law [Thu, 15 Apr 1999 19:54:09 +0000 (19:54 +0000)]
    * except.c (start_catch_hadler): Be sure rtime_address is Pmode
        if POINTERS_EXTEND_UNSIGNED.

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

25 years ago * except.c (expand_eh_return): Force pointers to proper mode if
law [Thu, 15 Apr 1999 19:52:18 +0000 (19:52 +0000)]
    * except.c (expand_eh_return): Force pointers to proper mode if
        POINTERS_EXTEND_UNSIGNED.

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

25 years ago * cp-tree.h (lookup_nested_field): Remove.
mmitchel [Thu, 15 Apr 1999 19:21:21 +0000 (19:21 +0000)]
* cp-tree.h (lookup_nested_field): Remove.
* class.c (push_nested_class): Handle UNION_TYPEs.
(pop_nested_class): Likewise.
* decl.c (lookup_name_real): Don't call lookup_nested_field.
(start_decl): Use push_nested_class, not just pushclass.
(cp_finish_decl): Use pop_nested_class, not just popclass.
* search.c (lookup_nested_field): Remove.

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

25 years ago * cp-tree.h (lang_type): Add documentation.
mmitchel [Thu, 15 Apr 1999 17:52:25 +0000 (17:52 +0000)]
* cp-tree.h (lang_type): Add documentation.
* decl2.c (handle_class_head): Create template declarations here,
as appropriate.
* parse.y (class_head): Return whether or not we entered a new
scope, as well as the type named.
(named_class_head): Likewise.
(named_complex_class_head_sans_basetype): Likewise.
(structsp): Adjust accordingly.  Pop scope when required.
* parse.c: Regenerated.
* pt.c (check_default_tmpl_args): Robustify.
(redeclare_class_template): Likewise.
(instantiate_class_template): An instantiation of an
anonymous union is itself an anonymous union.
* semantics.c (begin_class_definition): Don't create template
declarations here.

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

25 years agoThu Apr 15 13:08:03 1999 Anthony Green <green@cygnus.com>
green [Thu, 15 Apr 1999 13:14:30 +0000 (13:14 +0000)]
Thu Apr 15 13:08:03 1999  Anthony Green  <green@cygnus.com>
* gjavah.c: New prototypes for java_float_finite and
java_double_finite.

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

25 years agoremove conflict indicators
jason [Thu, 15 Apr 1999 05:55:59 +0000 (05:55 +0000)]
remove conflict indicators

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

25 years ago * parse.y (after_type_declarator_intern): New nonterminal.
jason [Thu, 15 Apr 1999 05:53:55 +0000 (05:53 +0000)]
* parse.y (after_type_declarator_intern): New nonterminal.
(after_type_declarator): Use it.
(direct_after_type_declarator): Likewise.  Move above
nonnested_type to fix reduce/reduce conflict resolution.
(declmods): Reducing from just 'attributes' has EMPTY precedence.
* Makefile.in (CONFLICTS): Update.
* decl.c (define_label): Downgrade error for jumping over a
non-POD decl to pedwarn.

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

25 years agonew
jason [Thu, 15 Apr 1999 05:49:12 +0000 (05:49 +0000)]
new

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

25 years ago * config/c4x/c4x.h: Tweaked comment formatting.
m.hayes [Thu, 15 Apr 1999 04:22:04 +0000 (04:22 +0000)]
* config/c4x/c4x.h:  Tweaked comment formatting.
* config/c4x/c4x.c:  Likewise.

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

25 years ago * aclocal.m4 (GCC_FUNC_MKDIR_TAKES_ONE_ARG): Define.
law [Thu, 15 Apr 1999 01:50:52 +0000 (01:50 +0000)]
    * aclocal.m4 (GCC_FUNC_MKDIR_TAKES_ONE_ARG): Define.
        * configure.in: Use.
        * configure: Rebuilt.
        * acconfig.h (MKDIR_TAKES_ONE_ARG): Add.
        * config.in: Rebuilt.
        * system.h: Use.

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

25 years ago * i386.md (QImode add pattern): Support lea instruction.
law [Thu, 15 Apr 1999 01:38:29 +0000 (01:38 +0000)]
    * i386.md (QImode add pattern): Support lea instruction.
        (HImode add pattern): Likewise.

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

25 years ago * i386.md (ashlsi patterns): Call output_ashl instead of output_ashlsi3.
law [Thu, 15 Apr 1999 01:28:04 +0000 (01:28 +0000)]
    * i386.md (ashlsi patterns): Call output_ashl instead of output_ashlsi3.
        (ashlqi): Use expander, separate LEA and SAL / ADD patterns; call
        output_ashl.
        (ashlhi): Likewise.
        * i386.h (output_ashl): Renamed from output_ashlsi3.
        * i386.c (output_ashl): Likewise; support HImode and QImode operands
        as well.

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

25 years agoDaily bump.
law [Thu, 15 Apr 1999 00:45:02 +0000 (00:45 +0000)]
Daily bump.

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

25 years ago * i386.md (notsi, nothi, xorsi, xorhi, and xorqi patterns): Call
law [Thu, 15 Apr 1999 00:19:03 +0000 (00:19 +0000)]
    * i386.md (notsi, nothi, xorsi, xorhi, and xorqi patterns): Call
        memory_address_displacement_length instead of memory_address_length.
        * i386.c (memory_address_info): Renamed from memory_address_length.
        Accept new argument DISP_LENGTH.  All callers changed.  If DISP_LENGTH,
        then return the displacement length.  Else return length of the
        entire memory address.  Handle MULT case correctly.
        * i386.h (memory_address_info): Update declaration.
        * i386.md (memory_bit_test): Fix paren error.

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

25 years ago * flow.c: (make_edges): Always make edges from a basic block
law [Wed, 14 Apr 1999 20:36:33 +0000 (20:36 +0000)]
    * flow.c: (make_edges): Always make edges from a basic block
        to its exception handlers, even if the block ends with a jump.

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

25 years ago1999-04-14 23:26 -0400 Zack Weinberg <zack@rabi.columbia.edu>
zack [Wed, 14 Apr 1999 20:28:54 +0000 (20:28 +0000)]
1999-04-14 23:26 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
* graph.c (node_data): Return void.  Ignore result of
print_rtl_single.  Change caller to match.
* integrate.c (subst_constants): Initialize op0_mode to an
invalid mode, and abort before use if it's still invalid.
(Can only happen if the RTX_CLASS, RTX_FORMAT tables are corrupted.)
* objc/objc-act.c (get_objc_string_decl,
build_selector_translation_table, generate_protocol_list,
synth_id_with_class_suffix, build_keyword_selector,
build_selector_expr, gen_declarator): Abort when the tree
structure is corrupted.

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

25 years ago * config-lang.in (compilers): Add exeext.
law [Wed, 14 Apr 1999 20:12:19 +0000 (20:12 +0000)]
    * config-lang.in (compilers): Add exeext.
        (stagestuff): Likewise.

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

25 years ago * explow.c (allocate_dynamic_stack_space): Undo last change. Use
law [Wed, 14 Apr 1999 19:43:02 +0000 (19:43 +0000)]
    * explow.c (allocate_dynamic_stack_space): Undo last change.  Use
        convert_memory_address instead.

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

25 years ago * configure.in (alpha interix): Use symbolic names to set
law [Wed, 14 Apr 1999 19:10:47 +0000 (19:10 +0000)]
    * configure.in (alpha interix): Use symbolic names to set
        target_cpu_default.
        * configure: Rebuilt.

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

25 years ago * alpha/lib1funcs.asm: New file.
law [Wed, 14 Apr 1999 18:53:02 +0000 (18:53 +0000)]
    * alpha/lib1funcs.asm: New file.
        * alpha/t-interix(lib1funcs.asm): Add to build.

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

25 years ago * explow.c (allocate_dynamic_stack_space): Correctly convert TARGET
law [Wed, 14 Apr 1999 18:48:53 +0000 (18:48 +0000)]
    * explow.c (allocate_dynamic_stack_space): Correctly convert TARGET
        to Pmode.

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

25 years ago * i386.md (truncxfdf): Output the template supplied
law [Wed, 14 Apr 1999 18:42:20 +0000 (18:42 +0000)]
    * i386.md (truncxfdf): Output the template supplied
        by output_move_double with the correct operands.

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

25 years agoCorrect error message pattern
zack [Wed, 14 Apr 1999 15:50:46 +0000 (15:50 +0000)]
Correct error message pattern

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

25 years agoJohn Wehle (john@feith.com)
rth [Wed, 14 Apr 1999 14:27:38 +0000 (14:27 +0000)]
John Wehle  (john@feith.com)
        * i386.md (extendsfdf, extendsfxf, extenddfxf): Use
        output_float_extend instead specifying '#' as the template.
        * i386.c (output_float_extend): Define.
        * i386.h (output_float_extend): Declare.

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

25 years ago * cp-tree.h (popclass): Change declaration.
mmitchel [Wed, 14 Apr 1999 13:20:19 +0000 (13:20 +0000)]
* cp-tree.h (popclass): Change declaration.
(pop_nested_class): Likewise.
(poplevel_class): Remove declaration.
* call.c (convert_default_argument): Pass no arguments to
popclass.
* class.c (finish_struct_1): Likewise.
(finish_struct): Likewise.
(popclass): Remove argument.  Simplify code accordingly.
(pop_nested_class): Likewise.
* decl.c (poplevel_class): Declare it here, and make it static.
(poplevel): Handle class scopes.
(pop_level_class): Don't take an rgument.  Simplify.
(pop_everything): Pass no arguments to pop_nested_class.
(cp_finish_decl): Pass no arguments to popclass.
(grokdeclarator): Pass no arguments to pop_nested_class.
(finish_function): Likewise.
* decl2.c (grokfield): Likewise.
(pop_scope): Pass no arguments to popclass.
* lex.c (do_pending_defargs): Pass no arguments to pop_nested_class.
* pt.c (instantiate_class_template): Move call to pushclass, and
document.  Pass no arguments to popclass.
(regenerate_decl_from_template): Likewise.

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

25 years agonew
jason [Wed, 14 Apr 1999 12:20:06 +0000 (12:20 +0000)]
new

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

25 years agoremove change bars
jason [Wed, 14 Apr 1999 12:18:50 +0000 (12:18 +0000)]
remove change bars

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

25 years ago * typeck.c (build_unary_op): Handle taking the address of a unique
jason [Wed, 14 Apr 1999 12:16:39 +0000 (12:16 +0000)]
* typeck.c (build_unary_op): Handle taking the address of a unique
bound non-static member function.

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

25 years ago * configure: Rebuilt.
tromey [Wed, 14 Apr 1999 11:24:02 +0000 (11:24 +0000)]
* configure: Rebuilt.
* configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
incorrect patch of 199-04-09.

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

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