platform/upstream/gcc.git
25 years ago* test_summary: Replace egcs with gcc. Update e-mail address.
Alexandre Oliva [Sun, 18 Jul 1999 03:45:48 +0000 (03:45 +0000)]
* test_summary: Replace egcs with gcc.  Update e-mail address.

From-SVN: r28148

25 years agopt.c (determine_specialization): Tighten error-checking.
Mark Mitchell [Sun, 18 Jul 1999 03:28:32 +0000 (03:28 +0000)]
pt.c (determine_specialization): Tighten error-checking.

* pt.c (determine_specialization): Tighten error-checking.
(end_template_parm_list): Likewise.

From-SVN: r28147

25 years agoMakefile.in (stmp-multilib-sub): Make the files extracted from $(LIBGCC1) writable.
Kaveh R. Ghazi [Sun, 18 Jul 1999 01:19:40 +0000 (01:19 +0000)]
Makefile.in (stmp-multilib-sub): Make the files extracted from $(LIBGCC1) writable.

        * Makefile.in (stmp-multilib-sub): Make the files extracted
        from $(LIBGCC1) writable.

From-SVN: r28145

25 years agoupdate derived files
Craig Burley [Sat, 17 Jul 1999 15:52:32 +0000 (11:52 -0400)]
update derived files

From-SVN: r28144

25 years agoroot.texi, [...]: Switchover to GCC terminology.
Craig Burley [Sat, 17 Jul 1999 15:48:39 +0000 (15:48 +0000)]
root.texi, [...]: Switchover to GCC terminology.

Sat Jul 17 11:28:43 1999  Craig Burley  <craig@jcb-sc.com>

* root.texi, g77install.texi: Switchover to GCC terminology.
Also, FSF-G77 had been mistakenly set at some point.

From-SVN: r28143

25 years ago* template6.C, delete1.C, template7.C: New test.
Alexandre Oliva [Sat, 17 Jul 1999 14:26:13 +0000 (14:26 +0000)]
* template6.C, delete1.C, template7.C: New test.

From-SVN: r28140

25 years agoremove spurous blank lines
Nick Clifton [Sat, 17 Jul 1999 13:47:08 +0000 (13:47 +0000)]
remove spurous blank lines

From-SVN: r28139

25 years agoGeneral tidyup of header files.
Nick Clifton [Sat, 17 Jul 1999 13:44:35 +0000 (13:44 +0000)]
General tidyup of header files.

From-SVN: r28138

25 years agoDaily bump.
Jeff Law [Sat, 17 Jul 1999 07:45:11 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r28134

25 years agopa.c (compute_frame_size): Round frame according to STACK_BOUNDARY rather than a...
Jeffrey A Law [Fri, 16 Jul 1999 22:40:39 +0000 (22:40 +0000)]
pa.c (compute_frame_size): Round frame according to STACK_BOUNDARY rather than a hardwired value.

        * pa.c (compute_frame_size): Round frame according to
        STACK_BOUNDARY rather than a hardwired value.

From-SVN: r28132

25 years ago* pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
Jeffrey A Law [Fri, 16 Jul 1999 22:12:33 +0000 (22:12 +0000)]
* pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.

From-SVN: r28131

25 years agoconfigure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead of "1".
Jeffrey A Law [Fri, 16 Jul 1999 21:47:29 +0000 (21:47 +0000)]
configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead of "1".

        * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
        of "1".
        * configure: Rebuilt.

From-SVN: r28130

25 years agoconfigure.in (hppa*-*-linux*): New configuration.
Jeffrey A Law [Fri, 16 Jul 1999 21:39:59 +0000 (21:39 +0000)]
configure.in (hppa*-*-linux*): New configuration.

        * configure.in (hppa*-*-linux*): New configuration.
        * configure: Rebuilt.
        * pa.h (MAX_OFILE_ALIGNMENT): Delete.
        * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
        * pa/pa-linux.h: New file.
        * pa/t-linux: New file.
        * pa/xm-linux.h: New file.

From-SVN: r28129

25 years agopa.c (hppa_legitimize_address): Change references from SImode to either Pmode or...
Jeffrey A Law [Fri, 16 Jul 1999 20:58:13 +0000 (20:58 +0000)]
pa.c (hppa_legitimize_address): Change references from SImode to either Pmode or word_mode as appropriate.

        * pa.c (hppa_legitimize_address): Change references from SImode to
        either Pmode or word_mode as appropriate.
        (emit_move_sequence, store_reg, load_reg): Likewise.
        (set_reg_plus_d, hppa_expand_prologue): Likewise.
        (output_mul_insn): Likewise.
        * pa.h (PROMOTE_MODE): Likewise.
        (INITIALZE_TRAMPOLINE): Likewise.
        (Pmode): Define to word_mode.

From-SVN: r28128

25 years agopa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired value of 4.
Jeffrey A Law [Fri, 16 Jul 1999 20:35:08 +0000 (20:35 +0000)]
pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired value of 4.

        * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
        value of 4.  Allocate 8 bytes for each FP register save.
        (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
        value of 4.
        (hppa_expand_prologue): Likewise.
        * pa.h (PROMOTE_MODE): Likewise.
        (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
        (FUNCTION_ARG_BOUNDARY): Likewise.

From-SVN: r28127

25 years ago* invoke.texi (HPPA Options): Remove -mspace/-mno-space.
Jeffrey A Law [Fri, 16 Jul 1999 20:14:19 +0000 (20:14 +0000)]
* invoke.texi (HPPA Options): Remove -mspace/-mno-space.

From-SVN: r28126

25 years agopa.c (out_of_line_prologue_epilogue): Delete.
Jeffrey A Law [Fri, 16 Jul 1999 20:07:55 +0000 (20:07 +0000)]
pa.c (out_of_line_prologue_epilogue): Delete.

        * pa.c (out_of_line_prologue_epilogue): Delete.
        (override_options): Remove -mspace related code.
        (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
        (compute_frame_size): Only allocate space for register that
        actually need to be saved.
        * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
        (TARGET_SWITCHES): Remove -mspace, -mno-space
        * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
        * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.  Remove -mspace multilib.
        * pa/ee.asm, pa/ee_fp.asm: Delete.

From-SVN: r28125

25 years ago* pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
Jeffrey A Law [Fri, 16 Jul 1999 19:54:32 +0000 (19:54 +0000)]
* pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.

From-SVN: r28124

25 years agosvr4.h (CONST_SECTION_ASM_OP): Do not emit assembler directive in column zero.
Jeffrey A Law [Fri, 16 Jul 1999 19:50:13 +0000 (19:50 +0000)]
svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler directive in column zero.

        * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
        directive in column zero.

From-SVN: r28123

25 years agoDaily bump.
Jeff Law [Fri, 16 Jul 1999 07:45:38 +0000 (01:45 -0600)]
Daily bump.

From-SVN: r28122

25 years agom68k.c (output_function_prologue): Fix computation of save mask when generating PIC...
Jeffrey A Law [Fri, 16 Jul 1999 07:41:49 +0000 (07:41 +0000)]
m68k.c (output_function_prologue): Fix computation of save mask when generating PIC code.

        * m68k.c (output_function_prologue): Fix computation of save mask
        when generating PIC code.

From-SVN: r28119

25 years agostdexcepti.cc (__out_of_range): Use std:: qualifier for names in std.
Markus Gyger [Fri, 16 Jul 1999 07:07:45 +0000 (07:07 +0000)]
stdexcepti.cc (__out_of_range): Use std:: qualifier for names in std.

* stdexcepti.cc (__out_of_range): Use std:: qualifier for names
in std.
(__length_error): Likewise.

From-SVN: r28117

25 years agoFix winsup build failure reported by Chris Faylor.
Jim Wilson [Thu, 15 Jul 1999 15:40:59 +0000 (15:40 +0000)]
Fix winsup build failure reported by Chris Faylor.

* tree.c (build_type_attribute_variant): Move current_obstack restore
after build_qualified_type call.

From-SVN: r28116

25 years agoconfigure.in: Use t-iris6, even with GNU LD.
Mark Mitchell [Thu, 15 Jul 1999 13:59:04 +0000 (13:59 +0000)]
configure.in: Use t-iris6, even with GNU LD.

* configure.in: Use t-iris6, even with GNU LD.
* config/mips/iris6gld.h: Fix typo in linker spec.
* config/mips/t-iris6gld: Remove.

From-SVN: r28115

25 years agors6000.md (insv, extzv): Remove SImode dependence in named patterns.
David Edelsohn [Thu, 15 Jul 1999 12:39:30 +0000 (12:39 +0000)]
rs6000.md (insv, extzv): Remove SImode dependence in named patterns.

* rs6000.md (insv, extzv): Remove SImode dependence in named
patterns.  Explicitly generate DImode RTL if PowerPC64 and
operand is DImode.
(insvdi): Reverse start and size in instruction template.

From-SVN: r28114

25 years agoG19990217_02.no-link: New file.
Tom Tromey [Thu, 15 Jul 1999 09:15:26 +0000 (09:15 +0000)]
G19990217_02.no-link: New file.

* libjava.compile/G19990217_02.no-link: New file.
* libjava.compile/test.exp: Look for `.no-link' file.
* lib/libjava.exp (test_libjava_from_source): Added `no-link'
option.
(test_libjava_from_javac): Likewise.  Also, handle package
information from class name when creating class file name.

From-SVN: r28113

25 years agoexpr.c (expand_expr): Do not return the last statement in a block as the block's...
Andrew Haley [Thu, 15 Jul 1999 05:17:08 +0000 (05:17 +0000)]
expr.c (expand_expr): Do not return the last statement in a block as the block's value.

1999-07-14  Andrew Haley  <aph@cygnus.com>
        * expr.c (expand_expr): Do not return the last statement in a
        block as the block's value.

From-SVN: r28112

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

From-SVN: r28109

25 years agoinvoke.texi: Typo fixes.
Joseph Myers [Wed, 14 Jul 1999 23:27:35 +0000 (17:27 -0600)]
invoke.texi: Typo fixes.


* invoke.texi: Typo fixes.

From-SVN: r28107

25 years agoemit-rtl.c (gen_realpart): Issue an error for cases GCC can not handle at this time...
Jeffrey A Law [Wed, 14 Jul 1999 23:04:45 +0000 (23:04 +0000)]
emit-rtl.c (gen_realpart): Issue an error for cases GCC can not handle at this time instead of silently...

        * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
        handle at this time instead of silently generating incorrect code.
        (gen_imagpart): Likewise.

From-SVN: r28105

25 years agoreload.c (find_reloads): Emit a USE for a pseudo register without a hard register...
Jeff Law [Wed, 14 Jul 1999 22:30:24 +0000 (16:30 -0600)]
reload.c (find_reloads): Emit a USE for a pseudo register without a hard register if...


        * reload.c (find_reloads): Emit a USE for a pseudo register without
        a hard register if we could not create an optional reload for the
        pseudo.

From-SVN: r28103

25 years agoreload.c (find_reloads): Emit a USE for a pseudo register without a hard register...
Jeff Law [Wed, 14 Jul 1999 22:30:21 +0000 (16:30 -0600)]
reload.c (find_reloads): Emit a USE for a pseudo register without a hard register if...


        * reload.c (find_reloads): Emit a USE for a pseudo register without
        a hard register if we could not create an optional reload for the
        pseudo.

From-SVN: r28102

25 years agoargv.c: Include stdlib.h and string.h instead of prototyping directly.
Richard Henderson [Wed, 14 Jul 1999 17:29:38 +0000 (10:29 -0700)]
argv.c: Include stdlib.h and string.h instead of prototyping directly.

        * argv.c: Include stdlib.h and string.h instead of
        prototyping directly.
        * choose-temp.c: Conditionally include string.h.

From-SVN: r28099

25 years agoc-typeck.c (output_init_element, [...]): When advancing constructor_unfilled_fields...
J"orn Rennecke [Wed, 14 Jul 1999 15:47:26 +0000 (15:47 +0000)]
c-typeck.c (output_init_element, [...]): When advancing constructor_unfilled_fields for a RECORD_TYPE...

* c-typeck.c (output_init_element, process_init_element):
When advancing constructor_unfilled_fields for a RECORD_TYPE,
check for nameless bit fields.

From-SVN: r28098

25 years agopt.c (check_default_tmpl_args): Handle friends defined in the class just like member...
Mark Mitchell [Wed, 14 Jul 1999 10:57:21 +0000 (10:57 +0000)]
pt.c (check_default_tmpl_args): Handle friends defined in the class just like member functions defined in the class.

* pt.c (check_default_tmpl_args): Handle friends defined in the
class just like member functions defined in the class.

From-SVN: r28097

25 years agoregclass.c (scan_one_insn): Notice subregs that change the size of their operand.
Richard Henderson [Wed, 14 Jul 1999 01:00:10 +0000 (19:00 -0600)]
regclass.c (scan_one_insn): Notice subregs that change the size of their operand.


        * regclass.c (scan_one_insn): Notice subregs that change the
        size of their operand.
        (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.

From-SVN: r28096

25 years agoregclass.c (scan_one_insn): Notice subregs that change the size of their operand.
Richard Henderson [Wed, 14 Jul 1999 01:00:02 +0000 (19:00 -0600)]
regclass.c (scan_one_insn): Notice subregs that change the size of their operand.


        * regclass.c (scan_one_insn): Notice subregs that change the
        size of their operand.
        (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.

[[Split portion of a mixed commit.]]

From-SVN: r28094.2

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

From-SVN: r28092

25 years agoconfigure.in (alpha*-*-*): Include alpha/t-ieee.
Jeffrey A Law [Wed, 14 Jul 1999 00:43:06 +0000 (00:43 +0000)]
configure.in (alpha*-*-*): Include alpha/t-ieee.

        * configure.in (alpha*-*-*): Include alpha/t-ieee.
        * configure: Rebuilt.
        * alpha/t-ieee: New file.

From-SVN: r28090

25 years agotest.exp: New file.
Tom Tromey [Tue, 13 Jul 1999 16:20:44 +0000 (16:20 +0000)]
test.exp: New file.

* libjava.lang/test.exp: New file.
* libjava.lang/err9.out: New file.
* libjava.lang/err9.java: New file.
* libjava.lang/err8.out: New file.
* libjava.lang/err8.java: New file.
* libjava.lang/err7.out: New file.
* libjava.lang/err7.java: New file.
* libjava.lang/err6.out: New file.
* libjava.lang/err6.java: New file.
* libjava.lang/err5.out: New file.
* libjava.lang/err5.java: New file.
* libjava.lang/err4.out: New file.
* libjava.lang/err4.java: New file.
* libjava.lang/err3.out: New file.
* libjava.lang/err3.java: New file.
* libjava.lang/err2.out: New file.
* libjava.lang/err2.java: New file.
* libjava.lang/err13.out: New file.
* libjava.lang/err13.java: New file.
* libjava.lang/err12.out: New file.
* libjava.lang/err12.java: New file.
* libjava.lang/err11.out: New file.
* libjava.lang/err11.java: New file.
* libjava.lang/err10.out: New file.
* libjava.lang/err10.java: New file.
* libjava.lang/err1.out: New file.
* libjava.lang/err1.java: New file.
* libjava.lang/N19990310_5.out: New file.
* libjava.lang/N19990310_5.java: New file.
* libjava.lang/N19990310_4.out: New file.
* libjava.lang/N19990310_4.java: New file.
* libjava.lang/N19990310_3.out: New file.
* libjava.lang/N19990310_3.java: New file.
* libjava.lang/N19990310_02.out: New file.
* libjava.lang/N19990310_02.java: New file.
* libjava.lang/G19990303_02.out: New file.
* libjava.lang/G19990303_02.java: New file.
* libjava.lang/G19990303_01.out: New file.
* libjava.lang/G19990303_01.java: New file.
* libjava.lang/G19990302_02.out: New file.
* libjava.lang/G19990302_02.java: New file.
* libjava.lang/G19990301_01.out: New file.
* libjava.lang/G19990301_01.java: New file.
* libjava.compile/N19990317.java: New file.
* libjava.compile/N19990310_01.java: New file.
* libjava.compile/G19990225_01.java: New file.
* libjava.compile/G19990217_02.java: New file.
* libjava.compile/G19990217_01.java: New file.
* libjava.compile/G19990210_3.java: New file.
* libjava.compile/G19990210_2.java: New file.
* libjava.compile/G19990210_1.java: New file.

From-SVN: r28087

25 years ago* template5.C: New test.
Alexandre Oliva [Tue, 13 Jul 1999 10:53:00 +0000 (10:53 +0000)]
* template5.C: New test.

From-SVN: r28086

25 years ago* template4.C: New test.
Alexandre Oliva [Tue, 13 Jul 1999 10:39:58 +0000 (10:39 +0000)]
* template4.C: New test.

From-SVN: r28085

25 years agors6000.c (find_addr_reg): Do not select r0 as an address register.
Jeffrey A Law [Tue, 13 Jul 1999 09:48:04 +0000 (09:48 +0000)]
rs6000.c (find_addr_reg): Do not select r0 as an address register.

        * rs6000.c (find_addr_reg): Do not select r0 as an address
        register.

From-SVN: r28084

25 years ago* expr1.C: New test.
Alexandre Oliva [Tue, 13 Jul 1999 02:42:39 +0000 (02:42 +0000)]
* expr1.C: New test.

From-SVN: r28082

25 years ago* partspec1.C: New test.
Alexandre Oliva [Tue, 13 Jul 1999 02:37:16 +0000 (02:37 +0000)]
* partspec1.C: New test.

From-SVN: r28081

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

From-SVN: r28079

25 years agox-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
Philippe De Muyter [Mon, 12 Jul 1999 23:49:33 +0000 (17:49 -0600)]
x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.


        * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.

From-SVN: r28078

25 years agox-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
Philippe De Muyter [Mon, 12 Jul 1999 23:49:28 +0000 (17:49 -0600)]
x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.

8
        * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.

[[Split portion of a mixed commit.]]

From-SVN: r28077.2

25 years ago* rs6000.md (movsf): Do not force easy FP constants into memory.
Jeffrey A Law [Mon, 12 Jul 1999 22:44:28 +0000 (22:44 +0000)]
* rs6000.md (movsf): Do not force easy FP constants into memory.

From-SVN: r28075

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