platform/upstream/gcc.git
25 years agoBump for snapshot
Jeffrey A Law [Sun, 21 Mar 1999 01:15:08 +0000 (18:15 -0700)]
Bump for snapshot

From-SVN: r25876

25 years agoDaily bump.
Jeff Law [Sun, 21 Mar 1999 00:45:03 +0000 (17:45 -0700)]
Daily bump.

From-SVN: r25875

25 years ago* sparc.h (TARGET_SWITCHES): Add null description to default case.
Kaveh R. Ghazi [Sat, 20 Mar 1999 19:31:37 +0000 (19:31 +0000)]
* sparc.h (TARGET_SWITCHES): Add null description to default case.

From-SVN: r25872

25 years agoWarning fixes:
Kaveh R. Ghazi [Sat, 20 Mar 1999 19:21:31 +0000 (19:21 +0000)]
Warning fixes:

        * c-lex.c (yylex): Remove unused variable `bytes'.
        * flow.c (print_rtl_with_bb): Cast the return value of alloca.
        * function.c (assign_parms): Wrap variable `varargs_setup' in
        macro SETUP_INCOMING_VARARGS.
        (thread_prologue_and_epilogue_insns): Mark parameter `f' with
        ATTRIBUTE_UNUSED.
        * local-alloc.c (no_equiv): Likewise for parameter `store'.
        * sched.c (schedule_insns): Remove unused variables `insn' and `next'.
        * tlink.c (symbol_hash_newfunc, symbol_hash_lookup,
        file_hash_newfunc, file_hash_lookup, demangled_hash_newfunc,
        demangled_hash_lookup, symbol_push, symbol_pop, file_push,
        file_pop, tlink_init, tlink_execute, frob_extension,
        obstack_fgets, tfgets, pfgets, freadsym, read_repo_file,
        maybe_tweak, recompile_files, read_repo_files,
        demangle_new_symbols, scan_linker_output): Add static prototype.
        (symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc):
        Make the third argument a `hash_table_key'.
        * toplev.c (debug_start_source_file): Mark parameter `filename'
        with ATTRIBUTE_UNUSED.

From-SVN: r25871

25 years agotm.texi (Varargs): Don't split argument of @item across lines.
Andreas Schwab [Sat, 20 Mar 1999 17:30:06 +0000 (17:30 +0000)]
tm.texi (Varargs): Don't split argument of @item across lines.

* tm.texi (Varargs): Don't split argument of @item across lines.
* invoke.texi: Fix use of @item vs @itemx.

From-SVN: r25870

25 years agoc4x.h (TARGET_SWITCHES): Add null description to default case.
Michael Hayes [Sat, 20 Mar 1999 14:01:57 +0000 (14:01 +0000)]
c4x.h (TARGET_SWITCHES): Add null description to default case.

* config/c4x/c4x.h (TARGET_SWITCHES): Add null description to
default case.

From-SVN: r25869

25 years ago* loop.c (check_dbra_loop): Fix debug message.
Michael Hayes [Sat, 20 Mar 1999 02:35:35 +0000 (02:35 +0000)]
* loop.c (check_dbra_loop): Fix debug message.

From-SVN: r25868

25 years agoDaily bump.
Jeff Law [Sat, 20 Mar 1999 00:45:04 +0000 (17:45 -0700)]
Daily bump.

From-SVN: r25867

25 years agoc4x.md (decrement_and_branch_on_count): Emit rptb_end pattern instead of decrement_an...
Michael Hayes [Fri, 19 Mar 1999 18:57:43 +0000 (18:57 +0000)]
c4x.md (decrement_and_branch_on_count): Emit rptb_end pattern instead of decrement_and_branch_until_zero pattern.

* config/c4x/c4x.md (decrement_and_branch_on_count): Emit rptb_end
pattern instead of decrement_and_branch_until_zero pattern.

From-SVN: r25866

25 years agoc4x.h (TARGET_SWITCHES): Add documentation.
Michael Hayes [Fri, 19 Mar 1999 14:45:58 +0000 (14:45 +0000)]
c4x.h (TARGET_SWITCHES): Add documentation.

* config/c4x/c4x.h (TARGET_SWITCHES): Add documentation.
* config/c4x/c4x.h (TARGET_OPTIONS): Add documentation.

From-SVN: r25865

25 years ago* expr.c (expand_expr): Handle ERROR_MARK much earlier.
Martin v. Löwis [Fri, 19 Mar 1999 14:26:50 +0000 (14:26 +0000)]
* expr.c (expand_expr): Handle ERROR_MARK much earlier.

From-SVN: r25864

25 years agoparse.y (find_applicable_accessible_methods_list): Extend the search to superinterfac...
Alexandre Petit-Bianco [Fri, 19 Mar 1999 13:15:44 +0000 (05:15 -0800)]
parse.y (find_applicable_accessible_methods_list): Extend the search to superinterfaces when relevant.

1999-03-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (find_applicable_accessible_methods_list): Extend the
search to superinterfaces when relevant.
(search_applicable_methods_list): New function.
(Previous check didn't have the right path in the `#line' directives.)

From-SVN: r25863

25 years agoparse.y (find_applicable_accessible_methods_list): Extend the search to superinterfac...
Alexandre Petit-Bianco [Fri, 19 Mar 1999 13:08:32 +0000 (05:08 -0800)]
parse.y (find_applicable_accessible_methods_list): Extend the search to superinterfaces when relevant.

1999-03-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (find_applicable_accessible_methods_list): Extend the
search to superinterfaces when relevant.
(search_applicable_methods_list): New function.
(parse.c wasn't part of the last check-in.)

From-SVN: r25862

25 years ago[multiple changes]
Alexandre Petit-Bianco [Fri, 19 Mar 1999 12:56:16 +0000 (12:56 +0000)]
[multiple changes]

1999-03-19  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (find_applicable_accessible_methods_list): Extend the
search to superinterfaces when relevant.
(search_applicable_methods_list): New function.
1999-03-18  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* class.c (unmangle_classname): Implemented stricter testing
before setting the QUALIFIED_P flag on an identifier.

From-SVN: r25861

25 years agoWarning fixes:
Kaveh R. Ghazi [Fri, 19 Mar 1999 12:43:55 +0000 (12:43 +0000)]
Warning fixes:

        * cccp.c (create_definition): Cast to U_CHAR* when assigning to one.
        * cppfiles.c (read_and_prescan): Likewise.
        Start a #define in column 0.
        * cpplib.c (cpp_define): Cast to U_CHAR* when assigning to one.
        (cpp_push_buffer): Likewise for cpp_buffer*.
        (do_include): Change the type of `fbeg' and `fend' to unsigned char*.
        (do_endif): Cast to char* when assigning to one.
        (do_assert): Likewise.
        (do_unassert): Likewise.
        (cpp_read_check_assertion): Change the type of `name' to U_CHAR*.
        Don't do unnecessary cast to char* anymore.
        * genrecog.c (make_insn_sequence): Cast to char** when assigning
        to one.  Cast the first argument of bzero to PTR.
        * loop.c (strength_reduce): Remove unused variable `note'.
        * reload1.c (new_insn_chain): Cast to struct insn_chain* when
        assigning to one.
        * rtl.c (copy_rtx): Use memcpy instead of bcopy.

From-SVN: r25860

25 years agoinit.c (build_member_call): Handle template-id expressions correctly.
Mark Mitchell [Fri, 19 Mar 1999 12:13:39 +0000 (12:13 +0000)]
init.c (build_member_call): Handle template-id expressions correctly.

* init.c (build_member_call): Handle template-id expressions
correctly.
* typeck.c (build_x_function_call): Likewise.

From-SVN: r25859

25 years agoWarning fixes:
Kaveh R. Ghazi [Fri, 19 Mar 1999 08:50:14 +0000 (08:50 +0000)]
Warning fixes:

        * calls.c (initialize_argument_information): Mark parameters
        `num_actuals' and `n_named_args' with ATTRIBUTE_UNUSED.
        * dbxout.c (dbxout_start_new_source_file): Likewise for parameter
        `filename'.
        (dbxout_finish): Likewise for parameters `file' and `filename'.
        (dbxout_prepare_symbol): Likewise for parameter `decl'.
        (dbxout_begin_function): Likewise.
        * explow.c (hard_function_value): Likewise for parameter `func'.
        * function.c (locate_and_pad_parm): Likewise for parameter `fndecl'.
        * expmed.c (expand_divmod): Omit unused argument to `expand_abs'.
        * expr.c (expand_expr): Likewise.
        * expr.h (expand_abs): Delete unused argument from prototype.
        * optabs.c (expand_abs): Remove unused parameter `unsignedp'.
        * sdbout.c (sdbout_init): Mark parameter `syms' with ATTRIBUTE_UNUSED.
        (sdbout_end_block): Likewise for parameter `n'.
        * toplev.c (debug_define): Likewise for parameters `lineno' and
        `buffer'.
        (debug_undef): Likewise.
        * varasm.c (named_section): Likewise for parameter 'reloc'.
        (assemble_external): Likewise for parameter `decl'.
        (assemble_alias): Likewise for parameter `target'.

From-SVN: r25858

25 years agofriend.c (make_friend_class): Avoid core dump when not-yet-defined friend type lacks...
Jason Merrill [Fri, 19 Mar 1999 01:21:05 +0000 (20:21 -0500)]
friend.c (make_friend_class): Avoid core dump when not-yet-defined friend type lacks TYPE_LANG_SPECIFIC().

* friend.c (make_friend_class): Avoid core dump when
not-yet-defined friend type lacks TYPE_LANG_SPECIFIC().
* decl.c (start_function): Suppress normal linkage heuristics
for #pragma interface under MULTIPLE_SYMBOL_SPACES.

From-SVN: r25857

25 years agotoplev.c (read_integral_parameter): Constify.
Theodore Papadopoulo [Fri, 19 Mar 1999 01:01:01 +0000 (02:01 +0100)]
toplev.c (read_integral_parameter): Constify.

        * toplev.c (read_integral_parameter): Constify.  Better control of
        error messages.
        (main): Use read_integral_parameter to set optimize, id_clash_len,
        larger_than_size, and the debugging level.
        * toplev.h (read_integral_parameter): Update prototype.

From-SVN: r25856

25 years agosystem.h: Use putc_unlocked...
Zack Weinberg [Fri, 19 Mar 1999 00:47:41 +0000 (00:47 +0000)]
system.h: Use putc_unlocked...

        * system.h: Use putc_unlocked, fputc_unlocked, and
        fputs_unlocked only if putc_unlocked has a prototype already.
        Prototype fputs_unlocked if necessary.
        * configure.in: Check for prototypes of putc_unlocked and
        fputs_unlocked.
        * acconfig.h: Updated.
        * config.in, configure: Rebuilt.

From-SVN: r25855

25 years agoDaily bump.
Jeff Law [Fri, 19 Mar 1999 00:45:06 +0000 (17:45 -0700)]
Daily bump.

From-SVN: r25854

25 years agoi860.h (TARGET_SWITCHES): Add documentation.
Jeffrey A Law [Thu, 18 Mar 1999 22:05:14 +0000 (22:05 +0000)]
i860.h (TARGET_SWITCHES): Add documentation.

        * i860.h (TARGET_SWITCHES): Add documentation.
        * i860/paragon.h (TARGET_SWITCHES): Add documentation.

From-SVN: r25853

25 years agoMake-lang.in: ($(INTL_TARGETS)): depend on cp/parse.c
Alexandre Oliva [Thu, 18 Mar 1999 22:00:18 +0000 (22:00 +0000)]
Make-lang.in: ($(INTL_TARGETS)): depend on cp/parse.c

* Make-lang.in: ($(INTL_TARGETS)): depend on cp/parse.c
($(srcdir)/cp/parse.c): moved from ../Makefile.in

From-SVN: r25852

25 years agoMakefile.in (INTL_TARGETS): new macro
Alexandre Oliva [Thu, 18 Mar 1999 21:59:35 +0000 (21:59 +0000)]
Makefile.in (INTL_TARGETS): new macro

* Makefile.in (INTL_TARGETS): new macro
($(INTL_TARGETS)): depend on generated sources; drop dependencies
on cp/parse.c and objc/objc-parse.c
($(srcdir)/cp/parse.c): move to cp/Make-lang.in
* objc/Make-lang.in ($(INTL_TARGETS)): depend on objc/objc-parse.c

From-SVN: r25851

25 years ago* i370.h (TARGET_SWITCHES): Add documentation.
Jeffrey A Law [Thu, 18 Mar 1999 21:57:42 +0000 (21:57 +0000)]
* i370.h (TARGET_SWITCHES): Add documentation.

From-SVN: r25850

25 years ago* fx80.h (TARGET_SWITCHES): Add documentation.
Jeffrey A Law [Thu, 18 Mar 1999 21:55:47 +0000 (21:55 +0000)]
* fx80.h (TARGET_SWITCHES): Add documentation.

From-SVN: r25849

25 years ago* elxsi.h (TARGET_SWITCHES): Add documentation.
Jeffrey A Law [Thu, 18 Mar 1999 21:52:13 +0000 (21:52 +0000)]
* elxsi.h (TARGET_SWITCHES): Add documentation.

From-SVN: r25848

25 years ago* clipper.h (TARGET_SWITCHES): Add documentation.
Jeffrey A Law [Thu, 18 Mar 1999 21:50:09 +0000 (21:50 +0000)]
* clipper.h (TARGET_SWITCHES): Add documentation.

From-SVN: r25847

25 years ago* 1750a.h (TARGET_SWITCHES): Add documentation.
Jeffrey A Law [Thu, 18 Mar 1999 21:47:49 +0000 (21:47 +0000)]
* 1750a.h (TARGET_SWITCHES): Add documentation.

From-SVN: r25846

25 years agopa.h (TARGET_SWITCHES): Add documentation.
Jeffrey A Law [Thu, 18 Mar 1999 21:44:59 +0000 (21:44 +0000)]
pa.h (TARGET_SWITCHES): Add documentation.

        * pa.h (TARGET_SWITCHES): Add documentation.
        (TARGET_OPTIONS): Likewise.

From-SVN: r25845

25 years ago* mn10300.h (TARGET_SWITCHES): Add documentation.
Jeffrey A Law [Thu, 18 Mar 1999 21:34:46 +0000 (21:34 +0000)]
* mn10300.h (TARGET_SWITCHES): Add documentation.

From-SVN: r25844

25 years ago* h8300.h (TARGET_SWITCHES): Add documentation.
Jeffrey A Law [Thu, 18 Mar 1999 21:30:55 +0000 (21:30 +0000)]
* h8300.h (TARGET_SWITCHES): Add documentation.

From-SVN: r25843

25 years agoAdd missing changelog entry.
Jeff Law [Thu, 18 Mar 1999 21:07:36 +0000 (14:07 -0700)]
Add missing changelog entry.

From-SVN: r25842

25 years agoDo not perform pseudo replacements if the loop contains volatile memory
Nick Clifton [Thu, 18 Mar 1999 15:59:50 +0000 (15:59 +0000)]
Do not perform pseudo replacements if the loop contains volatile memory
references.

From-SVN: r25841

25 years agoreload.c (find_reloads_toplev): When processing X recursively...
J"orn Rennecke [Thu, 18 Mar 1999 11:12:01 +0000 (11:12 +0000)]
reload.c (find_reloads_toplev): When processing X recursively...

* reload.c (find_reloads_toplev): When processing X recursively,
don't alter it destructively except by filling in constants.

From-SVN: r25840

25 years agoWarning fixes:
Kaveh R. Ghazi [Thu, 18 Mar 1999 07:29:10 +0000 (07:29 +0000)]
Warning fixes:

        * cccp.c (default_include): Initialize structure memebers.
        (pass_thru_directive): Change the type of 'keyword_length' to int.
        (main): Cast `bindtextdomain' and `textdomain' to (void).
        * collect2.c (main): Likewise.
        * cppmain.c (main): Likewise.
        * gcc.c (main): Likewise.
        * gcov.c (main): Likewise.
        * protoize.c (main): Likewise.
        * toplev.c (main): Likewise.

From-SVN: r25839

25 years agomips.c (mips_explicit_type_size_string): Correct its type.
Gavin Romig-Koch [Thu, 18 Mar 1999 05:32:31 +0000 (05:32 +0000)]
mips.c (mips_explicit_type_size_string): Correct its type.

* config/mips/mips.c (mips_explicit_type_size_string): Correct
       its type.

From-SVN: r25838

25 years agoDaily bump.
Jeff Law [Thu, 18 Mar 1999 00:45:03 +0000 (17:45 -0700)]
Daily bump.

From-SVN: r25837

25 years agoconfigure.in: Use "exit 1", not "exit (1)".
Jeffrey A Law [Thu, 18 Mar 1999 00:25:49 +0000 (00:25 +0000)]
configure.in: Use "exit 1", not "exit (1)".

        * configure.in: Use "exit 1", not "exit (1)".
        * configure: Rebuilt.

From-SVN: r25836

25 years agogo32.h: Delete.
Mark Elbrecht [Wed, 17 Mar 1999 23:23:55 +0000 (16:23 -0700)]
go32.h: Delete.

        * config/i386/go32.h: Delete.
        * config/i386/djgpp.h: New. Renamed from go32.h.
        Added -DDJGPP=2 to CPP_PREDEFINES.
        * config/i386/go32-rtems.h: Delete.
        * config/i386/djgpp-rtems.h: New. Renamed from go32-rtems.h.
        Added -DDJGPP=2 to CPP_PREDEFINES.
        * config/i386/xm-go32.h: Delete.
        * config/i386/xm-djgpp.h: New. Renamed from xm-go32.h.
        * config/i386/x-go32: Delete.
        * config/i386/x-djgpp: New. Renamed from x-go32.
        * config/i386/t-go32: Delete.
        * config/i386/t-djgpp: New. Renamed from t-go32.
        * configure.in(pc-msdosdjgpp): Set xm_file to i386/xm-djgpp.h.
        Set tm_file to i386/djgpp.h. Set tmake_file to i386/t-djgpp.
        Set xmake_file to i386/x-djgpp.
        * configure: Rebuilt.

From-SVN: r25835

25 years agomh-go32: Delete.
Mark Elbrecht [Wed, 17 Mar 1999 23:19:59 +0000 (23:19 +0000)]
mh-go32: Delete.

        * config/mh-go32: Delete.
        * config/mh-djgpp: New. Renamed from mh-go32.
        * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
        config/mh-djgpp.

From-SVN: r25834

25 years agot-gnu (SYSTEM_HEADER_DIR): New variable.
Mark Kettenis [Wed, 17 Mar 1999 22:18:49 +0000 (22:18 +0000)]
t-gnu (SYSTEM_HEADER_DIR): New variable.

        * config/t-gnu (SYSTEM_HEADER_DIR): New variable.  Set to
        `/include' in order to find the system's limits.h.

From-SVN: r25833

25 years agofixincl.c: Include auto-host.h instead of config.h
Robert Lipe [Wed, 17 Mar 1999 22:03:34 +0000 (22:03 +0000)]
fixincl.c: Include auto-host.h instead of config.h

        * fixinc/fixincl.c: Include auto-host.h instead of config.h
        * fixinc/procopen.c: Likewise.
        * fixinc/regex.c: Likewise.
        * fixinc/server.c: Likewise.

From-SVN: r25832

25 years agoflow.c (compute_immediate_dominators): New function.
Richard Henderson [Wed, 17 Mar 1999 21:58:49 +0000 (13:58 -0800)]
flow.c (compute_immediate_dominators): New function.

        * flow.c (compute_immediate_dominators): New function.
        * basic-block.h (compute_immediate_dominators): Declare it.

From-SVN: r25831

25 years ago* gcc.c (process_command): Dump link_command_spec too.
Mark Elbrecht [Wed, 17 Mar 1999 21:51:18 +0000 (21:51 +0000)]
* gcc.c (process_command): Dump link_command_spec too.

From-SVN: r25830

25 years agopa.md: Add real PA8000 scheduling information.
Jerry Quinn [Wed, 17 Mar 1999 20:15:18 +0000 (20:15 +0000)]
pa.md: Add real PA8000 scheduling information.

        * pa.md: Add real PA8000 scheduling information.

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

25 years agopa.h (processor_type): Add PROCESSOR_8000 symbol.
Jerry Quinn [Wed, 17 Mar 1999 19:46:37 +0000 (19:46 +0000)]
pa.h (processor_type): Add PROCESSOR_8000 symbol.

        * pa.h (processor_type):  Add PROCESSOR_8000 symbol.
        (ISSUE_RATE):  Revamp, including PA8000 support.
        * pa.c (override_options):  Add 8000 as -mschedule= option.
        Do not call strcmp if pa_cpu_string is null.
        * pa.md (attr cpu):  Add 8000.
        * invoke.texi: Add documentation for PA8000 scheduling.

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

25 years agosparc.h (TARGET_SWITCHES, [...]): Add descriptions.
David S. Miller [Wed, 17 Mar 1999 18:33:17 +0000 (10:33 -0800)]
sparc.h (TARGET_SWITCHES, [...]): Add descriptions.

* config/sparc/sparc.h (TARGET_SWITCHES, TARGET_OPTIONS):
Add descriptions.
* config/sparc/sp64-elf.h (SUBTARGET_SWITCHES): Likewise.
* config/sparc/splet.h (SUBTARGET_SWITCHES): Likewise.

From-SVN: r25827

25 years agoremoved part of comment
Nick Clifton [Wed, 17 Mar 1999 15:30:35 +0000 (15:30 +0000)]
removed part of comment

From-SVN: r25826

25 years agoalpha.h (HARD_REGNO_MODE_OK): Allow only 4 and 8 byte unit modes in FP regs.
Richard Henderson [Wed, 17 Mar 1999 14:49:22 +0000 (06:49 -0800)]
alpha.h (HARD_REGNO_MODE_OK): Allow only 4 and 8 byte unit modes in FP regs.

        * alpha.h (HARD_REGNO_MODE_OK): Allow only 4 and 8 byte unit modes
        in FP regs.
        (MODES_TIEABLE_P): Define asymmetricly wrt modes illegal in FP regs.

From-SVN: r25825

25 years agoFix compile time warnings.
Nick Clifton [Wed, 17 Mar 1999 14:47:27 +0000 (14:47 +0000)]
Fix compile time warnings.

Improve target CPU selection.

From-SVN: r25824

25 years agoreload1.c (eliminate_regs): Don't keep REG_DEAD notes around for things that were...
J"orn Rennecke [Wed, 17 Mar 1999 13:31:30 +0000 (13:31 +0000)]
reload1.c (eliminate_regs): Don't keep REG_DEAD notes around for things that were eliminated.

* reload1.c (eliminate_regs): Don't keep REG_DEAD notes around for
things that were eliminated.

From-SVN: r25823

25 years ago* gcc.c-torture/execute/ieee/980619-1.x: New. Expected fail on x86.
Richard Henderson [Wed, 17 Mar 1999 12:23:42 +0000 (04:23 -0800)]
* gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.

From-SVN: r25822

25 years agofunction.c (fixup_var_refs_1): First try moving the expression directly into a register.
Richard Henderson [Wed, 17 Mar 1999 12:17:02 +0000 (04:17 -0800)]
function.c (fixup_var_refs_1): First try moving the expression directly into a register.

        * function.c (fixup_var_refs_1): First try moving the expression
        directly into a register.  Don't separate cc0 setter and user.

From-SVN: r25821

25 years agoUpdate NEWS derived file
Craig Burley [Wed, 17 Mar 1999 08:44:15 +0000 (03:44 -0500)]
Update NEWS derived file

From-SVN: r25820

25 years agoEditorial fix to g77 news
Craig Burley [Wed, 17 Mar 1999 08:39:59 +0000 (08:39 +0000)]
Editorial fix to g77 news

From-SVN: r25819

25 years agoUpdate libg2c to netlib f2c-19990317
Craig Burley [Wed, 17 Mar 1999 08:21:44 +0000 (08:21 +0000)]
Update libg2c to netlib f2c-19990317

From-SVN: r25818

25 years agocppfiles.c (PIPE_BUF): #define PIPE_BUF if not defined already.
Dave Brolley [Wed, 17 Mar 1999 08:21:31 +0000 (08:21 +0000)]
cppfiles.c (PIPE_BUF): #define PIPE_BUF if not defined already.

Wed Mar 17 11:20:29 1999  Dave Brolley  <brolley@cygnus.com>
* cppfiles.c (PIPE_BUF): #define PIPE_BUF if not defined already.

From-SVN: r25817

25 years agoc-lex.c: Don't include setjmp.h.
Kaveh R. Ghazi [Wed, 17 Mar 1999 06:34:46 +0000 (06:34 +0000)]
c-lex.c: Don't include setjmp.h.

        * c-lex.c: Don't include setjmp.h.
        (parse_float): New static function.
        (pf_args): New struct.
        (yylex): Use them in call to `do_float_handler'.

From-SVN: r25816

25 years agoRegenerate
Martin v. Löwis [Wed, 17 Mar 1999 01:18:10 +0000 (01:18 +0000)]
Regenerate

From-SVN: r25814

25 years agoDaily bump.
Jeff Law [Wed, 17 Mar 1999 00:45:02 +0000 (17:45 -0700)]
Daily bump.

From-SVN: r25813

25 years agoparse.y (named_complex_class_head_sans_basetype): Do nothing for error_mark_node.
Martin v. Löwis [Wed, 17 Mar 1999 00:28:43 +0000 (00:28 +0000)]
parse.y (named_complex_class_head_sans_basetype): Do nothing for error_mark_node.

* parse.y (named_complex_class_head_sans_basetype):
Do nothing for error_mark_node.
(maybe_base_class_list): Likewise.
* decl.c (start_decl): Check for error_mark_node as a type.
Detected by g++.brendan/array-refs.C.
(start_decl_1): Likewise. Detected by g++.bugs/900322_01.C.
(maybe_build_cleanup_1): Likewise. Detected by
g++.jason/incomplete1.C.
* tree.c (build_dummy_object): Use void_zero_node instead of the
error_mark_node
(is_dummy_object): Check for such a node.  Detected by
g++.bob/inherit1.C

From-SVN: r25812

25 years agocexp.y (yyerror): Call verror to get a usefull error message.
Andreas Schwab [Tue, 16 Mar 1999 21:10:35 +0000 (21:10 +0000)]
cexp.y (yyerror): Call verror to get a usefull error message.

        * cexp.y (yyerror): Call verror to get a usefull error message.
        * cexp.c: Rebuilt.

From-SVN: r25811

25 years agogdbinit: Move command to put breakpoint at abort to end of file so that gdb does...
Andreas Schwab [Tue, 16 Mar 1999 20:58:45 +0000 (20:58 +0000)]
gdbinit: Move command to put breakpoint at abort to end of file so that gdb does not...

        * .gdbinit: Move command to put breakpoint at abort to end of file
        so that gdb does not bail out early.

From-SVN: r25810

25 years agomethod.c (old_backref_index): Split out...
Jason Merrill [Tue, 16 Mar 1999 19:34:49 +0000 (19:34 +0000)]
method.c (old_backref_index): Split out...

* method.c (old_backref_index): Split out...
(flush_repeats): From here.  Rename back from try_old_backref.
(build_mangled_name): Put back some old-style repeat handling.

From-SVN: r25809

25 years agoparse.y (java_complete_lhs): Call force_evaluation_order after patch_newarray.
Per Bothner [Tue, 16 Mar 1999 16:25:16 +0000 (08:25 -0800)]
parse.y (java_complete_lhs): Call force_evaluation_order after patch_newarray.


* parse.y (java_complete_lhs):  Call force_evaluation_order
after patch_newarray.
(patch_binop):  Don't call fold if there are side effects.

From-SVN: r25808

25 years agoparse.y (java_complete_lhs): Call force_evaluation_order after patch_newarray.
Per Bothner [Tue, 16 Mar 1999 16:25:14 +0000 (08:25 -0800)]
parse.y (java_complete_lhs): Call force_evaluation_order after patch_newarray.

x
* parse.y (java_complete_lhs):  Call force_evaluation_order
after patch_newarray.
(patch_binop):  Don't call fold if there are side effects.

From-SVN: r25807

25 years agoparse.y (java_complete_lhs): Call force_evaluation_order after patch_newarray.
Per Bothner [Tue, 16 Mar 1999 16:25:12 +0000 (08:25 -0800)]
parse.y (java_complete_lhs): Call force_evaluation_order after patch_newarray.

* parse.y (java_complete_lhs):  Call force_evaluation_order
after patch_newarray.
(patch_binop):  Don't call fold if there are side effects.

From-SVN: r25806

25 years agoRename free_bb_memory to free_bb_mem
Nick Clifton [Tue, 16 Mar 1999 15:49:28 +0000 (15:49 +0000)]
Rename free_bb_memory to free_bb_mem

From-SVN: r25805

25 years ago* sh.md (movsi_i): Move t/r alternative after r/rI alternative.
J"orn Rennecke [Tue, 16 Mar 1999 15:47:06 +0000 (15:47 +0000)]
* sh.md (movsi_i): Move t/r alternative after r/rI alternative.

From-SVN: r25804

25 years agoFix build failure when using SGI Irix6 cc.
Jim Wilson [Tue, 16 Mar 1999 13:50:10 +0000 (13:50 +0000)]
Fix build failure when using SGI Irix6 cc.

* mn10200/mn10200.md (addsi3, subsi3, ashlsi3, lshrsi3, ashrsi3):
Delete emit_library_call_value declaration.

From-SVN: r25803

25 years agocppfiles.c (read_and_prescan): Map backslash-newline to '\r' (which cannot otherwise...
Zack Weinberg [Tue, 16 Mar 1999 13:10:15 +0000 (13:10 +0000)]
cppfiles.c (read_and_prescan): Map backslash-newline to '\r' (which cannot otherwise appear in the processed...

1999-03-16 16:06 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
* cppfiles.c (read_and_prescan): Map backslash-newline to '\r'
(which cannot otherwise appear in the processed buffer) and
move it out of tokens that it appears in the middle of.
Improve performance.
(find_position): New function.
* cpplib.c: \r (one character) indicates backslash
newline, not \\\n (two characters).  It cannot appear in the
middle of a token.  Call CPP_BUMP_LINE (pfile) whenever
parsing moves past \n or \r.  Increment pfile->lineno whenever
a \n is placed into token_buffer.  Only one mark can exist at
a time, and CPP_BUMP_LINE must not be used while it is
active.  It is automatically cleared by cpp_pop_buffer and
parse_goto_mark.  \r is not in is_hor_space or is_space.
(NEWLINE_FIX, NEWLINE_FIX1, adjust_position,
update_position, count_newlines, parse_move_mark): Removed.
(parse_string, copy_comment): New functions.
(parse_name): Returns void.
(parse_set_mark, parse_clear_mark, parse_goto_mark): Take only
one argument, a cpp_reader *.  Change for new marking scheme.
(skip_comment): Handle CHILL line comments too.  Second
argument is now first character of comment marker; all callers
changed.  Issue error for unterminated block comment here.
(cpp_skip_hspace): Recognize CHILL comments.
(copy_rest_of_line): Likewise.  Call skip_comment and
parse_string directly, don't go through cpp_get_token.  Emit
"/**/" for block comments if -traditional (create_definition
needs this).
(do_define): Don't play with put_out_comments.
(cpp_push_buffer): Initialize ->mark to -1.
(cpp_buf_line_and_col): Just read out the values in the buffer
structure.
(output_line_command): Use cpp_buf_line_and_col.  Fix
formatting.  Remove stale code.
(cpp_get_token): Break out string parsing code to
parse_string.  Use skip_comment for CHILL comments too.  Use
copy_comment for put_out_comments instead of dinking with
marks.  Remove stale code.  Don't call output_line_command
unless it's necessary.
* cpplib.h (parse_marker): Removed.
(struct cpp_buffer): line_base is now a unsigned char *; add
`mark' [long], remove `marks' [struct parse_marker *].
(parse_set_mark, parse_clear_mark, parse_goto_mark): Update
prototypes.
(CPP_BUMP_LINE, CPP_BUMP_BUFFER_LINE): New macros.
* cppinit.c (is_hor_space, is_space): '\r' is not considered
whitespace.
* cppexp.c (cpp_parse_expression): Use cpp_skip_hspace, not
SKIP_WHITE_SPACE.
* cpphash.c (macarg): Disable line commands while expanding.

From-SVN: r25802

25 years agoedelsohn@mhpcc.edu -> edelsohn@gnu.org
David Edelsohn [Tue, 16 Mar 1999 11:08:24 +0000 (06:08 -0500)]
edelsohn@mhpcc.edu -> edelsohn@gnu.org

From-SVN: r25801

25 years agoc-lex.c (yylex): Remove warning for integer literals being larger than the largest...
Gavin Romig-Koch [Tue, 16 Mar 1999 08:33:24 +0000 (08:33 +0000)]
c-lex.c (yylex): Remove warning for integer literals being larger than the largest target int.

* c-lex.c (yylex) : Remove warning for integer literals being
larger than the largest target int.  Add warning for integer
literal being larger than than its choosen type.

From-SVN: r25800

25 years agoinvoke.texi: Add -mlong32 documentation.
Gavin Romig-Koch [Tue, 16 Mar 1999 08:04:00 +0000 (08:04 +0000)]
invoke.texi: Add -mlong32 documentation.

* invoke.texi: Add -mlong32 documentation.
* config/mips/mips.h (mips_explicit_type_size_string): New.
(TARGET_SWITCHES): Add 'long32'.
(TARGET_OPTIONS): Add 'explicit-type-size'.
(CC1_SPECS): Set -mexplicit-type-size.
        (LONG_MAX_SPEC): Change a use of 'no-long64' to 'long32'.
* config/mips/abi64.h (LONG_MAX_SPEC): Same.  Add 'mabi=32'.
* config/mips/mips.c (mips_explicit_type_size_string): New.
(override_options): Use it.
* config/mips/osfrose.h (CC1_SPECS): Set -mexplicit-type-size.
* config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC):
Pointer size now depends on both size longs and size of GP
registers.

From-SVN: r25799

25 years agoiris.h (CTORS_SECTION_ASM_OP,DTORS_SECTION_ASM_OP, [...]): Use Pmode == DImode rather...
Gavin Romig-Koch [Tue, 16 Mar 1999 07:25:31 +0000 (07:25 +0000)]
iris.h (CTORS_SECTION_ASM_OP,DTORS_SECTION_ASM_OP, [...]): Use Pmode == DImode rather than TARGET_LONG64.

* config/mips/iris.h (CTORS_SECTION_ASM_OP,DTORS_SECTION_ASM_OP,
dtors_section): Use Pmode == DImode rather than TARGET_LONG64.
* config/mips/mips.c (override_options): Allow -mlong64 and
-mint64 with -mips2 or less.
* config/mips/mips.h (MASK_LONG64): Fix comment.
(POINTER_SIZE): Use Pmode == DImode rather than TARGET_LONG64.
(Pmode): Make Pmode the smaller of longs or gp registers.
* invoke.texi: Note the new size for pointers.

From-SVN: r25798

25 years agoparse.y (java_stabilize_reference): Use save_expr instead of building a SAVE_EXPR...
Alexandre Petit-Bianco [Tue, 16 Mar 1999 03:38:15 +0000 (03:38 +0000)]
parse.y (java_stabilize_reference): Use save_expr instead of building a SAVE_EXPR node.

1999-03-16  Alexandre Petit-Bianco  <apbianco@cygnus.com>
* parse.y (java_stabilize_reference): Use save_expr instead of
building a SAVE_EXPR node.
(java_complete_lhs): Patch the resulting string of the `+='
operator (if necessary) and complete the RHS after having built
the cast.

From-SVN: r25797

25 years agoDaily bump.
Jeff Law [Tue, 16 Mar 1999 00:45:03 +0000 (17:45 -0700)]
Daily bump.

From-SVN: r25796

25 years agobit-pattern directly.
David Edelsohn [Mon, 15 Mar 1999 19:47:42 +0000 (19:47 +0000)]
bit-pattern directly.

        (ASM_OUTPUT_REG_{PUSH,POP}): Delete.
        * rs6000.c (first_reg_to_save): If profiling and context needed,
        allocate a reg to save static chain for all ABIs.  For AIX
        profiling, calculate parameter registers to save based on need.
        (output_function_profiler): Save and restore static chain around
        profile call for all ABIs.

From-SVN: r25795

25 years agolex.c: Don't include setjmp.h.
Kaveh R. Ghazi [Mon, 15 Mar 1999 19:07:25 +0000 (19:07 +0000)]
lex.c: Don't include setjmp.h.

        * lex.c: Don't include setjmp.h.
        (parse_float): New static function.
        (pf_args): New struct.
        (real_yylex): Use them in call to `do_float_handler'.

From-SVN: r25794

25 years agocppinit.c: Instead of one pending list...
Zack Weinberg [Mon, 15 Mar 1999 18:42:46 +0000 (18:42 +0000)]
cppinit.c: Instead of one pending list...

1999-03-15 21:39 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
* cppinit.c: Instead of one pending list, keep separate lists
for each category of pending option: -D/-U, -A, -include,
-imacros.  Move the four partial include-path lists into the
pending block.  Use head and tail pointers so we don't ever
have to reverse the lists.
(cpp_start_read): Break out blocks of code to their own
functions: install_predefs and initialize_dependency_output.
Use path_include for C_INCLUDE_PATH and friends as well as
CPATH.  Remove include_defaults gunk.  Warn about the
combination of -lang-chill and -trigraphs.  Optimize string
bashing.  Walk each pending list once, deallocating as we go.
(append_include_chain): Brought over from cppfiles.c.  Mark
dirs as system include dirs if and only if appending to
system include path. If opts->verbose, print a notice when a
dir is dropped from the include path because it doesn't
exist.  Fix memory leak: this function is not supposed to copy
its DIR argument.
(nreverse_pending, push_pending): Removed.
(APPEND): New macro for adding to pending lists.
(path_include): Can now add to any partial include path.
(base_name): Bring over from cccp.c.
(cpp_options_init): Allocate the pending block.
(cpp_handle_option): Add --version.  Exit after --help.  Fix
formatting.  Order -ifoo options by frequency of usage.
(install_predefs): New function, simplified version of code
that was in cpp_start_read.
(initialize_dependency_output): Likewise.  Understand OBJECT_SUFFIX.
* cppfiles.c (simplify_pathname): Export.
(merge_include_chains):  Don't nreverse the lists.  If
opts->verbose, print a notice when a duplicate dir is detected
and dropped from the include path.
(finclude): Fix excessive cleverness in setting
fp->system_header_p.
(actual_directory): Set x->sysp from
CPP_BUFFER (pfile)->system_header_p so that one system header
may include another with "".
(deps_output): Fix double adjustment of deps_size which would
cause all dependencies after the first two lines to be lost.
* cpplib.c (cpp_unassert): New function.
* cpplib.h: Lay out struct cpp_pending here.  Adjust
prototypes.  Add include_prefix_len to struct cpp_options.

From-SVN: r25793

25 years agomips.h (REGISTER_MOVE_COST): Make the cost of moving from HI/LO/HILO/MD into general...
Jim Wilson [Mon, 15 Mar 1999 15:08:51 +0000 (15:08 +0000)]
mips.h (REGISTER_MOVE_COST): Make the cost of moving from HI/LO/HILO/MD into general registers the same as...

Mon Mar 15 16:01:52 1999  Jim Wilson  <wilson@cygnus.com>
* config/misp/mips.h (REGISTER_MOVE_COST): Make the cost of moving
  from HI/LO/HILO/MD into general registers the same as for one
  of moving general registers to HI/LO/HILO/MD.

From-SVN: r25792

25 years agoUpdate BUGS, NEWS derived files
Craig Burley [Mon, 15 Mar 1999 14:15:50 +0000 (09:15 -0500)]
Update BUGS, NEWS derived files

From-SVN: r25791

25 years agoEditorial fixes to g77 docs
Craig Burley [Mon, 15 Mar 1999 14:15:16 +0000 (14:15 +0000)]
Editorial fixes to g77 docs

From-SVN: r25790

25 years agodecl.c (xref_basetypes): Set CLASSTYPE_VBASECLASSES here.
Mark Mitchell [Mon, 15 Mar 1999 13:42:56 +0000 (13:42 +0000)]
decl.c (xref_basetypes): Set CLASSTYPE_VBASECLASSES here.

* decl.c (xref_basetypes): Set CLASSTYPE_VBASECLASSES here.
* tree.c (layout_basetypes): Not here.
* search.c (dfs_search): Remove; no longer used.

From-SVN: r25789

25 years agoclass.c (make_class): Don't set CLASS_P here (because this function is also called...
Per Bothner [Mon, 15 Mar 1999 13:09:47 +0000 (05:09 -0800)]
class.c (make_class): Don't set CLASS_P here (because this function is also called by...

* class.c (make_class):  Don't set CLASS_P here (because
this function is also called by build_java_array_type).
(push_class):  Set CLASS_P here instead.
* parse.h (TYPE_CLASS_P):  Check for TYPE_ARRAY_P is redundant.
* jcf-dump.c (print_access_flags):  Take extra parameter to indicate
context.  If the context is class, perfer "super" over "synchronized".
* jcf-write.c (generate_classfile):  Don't add ACC_SUPER if interface.
* parse.y (create_class):  Don't call parser_check_super here;
it is not robust.  Always wait until later.
* parse.y (method_header):  For interfaces, set ACC_ABSTRACT (to
match what JDK 1.2 does), but don't set ACC_PUBLIC.

From-SVN: r25785

25 years agoclass.c (make_class): Don't set CLASS_P here (because this function is also called...
Per Bothner [Mon, 15 Mar 1999 13:09:44 +0000 (05:09 -0800)]
class.c (make_class): Don't set CLASS_P here (because this function is also called by...

d
* class.c (make_class):  Don't set CLASS_P here (because
this function is also called by build_java_array_type).
(push_class):  Set CLASS_P here instead.
* parse.h (TYPE_CLASS_P):  Check for TYPE_ARRAY_P is redundant.
* jcf-dump.c (print_access_flags):  Take extra parameter to indicate
context.  If the context is class, perfer "super" over "synchronized".
* jcf-write.c (generate_classfile):  Don't add ACC_SUPER if interface.
* parse.y (create_class):  Don't call parser_check_super here;
it is not robust.  Always wait until later.
* parse.y (method_header):  For interfaces, set ACC_ABSTRACT (to
match what JDK 1.2 does), but don't set ACC_PUBLIC.

From-SVN: r25784

25 years agoclass.c (make_class): Don't set CLASS_P here (because this function is also called...
Per Bothner [Mon, 15 Mar 1999 13:09:36 +0000 (05:09 -0800)]
class.c (make_class): Don't set CLASS_P here (because this function is also called by...

a
* class.c (make_class):  Don't set CLASS_P here (because
this function is also called by build_java_array_type).
(push_class):  Set CLASS_P here instead.
* parse.h (TYPE_CLASS_P):  Check for TYPE_ARRAY_P is redundant.
* jcf-dump.c (print_access_flags):  Take extra parameter to indicate
context.  If the context is class, perfer "super" over "synchronized".
* jcf-write.c (generate_classfile):  Don't add ACC_SUPER if interface.
* parse.y (create_class):  Don't call parser_check_super here;
it is not robust.  Always wait until later.
* parse.y (method_header):  For interfaces, set ACC_ABSTRACT (to
match what JDK 1.2 does), but don't set ACC_PUBLIC.

From-SVN: r25783

25 years agoclass.c (make_class): Don't set CLASS_P here (because this function is also called...
Per Bothner [Mon, 15 Mar 1999 13:09:32 +0000 (05:09 -0800)]
class.c (make_class): Don't set CLASS_P here (because this function is also called by...

T
* class.c (make_class):  Don't set CLASS_P here (because
this function is also called by build_java_array_type).
(push_class):  Set CLASS_P here instead.
* parse.h (TYPE_CLASS_P):  Check for TYPE_ARRAY_P is redundant.
* jcf-dump.c (print_access_flags):  Take extra parameter to indicate
context.  If the context is class, perfer "super" over "synchronized".
* jcf-write.c (generate_classfile):  Don't add ACC_SUPER if interface.
* parse.y (create_class):  Don't call parser_check_super here;
it is not robust.  Always wait until later.
* parse.y (method_header):  For interfaces, set ACC_ABSTRACT (to
match what JDK 1.2 does), but don't set ACC_PUBLIC.

From-SVN: r25782

25 years agodecl2.c (validate_nonmember_using_decl): Issue sensible error-messages on bogus quali...
Mark Mitchell [Mon, 15 Mar 1999 13:08:26 +0000 (13:08 +0000)]
decl2.c (validate_nonmember_using_decl): Issue sensible error-messages on bogus qualifiers.

* decl2.c (validate_nonmember_using_decl): Issue sensible
error-messages on bogus qualifiers.

From-SVN: r25781

25 years agoRemove leading and trailing double underscores from m32r specific attribute
Nick Clifton [Mon, 15 Mar 1999 12:49:36 +0000 (12:49 +0000)]
Remove leading and trailing double underscores from m32r specific attribute
names in order to match the documentation.

From-SVN: r25780

25 years agoreload.c (find_reloads): Add a REG_LABEL note if we substitute a LABEL_REF for someth...
Mark Mitchell [Mon, 15 Mar 1999 09:25:01 +0000 (09:25 +0000)]
reload.c (find_reloads): Add a REG_LABEL note if we substitute a LABEL_REF for something else.

Mon Mar 15 10:20:20 1999  Mark Mitchell  <mark@markmitchell.com>
        * reload.c (find_reloads): Add a REG_LABEL note if we substitute a
        LABEL_REF for something else.

From-SVN: r25777

25 years agofold-const.c (exact_real_inverse): Move variable `float_error' into the scope where...
Kaveh R. Ghazi [Mon, 15 Mar 1999 05:30:02 +0000 (05:30 +0000)]
fold-const.c (exact_real_inverse): Move variable `float_error' into the scope where it is used.

        * fold-const.c (exact_real_inverse): Move variable `float_error'
        into the scope where it is used.
        (const_binop_1): New static function.
        (cb_args): New struct.
        (const_binop): Use them in call to `do_float_handler'.
        (fold_convert_1): New static function.
        (fc_args): New struct.
        (fold_convert): Use them in call to `do_float_handler'.

From-SVN: r25776

25 years ago* call.c (add_function_candidate): Fix uninitialized variable.
Jason Merrill [Mon, 15 Mar 1999 04:17:26 +0000 (04:17 +0000)]
* call.c (add_function_candidate): Fix uninitialized variable.

From-SVN: r25775

25 years agortlanal.c (auto_inc_p): New function.
Michael Hayes [Mon, 15 Mar 1999 01:52:49 +0000 (01:52 +0000)]
rtlanal.c (auto_inc_p): New function.

* rtlanal.c (auto_inc_p): New function.
        * rtl.h (auto_inc_p): Prototype it.
* reload1.c (add_auto_inc_notes): New function.
(reload): Strip REG_INC notes and call add_auto_inc_notes
for each insn to restore them correctly.

From-SVN: r25774

25 years agoMakefile.in (procopen.o): List the actual dependencies.
Manfred Hollstein [Mon, 15 Mar 1999 01:34:02 +0000 (01:34 +0000)]
Makefile.in (procopen.o): List the actual dependencies.

8
* fixinc/Makefile.in (procopen.o): List the actual
dependencies.

From-SVN: r25773

25 years agoMakefile.in (procopen.o): List the actual dependencies.
Manfred Hollstein [Mon, 15 Mar 1999 01:33:59 +0000 (01:33 +0000)]
Makefile.in (procopen.o): List the actual dependencies.


* fixinc/Makefile.in (procopen.o): List the actual
dependencies.

From-SVN: r25772

25 years agoDaily bump.
Jeff Law [Mon, 15 Mar 1999 00:45:02 +0000 (17:45 -0700)]
Daily bump.

From-SVN: r25771

25 years agoMore tests for uninitialized variable warnings
Zack Weinberg [Sun, 14 Mar 1999 20:19:03 +0000 (20:19 +0000)]
More tests for uninitialized variable warnings

From-SVN: r25770

25 years ago* Makefile.in (search.o): Add dependency on varray.h.
Jason Merrill [Sun, 14 Mar 1999 17:43:56 +0000 (17:43 +0000)]
* Makefile.in (search.o): Add dependency on varray.h.

From-SVN: r25769