platform/upstream/gcc.git
25 years agoDuh. INTVAL only wants the rtx, not an operand #.
Jeff Law [Mon, 12 Jul 1999 20:20:10 +0000 (14:20 -0600)]
Duh.  INTVAL only wants the rtx, not an operand #.

From-SVN: r28072

25 years ago* Makefile.in (NEEDED): Add bcmp, bcopy, bzero.
Jason Merrill [Mon, 12 Jul 1999 18:20:41 +0000 (18:20 +0000)]
* Makefile.in (NEEDED): Add bcmp, bcopy, bzero.

From-SVN: r28071

25 years ago* expr.c (expand_expr): Fix thinko in last change.
Jeff Law [Mon, 12 Jul 1999 17:25:20 +0000 (11:25 -0600)]
* expr.c (expand_expr): Fix thinko in last change.

From-SVN: r28069

25 years agoRemove redundant definition of constant_part that slipped through.
Jeff Law [Mon, 12 Jul 1999 13:35:07 +0000 (07:35 -0600)]
Remove redundant definition of constant_part that slipped through.

From-SVN: r28067

25 years agoexpr.c (expand_expr, [...]): Pass constants through immed_double_const to ensure...
Jeffrey A Law [Mon, 12 Jul 1999 13:30:40 +0000 (13:30 +0000)]
expr.c (expand_expr, [...]): Pass constants through immed_double_const to ensure they are properly truncated...

        * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
        immed_double_const to ensure they are properly truncated then
        sign extended.

From-SVN: r28066

25 years agomprec.h: Protect definition of uint32_t with #ifndef _UINT32_T.
Tom Tromey [Mon, 12 Jul 1999 09:40:07 +0000 (09:40 +0000)]
mprec.h: Protect definition of uint32_t with #ifndef _UINT32_T.

* java/lang/mprec.h: Protect definition of uint32_t with #ifndef
_UINT32_T.

From-SVN: r28065

25 years agothumb.c (thumb_reorg): Call replace_symbols_in_block always unless NO_DEBUG is used.
Vladimir Makarov [Mon, 12 Jul 1999 07:50:05 +0000 (07:50 +0000)]
thumb.c (thumb_reorg): Call replace_symbols_in_block always unless NO_DEBUG is used.

Mon Jul 12 10:40:01 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
* config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
  always unless NO_DEBUG is used.  Compile this code
  unconditionally.
(replace_symbols_in_block): Compile it unconditionally.

From-SVN: r28063

25 years agoDaily bump.
Jeff Law [Mon, 12 Jul 1999 00:45:12 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r28060

25 years agoOpps. -Di386 slipped through. Convert to -D__i386__.
Jeff Law [Sun, 11 Jul 1999 11:35:43 +0000 (05:35 -0600)]
Opps.  -Di386 slipped through.  Convert to -D__i386__.

From-SVN: r28058

25 years agoconfigure.in (i?86-*-elf*): New target.
Jeffrey A Law [Sun, 11 Jul 1999 11:33:32 +0000 (11:33 +0000)]
configure.in (i?86-*-elf*): New target.

        * configure.in (i?86-*-elf*): New target.
        * configure: Rebuilt.
        * i386/i386elf.h, i386/t-i386elf: New files.

From-SVN: r28057

25 years agoDaily bump.
Jeff Law [Sun, 11 Jul 1999 00:46:16 +0000 (18:46 -0600)]
Daily bump.

From-SVN: r28055

25 years agoPOTFILES.in: Track files recently added/deleted.
Manfred Hollstein [Sat, 10 Jul 1999 07:39:14 +0000 (07:39 +0000)]
POTFILES.in: Track files recently added/deleted.

H
* POTFILES.in: Track files recently added/deleted.

From-SVN: r28053

25 years agoPOTFILES.in: Track files recently added/deleted.
Manfred Hollstein [Sat, 10 Jul 1999 07:39:12 +0000 (07:39 +0000)]
POTFILES.in: Track files recently added/deleted.


* POTFILES.in: Track files recently added/deleted.

From-SVN: r28052

25 years agoDaily bump.
Jeff Law [Sat, 10 Jul 1999 00:45:42 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r28051

25 years agotoplev.c (main): Don't complain about saying -gdwarf.
Jason Merrill [Fri, 9 Jul 1999 22:48:57 +0000 (22:48 +0000)]
toplev.c (main): Don't complain about saying -gdwarf.

* toplev.c (main): Don't complain about saying -gdwarf.
(rest_of_compilation): Remove redundant code.

From-SVN: r28049

25 years agoFix -g -O3 -funroll-all-loops irix6 bootstrap failure reported by Kaveh Ghazi.
Jim Wilson [Fri, 9 Jul 1999 19:12:30 +0000 (19:12 +0000)]
Fix -g -O3 -funroll-all-loops irix6 bootstrap failure reported by Kaveh Ghazi.

* unroll.c (unroll_loops): Don't delete named CODE_LABELs.

From-SVN: r28048

25 years agoPatch for i960 build failure with unsubmitted live-range-splitting patches.
Felix Lee [Fri, 9 Jul 1999 18:57:11 +0000 (18:57 +0000)]
Patch for i960 build failure with unsubmitted live-range-splitting patches.

* config/i960/i960.c (ret_label): Change asm label from "LR:" to
"Li960R:", to avoid name clash.

From-SVN: r28047

25 years agocp-tree.h (struct lang_decl): Added field for storing sorted FIELD_DECLs (used in...
Michael Tiemann [Fri, 9 Jul 1999 16:15:04 +0000 (16:15 +0000)]
cp-tree.h (struct lang_decl): Added field for storing sorted FIELD_DECLs (used in TYPE_DECLs).

* cp-tree.h (struct lang_decl): Added field for storing sorted
FIELD_DECLs (used in TYPE_DECLs).
(DECL_PENDING_INLINE_INFO): Adjusted to use 'u' union.
(DECL_SORTED_FIELDS): New macro.
* class.c (method_name_cmp): New function.
(finish_struct_methods): Modified to support sorting and searching
methods.
(finish_struct_anon): Changed code in inner loop to use ELT rather
than UELT (which required an extra indirection for every reference).
(field_decl_cmp): New function to support sorting FIELD_DECLs.
(finish_struct_1): Sort fields.
* search.c (lookup_field_1): Use DECL_SORTED_FIELDS if we have them.
(lookup_fnfields_1): Search sorted methods in METHOD_VEC.
Also, switch to using array indexing rather than a changing pointer.
* ptree.c (print_lang_decl): Handle TYPE_DECLs that have
DECL_SORTED_FIELDS.

Co-Authored-By: Jason Merrill <jason@yorick.cygnus.com>
From-SVN: r28046

25 years agodecl2.c (reparse_absdcl_as_casts): Don't warn about old-style casts in system headers...
Jason Merrill [Fri, 9 Jul 1999 12:44:37 +0000 (08:44 -0400)]
decl2.c (reparse_absdcl_as_casts): Don't warn about old-style casts in system headers or extern "C" blocks.

* decl2.c (reparse_absdcl_as_casts): Don't warn about old-style
casts in system headers or extern "C" blocks.
* decl2.c (write_virtuals): Deleted declaration.
* cp-tree.h (write_virtuals): Deleted extern declaration.
* class.c (finish_struct_1): Removed #if 0'd code that mentions
write_virtuals.
* semantics.c (begin_class_definition): Rewrite code to not depend
on write_virtuals.
* lex.c (cp_pragma_interface): New function.
(cp_pragma_implementation): Likewise.
(handle_cp_pragma): Call them.

From-SVN: r28045

25 years agopt.c (do_decl_instantiation): Downgrade duplicate instantiation errors to pedwarn.
Jason Merrill [Fri, 9 Jul 1999 11:05:23 +0000 (07:05 -0400)]
pt.c (do_decl_instantiation): Downgrade duplicate instantiation errors to pedwarn.

* pt.c (do_decl_instantiation): Downgrade duplicate instantiation
errors to pedwarn.
* typeck.c (comptypes): Simplify C code in look_hard.
* xref.c (PALLOC): Use xcalloc, not calloc.
(SALLOC): Use xmalloc, not malloc.
* rtti.c (synthesize_tinfo_fn): Add missing call to pop_momentary.
* search.c (note_debug_info_needed): Don't search if WRITE_SYMBOLS
is NO_DEBUG.
* decl.c (duplicate_decls): If a redeclaration doesn't match the
initial declaration, then don't save the inline info and by all
means don't mark the function as a builtin function.
* decl.c (lookup_name_real): Set NONCLASS to 1 if
CURRENT_CLASS_TYPE is 0.
* class.c (duplicate_tag_error): Set TYPE_NONCOPIED_PARTS to
NULL_TREE.

From-SVN: r28044

25 years agoloop.c (check_dbra_loop): When reversing a loop...
Bernd Schmidt [Fri, 9 Jul 1999 03:34:26 +0000 (03:34 +0000)]
loop.c (check_dbra_loop): When reversing a loop...

* loop.c (check_dbra_loop): When reversing a loop, delete all
REG_EQUAL notes referencing the reversed biv except those which are
for a giv based on it.

From-SVN: r28043

25 years agoversion.c: Drop "gcc-" prefix from version #.
Jeffrey A Law [Fri, 9 Jul 1999 02:53:41 +0000 (02:53 +0000)]
version.c: Drop "gcc-" prefix from version #.


        * version.c: Drop "gcc-" prefix from version #.

From-SVN: r28042

25 years agoDaily bump.
Jeff Law [Fri, 9 Jul 1999 02:47:31 +0000 (20:47 -0600)]
Daily bump.

From-SVN: r28039

25 years agoDaily bump.
Jeff Law [Fri, 9 Jul 1999 00:45:33 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r28038

25 years agoMakefile.in (VERSION): Bump to 2.10.0.
Jeffrey A Law [Fri, 9 Jul 1999 00:21:26 +0000 (00:21 +0000)]
Makefile.in (VERSION): Bump to 2.10.0.


        * Makefile.in (VERSION): Bump to 2.10.0.

From-SVN: r28036

25 years agodwarf2out.c (dwarf2out_line): Emit a line number comment after the label if we're...
Jason Merrill [Thu, 8 Jul 1999 18:08:48 +0000 (18:08 +0000)]
dwarf2out.c (dwarf2out_line): Emit a line number comment after the label if we're being verbose.

* dwarf2out.c (dwarf2out_line): Emit a line number comment after
the label if we're being verbose.

From-SVN: r28027

25 years agoFix typo.
Catherine Moore [Thu, 8 Jul 1999 17:10:58 +0000 (17:10 +0000)]
Fix typo.

From-SVN: r28026

25 years agodbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler directives in column zero.
Jeffrey A Law [Thu, 8 Jul 1999 13:52:20 +0000 (13:52 +0000)]
dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler directives in column zero.

        * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
        directives in column zero.

From-SVN: r28025

25 years agoelf.h (ASM_FILE_START): Define.
Jeffrey A Law [Thu, 8 Jul 1999 13:45:12 +0000 (13:45 +0000)]
elf.h (ASM_FILE_START): Define.

        * pa/elf.h (ASM_FILE_START): Define.
        * pa/som.h (ASM_FILE_START): Include .level directives.
        * pa/hpux10.h (ASM_FILE_START): Delete.
        * pa/hpux11.h (ASM_FILE_START): Delete.

From-SVN: r28024

25 years agom68k.c (output_function_prologue): Add pic register to mask if live and flag_pic.
Richard Henderson [Thu, 8 Jul 1999 13:21:01 +0000 (07:21 -0600)]
m68k.c (output_function_prologue): Add pic register to mask if live and flag_pic.


        * m68k.c (output_function_prologue): Add pic register to mask
        if live and flag_pic.
        (output_function_epilogue): Likewise.

From-SVN: r28023

25 years agom68k.c (output_function_prologue): Add pic register to mask if live and flag_pic.
Richard Henderson [Thu, 8 Jul 1999 13:20:58 +0000 (07:20 -0600)]
m68k.c (output_function_prologue): Add pic register to mask if live and flag_pic.


        * m68k.c (output_function_prologue): Add pic register to mask
        if live and flag_pic.
        (output_function_epilogue): Likewise.

From-SVN: r28022

25 years agoupdate derived files
Craig Burley [Thu, 8 Jul 1999 12:54:14 +0000 (08:54 -0400)]
update derived files

From-SVN: r28019

25 years ago* news.texi: Describe DATE intrinsic fix.
Craig Burley [Thu, 8 Jul 1999 12:52:51 +0000 (12:52 +0000)]
* news.texi: Describe DATE intrinsic fix.

From-SVN: r28018

25 years agoRestore NAMELIST bug-fix info for 2.95, per branch copy
Craig Burley [Thu, 8 Jul 1999 12:47:57 +0000 (08:47 -0400)]
Restore NAMELIST bug-fix info for 2.95, per branch copy

From-SVN: r28016

25 years agodate_.c (G77_date_y2kbug_0): G77_time_0 returns longint...
Craig Burley [Thu, 8 Jul 1999 12:33:14 +0000 (12:33 +0000)]
date_.c (G77_date_y2kbug_0): G77_time_0 returns longint...

        * libU77/date_.c (G77_date_y2kbug_0): G77_time_0 returns
        longint, not integer, and G77_ctime_0 takes longint, not
        integer, argument.
        * libU77/Version.c: Bump version.

From-SVN: r28013

25 years agoelf.h (BSS_SECTION_ASM_OP): Use .section .bss.
Jeff Law [Thu, 8 Jul 1999 11:57:41 +0000 (05:57 -0600)]
elf.h (BSS_SECTION_ASM_OP): Use .section .bss.

(
        * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.

From-SVN: r28010

25 years agoelf.h (BSS_SECTION_ASM_OP): Use .section .bss.
Jeff Law [Thu, 8 Jul 1999 11:57:36 +0000 (05:57 -0600)]
elf.h (BSS_SECTION_ASM_OP): Use .section .bss.


        * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.

From-SVN: r28009

25 years agoreload1.c (choose_reload_regs): Never call remove_adress_replacements when reload_out...
J"orn Rennecke [Thu, 8 Jul 1999 10:07:30 +0000 (10:07 +0000)]
reload1.c (choose_reload_regs): Never call remove_adress_replacements when reload_out equals reload_in.

* reload1.c (choose_reload_regs): Never call remove_adress_replacements
when reload_out equals reload_in.

From-SVN: r28008

25 years agoAdd node describing spec files.
Nick Clifton [Thu, 8 Jul 1999 08:52:32 +0000 (08:52 +0000)]
Add node describing spec files.

From-SVN: r28005

25 years agoFix @end table
Craig Burley [Thu, 8 Jul 1999 08:39:23 +0000 (08:39 +0000)]
Fix @end table

From-SVN: r28004

25 years agotweak
Jason Merrill [Thu, 8 Jul 1999 02:43:10 +0000 (22:43 -0400)]
tweak

From-SVN: r28003

25 years agoFix typo introduced in previous delta.
Nick Clifton [Thu, 8 Jul 1999 01:23:07 +0000 (01:23 +0000)]
Fix typo introduced in previous delta.

From-SVN: r28002

25 years agoDaily bump.
Jeff Law [Thu, 8 Jul 1999 00:45:03 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r28000

25 years agoMakefile.in (needed-list): Only include stuff we actually need for libstdc++.
Jason Merrill [Wed, 7 Jul 1999 15:22:55 +0000 (15:22 +0000)]
Makefile.in (needed-list): Only include stuff we actually need for libstdc++.

* Makefile.in (needed-list): Only include stuff we actually need
for libstdc++.

From-SVN: r27999

25 years ago[multiple changes]
Alexandre Petit-Bianco [Wed, 7 Jul 1999 13:11:03 +0000 (13:11 +0000)]
[multiple changes]

Sat Jul  3 22:26:32 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* expr.c (force_evaluation_order): Save the COMPOUND_EXPR'ed
  CALL_EXPR, to avoid order of evaluation changes.
Fri Jul  2 17:44:08 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (qualify_ambiguous_name): Do not use
  IDENTIFIER_LOCAL_VALUE when name is a STRING_CST.
Thu Jul  1 23:31:16 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* check-init.c (check_init): Handle MAX_EXPR.
* expr.c (force_evaluation_order): Force method call arguments to
  be evaluated in left-to-right order.
* parse.y (qualify_ambiguous_name): Loop again to qualify
  NEW_ARRAY_EXPR properly.
Wed Jun 30 17:27:58 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (patch_invoke): Resolve unresolved invoked method
  returned type.
(qualify_ambiguous_name): STRING_CST to qualify expression for
  type name resolution.

From-SVN: r27998

25 years agoi386-signal.h (MAKE_THROW_FRAME): Advance EIP by two bytes to make it point after...
Andrew Haley [Wed, 7 Jul 1999 09:50:46 +0000 (09:50 +0000)]
i386-signal.h (MAKE_THROW_FRAME): Advance EIP by two bytes to make it point after the instruction where the trap...

1999-07-07  Andrew Haley  <aph@cygnus.com>
        * include/i386-signal.h (MAKE_THROW_FRAME): Advance EIP by two
bytes to make it point after the instruction where the trap
occurred.
(HANDLE_DIVIDE_OVERFLOW): Ditto.

From-SVN: r27994

25 years agomauve-libgcj: Explicitly enable formerly disabled java.text tests.
Tom Tromey [Wed, 7 Jul 1999 09:30:46 +0000 (09:30 +0000)]
mauve-libgcj: Explicitly enable formerly disabled java.text tests.

* mauve-libgcj: Explicitly enable formerly disabled java.text
tests.

From-SVN: r27992

25 years agomauve-libgcj: Turn off ClassTest test.
Tom Tromey [Wed, 7 Jul 1999 09:12:30 +0000 (09:12 +0000)]
mauve-libgcj: Turn off ClassTest test.

* mauve-libgcj: Turn off ClassTest test.  Enable java.text tests
again.

From-SVN: r27990

25 years agoi386-signal.h (MAKE_THROW_FRAME): Advance EIP by two bytes to make it point after...
Andrew Haley [Wed, 7 Jul 1999 09:09:39 +0000 (09:09 +0000)]
i386-signal.h (MAKE_THROW_FRAME): Advance EIP by two bytes to make it point after the instruction where the trap...

1999-07-07  Andrew Haley  <aph@cygnus.com>
        * include/i386-signal.h (MAKE_THROW_FRAME): Advance EIP by two
bytes to make it point after the instruction where the trap
occurred.
(HANDLE_DIVIDE_OVERFLOW): Ditto.

From-SVN: r27989

25 years agoreload1.c (gen_reload): When synthesizing a 3 operand add sequence...
Franz Sirl [Wed, 7 Jul 1999 01:04:41 +0000 (01:04 +0000)]
reload1.c (gen_reload): When synthesizing a 3 operand add sequence...


        * reload1.c (gen_reload): When synthesizing a 3 operand add
        sequence, improve test for when to reload OP1 into the reload
        register instead of OP0.

From-SVN: r27987

25 years agoDaily bump.
Jeff Law [Wed, 7 Jul 1999 00:45:03 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r27985

25 years agounroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
Jim Wilson [Wed, 7 Jul 1999 00:41:18 +0000 (18:41 -0600)]
unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.

8
        * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.

From-SVN: r27984

25 years agounroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
Jim Wilson [Wed, 7 Jul 1999 00:41:14 +0000 (18:41 -0600)]
unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.


        * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.

From-SVN: r27983

25 years ago* decl2.c (mark_vtable_entries): Fix check for rtti offset.
Alexandre Oliva [Wed, 7 Jul 1999 00:32:23 +0000 (00:32 +0000)]
* decl2.c (mark_vtable_entries): Fix check for rtti offset.

From-SVN: r27978

25 years agodguxbcs.h (CPP_SPEC): Add missing \ in multi-line string literal.
Manfred Hollstein [Wed, 7 Jul 1999 00:24:06 +0000 (18:24 -0600)]
dguxbcs.h (CPP_SPEC): Add missing \ in multi-line string literal.

H
        * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
        string literal.

From-SVN: r27977

25 years agodguxbcs.h (CPP_SPEC): Add missing \ in multi-line string literal.
Manfred Hollstein [Wed, 7 Jul 1999 00:23:58 +0000 (18:23 -0600)]
dguxbcs.h (CPP_SPEC): Add missing \ in multi-line string literal.


        * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
        string literal.

From-SVN: r27976

25 years agovarargs.h (__builtin_va_alist_t): New typedef.
Richard Henderson [Wed, 7 Jul 1999 00:18:05 +0000 (18:18 -0600)]
varargs.h (__builtin_va_alist_t): New typedef.

X
        * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
        (va_dcl): Use __builtin_va_alist_t.

From-SVN: r27971

25 years agovarargs.h (__builtin_va_alist_t): New typedef.
Richard Henderson [Wed, 7 Jul 1999 00:18:02 +0000 (18:18 -0600)]
varargs.h (__builtin_va_alist_t): New typedef.


        * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
        (va_dcl): Use __builtin_va_alist_t.

From-SVN: r27970

25 years agodwarf2out.c (gen_struct_or_union_type_die): Only remember types on the permanent_obstack.
Jason Merrill [Wed, 7 Jul 1999 00:16:01 +0000 (18:16 -0600)]
dwarf2out.c (gen_struct_or_union_type_die): Only remember types on the permanent_obstack.

p
* dwarf2out.c (gen_struct_or_union_type_die): Only remember types
on the permanent_obstack.
* dwarfout.c (output_type): Likewise.

From-SVN: r27969

25 years agodwarf2out.c (gen_struct_or_union_type_die): Only remember types on the permanent_obstack.
Jason Merrill [Wed, 7 Jul 1999 00:15:52 +0000 (18:15 -0600)]
dwarf2out.c (gen_struct_or_union_type_die): Only remember types on the permanent_obstack.


* dwarf2out.c (gen_struct_or_union_type_die): Only remember types
on the permanent_obstack.
* dwarfout.c (output_type): Likewise.

From-SVN: r27968

25 years ago* libjava.lang/Final.xfail: Output fails, not exec.
Tom Tromey [Tue, 6 Jul 1999 16:18:41 +0000 (16:18 +0000)]
* libjava.lang/Final.xfail: Output fails, not exec.

From-SVN: r27965

25 years agoFinal.xfail: New file.
Tom Tromey [Tue, 6 Jul 1999 15:38:09 +0000 (15:38 +0000)]
Final.xfail: New file.

* libjava.lang/Final.xfail: New file.
* libjava.compile/Case.xfail: New file.
* libjava.compile/Where.xfail: New file.
* libjava.compile/test.exp: Look for `.xfail' files.
* libjava.lang/test.exp: Don't look for `.arg' files.
Do look for `.xfail' files.
* lib/libjava.exp (test_libjava_from_source): Changed meaning of
`exec_args' argument.  Handle `xfail-*' arguments.
(test_libjava_from_javac): Likewise.
(test_libjava): Likewise.
(libjava_read_xfail): New proc.

From-SVN: r27957

25 years agoFor gcc:
Gavin Romig-Koch [Tue, 6 Jul 1999 12:34:50 +0000 (12:34 +0000)]
For gcc:

* c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
Merged from c-typeck.c and cp/typeck.c.
* c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
Merged into c-common.
For gcc/cp:
* typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
Merged into c-common.

From-SVN: r27956

25 years agolex.c (errorcount): Declare it.
Dave Brolley [Tue, 6 Jul 1999 10:08:25 +0000 (10:08 +0000)]
lex.c (errorcount): Declare it.

1999-07-05  Dave Brolley  <brolley@cygnus.com>
* lex.c (errorcount): Declare it.
(finish_parse): Update errorcount for when using CPPLIB.

From-SVN: r27955

25 years agoc-lex.c (errorcount): Declare it.
Dave Brolley [Tue, 6 Jul 1999 10:07:41 +0000 (10:07 +0000)]
c-lex.c (errorcount): Declare it.

Tue Jul  6 13:06:01 1999  Dave Brolley  <brolley@cygnus.com>
* c-lex.c (errorcount): Declare it.
(finish_parse): Update errorcount when using CPPLIB.

From-SVN: r27954

25 years agoDouble the backslash so sed gets a chance to see it.
Bruce Korb [Tue, 6 Jul 1999 07:13:44 +0000 (07:13 +0000)]
Double the backslash so sed gets a chance to see it.

From-SVN: r27953

25 years agoDouble the backslash so sed gets a chance to see it.
Bruce Korb [Tue, 6 Jul 1999 07:06:51 +0000 (07:06 +0000)]
Double the backslash so sed gets a chance to see it.

From-SVN: r27952

25 years agoDaily bump.
Jeff Law [Tue, 6 Jul 1999 00:45:02 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r27950

25 years agoFinal.java: Added.
Bryce McKinlay [Mon, 5 Jul 1999 19:54:41 +0000 (19:54 +0000)]
Final.java: Added.

1999-07-05  Bryce McKinlay  <bryce@albatross.co.nz>
        * libjava.lang/Final.java: Added.
        * libjava.lang/Final.out: Added.

From-SVN: r27949

25 years agocp-tree.h (IS_AGGR_TYPE): Include instantiated template template parameters.
Mark Mitchell [Mon, 5 Jul 1999 14:04:46 +0000 (14:04 +0000)]
cp-tree.h (IS_AGGR_TYPE): Include instantiated template template parameters.

* cp-tree.h (IS_AGGR_TYPE): Include instantiated template template
parameters.
(IMPLICIT_TYPENAME_TYPE_DECL_P): New macro.
* decl.c (push_class_binding): Use it.
(lookup_name_real): Likewise.

From-SVN: r27948

25 years agoURL.java (equals): Compare strings using String.equals.
Anthony Green [Mon, 5 Jul 1999 13:35:21 +0000 (13:35 +0000)]
URL.java (equals): Compare strings using String.equals.

* java/net/URL.java (equals): Compare strings using String.equals.
* java/net/URL.java (sameFile): Ditto.

From-SVN: r27947

25 years agoegcs_update (touch_files, [...]): New functions.
Gerald Pfeifer [Mon, 5 Jul 1999 10:22:15 +0000 (12:22 +0200)]
egcs_update (touch_files, [...]): New functions.

        * egcs_update (touch_files, apply_patch): New functions.
        Use them.  New command-line option --patch.  Split test of local
        tree into two parts.  Add comments.

Co-Authored-By: Jerry Quinn <jquinn@nortelnetworks.com>
From-SVN: r27946

25 years ago* typename1.C, typename2.C: New tests.
Alexandre Oliva [Mon, 5 Jul 1999 09:36:05 +0000 (09:36 +0000)]
* typename1.C, typename2.C: New tests.

From-SVN: r27945

25 years agoAdd preliminary support for arm v5 architectures.
Nick Clifton [Mon, 5 Jul 1999 08:44:36 +0000 (08:44 +0000)]
Add preliminary support for arm v5 architectures.

From-SVN: r27944

25 years agoegcs/MAINTAINERS:
Manfred Hollstein [Mon, 5 Jul 1999 01:33:41 +0000 (01:33 +0000)]
egcs/MAINTAINERS:

* Update my email address.
gcc/testsuite/ChangeLog:
1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
* gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
* gcc.dg/990703-1.c: New test.

From-SVN: r27943

25 years agoDaily bump.
Jeff Law [Mon, 5 Jul 1999 00:45:32 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r27942

25 years ago* g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
Alexandre Oliva [Sun, 4 Jul 1999 22:16:22 +0000 (22:16 +0000)]
* g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.

From-SVN: r27940

25 years ago* template3.C: Fixed.
Alexandre Oliva [Sun, 4 Jul 1999 21:53:55 +0000 (21:53 +0000)]
* template3.C: Fixed.

From-SVN: r27939

25 years ago* ns3.C: New test.
Alexandre Oliva [Sun, 4 Jul 1999 21:13:17 +0000 (21:13 +0000)]
* ns3.C: New test.

From-SVN: r27938

25 years agoNew test; for odd case of token pasting
Zack Weinberg [Sun, 4 Jul 1999 16:28:56 +0000 (16:28 +0000)]
New test; for odd case of token pasting

From-SVN: r27937

25 years agoDaily bump.
Jeff Law [Sun, 4 Jul 1999 00:46:34 +0000 (18:46 -0600)]
Daily bump.

From-SVN: r27936

25 years ago* ctor1.C: New test.
Alexandre Oliva [Sat, 3 Jul 1999 11:18:17 +0000 (11:18 +0000)]
* ctor1.C: New test.

From-SVN: r27934

25 years ago* template3.C: New test.
Alexandre Oliva [Sat, 3 Jul 1999 11:03:01 +0000 (11:03 +0000)]
* template3.C: New test.

From-SVN: r27933

25 years agotest_summary: If Target is `unix{*}', append the Target variants to Host.
Alexandre Oliva [Sat, 3 Jul 1999 07:50:45 +0000 (07:50 +0000)]
test_summary: If Target is `unix{*}', append the Target variants to Host.

* test_summary: If Target is `unix{*}', append the Target variants
to Host.

From-SVN: r27932

25 years agoDaily bump.
Jeff Law [Sat, 3 Jul 1999 00:45:03 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r27930

25 years agoconfigure: Rebuilt.
Warren Levy [Fri, 2 Jul 1999 18:50:21 +0000 (18:50 +0000)]
configure: Rebuilt.

* configure: Rebuilt.
* configure.in: Added inet_ntoa to AC_CHECK_FUNCS.
* include/config.h.in: Rebuilt.
* java/net/natPlainDatagramSocketImpl.cc: Added header checking.
(mcastGrp): Updated FIXME comments.
(setOption): Fixed typo.
(getOption):Implemented IP_MULTICAST_IF.

From-SVN: r27929

25 years agoFinalize_1.out: Removed.
Tom Tromey [Fri, 2 Jul 1999 15:55:46 +0000 (15:55 +0000)]
Finalize_1.out: Removed.

* libjava.lang/Finalize_1.out: Removed.
* libjava.lang/Finalize_1.java: Removed.

From-SVN: r27927

25 years agoThread_1.out: Updated.
Tom Tromey [Fri, 2 Jul 1999 15:44:11 +0000 (15:44 +0000)]
Thread_1.out: Updated.

* libjava.lang/Thread_1.out: Updated.
* libjava.lang/Thread_1.java: Don't run exit test.

From-SVN: r27925

25 years agoconfigure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
Mark Mitchell [Fri, 2 Jul 1999 15:16:02 +0000 (15:16 +0000)]
configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.

* gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
* gcc/config/mips/t-iris6gld: New file.
* gcc/config/mips/iris6gld.h: Likewise.

From-SVN: r27924

25 years agoFor gcc:
Gavin Romig-Koch [Fri, 2 Jul 1999 10:30:01 +0000 (10:30 +0000)]
For gcc:

* c-decl.c (widest_integer_literal_type_node,
widest_unsigned_literal_type) : New.
(init_decl_processing): Handle/use the two new types.
* c-common.c (type_for_size,type_for_mode) : Same.
* c-lex.c (yylex) : Same.
* c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
Same.
* c-tree.h (widest_integer_literal_type_node,
widest_unsigned_literal_type) : New.
For gcc/cp:
* cp-tree.h (widest_integer_literal_type_node,
widest_unsigned_literal_type) : New.
* decl.c (widest_integer_literal_type_node,
widest_unsigned_literal_type) : New.
(init_decl_processing): Handle/use the two new types.
* lex.c (real_yylex): Same.
* typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
Same.

From-SVN: r27923

25 years agoPlainDatagramSocketImpl.java (ttl): Removed.
Warren Levy [Fri, 2 Jul 1999 04:25:05 +0000 (04:25 +0000)]
PlainDatagramSocketImpl.java (ttl): Removed.

* java/net/PlainDatagramSocketImpl.java (ttl): Removed.
* java/net/natPlainDatagramSocketImpl.cc (setTimeToLive): Implemented.
(getTimeToLive): Implemented.
(setOption): Implemented IP_MULTICAST_IF.

From-SVN: r27922

25 years agodwarfout.c (field_byte_offset): Correctly compute the object's byte offset for the...
Jeffrey A Law [Fri, 2 Jul 1999 02:07:28 +0000 (02:07 +0000)]
dwarfout.c (field_byte_offset): Correctly compute the object's byte offset for the first bit of a field which...

        * dwarfout.c (field_byte_offset): Correctly compute the object's
        byte offset for the first bit of a field which crosses an alignment
        boundary on a !BYTES_BIG_ENDIAN target.

From-SVN: r27921

25 years agoDaily bump.
Jeff Law [Fri, 2 Jul 1999 00:45:06 +0000 (18:45 -0600)]
Daily bump.

From-SVN: r27918

25 years agofixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and ntohs.
Robert Lipe [Fri, 2 Jul 1999 00:39:28 +0000 (18:39 -0600)]
fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and ntohs.

P
        * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
        ntohs.

From-SVN: r27915

25 years agofixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and ntohs.
Robert Lipe [Fri, 2 Jul 1999 00:39:23 +0000 (18:39 -0600)]
fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and ntohs.


        * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
        ntohs.

From-SVN: r27914

25 years agovarargs.h (va_dcl): Use word_mode for type of __builtin_va_list.
Richard Henderson [Fri, 2 Jul 1999 00:23:59 +0000 (17:23 -0700)]
varargs.h (va_dcl): Use word_mode for type of __builtin_va_list.

        * ginclude/varargs.h (va_dcl): Use word_mode for type of
        __builtin_va_list.

Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r27911

25 years agoexcept.c: Include intl.h.
Richard Henderson [Thu, 1 Jul 1999 23:53:00 +0000 (17:53 -0600)]
except.c: Include intl.h.

X
        * except.c: Include intl.h.
        (expand_eh_return): Set current_function_cannot_inline.
        (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
        * function.h (struct function): Add eh_return_stub_label.
        * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
        * Makefile.in (except.o): Depend on intl.h.

From-SVN: r27909

25 years agoexcept.c: Include intl.h.
Richard Henderson [Thu, 1 Jul 1999 23:52:55 +0000 (17:52 -0600)]
except.c: Include intl.h.


        * except.c: Include intl.h.
        (expand_eh_return): Set current_function_cannot_inline.
        (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
        * function.h (struct function): Add eh_return_stub_label.
        * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
        * Makefile.in (except.o): Depend on intl.h.

From-SVN: r27908

25 years agoexcept.c: Include intl.h.
Richard Henderson [Thu, 1 Jul 1999 23:52:51 +0000 (17:52 -0600)]
except.c: Include intl.h.


        * except.c: Include intl.h.
        (expand_eh_return): Set current_function_cannot_inline.
        (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
        * function.h (struct function): Add eh_return_stub_label.
        * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
        * Makefile.in (except.o): Depend on intl.h.

From-SVN: r27907

25 years agons1.C: Typo.
Alexandre Oliva [Thu, 1 Jul 1999 23:48:10 +0000 (23:48 +0000)]
ns1.C: Typo.

* ns1.C: Typo.
* ns2.C: New test.

From-SVN: r27903