home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 316 / install / change.log < prev    next >
Encoding:
Text File  |  1988-10-20  |  119.8 KB  |  3,012 lines

  1.  
  2. Sun Jun 26 10:47:47 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  3.  
  4.     * Version 1.23 released.
  5.  
  6.     * tm-3b1.h: Define IDENT_DIRECTIVE.
  7.  
  8.     * tm-encore.h: Define SDB_DEBUGGING_INFO.
  9.     Define SCCS_DIRECTIVE and IDENT_DIRECTIVE.
  10.  
  11.     * output-ns32k.c: Decl of paren_base_reg_printed must be outside fcns.
  12.  
  13.     * tm-encore.h (ASM_OUTPUT_DOUBLE): Do 0f, not 0l.
  14.     (CPP_PREDEFINES): No -Dns32032.
  15.  
  16.     * sdbout.c: Include syms.h, not storclass.h.
  17.     (unnamed_struct_member): Decl was missing.
  18.     (PUT_SDB_INT_VAL, PUT_SDB_VAL): Fix typos.
  19.     (sdbout_types, sdbout_one_type, sdbout_parms): Fix typos.
  20.  
  21.     * Makefile: Add file sdbout.o.
  22.     Changed comments pertaining to sysV.
  23.     Make a separate target `doc' to make the info files.
  24.  
  25.     * m68k.md (bit-field insns): Use nonimmediate_operand for the thing
  26.     to extract from.
  27.     * vax.md (QImode bit-field insns): Likewise.
  28.  
  29.     * recog.c (nonimmediate_operand): Accept any nonconst general operand.
  30.  
  31. Sat Jun 25 07:54:42 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  32.  
  33.     * cse.c (lookup_as_function): arg to exp_equiv_p was missing.
  34.  
  35. Fri Jun 24 09:14:47 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  36.  
  37.     * recog.c (memory_operand): Allow (subreg (mem...)).
  38.  
  39. Thu Jun 23 07:34:07 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  40.  
  41.     * decl.c (finish_enum): Compute minimum value like maximum.
  42.     If minimum is negative, install it in the type and make it signed.
  43.  
  44.     * stor-layout.c (layout_record): STRUCTURE_SIZE_BOUNDARY is minimum.
  45.     (layout_type): A RECORD_TYPE or UNION_TYPE must be BLKmode if
  46.     any member is BLKmode.  This is to prevent putting it in a register.
  47.     (layout_decl): If decl's type is BLKmode, the decl *must* be BLKmode.
  48.  
  49.     * local-alloc.c (find_free_reg): Never allocate the frame pointer reg.
  50.  
  51.     * tm-sequent.h (PRINT_OPERAND): Bug in SFmode CONST_DOUBLE.
  52.     * tm-encore.h: Likewise.
  53.  
  54.     * flow.c (flow_analysis): Bug in n_basic_blocks error check.
  55.  
  56.     * stmt.c (expand_asm_operands): Emit no insn if an arg is erroneous.
  57.  
  58. Tue Jun 21 08:34:24 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  59.  
  60.     * reload.c (find_reloads_address): Write back *loc even if
  61.     subst_reg_equivs makes no change, in case subst_index_address did.
  62.  
  63.     * flow.c: Define macros for -1 and -2 as values of reg_basic_block.
  64.     (mark_used_regs): Add an `else'; no change in behavior.
  65.     (mark_label_ref): Abort if LABEL_REF doesn't contain a CODE_LABEL.
  66.     (find_basic_blocks): Extra error check.
  67.  
  68.     * output-ns32k.c (print_operand_address): Changes in handling of
  69.     register-indirect, and of indexing by sb register.
  70.  
  71. Mon Jun 20 04:55:38 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  72.  
  73.     * cccp.c (collect_definition): Compute needed space more accurately.
  74.     Abort if use more space than was allocated.
  75.     (rescan) [USE_C_ALLOCA]: Do alloca (0) after handle_directive.
  76.  
  77.     * genflags.c (gen_insn): Put parens around defns of HAVE_... macros.
  78.  
  79. Sun Jun 19 02:52:53 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  80.  
  81.     * expr.c (emit_push_insn): Consider PARM_BOUNDARY when compensating
  82.     for size of a pushed arg to bcopy.
  83.  
  84. Sat Jun 18 07:20:54 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  85.  
  86.     * New files sparc.md, tm-sparc.h, config-sparc.h, output-sparc.c.
  87.  
  88.     * final.c (final): After an ADDR_{,DIFF_}VEC, do ASM_OUTPUT_CASE_END.
  89.     * tm-3b1.h: Define ASM_OUTPUT_CASE_END.
  90.     (PRINT_OPERAND_ADDRESS): Ref the case tables via an intermediate symbol
  91.     `LDnnn' whose def. is output by ASM_OUTPUT_CASE_END.
  92.     (ASM_OUTPUT_CASE_LABEL): Add missing newline.
  93.  
  94.     * reload.c (find_equiv_reg): Reject a MEM containing an autoincrement.
  95.  
  96. Fri Jun 17 06:58:37 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  97.  
  98.     * genpeep.c (main): Write `extern' in the decl for `peep_operand'.
  99.  
  100.     * flow.c (propagate_block): When a dead insn has a REG_RETVAL note,
  101.     call mark_set_regs anyway, so that `significant' is updated.
  102.  
  103.     * jump.c (follow_jumps): New arg IGNORE_LOOPS.  If 0, don't follow
  104.     the insn at the beginning of a loop that enters the loop; this avoids
  105.     interference with loop optimizer.
  106.     (jump_optimize, tension_vector_labels): Pass that arg.
  107.  
  108.     * loop.c (loop_optimize): Mention invalid multiple-entry loops in log.
  109.  
  110.     * m68k.md (extv, extzv): Fix # of alternatives mismatch in constraints.
  111.  
  112. Thu Jun 16 03:06:48 1988  Richard Stallman  (rms at corn-chex.ai.mit.edu)
  113.  
  114.     * genrecog.c (change_state): Was mishandling printing XVECEXP indices 
  115.     greater than 9.
  116.  
  117.     * combine.c (subst, simplify_and_const_int): Avoid making SUBREG
  118.     of a non-REG.
  119.  
  120.     * expr.c (expand_expr): For FIX_TRUNC_EXPR to unsigned short/char,
  121.     go via signed int.
  122.  
  123.     * optabs.c (expand_fix): Copy hard_libcall_value reg only once.
  124.  
  125.     * reload1.c (order_regs_for_reload): Init all elements
  126.     of  potential_reload_regs to -1.
  127.  
  128.     * Prevent generation of (set (reg) (plus ... (label_ref ...))).
  129.     * explow.c (memory_address_noforce): Like `memory_address' but
  130.     never force it into a register.
  131.     * expr.c (do_tablejump): Use that.
  132.     * m68k.md (casesi): Use that.
  133.  
  134.     * rtl.h (struct rtx_def, GET_CODE, PUT_CODE): If SHORT_ENUM_BUG,
  135.     define the `code' field as a short.
  136.  
  137. Wed Jun 15 01:25:57 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  138.  
  139.     * gcc.c (CPP_SPEC): New spec set by config.h gives flags to cpp.
  140.     * tm-*.h for m68k: Define CPP_SPEC to define __HAVE_FPU__ on
  141.     appropriate conditions.
  142.  
  143.     * combine.c (subst): Simplify (not (minus x 1)) and (neg (minus x y)).
  144.  
  145. Mon Jun 13 02:22:43 1988  Richard Stallman  (rms at corn-chex.ai.mit.edu)
  146.  
  147.     * typecheck.c (build_array_ref): Avoid duplicate errmsg if index
  148.     is an error-mark.
  149.  
  150. Sun Jun 12 23:04:39 1988  Richard Stallman  (rms at corn-chex.ai.mit.edu)
  151.  
  152.     * cccp.c (handle_directive): If -traditional, quotes aren't special.
  153.     (rescan): Assume newline ends a string constant.
  154.  
  155.     * cccp.c, cexp.y: Make all fcns non-static; add some forward decls.
  156.  
  157.     * various: add static forward-decls for various functions.
  158.  
  159. Fri Jun 10 00:25:18 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  160.  
  161.     * reload1.c (choose_reload_targets): When writing back an incremented
  162.     value (handling reload_inc), write back to the real place, not to
  163.     OLDEQUIV (a register that holds the same value).
  164.  
  165.     * tm-m68k.h (LEGITIMIZE_ADDRESS): Don't give force_operand a target.
  166.     This can cause the use of multiple insns with same output reg,
  167.     which can confuse cse.
  168.  
  169.     * loop.c (consec_sets_invariant_p):
  170.     If invariant_p ever returns 2, we return 2.
  171.     New arg is # of consecutive sets to look for,
  172.     since this info is no longer in n_times_set at move_movables.
  173.     (scan_loop): If consec_sets_invariant_p returns 2, set m->cond.
  174.     (move_movables): check consecutive insns if m->consec && m->cond.
  175.  
  176.     * tm*.h: ASM_DECLARE_FUNCTION_NAME now takes 3rd arg,
  177.     the FUNCTION_DECL node.
  178.     * varasm.c (assemble_function): Pass this arg.
  179.  
  180.     * expr.c (expand_call, expand_builtin [alloca]):
  181.     If STACK_POINTER_OFFSET is defined, add it to stack pointer contents
  182.     before using it as address of actual data on the stack.
  183.     * stmt.c (expand_decl): Likewise.
  184.  
  185.     * stmt.c (assign_parms): If 1st parm named `__builtin_va_alist'
  186.     came in regs, pretend it came on stack.
  187.     Handle pretending a BLKmode var came on the stack.
  188.     If REG_PARM_STACK_SLOT, count stack space for each parm
  189.     even if the parm came in a register; and use that stack space
  190.     if the parm needs to be addressable or is BLKmode.
  191.     Rearrange to simplify conditionals.
  192.  
  193. Thu Jun  9 01:21:29 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  194.  
  195.     * local-alloc.c:
  196.     `qty_...' vectors' elements for hard-reg-numbers now aren't used.
  197.     `reg_qty' elements for hard-reg numbers now aren't used,
  198.     and the element for a pseudo is never a hard-reg number.
  199.     (local_alloc): No need to reset those elements.
  200.     No need to reset elements out of range of prev block's NEXT_QTY.
  201.     (reg_is_born, reg_is_set, wipe_dead_reg):
  202.     Divide labor in same way for hard regs and pseudos;
  203.     simplify using fact that locality-to-basic-block has been precomputed
  204.     and recorded in reg_qty; avoid refs to reg_qty[HARDREG].
  205.     (reg_is_born, wipe_dead_regs): Block-number arg no longer needed.
  206.  
  207.     * local-alloc.c (combine_regs): Remove old code for tying hard regs
  208.     to pseudos; great simplification results.
  209.     Use find_regno_note, not regno_dead_p.
  210.  
  211. Wed Jun  8 00:18:04 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  212.  
  213.     * reload.c (subst_reg_equivs): Set a flag if anything is changed.
  214.     (find_reloads_address): Check that flag to avoid extra work.
  215.     Also check early for safe reg+const address and avoid work.
  216.  
  217.     * reload.c (find_reloads): Use loops instead of bcopy.
  218.     Check early for insn with no real constraints, and return.
  219.     Also check for move from hard reg to hard reg and return.
  220.  
  221.     * cse.c (canon_reg): Rewrite for speed; use a switch.
  222.     (cse_insn): Don't call find_reg_note if REG_NOTES is 0.
  223.  
  224.     * cse.c (cse_insn): Store modified SET_SRC even if there's a REG_EQUIV.
  225.     Inhibition was needed when the SET_SRC was the only place to find the
  226.     equivalent value; now it is in the REG_EQUIV note.
  227.  
  228.     * stmt.c (expand_asm_operands): If NINPUTS is 0, make vec of no elts.
  229.     * regclass.c (reg_scan_mark_refs): Don't lose if XVEC (x,i) is 0.
  230.  
  231. Tue Jun  7 03:51:28 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  232.  
  233.     * stmt.c (assign_stack_local): If big-endian and MODE is narrow,
  234.     the bytes actually used are the least significant.
  235.  
  236.     * parse.y (skip_white_space): Accept char as arg; let caller read it.
  237.     (yylex): Change call.
  238.     (check_newline): Return 1st nonwhite char after skipping lines.
  239.     (skip_white_space): Change call.
  240.     * toplev.c (compile_file): Change call.
  241.  
  242.     * gcc.c: Pass -traditional to cc1.
  243.  
  244.     * cse.c (cse_insn): Return very early for (set (reg) (call...)).
  245.     Mainly to save time.
  246.     (cse-insn) Old code to add REG_WAS_0 note wasted time but did nothing.
  247.  
  248.     * expr.c (clear_pending_stack_adjust): Really do clear it,
  249.     if current fcn doesn't want to be inline.
  250.  
  251.     * cse.c (cse_insn): Speedup: instead of safe_hash, use canon_hash
  252.     or HASHREG.
  253.  
  254. Mon Jun  6 21:47:23 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  255.  
  256.     * jump.c (rtx_renumbered_equal_p): Reject ADDR_VEC fast.
  257.  
  258.     * cse.c (cse_insn): Ignore a REG_EQUIV or REG_EQUAL note if the
  259.     equivalent value is the same as the SET_SRC of the insn.
  260.  
  261.     * flow.c (life_analysis): Don't call volatile_refs_p for a CALL_INSN;
  262.     just assume value is 1.
  263.     (propagate_block): Don't call mark_{used,set}_regs for a stack-pop
  264.     since if it isn't dead it has no effect on any useful life data.
  265.     (mark_set_1): Return quickly if setting stack-ptr, and almost as
  266.     quickly if setting any hard reg.
  267.     (mark_used_regs): Likewise for refs.
  268.     Also don't scan the vector of an ADDR_VEC or ADDR_DIFF_VEC.
  269.     (volatile_refs_p): Likewise.
  270.  
  271.     * varasm.c (output_constant): Discard NOP_EXPR and CONVERT_EXPR
  272.     in integer case (they were for casting a pointer).
  273.  
  274.     * parse.y (compstmt_or_error): Parse a compstmt after ignoring error.
  275.     Use this for fctn body so that an error after store_parm_decls
  276.     won't recover to xdecls and call store_parm_decls again.
  277.     Typical cause was missing semi at end of last parmdecl.
  278.  
  279.     * parse.y: Add missing semicolons in actions.
  280.     (yylex): Don't use yylloc.
  281.  
  282. Sun Jun  5 16:14:40 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  283.  
  284.     * typecheck.c (build_array_ref): Check arg types here, to make
  285.     error message more accurate (not about "addition").
  286.  
  287. Thu Jun  2 02:41:40 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  288.  
  289.     * cccp.c (collect_expansion): `#' isn't special if -traditional.
  290.  
  291.     * dbxout.c (dbxout_parms): Don't output a regparm symbol
  292.     unless the parm got a hard reg assigned.
  293.  
  294.     * tm-encore.h (ASM_OUTPUT_DOUBLE): Use 0f... not 0d...
  295.  
  296.     * tm-vax.h (CHECK_FLOAT_VALUE): Define this.
  297.  
  298. Wed Jun  1 17:13:00 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  299.  
  300.     * expr.c (expand_call): Have sequence points between args.
  301.  
  302. Tue May 31 00:27:06 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  303.  
  304.     * expmed.c (store_fixed_bit_field): Avoid shifting by 32.
  305.     * cse.c (fold_rtx):
  306.     * symout.c (subrange_p):  likewise.
  307.  
  308.     * local-alloc.c (block_alloc): If operands 1 and 2 commute,
  309.     try tying output to operand 2 if operand 1 won't do.
  310.  
  311.     * toplev.c (compile_file): Pass main_input_file to symout_init.
  312.  
  313.     * tree.c (build_real, build_real_from_int_cst):
  314.     Call CHECK_FLOAT_VALUE if it's defined, to report out-of-range values.
  315.  
  316.     * tree.c (build_real, build_real_from_int_cst): New 1st arg TYPE.
  317.     * parse.y (yylex): Pass this arg; requires parsing suffixes first.
  318.     * fold-const.c (fold, combine, fold_convert): Pass this arg.
  319.     Handling of float binops in `combine' simplified.
  320.  
  321.     * tm-encore.h (CPP_PREDEFINES): Remove -Dencore since CC lacks it.
  322.  
  323.     * final.c (output_source_line): Let ASM_OUTPUT_SOURCE_LINE
  324.     be used for SDB also.
  325.  
  326. Mon May 30 00:21:15 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  327.  
  328.     * cse.c (insert): Was inserting in wrong place in list.
  329.     (exp_equiv_p): Was failing to check validity when x == y.
  330.  
  331.     * tree.c (build_pointer_type): Handle saveable_obstack
  332.     like current_obstack.
  333.  
  334.     * decl.c (finish_decl): Error in test for zero-size array warning.
  335.  
  336.     * reload.c (find_equiv_reg): New arg MODE specifies mode in which
  337.     an equivalent value is needed.  Equivalence must be good in that mode.
  338.     In addition, notice overlap with multiword register modes.
  339.     Simplify, knowing that registers have already been renumbered.
  340.     It was invalidating memory-goals too easily; setting a reg
  341.     only invalidates memory-goal if its address varies.
  342.     * reload.c, reload1.c, jump.c: Calls pass the new argument.
  343.  
  344.     * cccp.c: For correct ANSI, must reject `$' in identifiers.
  345.     (dollars_in_ident): Variable says whether to allow them.
  346.     (rescan): Handle `$' as randomchar if that's 0.
  347.     (main): dollars_in_ident is set to 0 by -$, to 1 by -traditional.
  348.     (rescan, do_define): Delete former pedantic warnings for `$'.
  349.     (initialize_char_syntax, initialize_builtins): Inits split to two
  350.     functions; former is called after options are scanned
  351.     so `$' is in is_idchar conditionally.
  352.     * gcc.c: For -ansi, pass -$ to cccp.
  353.     * toplev.c, flags.h: Define dollars_in_ident.
  354.     * parse.y (yylex): Treat $ as punctuation unless dollars_in_ident.
  355.     Delete old pedantic warning about $.
  356.     * tm-vms.h: Define DOLLARS_IN_IDENTIFIERS as 1.
  357.  
  358.     * cccp.c (rescan): Preprocessing numbers can have signs, after `e'.
  359.  
  360.     * integrate.c (expand_inline_function): Abort, don't return failure,
  361.     if max_regno is too low.  I believe this can't happen.
  362.  
  363.     * typecheck.c (build_binary_op_nodefault):
  364.     For ordered comparisons, no pedantic warning about void *.
  365.     For MAX, MIN, ditto, and also don't allow pointer vs 0.
  366.  
  367.     * typecheck.c (build_unary_op): Don't allow pointer for +.
  368.  
  369.     * typecheck.c (convert_for_assignment): 
  370.     Add missing warning for    case of unrelated pointer types.
  371.     Change criteria for new ANSI C draft.
  372.  
  373.     * optabs.c (expand_binop): Don't set unused target_is_not_an_operand.
  374.  
  375.     * fold-const.c (fold_convert): Don't set unused inprec, outprec.
  376.  
  377.     * emit-rtl.c, parse.y: Delete unused var.
  378.  
  379.     * stor-layout.c (add_vc_sizes): Unused function deleted.
  380.     * loop.c (constant_high_bytes): #if 0 this unused function.
  381.  
  382.     * gcc.c (fatal): Add missing arg to delete_temp_files.
  383.  
  384.     * cccp.c (dump_defn_1): Add missing arg to skip_quoted_string.
  385.  
  386.     * reload.c (find_reloads): If constraints don't fit in an `asm',
  387.     print error instead of aborting.
  388.  
  389.     * regclass.c (reg_class_record): Ignore `&' in constraint.
  390.  
  391. Sun May 29 00:20:23 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  392.  
  393.     * Makefile: Run ranlib only if /usr/bin/ranlib exists.
  394.     Add comment saying what to do on system V.
  395.  
  396.     * tree.c (suspend_momentary): Switch to the saveable_obstack
  397.     for the sake of inline functions.
  398.  
  399.     * flags.h (enum debugger): New enum for write_symbols.
  400.     * toplev.c, varasm.c, final.c: Use the enum constants where appro.
  401.     Add calls to sdbout paralleling the calls to dbxout;
  402.     put each in the appropriate conditional {SDB,DBX}_DEBUGGING_INFO.
  403.  
  404.     * toplev.c (main): Delete -noreg option; it's now the default.
  405.     Make -O an alias for -opt.  Rename -g to -gg.  -g is alias for -G.
  406.     Accept and ignore -Wtrigraphs.
  407.     * gcc.c: Simplify the specs.
  408.  
  409.     * toplev.c (compile_file), tm-*.h:
  410.     ASM_FILE_START is now a statement, not just a string to be output.
  411.     Output it *after* determining the real source file name.
  412.  
  413.     * fold-const.c (fold): Simplify x >= CST to x > CST-1 (CST positive).
  414.     To simplify this, canonicalize relationals to put constat last.
  415.  
  416.     * decl.c (duplicate_decls): Make a 2nd errmsg to show previous decl.
  417.  
  418.     * cccp.c (file_size_and_mode): Delete temporary VMS bootstrap patch.
  419.  
  420.     * tm-att386.h: New file.
  421.  
  422.     * decl.c (pushdecl): Warn if a local `extern' decl precedes
  423.     a file-scope `static' decl.
  424.  
  425.     * expr.c (expand_call): No warning for failure to inline.
  426.  
  427.     * expmed.c (extract_bit_field): copy operand 1 of extv or extzv
  428.     into register if memory isn't allowed.
  429.  
  430. Sat May 28 02:10:56 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  431.  
  432.     * gnulib.c, Makefile: Delete va_end.
  433.  
  434.     * final.c, symout.c: Check DBX_DEBUGGING_INFO, not NO_DBX_FORMAT.
  435.  
  436.     * genemit.c (gen_expand): Notice a CALL inside a PARALLEL.
  437.  
  438.     * regclass.c (init_reg_sets_1): Part of init_reg_set is put in this
  439.     new fn which is called after options are scanned.
  440.     Now CONDITIONAL_REGISTER_USAGE can depend on the options.
  441.     (fix_register): Just alter the data that init_reg_sets_1 will look at.
  442.  
  443.     * reload1.c (reload): Don't complain if two different but tieable
  444.     modes require groups of the same regclass (assuming same size group).
  445.  
  446.     * cccp.c: Add 3rd arg to all `open' calls.
  447.  
  448.     * parse.y (check_newline): Typo prevented ignoring whitespace.
  449.  
  450.     * cccp.c (perror_with_name): fprintf had harmful extra arg.
  451.  
  452.     * cccp.c (main, trigraph_pcp): -Wtrigraphs means warn if any trigraphs.
  453.  
  454.     * emit-rtl.c (gen_sequence): If LEN is 1, avoid looking at PATTERN
  455.     of something that doesn't have one.
  456.  
  457.     * reload1.c (alter_frame_pointer_addresses): frame pointer can
  458.     occur by itself, not just inside a PLUS.
  459.     (reload): Call eliminate_frame_pointer before reload_as_needed.
  460.     Otherwise the latter can make reload insns that copy the frame ptr
  461.     to a data reg, but 68k can't copy sp+const to a data reg.
  462.  
  463.     * decl.c (implicitly_declare): Always save the implicit decl
  464.     permanently.  Reuse an old one if it exists.
  465.     * tree.c (resume_temporary_allocation): Used after `end_temporary...'
  466.     to go back to temporary allocation.
  467.  
  468.     * stor-layout (layout_{type,decl}): Call variable_size.
  469.     (variable_size): Turn a size into a SAVE_EXPR and either compute
  470.     it right away or put it on a list to be computed later.
  471.     (get_pending_sizes): Return that list and clear it out.
  472.     * stmt.c (expand_start_function): Tell `variable_size' to compute
  473.     sizes right away, and compute those saved on the list.
  474.     (expand_end_function): Tell it to put them on a list.
  475.  
  476. Fri May 27 00:02:34 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  477.  
  478.     * dbxout.c (dbxout_symbol): For local static var, use 'V', not 'v'.
  479.  
  480.     * gcc.c (main): Don't handle SIGHUP or SIGTERM if shell ignored it.
  481.  
  482.     * Makefile, gcc.c: Propagate Make var `libdir' to gcc search path.
  483.  
  484.     * expr.c (expand_expr): a PARM_DECL with no rtl can occur in size of
  485.     `a' in `foo (a,i) int i; struct {int x[i];} a;', so report an error.
  486.  
  487.     * flow.c (insn_dead_p): insn that makes stack bigger is never dead.
  488.     * combine.c (try_combine): Don't splice out stores into stack ptr.
  489.  
  490.     * reload.c (find_equiv_reg): Test given regno for OVERLAPPING_REGNO_P.
  491.  
  492.     * varasm.c (assemble_variable): Use saveable_obstack for allocation.
  493.  
  494. Thu May 26 01:17:00 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  495.  
  496.     * integrate.c (save_for_inline): Clear unused slots in parmdecl_map.
  497.     (There may be some non-parm regs below max_parm_regno.)
  498.     * integrate.c (copy_for_inline): Don't crash if parmdecl_map elt is 0.
  499.  
  500.     * Don't fail to output a static inline function that was referenced
  501.     via a local extern decl before its definition.
  502.     * expr.c (expand_call): If need to mark a fcn decl addressable,
  503.     mark the identifier addressable also.
  504.     * typecheck.c (mark_addressable): If marking fcn addressable,
  505.     mark the identifier as well.
  506.     * decl.c (start_function): If identifier was marked addressable,
  507.     propagate it to the function.
  508.  
  509.     * parse.y (yylex): Check for ERANGE after atof is called.
  510.     (Sun doesn't report ERANGE.)
  511.  
  512.     * loop.c (may_trap_p): Any floating arithmetic may trap.
  513.  
  514. Wed May 25 00:03:34 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  515.  
  516.     * parse.y: Delete `noalias'.
  517.     (asm_operand): Don't allow this to be empty.
  518.     (asm_operands): Do allow this to be empty.
  519.  
  520.     * reload.c (operands_match_p): Don't let REG and SUBREG match
  521.     if the reg isn't a hard reg.
  522.     No longer nec. to check reg_renumber, now that reload
  523.     substitutes the hard regno.
  524.  
  525.     * reload1.c (reload): Counting existing spilled groups,
  526.     check HARD_REGNO_MODE_OK so we don't get fooled by an odd-even pair.
  527.     Spill entire need for new groups before spilling any solitary regs.
  528.     Reg already counted against max_nongroups can't become part of a group.
  529.     (new_spill_reg): Do bookkeeping associated with a new spill-reg.
  530.     (n_spills): This var is now static, no longer passed as arg
  531.     within the file.
  532.  
  533.     (reload_reg_class_lower): Handle all group-reloads before solitaries.
  534.     (choose_reload_targets): therefore #if 0 the special code for
  535.     finding solitary registers that aren't suitable for groups.
  536.     But fix two bugs in it: braino deciding whether a reload
  537.     is looking for 1 register (not a group).  Use CLASS_MAX_NREGS.
  538.     Also braino deciding whether a spill reg can be in a group.
  539.     Did not fix bug that it fails to test HARD_REGNO_MODE_OK,
  540.     so it might split up an even-odd pair.
  541.  
  542.     * vax.md: Special patterns for 8 and 16-bit fields, to make
  543.     move-insns (like the ones for the 68k).
  544.  
  545.     * tree.c (convert_to_integer): Pass truncation down thru COND_EXPR
  546.     as through a binary operator.
  547.  
  548.     * typecheck.c (build_cond_expr): If unpromoted operand types match,
  549.     don't promote them--let containing expression promote (just once).
  550.  
  551. Tue May 24 14:46:26 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  552.  
  553.     * combine.c (subst): Simplify (subreg (sign_extend X) 0).
  554.  
  555.     * tm-hp9k320.h: Delete NO_DBX_FORMAT.
  556.     * Most tm...h files: Define DBX_DEBUGGING_INFO.
  557.     * dbxout.c: Change conditional to DBX_DEBUGGING_INFO.
  558.  
  559.     * integrate.c (expand_inline_function): If inline fcn was declared to
  560.     return QI, but actually computes an SI, use SImode for INLINE_TARGET
  561.     but actually return a QI.
  562.  
  563.     * varasm.c (force_const_mem): Failed to determine alignment bdry
  564.     from machine mode.
  565.  
  566.     * jump.c (jump_optimize): Don't delete (move X Y) if X or Y is a
  567.     PRESERVE_DEATH_INFO_REGNO_P register.
  568.  
  569.     * final.c (output_addr_const): In PLUS, output constant term last.
  570.  
  571.     * final.c (final): Before outputting an insn, do FINAL_PRESCAN_INSN.
  572.  
  573.     * final.c (next_block_index): No longer static.
  574.     (final): Add SDB_DEBUGGING_INFO cases for outputing NOTEs
  575.     for beginning and end of a block.
  576.     (output_source_line): Add SDB_DEBUGGING_INFO case for line number.
  577.     * varasm.c (assemble_function): Add code for SDB symbol output.
  578.  
  579.     * gnulib.c: Allow config to override INTIFY.
  580.     New macro SFVALUE for data type to return a single-float in.
  581.  
  582.     * combine.c (remove_death): No longer `static'.
  583.  
  584.     * reload1. (choose_reload_targets): PRESERVE_DEATH_INFO_REGNO_P
  585.     selects hard regs for which death info should be updated for final.
  586.  
  587.     * reload1.c (reload_as_needed): Let INSN_CLOBBERS_REGNO_P
  588.     prevent inheritance of certain reloads.
  589.  
  590.     * reload.c (find_equiv_reg): Let OVERLAPPING_REGNO_P reject
  591.     an equiv reg.  Needed for funny float regs on 80387.
  592.  
  593.     * cccp.c (do_ident): Define #ident as a no-op if IDENT_DIRECTIVE.
  594.     Warn if pedantic.
  595.     (do_sccs): Warn if pedantic.
  596.  
  597.     * emit-rtl.c (restore_reg_data): Set cur_insn_uid--prevent duplicates.
  598.  
  599. Sun May 22 12:25:06 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  600.  
  601.     * Version 1.22 released.
  602.  
  603.     * reload1.c (reload): Spilling isn't finished till max_nongroups is 0.
  604.  
  605.     * tm-encore.h (PRINT_OPERAND): No `$' before a CONST.
  606.  
  607. Sat May 21 13:08:54 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  608.  
  609.     * fold-const.c (combine): Typo in MIN_EXPR, MAX_EXPR.
  610.  
  611.     * reload1.c (reload): Was counting insn_groups as total size of groups,
  612.     not number of groups.
  613.     A new spilled group counts against group-needs of superclasses.
  614.  
  615.     * parse.y (parmlist{,_or_identifiers}_1): In error case,
  616.     return a tree list just as in the other cases.
  617.  
  618. Fri May 20 02:14:51 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  619.  
  620.     * config-vax.h, config-m68k.h: If __GNUC__, use builtin-alloca.
  621.  
  622.     * genpeep.c (match_rtx): Generated code was testing the wrong rtx
  623.     when testing an int or string at a nonzero index in the rtx.
  624.  
  625.     * reload.c (find_reloads): Typo checking `modified' for conflict
  626.     with an earlyclobber.
  627.  
  628.     * reload.c (find_equiv_reg): Reject stack ptr as return value.
  629.  
  630.     * expr.c (expand_builtin): Alloca must do pending stack adjust.
  631.  
  632. Thu May 19 13:01:01 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  633.  
  634.     * flow.c (propagate_block): Skipping back across libcall didn't happen
  635.     due to failing to set PREV.
  636.  
  637.     * expr.c (emit_library_call): Code to increment and decrement
  638.     current_args_size broke since emit_call_1 was changed to restore it.
  639.  
  640.     * combine.c (try_combine): When i1 or i2 auto-incs a reg, don't combine
  641.     if i3 uses that reg.
  642.  
  643.     * config-hp9k3.h: #define bcopy, bcmp, bzero here.
  644.     * conf-hp9k320.h: Delete file.
  645.  
  646.     * integrate.c: Don't include strings.h--no need.
  647.  
  648.     * stmt.c (expand_asm_operands): Don't make zero-length vectors.
  649.  
  650.     * loop.c (scan_loop): After a fcn call, maybe-trap insns can't move.
  651.     The fcn call might exit and that would prevent the trap.
  652.  
  653.     * reload1.c (reload): Set reload_first_uid to next uid to be used.
  654.     * reload.c (find_equiv_reg): Use reload_first_uid to ignore insns
  655.     that are due to reloading--only if reload_reg_p is not 0 or 1.
  656.  
  657. Wed May 18 22:11:20 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  658.  
  659.     * typecheck.c (build_unary_op): Don't complain about array
  660.     as argument to `!'.
  661.  
  662.     * decl.c (pushdecl): If locally declaring an extern function,
  663.     check the identifier's global value in case it's an inline function.
  664.  
  665. Mon May 16 03:06:08 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  666.  
  667.     * output-ns32k.c (output_shift_insn): New fn, maybe turn shift to adds.
  668.     (reg_or_mem_operand): Predicate for a non-immediate general_operand.
  669.     * tm-ns32k.h (CONST_OK_FOR_LETTER_P): Define letter K.
  670.     * ns32k.md: Use output_shift_insn for various addr insns that shift.
  671.     Don't allow nonexplicit constants in lprd, multiply or truncate insns.
  672.     Use reg_or_mem_operand for constraint in op1 of divide insns;
  673.     a constant there causes regclass to screw up.
  674.     Split alternative constraints on the bit-field insns to avoid
  675.     out-of-range operands in exts, inss.  Some cases of extraction
  676.     can be done faster via memory.
  677.  
  678.     * flow.c (mark_set_1): When adding a REG_DEAD note, inc reg_n_deaths.
  679.  
  680.     * dbxout.c (dbxout_type_def): Do nothing for {integer,char}_type_node.
  681.  
  682. Sun May 15 00:56:44 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  683.  
  684.     * tm-sequent.h, tm-ns32k.h, tm-encore.h (PRINT_OPERAND):
  685.     Was treating SF's as SI's.
  686.  
  687.     * expr.c (emit_move_insn): Check all CONST_DOUBLEs for
  688.     LEGITIMATE_CONSTANT_P and put them in memory if not.
  689.  
  690.     * local-alloc.c (combine_regs): Allow a reg to be tied to a qty
  691.     if the reg's class is contained in the qty's class
  692.     (as well as if the reg's class contains the qty's class as before).
  693.     Rename qty_reg_class to qty_min_class and make it the smallest
  694.     class of any reg tied to the qty.
  695.     (reg_class_subset_p, reg_meets_class_p, update_qty_class):
  696.     New subroutines to implement this.
  697.     (local_alloc): Init reg_qty to -1 for pseudos not in cur. basic block.
  698.     (reg_is_born): Abort if pseudo not in basic block has -2 in reg_qty.
  699.  
  700.     * jump.c (rtx_renumbered_equal_p): Insist that modes of REGs match.
  701.  
  702. Sat May 14 01:05:35 1988  Richard Stallman  (rms at lucky-charms.ai.mit.edu)
  703.  
  704.     * stmt.c (expand_return): Empty frame frame_offset isn't nec. 0.
  705.  
  706.     * expr.c (emit_call_1): Use stack_size_rtx everywhere appropriate.
  707.  
  708.     * decl.c (init_decl_processing): Set sizetype to `unsigned long'
  709.     if `int' is less than a word.
  710.  
  711.     * stddef.h (size_t, ptrdiff_t): Both are now long.
  712.  
  713. Fri May 13 01:06:00 1988  Richard Stallman  (rms at lucky-charms.ai.mit.edu)
  714.  
  715.     * emit-rtl.c (gen_lowpart): Handle non-lowpart subreg as arg.
  716.  
  717.     * recog.c (register_operand): VOIDmode means allow any mode.
  718.     (immediate_operand, nonmemory_operand): Likewise.
  719.  
  720.     * emit-rtl.c (classify_insn): Update for changed CALL_INSN format.
  721.     (emit): New function to emit an rtl pattern as the right kind of insn.
  722.     * jump.c (simplejump_p): No longer static.
  723.  
  724.     * genemit.c (gen_expand): For match_operand at top level, call `emit'.
  725.     Use `emit_call_insn' when appropriate.
  726.     (gen_exp): Handle rtx's that contain strings.
  727.  
  728.     * final.c, symout.c: If not NO_DBX_FORMAT, include stab.h to get the
  729.     N_... symbols.  Use their default definitions only if they're undef.
  730.  
  731.     * expr.c (expand_call) [no PUSH_ROUNDING]: Always set argblock
  732.     if there are any stack-passed arguments.
  733.  
  734.     * typecheck.c (build_unary_op): Mark all increment-exprs volatile.
  735.  
  736.     * recog.c (reg_renumbered_fits_class_p): Delete private copy of
  737.     reg_class_contents.
  738.  
  739.     * reload1.c (forget_old_reloads): Handle PARALLEL case by recursion.
  740.     Explicit store into a spilled reg invalidates old reloaded contents;
  741.     this can occur when we drop through into a basic block whose need was 0
  742.     (and so whose local pseudos were not spilled).
  743.  
  744.     * gcc.c (main): If -v, print gcc's own version; also no error msg
  745.     if no input files.
  746.  
  747.     * loop.c (may_trap_p): Mem ref to nonconstant address may trap.
  748.     (scan_loop): Check may_trap_p only when insn is in other respects ok.
  749.  
  750.     * cexp.y: #include config.h (for decl of alloca on some machines).
  751.  
  752. Thu May 12 17:24:19 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  753.  
  754.     * regclass.c (regclass): When inserting an insn at start of block,
  755.     update basic_block_head.
  756.  
  757. Wed May 11 00:47:09 1988  Richard Stallman  (rms at corn-chex.ai.mit.edu)
  758.  
  759.     * stmt.c (assign_parms): DECL_OFFSET should be offset as passed
  760.     (not including big-endian width-change correction).
  761.  
  762.     * typecheck.c (shorten_compare): Set unsignedp[01] right in case
  763.     where get_narrower makes no change.
  764.     (build_binary_op_nodefault): Likewise for shortening shifts.
  765.  
  766.     * stmt.c (expand_end_case): Use type_for_size to get the type
  767.     to convert the index to, since `int' is wrong if -mshort.
  768.  
  769.     * decl.c (grokdeclarator): Don't check PARM type for completeness.
  770.     (grokparms): If fn definition, check all parm types for completeness.
  771.     (store_parm_decls): Likewise.
  772.  
  773. Tue May 10 22:42:13 1988  Richard Stallman  (rms at corn-chex.ai.mit.edu)
  774.  
  775.     * typecheck.c (store_init): For invalid init, store error_mark_node.
  776.     * varasm.c (assemble_variable): Ignore error_mark as an init.
  777.     * stmt.c (expand_decl): If init is error_mark, init to 0 if possible.
  778.     This avoids a spurious "uninitialized variable" warning.
  779.  
  780. Sun May  8 17:08:07 1988  Richard Stallman  (rms at lucky-charms.ai.mit.edu)
  781.  
  782.     * tm-hp9k320.h: Define STRUCTURE_SIZE_BOUNDARY.
  783.  
  784.     * decl.c (get_parm_info): Replaces get_parm_types.  Returns a tree_list
  785.     containing parmdecls and tag list as well as type list.
  786.     (grokparms): Accept that tree_list as argument.
  787.     (grokdeclarator): Calling grokparms, say "not a definition" for the
  788.     function declarators for arg or value types within a definition.
  789.  
  790.     * parse.y: Call get_parm_info.
  791.     (parmlist_or_identifiers): If identifiers, make a tree_list
  792.     like the one get_parm_info returns.
  793.  
  794. Fri May  6 16:44:19 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  795.  
  796.     * m68k.md (casesi): Delete template aside from match_operand's.
  797.  
  798.     * tm-encore.h: New file from Robert Brown.
  799.  
  800.     * ns32k.md: Use %c in some addr insns.
  801.     (tst*): Use {d,f,}const0_rtx to make the constant 0; OS-independent.
  802.     (call, call_value): Use %? before address in a bsr.
  803.  
  804.     * output-ns32k.c (print_operand_address): To output a local label,
  805.     use `output_asm_label'.
  806.     Make SEQUENT_ADDRESS_BUG conditionals happen at compile time.
  807.  
  808.     * tm-ns32k.h: Delete SEQUENT_HAS_FIXED_THEIR_BUG.
  809.     (PRINT_OPERAND): Output nothing for `%?'.
  810.     * tm-sequent.h: (PRINT_OPERAND): Output nothing for `%?'.
  811.  
  812.     * final.c (output_asm_label): No longer `static'.
  813.  
  814. Thu May  5 09:03:37 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  815.  
  816.     * explow.c (memory_address): Ignore flag_force_reg unless optimize.
  817.     Also ignore it for addresses of stack slots (avoid invalid REG_EQUIVs).
  818.  
  819.     * typecheck.c (digest_init): If traditional, allow `char x[100]=0;'.
  820.  
  821.     * tree.c (get_unwidened): Don't alter a COMPONENT_REF if
  822.     innerprec equals the precision of the existing type.
  823.     It was changing pointers to integers.
  824.  
  825.     * m68k.md (movdi): Put all fpregs in separate constraint alternatives
  826.     and handicap them so spill reg won't be an fp reg.
  827.  
  828.     * parse.y (yyerror): Use the arg as part of the error message.
  829.  
  830.     * decl.c (start_function): Give the RESULT_DECL type int rather
  831.     than char or short.
  832.     * typecheck.c (c_expand_return): Convert value from fn's return type
  833.     to the RESULT_DECL's type.
  834.  
  835.     * Avoid generating dbx xrefs to enums, since dbx loses on them.
  836.     Do this by outputting all types in order of definition.
  837.     This is done only for top-level types; problem remains for local ones.
  838.  
  839.     * decl.c (finish_decl): Do rest_of_decl_compilation for TYPE_DECLs.
  840.     * toplev.c (rest_of_decl_compilation): Do dbxout_symbol for them.
  841.  
  842.     * dbxout.c (dbxout_symbol): Check DECL_RTL only for fns and variables.
  843.     For a TYPE_DECL, ignore it if the type was already output
  844.     and its preferred name is the TYPE_DECL.  Else output type in full.
  845.  
  846.     * decl.c (pushdecl): Don't prefer typedef names to type tag names.
  847.  
  848.     * stor-layout.c (chain_type): Build chain in forward order.
  849.  
  850.  
  851.     * tm-3b1.h (ASM_OUTPUT_CASE_LABEL): Error getting length of table.
  852.  
  853.     * tm-3b1.h: #define SGS_3B1 was missing.
  854.  
  855.     * typecheck.c (build_compound_expr): Ignore non-volatile subexprs.
  856.  
  857.     * fold-const.c (fold): Simplify (unsigned) foo >= 0, etc.
  858.  
  859.     * stor-layout.c (layout_type): Set TYPE_PRECISION of ptr types.
  860.  
  861. Wed May  4 08:06:25 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  862.  
  863.     * parse.y: Don't use the Bison @ construct, since it makes parser slow.
  864.  
  865.     * decl.c (finish_function): Delete FILENAME and LINE args.
  866.  
  867.     * typecheck.c (digest_init): No pedantic warning for array="string".
  868.  
  869. Tue May  3 09:09:30 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  870.  
  871.     * toplev.c (main): Ignore `-Wcomment'.
  872.     * gcc.c: Pass -Wall to cpp (which treats it like -Wcomment).
  873.  
  874.     * tm-isi68.h: Greatly simplified; now works only with GAS.
  875.  
  876.     * tm-m68k.h (EMPTY_FIELD_BOUNDARY): now 16 (right on Sun, ISI and HP).
  877.     * tm-sun3.h: No need to redefine it.
  878.  
  879.     * decl.c (finish_struct): Don't ever make DECL_ALIGN smaller.
  880.  
  881.     * decl.c: Rename min, max to MIN, MAX.
  882.  
  883.     * typecheck.c (convert_for_assignment): Avoid warning if assigning
  884.     a `void *' from a `const void *'.
  885.  
  886.     * combine.c (FAKE_EXTEND_SAFE_P): Turn off for mem refs; avoid faults.
  887.  
  888. Mon May  2 07:28:27 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  889.  
  890.     * tm-vax.h: Support -mg switch to use g-float instead of d-float.
  891.     New macros TARGET_G_SWITCH, ASM_DOUBLE_CHAR.
  892.     Changes in TARGET_SWITCHES, ASM_OUTPUT_DOUBLE.
  893.     Define code `#' for PRINT_OPERAND.
  894.     * vax.md: use `#' in opcodes for doubleword float.
  895.  
  896.     * tm-vax.h: Define UDIVSI3_LIBCALL and UMODSI3_LIBCALL.
  897.  
  898.     * cccp.c (main, do_include): Implement -I- switch.
  899.  
  900.     * jump.c (jump_optimize): When hunting NOTE_INSN_FUNCTION_END,
  901.     skip final RETURN (found on the vax).
  902.  
  903.     * toplev.c (main): -Wall is equiv to all -W switches combined.
  904.  
  905.     * stmt.c (expand_decl, expand_end_bindings,
  906.     expand_{start,end}_function).  The -noreg treatment of `register' vars
  907.     is extended to vars used as addresses of vars in memory (varying-size
  908.     structures).
  909.     (use_variable): Emit USE for regs used in specified rtx.
  910.  
  911.     * cse.c (fold_cc0): Stack-frame addresses are always nonzero.
  912.     (fold_rtx): 0200 bit in prev_insn_cc0 means only zeroness is known.
  913.  
  914.     * parse.y (parmlist): poplevel needs 3 args.
  915.  
  916. Sun May  1 07:20:34 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  917.  
  918.     * decl.c (start_function): typo checking for incomplete return type.
  919.  
  920.     * emit-rtl.c (restore_reg_data): If a pseudo appears nowhere,
  921.     don't leave its slot empty; create a pseudo for that slot.
  922.  
  923.     * Version 1.21 released.
  924.  
  925.     * expr.c (expand_call): Merge duplicate code for structure_value_addr.
  926.  
  927.     * emit-rtl.c (restore_reg_data): Delete error check; it's legit for
  928.     a pseudo reg to appear nowhere in the rtl.
  929.  
  930. Sat Apr 30 07:35:31 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  931.  
  932.     * integrate.c (copy_rtx_and_substitute): Fix typo for arg_pointer_rtx.
  933.  
  934.     * decl.c (poplevel): Undo previous change with #if 0.
  935.  
  936.     * stmt.c: `struct nesting' now records the depth on the stack.
  937.     Each expand_start... must update and record the depth;
  938.     each expand_end... uses macro POPSTACK to pop.
  939.     This way, if a level isn't explicitly popped, it won't cause
  940.     circular structure.
  941.  
  942.     * dbxout.c (dbxout_type): Replace with main variant only if incomplete.
  943.  
  944.     * typecheck.c (build_unary_op): Test of `pedantic' was backwards.
  945.  
  946.     * expr.c (STACK_BYTES): Typo in definition.
  947.  
  948.     * typecheck.c (build_binary_op_nodefault): Rename code1 to code0,
  949.     a
  950.  
  951.     * expr.c (expand_call): Wrong arg order for warning_with_decl.
  952.  
  953. Fri Apr 29 08:41:06 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  954.  
  955.     * integrate.c (copy_decl_tree): New arg is depth in recursion.
  956.     Always discard the outermost LET_STMT being copied; never discard any
  957.     others.  This way the copied LET_STMTs correspond to the copied NOTEs.
  958.  
  959.     * varasm.c (decode_rtx_const): For SYMBOL_REF, use string address
  960.     not address of the rtx.  Library fns have only one copy of the name
  961.     but many copies of the SYMBOL_REF.
  962.  
  963.     * expr.c (emit_call_1): New arg OLD_ARGS_SIZE is used to reset
  964.     current_args_size.
  965.     (emit_library_call, expand_call): Pass new arg; don't restore it here.
  966.  
  967.     * flow.c (life_analysis): Don't mark sp live at end if fn is empty.
  968.  
  969.     * parse.y (parse_or_identifiers_1): Handle `error' in here, not in
  970.     callers notype_declarator etc.  Also read the closeparen here.
  971.  
  972. Thu Apr 28 12:43:52 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  973.  
  974.     * expmed.c (expand_shift): In extzv strategy, handle the operand
  975.     predicates for operands 0, 1 and 3.  (Not needed for 2.)
  976.     * vax.md: extzv pattern for SImode op1 must recognize general_operand
  977.     since the pattern named "extzv" allows them.
  978.  
  979. Wed Apr 27 00:52:44 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  980.  
  981.     * expr.c (emit_call_1): New arg NEXT_ARG_REG describes # regs
  982.     used for passing args.
  983.     (emit_library_call, expand_call): Provide that argument.
  984.  
  985.     * explow.c (round_push): New fn: round arg up to STACK_BOUNDARY.
  986.     * expr.c (expand_builtin): Use round_push on size for __builtin_alloca.
  987.     * stmt.c (expand_decl): Likewise for variable-size objects.
  988.     * expr.c (expand_call): Likewise for args_size.var.
  989.     Also use STACK_BOUNDARY to round a constant arg-block size.
  990.     Pass emit_call_1 that rounded value.
  991.     (emit_library_call): Round arg_size with STACK_BOUNDARY.
  992.     * tm-spur.h: Define STACK_BOUNDARY instead of ROUND_CALL_BLOCK_SIZE.
  993.     * tm-m68k.h: Define STACK_BOUNDARY as 16.
  994.  
  995.     * expr.c (emit_call_1): Don't change current_args_size.
  996.     (emit_library_call, expand_call): Always restore current_args_size
  997.     to ambient value, after calling emit_call_1.
  998.  
  999.     * tm-hp9k320.h: Don't define USG here.
  1000.     * config-hp9k3.h: New file.  USG defined here.
  1001.  
  1002.     * tm-3b1.h: #undef ASM_OUTPUT_ASCII (a defn came from tm-hp9k320.h).
  1003.  
  1004.     * decl.c (grokdeclarator primarily): Cast all RID_... to (int) before
  1005.     using them in arithmetic.  Placates CC on Sequent.
  1006.  
  1007.     * emit-rtl.c (emit_jump_insn): Return proper value, for a SEQUENCE.
  1008.     * emit-rtl.c (emit_call_insn): Handle SEQUENCE like emit_jump_insn.
  1009.  
  1010. Tue Apr 26 02:41:26 1988  Richard Stallman  (rms at lucky-charms.ai.mit.edu)
  1011.  
  1012.     * cccp.c (macroexpand): If traditional, don't disable called macro.
  1013.     (macarg1): Was failing to count backslash-newline inside a string
  1014.     in a macro arg as part of file's linenumber.
  1015.  
  1016. Mon Apr 25 18:46:53 1988  Richard Stallman  (rms at lucky-charms.ai.mit.edu)
  1017.  
  1018.     * jump.c (jump_optimize): Don't do April 20 optimization on first
  1019.     iteration; let other simpler opts be done before this is considered.
  1020.  
  1021. Sun Apr 24 02:45:28 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1022.  
  1023.     * tree.c (staticp): a CONSTRUCTOR can be static.
  1024.  
  1025.     * varasm.c (output_constant_def): Always return memref, not address.
  1026.  
  1027.     * decl.c (complete_array_type): New fn, make an array type complete
  1028.     based on an initializer.
  1029.     (finish_decl): Use complete_array_type.
  1030.     * parse.y (expr_no_commas): When parsing a constructor,
  1031.     Use complete_array_type    on constructors for incomplete array types.
  1032.  
  1033.     * typecheck.c (digest_init, store_init_value,process_init_constructor):
  1034.     It's now TREE_STATIC, not TREE_ADDRESSABLE, that records that all elts
  1035.     in a CONSTRUCTOR are simple constants.
  1036.     (digest_init): A CONSTRUCTOR with non-null type is treated as ordinary
  1037.     expression, not as a braced initializer.
  1038.     Allow init of an array from an array-valued expr; warn if pedantic.
  1039.     * expr.c (expand_expr, CONSTRUCTOR case): Put in memory only if static.
  1040.     Was making an extraneous level of MEM; output_constant_def does it all.
  1041.  
  1042.     * typecheck.c (build_unary_op): Allow ADDR_EXPR of static CONSTRUCTOR.
  1043.     (default_conversion): Likewise.
  1044.     (initializer_constant_valid_p): Constructor is ok if static.
  1045.  
  1046.     * gcc.c: Change -fnostd... to -nostd...
  1047.     * cccp.c (main): Likewise.
  1048.  
  1049.     * Everywhere: Use REG_NOTE_KIND to get the kind of a reg note.
  1050.  
  1051.     * rtl.c (find_regno_note): New function.
  1052.     * flow.c (flow_deadp): Deleted; caller uses find_regno_note.
  1053.     * global-alloc.c (reg_dead_p): Deleted.
  1054.     (global_conflicts): Use find_regno_note instead of reg_dead_p.
  1055.  
  1056.     * final.c (final) Use find_reg_note to look for a REG_INC.
  1057.     * combine.c (insn_has_inc_p): deleted; callers use find_reg_note.
  1058.     (try_combine): Use find_reg_note whenever looking for a REG_INC.
  1059.     (regno_dead_p, remove_death): Check the REG_NOTE_KIND before assuming
  1060.     that the datum in it is a REG.
  1061.     * reload1.c (reload): Use find_reg_note to find a REG_EQUIV.
  1062.  
  1063.     * gcc.c: Don't delete .o files if not all compilations succeed.
  1064.     (record_temp_file): New arg SUCCESS_ONLY--delete file only if succeed.
  1065.     (delete_temp_files): New arg SUCCESS says compilation succeeded.
  1066.     (store_arg): Now 3 possibilities for arg TEMPNAMEP; 2 = del on success.
  1067.     (do_spec_1): For %d, set delete_this_arg to 2.
  1068.  
  1069.     * decl.c (poplevel): Warn about any still-incomplete type-tags.
  1070.  
  1071. Sat Apr 23 02:54:16 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  1072.  
  1073.     * expr.c (expand_builtin): For alloca, round arg up to multiple
  1074.     of PARM_BOUNDARY.  Also to convert it to Pmode unless it already is.
  1075.  
  1076.     * stor-layout.c (layout_union): Bug in 14 April change:
  1077.     use caller-specified alignment as minimum, not as maximum.
  1078.  
  1079.     * parse.y (skip_white_space): Avoid infinite loop on unterm. comment.
  1080.  
  1081. Fri Apr 22 00:22:59 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1082.  
  1083.     * cccp.c: Text following #else or #endif is just a warning.
  1084.     (rescan): Digit-case was dropping into the $-case; reorder.
  1085.  
  1086.     * cccp.c (rescan): Comment start when -traditional was output as
  1087.     `/*'; should be nothing.
  1088.  
  1089.     * jump.c (jump_optimize): Fix prev change:
  1090.     do nothing if range1end == range2end;
  1091.     don't lose any NOTEs when splicing.
  1092.  
  1093.     * flow.c (propagate-block): For CALL_INSN, clobber the call-used regs
  1094.     only after mark_set_regs is done; avoids confusion about lifespan
  1095.     of function value reg.
  1096.  
  1097.     * gcc.c: Pass -Wcomment to cpp.
  1098.  
  1099.     * cccp.c (main, rescan): If -Wcomment, warn if `/*' inside comment.
  1100.  
  1101.     * decl.c (duplicate_decls): Ignore `inline' decl following definition.
  1102.  
  1103.     * m68k.md (casesi): Split it up into subroutines, so insns emitted
  1104.     by the call to memory_address (on 68000) come in the right place.
  1105.  
  1106.     * combine.c (record_dead_and_set_regs): Notice storing in a SUBREG.
  1107.  
  1108.     * integrate.c (expand_inline_function): Insn to copy a subroutine's
  1109.     return-value was being output twice, once incorrectly.
  1110.  
  1111.     * reload.c (find_equiv_reg): A stack-push insn does not invalidate
  1112.     an equiv for a goal in memory.
  1113.     Any other write to memory does invalidate any goal in memory
  1114.     (PARALLEL case failed to check for this).
  1115.  
  1116.     * expmed.c (expand_shift): In the extzv clause, force shifted value
  1117.     out of memory if -fforce-mem.
  1118.  
  1119.     * print-tree.c (prtypeinfo): Some attributes were missing.
  1120.     (dump): In ..._TYPE nodes, ignore the TREE_CHAIN field.
  1121.  
  1122.     * cse.c (note_mem_written): Pushing on stack does not invalidate mem.
  1123.  
  1124.     * vax.md (extv/andl peephole opt): Made incorrect code if output was
  1125.     pushed on stack.  Added special case code.
  1126.     (extv, extzv for SImode operand): Require register_operand.
  1127.  
  1128. Thu Apr 21 00:24:52 1988  Richard Stallman  (rms at corn-chex.ai.mit.edu)
  1129.  
  1130.     * stmt.c (assign_parms): Round current_function_pretend_args_size up.
  1131.  
  1132.     * integrate.c: `pushlevel' arg was missing.
  1133.  
  1134.     * dbxout.c (dbxout_type): Undo rest of March 29 change:
  1135.     When a named type is first seen inside another type, output an xref
  1136.     and let the real definition come out later.
  1137.     It is strange that Sun dbx has sometimes appeared to demand
  1138.     one strategy and sometimes appeared to demand the other.
  1139.  
  1140.     * typecheck.c (convert_for_assignment): Allow conversion to or from
  1141.     `const void *', etc., unless pedantic.
  1142.  
  1143.     * decl.c (get_parm_types): For `foo (void){}', set last_function_parms
  1144.     to nil so store_parm_decls won't lose.
  1145.  
  1146.     * combine.c (subst): (plus (plus X N) -N) => X.
  1147.  
  1148.     * explow.c ({anti_,}adjust_stack): Don't make a copy of
  1149.     `stack_pointer_rtx'.
  1150.  
  1151.     * integrate.c (expand_inline_function): Typo testing for the
  1152.     USE that indicates a CALL_INSN's value is being returned.
  1153.  
  1154.     * expr.c (expand_builtin, alloca case): Copy arg to reg before
  1155.     adjusting stack, to avoid invalid insns on some machines.
  1156.  
  1157. Wed Apr 20 00:15:14 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  1158.  
  1159.     * typecheck.c (build_binary_op_nodefault): When shortening,
  1160.     get_narrower may make no change because ARGn is already narrow.
  1161.     In this case, set UNSIGNEPn from ARGn's type.
  1162.  
  1163.     * typecheck.c: Rename ARG1,ARG2 to ARG0,ARG1, etc. in several fns.
  1164.  
  1165.     * tm-vax.h: Turn off continuation on DBX output.
  1166.  
  1167.     * typecheck.c (build_function_call): Don't change __builtin_ffs to an
  1168.     FFS_EXPR.  Note that __builtin_alloca has always made a CALL_EXPR.
  1169.     * expr.c (expand_builtin): New function expands all CALL_EXPRs that
  1170.     are really built-in functions.
  1171.     (preexpand_calls): Do nothing to a CALL_EXPR for a built-in function.
  1172.  
  1173.     * loop.c (count_loop_regs_set): Don't move a reg that is in a CLOBBER.
  1174.  
  1175.     * stupid.c (stupid_mark_refs): Was getting hard reg's mode from
  1176.     the wrong place.
  1177.  
  1178.     * rtl.c (note_stores): Typo in checking vector elt for SET vs CLOBBER.
  1179.  
  1180.     * stmt.c (expand_end_bindings): If restoring stack level, 
  1181.     first do pending stack adjust (so it won't be done erroneously after).
  1182.     (expand_goto): likewise.
  1183.  
  1184.     * rtl.h: LABEL_NUSES was an rtx.  It should be an int.
  1185.     * stmt.c (expand_label, expand_goto): Delete frobbing with LABEL_NUSES;
  1186.     the value stored there was the same as the CODE_LABEL rtx.
  1187.  
  1188.     * jump.c (jump_optimize): Detect  if (foo) ...; else { ... break;}
  1189.     and change to  if (! foo) { ... break;} else ...; so can drop out.
  1190.     (next_label): New fn returns the next label after given insn.
  1191.  
  1192. Tue Apr 19 21:30:05 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1193.  
  1194.     * flow.c (insn_dead_p): Delete special handling for stack ptr.
  1195.     (mark_set_regs, mark_used_regs): Likewise.
  1196.     (life_analysis): Mark stack ptr live at end of fn if necessary.
  1197.     (propagate_block): Mark stack ptr live leading up to a CALL_INSN.
  1198.  
  1199.     * jump.c (jump_optimize): #if 0 around stack-adjust-deletion code.
  1200.  
  1201.     * cse.c (fold_rtx): Change const_arg from an array to 3 separate
  1202.     scalars for the first three operands.
  1203.     Handle SIGN_EXTEND and ZERO_EXTEND.
  1204.  
  1205.     * integrate.c (copy_rtx_and_substitute): If arg is 0, return 0.
  1206.     (expand_inline_function): Separate vars for old pattern and new insn.
  1207.  
  1208.     * expr.c (expand_call): Set TREE_ADDRESSABLE if call is not inlined.
  1209.  
  1210. Tue Apr 19 02:25:22 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1211.  
  1212.     * Version 1.20 released.
  1213.  
  1214.     * tm-ns32k.h: Define new reg class GEN_OR_FLOAT_REGS
  1215.     so that GENERAL_REGS and FLOAT_REGS have a union.
  1216.  
  1217.     * tm-ns32k.h (GO_IF_LEGITIMATE_ADDRESS): Recognize a stack-push.
  1218.     * ns32k.md: Many constraints must now allow or reject pushes.
  1219.     Delete the special patterns for pushing.
  1220.  
  1221. Mon Apr 18 06:02:39 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  1222.  
  1223.     * reload1.c (forget_old_reloads): For a multiword hard reg,
  1224.     forget old reloads for each word.
  1225.  
  1226.     * reload.c (find_reloads): Typo in calling push_replacement.
  1227.  
  1228.     * tm-ns32k.h (HARD_REGNO_MODE_OK): Failed to allow fp regs for SFmode.
  1229.  
  1230. Sun Apr 17 01:21:35 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1231.  
  1232.     * tm-sequent.h (PRINT_OPERAND): Handle absolute integer memaddress.
  1233.  
  1234.     * ns32k.md: Add DImode push insns.  Add QImode and HImode push insns.
  1235.     Supply missing statement in movsf.
  1236.  
  1237.     * dbxout.c (dbxout_type): Don't contin before 1st field of struct.
  1238.  
  1239.     * dbxout.c (dbx_continue): Use DBX_CONTIN_CHAR instead of backslash.
  1240.  
  1241.     * loop.c (scan_loop): Ov vax, the "loop-entry jump" can be a return,
  1242.     in which case perhaps there is no label following it.
  1243.     Detect phoniness of loop before looking for that label.
  1244.  
  1245.     * decl.c (init_decl_processing): Builtin fn names start with `__'.
  1246.  
  1247.     * typecheck.c (shorten_compare): Warn about constant result only in
  1248.     cases like (char)x < 0x80, where old C compilers made it -0x80.
  1249.  
  1250.     * vax.md: All jbs/jbc/jlbs/jlbc patters with op0 in SImode
  1251.     must reject mode-dependent memory addresses.
  1252.  
  1253.     * recog.c (mode_independent_operand): Test for general operand
  1254.     that doesn't have a mode-dependent memory address.
  1255.  
  1256.     * varasm.c (assemble_function): ASM_DECLARE_FUNCTION_NAME, if def,
  1257.     is now responsible for outputting the function name as a label.
  1258.  
  1259. Sat Apr 16 05:02:55 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1260.  
  1261.     * cccp.c (do_xifdef): Warn about punctuation or other junk in argument.
  1262.     Warn about no argument.  If pedantic, warn if arg starts with digit.
  1263.     If traditional, ignore all after first non-idchar and never warn.
  1264.  
  1265. Thu Apr 14 01:12:59 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1266.  
  1267.     * integrate.c (expand_inline_function): Typo for addressable parms.
  1268.  
  1269.     * cse.c (insert_regs): Copying half a DImode into half of another
  1270.     does not make the two DImode regs equivalent.
  1271.  
  1272.     * recog.c (general_operand): Was failing to accept symbol_ref:SI
  1273.     when MODE arg was VOIDmode.
  1274.  
  1275.     * expr.c (preexpand_calls): For RTL_EXPR, do nothing.
  1276.  
  1277.     * decl.c (start_enum, build_enumerator): Remember default for next one
  1278.     as a tree node (so the high-half isn't lost in a negative one).
  1279.  
  1280.     * stor-layout.c (layout_{record,union}): Pay attn to initial value
  1281.     of TYPE_ALIGN in computing final alignment.
  1282.     (layout_union): Round size up to multiple of the alignment.
  1283.  
  1284.     * decl.c (finish_struct): Don't alter size after type is laid out.
  1285.     Instead, set TYPE_ALIGN before layout_type.
  1286.  
  1287.     * reload1.c (choose_reload_targets): Introduce reg_has_output_reload.
  1288.     If there are two separate reloads (one in and one out)
  1289.     for the same (hard or pseudo) reg, always set reg_last_reload_reg
  1290.     based on the output reload.
  1291.  
  1292. Wed Apr 13 21:26:16 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1293.  
  1294.     * reload.c (find_reloads_address_1): Always barf if a "constant"
  1295.     register is autoincremented.
  1296.  
  1297.     * parse.y (structsp): suspend_momentary before start_enum;
  1298.     else some nodes made by start_enum might be momentary.
  1299.  
  1300.     * stmt.c (expand_start_case): New arg is nominal type for comparison
  1301.     (which is the promoted type of the index expression).
  1302.     (pushcase): Always convert VALUE to that nominal type
  1303.     before validating it.
  1304.     * parse.y (case stmt): Promote each case-value before pushcase.
  1305.     * typecheck.c (c_expand_start_case): Promote the index-expr
  1306.     to determine the nominal type, before get_narrower.
  1307.  
  1308. Wed Apr 13 12:43:08 1988  Chris Hanson  (cph at kleph)
  1309.  
  1310.     * tm-hp9k320.h: Define ASM_FORMAT_PRIVATE_NAME.  HPUX asm forbids
  1311.     `.' in identifiers, so use `___' (there is some danger in this choice).
  1312.  
  1313. Tue Apr 12 23:26:48 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1314.  
  1315.     * local-alloc.c (block_alloc): Make 1 extra slot in regs_live_at.
  1316.  
  1317.     * stmt.c (optimize_bit_field): Function moved from reload1.c.
  1318.     When need to generate a SIGN_EXTEND or ZERO_EXTEND, make it a separate
  1319.     insn and use gen_extend_insn to make it.
  1320.     * optabs.c (gen_extend_insn): New fn, construct body of an insn
  1321.     to extend Y and store in X.
  1322.  
  1323. Mon Apr 11 19:20:57 1988  Richard Stallman  (rms at rice-krispies.ai.mit.edu)
  1324.  
  1325.     * decl.c (finish_decl): Error if static var has variable size.
  1326.  
  1327.     * parse.y (yylex): Warn if int const is out of range.
  1328.  
  1329.     * parse.y: New keyword __alignof.
  1330.     * typecheck.c (c_alignof): Given a type, return its alignment in bytes.
  1331.  
  1332.     * typecheck.c (c_sizeof{,_nowarn)): Don't return integer_one_node;
  1333.     use build_int to make sure we get something with type `sizetype'.
  1334.  
  1335.     * Support variable-sized structures (containing var-sized arrays).
  1336.  
  1337.     * stmt.c (assign_parms): Handle parms whose size varies.
  1338.     Use `memory_address' when constructing memrefs to args;
  1339.     no need to set `invalid_stack_slot'.
  1340.     Don't make a REG_EQUIV note for a scalar arg at variable offset.
  1341.     * stor-layout.c (genop, build_int): No longer `static'.
  1342.  
  1343.     * stor-layout.c (convert_units): Optimize ceil (ceil(x,2)*2, 4) etc.
  1344.  
  1345.     * stmt.c (expand_decl): Don't abort if var-sized object has init.
  1346.     Convert variable size from units of DECL_SIZE_UNIT to units of bytes.
  1347.  
  1348.     * expr.c (emit_push_insn): Arg ARGS_SO_FAR is now an rtx.
  1349.     Pay attention to ARGS_ADDR even if machine has push insns.
  1350.     (expand_call): Handle variable-sized arguments.
  1351.     If have any such, push entire arg-block in advance.
  1352.     Record each arg's offset during first loop and don't change args_size
  1353.     during the actual pushing loop; this way the actual pushing loop
  1354.     works regardless of arg-order if arg-block was pushed in advance.
  1355.     (push_block): Copy SIZE to reg unless it's a reg or constant.
  1356.  
  1357.     * expmed.c (expand_divmod): If converting CEIL_DIV to FLOOR_DIV,
  1358.     make new pseudo for incremented value, to help cse understand.
  1359.  
  1360. Sun Apr 10 00:07:45 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1361.  
  1362.     * expr.c (emit_library_call): Two dumb bugs calling emit_call_1.
  1363.  
  1364.     * dbxout.c (dbxout_symbol): Handle case of (MEM (REG frameptr)).
  1365.  
  1366.     * cccp.c (skip_if_group): Ignore quote-chars if -traditional.
  1367.     (rescan): If -traditional, don't output a space for a comment.
  1368.     (handle_directive): If not -traditional, output a space for a comment.
  1369.  
  1370. Sat Apr  9 21:26:51 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1371.  
  1372.     * decl.c (get_parm_types): `void' type is error, except as entire list.
  1373.     * parse.y (parmlist_1): `void,...' is error.
  1374.  
  1375.     * typecheck.c (pointer_int_sum, pointer_diff):
  1376.     Use an integer type with at least POINTER_SIZE bits.
  1377.     * expr.c (expand_expr, ARRAY_REF): Likewise.
  1378.     * tree.c (type_precision): Prec of a pointer is POINTER_SIZE.
  1379.     (convert_to_pointer): Directly convert any int w/ width==POINTER_SIZE.
  1380.     Other int types convert via an int of that width.
  1381.     (convert_to_integer): Pointers convert via an int of that width.
  1382.  
  1383.     * decl.c (init_decl_processing): Use INT_TYPE_SIZE, if def,
  1384.     to set width of `int' and `unsigned int'.
  1385.     (make_index_type): Give new type the width of a long int.
  1386.  
  1387.     * tm-m68k.h: Add new -mshort which controls TARGET_SHORT.
  1388.     * tm-m68k.h: Define INT_TYPE_SIZE depending on TARGET_SHORT.
  1389.  
  1390. Fri Apr  8 05:02:59 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1391.  
  1392.     * typecheck.c (require_complete_type): Fix typo in detection of `void'.
  1393.     (build_function_call): Fix backward test to allow `void' values.
  1394.  
  1395.     * dbxout.c (dbxout_tags): Output each tag once even if type is defined.
  1396.  
  1397.     * m68k.md (movstrictqi): Reject addr-reg always, for both operands.
  1398.  
  1399.     * tm-vax.h (STRUCTURE_SIZE_BOUNDARY): Make this always 8, for BSD.
  1400.     * tm-ultrix.h: New file, overriding STRUCTURE_SIZE_BOUNDARY.
  1401.     [This change has been taken out; tm-ultrix.h is now equivalent to
  1402.     tm-vax.h.  I must have been confused when testing PCC.]
  1403.  
  1404.     * integrate.c (expand_inline_function): Don't let inline_target
  1405.     be nonzero in BLKmode.
  1406.  
  1407.     * decl.c (grokdeclarator): Const array parm becomes ptr-to-const.
  1408.  
  1409. Thu Apr  7 05:02:41 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1410.  
  1411.     * genoutput.c (bcopy, bzero): Renamed to mybcopy, mybzero
  1412.     so variation in C library and config.h won't affect the results.
  1413.     * genrecog.c (bzero): likewise.
  1414.     * genextract.c (bcopy): Fn deleted; used only in a string constant. 
  1415.  
  1416.     * varasm.c (force_const_mem): Fix typo in arg decl.
  1417.  
  1418.     * toplev.c (compile_file): init_file with main_input_filename
  1419.     so dbx output doesn't lack N_SOL symbols.
  1420.  
  1421.     * cccp.c (rescan) [CPLUSPLUS]: Put out // comments as // comments.
  1422.  
  1423. Wed Apr  6 14:06:38 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1424.  
  1425.     * expr.c: Delete SLOW_ZERO_EXTEND conditionals added March 3.
  1426.     Now that enums types can be unsigned, this isn't needed.
  1427.  
  1428.     * emit-rtl.c (emit_jump_insn): Handle SEQUENCEs.
  1429.  
  1430.     * genemit.c (gen_expand): Use emit_jump_insn, emit_label, emit_barrier
  1431.     when the insn rtl requires it.
  1432.  
  1433.     * m68k.md (subsi3): Prefer to avoid reverse-subtraction alternative.
  1434.  
  1435.     * stmt.c (expand_end_case): Let CASE_DROPS_THROUGH control what to
  1436.     emit after the table.
  1437.     * tm-vax.h: Define CASE_DROPS_THROUGH.
  1438.  
  1439. Tue Apr  5 15:47:10 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1440.  
  1441.     * genemit.c (gen_exp): Handle vectors within exprs.
  1442.  
  1443.     * stmt.c (expand_end_case): Pass 5th arg (default_label) to gen_casesi.
  1444.     * m68k.md: Define casesi insn rather than tablejump insn.
  1445.  
  1446.     * cccp.c (skip_if_group): For validate_else, pass BP (end of cmd name).
  1447.     Don't call validate_else if do_else or do_endif will detect error.
  1448.  
  1449.     * Bug: inline fcns can refer to the return reg with a strict_low_part
  1450.     which confuses expand_inline_function.  Fix is to change return reg
  1451.     into inline_target *everywhere* except in or right after a call.
  1452.     * integrate.c (copy_rtx_and_substitute): Delete special case for SET.
  1453.     Replace return-value hard regs with INLINE_TARGET in all contexts.
  1454.     (expand_inline_function): special handling for insn after a CALL_INSN
  1455.     if it copies the function value out.
  1456.     Allow notes and stack adjust insns to intervene
  1457.     between the CALL_INSN and the value-copy.
  1458.  
  1459.     * expr.c (emit_call_1): New name for gen_call_1.
  1460.  
  1461.     * Bug: ({...}) insns were in wrong place for a subexpression
  1462.     after a sequence point, as in x ? y : ({...}).
  1463.     * tree.def: New tree-code RTL_EXPR holds a sequence.
  1464.     * expr.c (expand_expr): Handle RTL_EXPR by emitting the sequence.
  1465.     * stmt.c (expand_{start,end}_stmt_expr): Use emit_to_sequence
  1466.     to make a sequence from everything within the ({...}).
  1467.     (expand_{start,end,emit}_delayed_expr): Delete these functions.
  1468.     * parse.y (`for'-statements): Don't call them; nothing special needed.
  1469.  
  1470.     * parse.y (yylex): Handle syntax L"..." and L'...'
  1471.     (combine_strings): Handle wide strings being combined.
  1472.     * typecheck.c (digest_init): Reject wide string as init for char array.
  1473.     Allow it for an int array, but don't allow a narrow string.
  1474.     * decl.c (init_decl_processing): New var int_array_type_node.
  1475.  
  1476.     * parse.y: Define keyword `noalias'.
  1477.     * parse.h: Define RID_NOALIAS.
  1478.  
  1479.     * typecheck.c (compparms): Not all parmlists match an empty one;
  1480.     call `compparms1' to filter them.
  1481.  
  1482.     * decl.c (groktypename): Remove special case for `void' as parameter.
  1483.     (get_parm_types): Special case for list of one decl with type void.
  1484.  
  1485.     * decl.c (build_enumerator): Give enum constants the type `int'.
  1486.     Variable `current_enum_type' eliminated.
  1487.     (finish_enum): No need to repeat `fixup_unsigned_type'
  1488.     since the precision has not changed.
  1489.     * stor-layout.c (layout_type): Allow enum types to be unsigned.
  1490.  
  1491.     * emit-rtl.c (unshare_all_rtl): Unshare contents of all reg-notes.
  1492.  
  1493.     * parse.y (check_newline): filename is optional in #-lines.
  1494.  
  1495. Mon Apr  4 14:36:54 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  1496.  
  1497.     * typecheck.c (shorten_compare): When data type determines the value,
  1498.     eval the nonconstant arg anyway if it has side effects.
  1499.     (build_conditional_expr): When merging `foo *' with `void *',
  1500.     also allow `const void *'.  Result type has merged set of qualifiers.
  1501.     (qualify_type): Merge qualifiers of two types.
  1502.  
  1503.     * decl.c (get_parm_types): Store any tags defined in parmlist
  1504.     into `last_function_parm_types'.
  1505.     (store_parm_decls): Add those tags into the current binding level.
  1506.  
  1507.     * parse.y (parmlist, parmlist_or_identifier): Pass 0 to pushlevel;
  1508.     no binding levels in C should be transparent to tags.
  1509.  
  1510.     * 3b1 support:
  1511.     * tm-3b1.h: New file.
  1512.  
  1513.     * m68k.md: Add HPUX_ASM conditionals for shift-by-24-and-compare.
  1514.     In one of the dbra patterns, a HPUX_ASM conditional was backwards.
  1515.     (movhi) [SGS_3B1]: Define the LI... label as in MIT syntax.
  1516.     (addsi3) [SGS]: Syntax for base-displacement differs from MOTOROLA.
  1517.     (subsi3) [SGS]: likewise.
  1518.     (tablejump) [ASM_OUTPUT_CASE_LABEL]: Use 6, not 2, as displacement.
  1519.     This assumes ASM_OUTPUT_CASE_LABEL on 68k is used for a `swbeg'.
  1520.  
  1521.     * final.c (final): Use ASM_OUTPUT_CASE_LABEL (if defined) to output
  1522.     any CODE_LABEL followed by an ADDR_VEC or ADDR_DIFF_VEC.
  1523.     It has 4 args; 4th is the insn which is the ADDR_VEC or ADDR_DIFF_VEC.
  1524.  
  1525.     * tm-*.h for 68000 (PRINT_OPERAND_ADDRESS): For unscaled indexing in
  1526.     fetch from a branch table, use L and LI symbols as in the scaled case.
  1527.  
  1528.     * cccp.c: If SCCS_DIRECTIVE, define #sccs as no-op.
  1529.  
  1530.     * integrate.c (output_inline_function): Real start of function
  1531.     is FIRST_PARM_INSN, not FIRST_FUNCTION_INSN.
  1532.  
  1533.     * tree.c (build_string): String contents must be saveable (for
  1534.     inline fcn).
  1535.  
  1536.     * cse.c (cse_insn): Don't forget to set dest_hash_code when dest
  1537.     is a stack slot (and so its address is not being optimized).
  1538.  
  1539.     * emit-rtl.c (restore_reg_data_1): reg_rtx_no must be 1+ largest REGNO.
  1540.  
  1541.     * m68k.md (non-SImode bit-field insns): Change constraint to "o,d"
  1542.     so a nonoffsetable memref is handled by reloading its address
  1543.     but a register can still be handled.
  1544.  
  1545.     * toplev.c (main): Execute OVERRIDE_OPTIONS, if it's defined.
  1546.  
  1547. Sat Apr  2 00:55:21 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1548.  
  1549.     * expr.c (convert_move): Handle a SUBREG in direct truncation case.
  1550.  
  1551.     * cse.c (lookup_for_remove): Don't test machine mode of registers:
  1552.     Storing in (REG:SI 0) invalidates (REG:DF 0).
  1553.  
  1554.     * decl.c (pushlevel): New arg, nonzero means this level is for
  1555.     variables only, not for tags.  All calls changed.
  1556.     (lookup_tag): Even if THIS_LEVEL_ONLY, skip variables-only levels.
  1557.     (pushtag): Define it in the first non-variables-only level.
  1558.  
  1559.     * dbxout.c (dbxout_type): Undo Mar 29 change, in the DBX_NO_XREFS case.
  1560.     So now each struct or union will contain only nameless cross-refs
  1561.     to any others it uses.  The prior change is still in effect when
  1562.     DBX_NO_XREFS is not defined.
  1563.  
  1564.     * Implement variable array bounds for parameters.
  1565.     * decl.c (poplevel): Don't crash if DECL_NAME gives 0.
  1566.     * typecheck.c (comptypes): A variable array bound matches anything.
  1567.     * parse.y (parmlist): Call pushlevel, then pushdecl each parm as it
  1568.     is parsed; then poplevel after using get_parm_types to extract the
  1569.     results of the parmlist.
  1570.     * decl.c (get_parm_types): New function; reverse the current decls,
  1571.     put them in last_function_parms, and return a list of their types.
  1572.     (grokparms): Arg is now an idlist or a typelist.  Do nothing if latter.
  1573.     (push_parm_decl): New function, like {start,finish}_decl combined
  1574.     for a parm in a parmlist.
  1575.  
  1576.     * dbxout.c (dbxout_symbol): Ignore sym if its DECL_RTL is 0.
  1577.  
  1578.     * symout.c (symout_block_symbols): Ignore sym if type is error_mark.
  1579.  
  1580. Fri Apr  1 11:41:21 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1581.  
  1582.     * expr.c (prepare_call_address): New function; given two rtx's
  1583.     for function and context, copy the context to the right hard reg,
  1584.     put the function address in the right place and return an rtx for it.
  1585.     (gen_call_1): No longer do those things.  Delete args CONTEXT, PROTECT.
  1586.     (emit_library_call, expand_call): Call `prepare_call_address'.
  1587.     In between that and `gen_call_1', USE the parm registers.
  1588.  
  1589.     * tm-hp9k320.h (ASM_OUTPUT_*): Flush uses of output_arith_constant.
  1590.  
  1591.     * varasm.c (assemble_variable): Use ASM_FORMAT_PRIVATE_NAME
  1592.     to make the name for a local static variable.
  1593.     * tm-m68k.h, tm-vax.h, tm-ns32k.h, tm-spur.h:
  1594.     Define ASM_FORMAT_PRIVATE_NAME.  Use `.', not `$', to separate.
  1595.  
  1596.     * tm-m68k.h, tm-ns32k.h (FIX_FRAME_POINTER_ADDRESS):
  1597.     To refer to stack ptr, use stack_pointer_rtx, not a copy.
  1598.  
  1599.     * tree.c (build_real_from_string): Function deleted.
  1600.     * parse.y (yylex): Use build_real and atof.
  1601.  
  1602.     * parse.y: Allow string concatenation in arg of asm.
  1603.  
  1604.     * parse.y (yylex): Always allow `$' in ident, but warn if pedantic.
  1605.     * tm-vms.h: Delete DOLLARS_IN_IDENTIFIERS (no longer tested).
  1606.  
  1607.     * cccp.c (rescan, do_define, initialize_random_junk):
  1608.     Always allow `$', but warn if pedantic.
  1609.     (main): If -t, set `traditional'.
  1610.     (collect_expansion): If `traditional', no special handling for quotes
  1611.     and no whitespace added at end of macro definition.
  1612.  
  1613.     * expr.c (compare, compare1): Last arg to compare_constants
  1614.     must be a size in bits.
  1615.  
  1616. Thu Mar 31 00:31:52 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1617.  
  1618.     * expmed.c (expand_mult, expand_divmod, extract_fixed_bit_field):
  1619.     Reject function return register as target if may need to read it.
  1620.     (Reading the return register in an inline function doesn't work.)
  1621.  
  1622.     * decl.c (start_function): Delete extra arg to `error'.
  1623.  
  1624.     * emit-rtl.c (last_parm_insn): Delete this unused var.
  1625.  
  1626.     * make-cc1.com: New version from Kashtan.
  1627.  
  1628.     * integrate.c (expand_inline_function): Always set up an INLINE_TARGET
  1629.     for a function that returns a nonvoid nonBLK value.
  1630.     Since `pushlevel' and `poplevel' are called, must also call
  1631.     `expand_{start,end}_bindings' to make a pair of NOTEs.
  1632.     Let them handle USEs at end of scope of formal parameter copies.
  1633.  
  1634.     * integrate.c (expand_inline_function): In a new-style CALL_INSN,
  1635.     don't change the result reg into INLINE_TARGET.  Also,
  1636.     generate a move insn after the call only if INLINE_TARGET is non-0.
  1637.  
  1638.     * integrate.c (copy_decl_tree): Don't crash if DECL_RTL is 0.
  1639.  
  1640.     * integrate.c (copy_for_inline): Don't treat `return' rtx's specially.
  1641.  
  1642.     * stmt.c (expand_{start,end,emit}_delayed_expr):
  1643.     New fns to handle ({...})'s in expressions output not where parsed
  1644.     (such as third expression in a `for' statement).
  1645.     * parse.y: Call them to handle third expression in a `for'.
  1646.  
  1647.     * decl.c (duplicate_decls): Result is `inline' if either OLD or NEW is.
  1648.  
  1649.     * emit-rtl.c (emit_note): Return the note, or 0 if none.
  1650.     * stmt.c (expand_start_bindings): Use emit_note's value.
  1651.  
  1652. Wed Mar 30 12:48:22 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1653.  
  1654.     * obstack.c (_obstack_begin): If ALIGNMENT is 0, use default.
  1655.     Compute default for the alignment of a `double'.
  1656.     * obstack.h (obstack_{begin,init}): Pass 0 for the alignment.
  1657.  
  1658.     * flow.c (mark_used_regs): Discard multiple SUBREGs, STRICT_LOW_PARTs.
  1659.  
  1660.     ** Call insns that return values are now represented as
  1661.     (set (reg ...) (call ...)), not just (call ...).
  1662.  
  1663.     * *.md: Define a "call_value" insn pattern.
  1664.  
  1665.     * tm-m68k.h, tm-vax.h, tm-ns32k.h: (NOTICE_UPDATE_CC):
  1666.     These insns invalidate the CC.
  1667.  
  1668.     * local-alloc.c (combine_regs): #if 0 special treatment of
  1669.     function value hard reg.
  1670.     (wipe_dead_reg): If hard reg, call reg_is_born so that the death
  1671.     will not be ignored.
  1672.     (reg_is_set): For reg that dies in this insn, mark it dead from now on
  1673.     and post_mark it live after this insn only.
  1674.  
  1675.     * combine.c (try_combine): Don't allow a call insn as I1 or I2.
  1676.  
  1677.     * loop.c (count_loop_regs_set): Move CALL_INSN into a separate
  1678.     clause.  When finding regs that are function addresses, handle
  1679.     both old and new format call insns.
  1680.  
  1681.     * flow.c (insn_dead_p): A SET that contains a CALL can't be dead.
  1682.     (volatile_refs_p): Any CALL constitutes a volatile ref.
  1683.     (mark_used_regs): If setting a reg from a volatile ref,
  1684.     treat it like setting a reg whose value will be used.
  1685.  
  1686.     * expr.c (gen_call_1): New arg VALREG if nonzero means generate
  1687.     a call_value insn which stores in VALREG.
  1688.     (expand_call): Use `hard_function_value' to make the VALREG arg
  1689.     unless expression has type `void'.
  1690.  
  1691.     * expr.c (emit_library_call): New 2nd arg OUTMODE is mode of result.
  1692.     (So can give gen_call_1 the proper value-register.)
  1693.     All callers (here and optabs.c) pass this arg.
  1694.  
  1695.     * cse.c (canon_hash): Consider all CALL rtx's volatile.
  1696.  
  1697.     ** end of change in representation of call insns.
  1698.  
  1699.     * stmt.c (expand_asm_operands): Replace complex lvalues with
  1700.     SAVE_EXPRs here
  1701.     * typecheck.c (c_expand_asm_operands):  rather than here.
  1702.  
  1703.     * typecheck.c (pointer_diff): Fix typo preventing use of FLOOR_DIV_EXPR
  1704.     when dividing by power of 2.
  1705.     (build_c_cast): Flush unused locals.
  1706.     (store_init_value): likewise.
  1707.     (process_init_constructor): Delete unused 4th arg `for_static'.
  1708.  
  1709.     * toplev.c (fatal_io_error): Arg to fprintf was missing.
  1710.  
  1711.     * tm-m68k.h (LEGITIMIZE_ADDRESS): Flush extra arg to `emit_move_insn'.
  1712.  
  1713.     * decl.c: Delete some unused local vars.
  1714.  
  1715.     * stor-layout.c (layout_decl): `packed_size' now unsigned.
  1716.  
  1717. Tue Mar 29 14:47:07 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1718.  
  1719.     * Version 1.19 released.
  1720.  
  1721.     * loop.c (may_trap_p): Nonzero if X is a division that might trap.
  1722.     (scan_loop): If insn might trap, move only if loop always executes it.
  1723.  
  1724.     * dbxout.c (dbxout_type): Never output a cross-ref for
  1725.     a type whose definition is known.  Sun dbx won't accept them.
  1726.  
  1727. Mon Mar 28 12:34:46 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1728.  
  1729.     * tm-vms.h (TARGET_DEFAULT): Default is PCC alignment.
  1730.     The VMS compile driver controls the real default.
  1731.  
  1732.     * typecheck.c (c_expand_return): Don't ignore return value
  1733.     when its type is void.
  1734.  
  1735.     * final.c (final): Forget the condition codes after an `asm'.
  1736.  
  1737.     * typecheck.c (build_binary_op_nodefault): Warn about ptr < 0
  1738.     even if not pedantic, but not if traditional.
  1739.  
  1740.     * typecheck.c (convert_for_assignment): Don't warn about
  1741.     pointers volatile * vs nonvolatile * if -fvolatile specified.
  1742.  
  1743.     * decl.c (store_parm_decls): Among the old-style parm decls
  1744.     there can legitiately be other decls!  For example, if a parm
  1745.     is declared `enum {foo, bar} x;', there are decls for `foo' and `bar'.
  1746.     Don't let anything but a PARM_DECL match a parm name;
  1747.     pass all the other decls through into the lexical context.
  1748.  
  1749.     * jump.c (jump_optimize): When deleting stack adjusts before a
  1750.     jump-to-return, don't be fooled by intervening NOTEs.
  1751.  
  1752.     * tm-sequent.h (PRINT_OPERAND): Output (MEM (MEM (REG))) properly.
  1753.     * output-ns32k.c (print_operand_address): Output (MEM (REG))
  1754.     properly; output stack-pointer as `tos'.
  1755.  
  1756.     * flow.c (find_use_as_address): Reject uses within operand 0
  1757.     of a ZERO_EXTRACT or SIGN_EXTRACT reference.  It's hard to reload
  1758.     an autoincrement inside these because they can refer to multiple bytes.
  1759.  
  1760.     * reload.c (find_reloads): `o' in constraint means any memref
  1761.     (except auto-increment) is acceptable with reloading.
  1762.     Braino: Clear BADOP, not BAD.
  1763.  
  1764.     * reload.c (push_reloads): Use rtx_equal_p (via macro MATCHES)
  1765.     when considering reuse of an old reload.  Otherwise equal values
  1766.     may get reloaded into different registers, and two MEMs that
  1767.     originally matched may fail to match once reloaded.
  1768.  
  1769.     * m68k.md (sign_extract and zero_extract insns):
  1770.     If operand 0 is QI or HImode, don't allow register--only `o'
  1771.     (except in some bftst patterns where bitpos is < 8).
  1772.     And change `m' to `o' in all these patterns.
  1773.  
  1774. Sun Mar 27 15:32:54 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1775.  
  1776.     * expr.c (expand_expr, case CONSTRUCTOR):
  1777.     Not all aggregates are BLKmode; use the type's mode.
  1778.  
  1779.     * gcc.c: Pass -y* to ld.
  1780.  
  1781.     * cse.c (struct hash): New member `equivalence_only'.
  1782.     (insert): Initialize it.
  1783.     (cse_insn): Set it to 1 when src_eqv is inserted.
  1784.     When finding cheapest equivalent of something,
  1785.     skip elts that are marked with `equivalence_only'.
  1786.  
  1787.     * decl.c (duplicate_decls): Don't call `layout_type'
  1788.     if the type is `error_mark_node'.
  1789.  
  1790.     * decl.c (implicitly_declare): If decl will be file-scope,
  1791.     make sure it's a permanent node, and its associated data too.
  1792.  
  1793. Sat Mar 26 15:48:50 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1794.  
  1795.     * flow.c (insn_dead_p, mark_used_regs): Storing a reg via a
  1796.     ZERO_EXTRACT or SIGN_EXTRACT is dead if the reg isn't needed afterward.
  1797.  
  1798.     * stmt.c (expand_start_function): Set current_function_name
  1799.     to the name of this function.
  1800.     * tm-vms.h (MAYBE_VMS_FUNCTION_PROLOGUE): Use current_function_name.
  1801.  
  1802.     * expr.c (expand_increment): A SUBREG in op0 can also a be a copy.
  1803.  
  1804.     * ns32k.md: Correct range of args for `adjspb' insn.
  1805.     Use `adjspw' when appropriate.
  1806.     New pattern for `lprd' insn.
  1807.     Change some `const_int' predicates to GET_CODE tests.
  1808.  
  1809.     * expr.c (expand_call): Eval function before copying args to hard regs.
  1810.  
  1811.     * tree.c (make_node, copy_node): Don't get length of a REAL_CST
  1812.     from tree_code_length.
  1813.  
  1814.     * expmed.c (extract_fixed_bit_field): In memory-word case, abort
  1815.     if tm.h parms say word could fail to be well-aligned.
  1816.     * tm-ns32k.h: Define STRUCTURE_SIZE_BOUNDARY so they will be aligned.
  1817.     * tm-vax.h: Define STRUCTURE_SIZE_BOUNDARY since Unix CC seems to.
  1818.  
  1819.     * tm-vms.h (CPP_PREDEFINES): Predefine __GNU__ and __GNUC__.
  1820.  
  1821. Fri Mar 25 13:23:27 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1822.  
  1823.     * gcc.c (main): Handle SIGHUP, SIGTERM.
  1824.  
  1825.     * expmed.c (expand_bit_and): Don't clobber OP1 when trying andcb.
  1826.  
  1827. Thu Mar 24 21:59:09 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1828.  
  1829.     * stmt.c (assign_parms): Get size of BLKmode local from the type,
  1830.     not the mode.
  1831.     (expand_function_start): Init frame_offset before calling assign_parms.
  1832.  
  1833. Wed Mar 23 23:50:37 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1834.  
  1835.     * expr.c (emit_push_insn): When making a move insn,
  1836.     go via emit_move_insn; else fails to put constants into memory.
  1837.  
  1838. Tue Mar 22 15:45:10 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1839.  
  1840.     * expr.c (expand_increment): Flush special case for register_operand;
  1841.     actually call the predicate whatever it is.
  1842.  
  1843.     * genemit.c (gen_expand): Make `operands' a local variable,
  1844.     not a global static one, in the `gen_...' function.
  1845.     Avoids lossage when one `gen_...' fcn calls another indirectly.
  1846.  
  1847.     * genoutput.c (output_epilogue): Don't give printf a null string.
  1848.  
  1849. Mon Mar 21 15:41:42 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1850.  
  1851.     * expmed.c (store_bit_field) [HAVE_insv]:
  1852.     Force VALUE1, not VALUE, into a register.
  1853.  
  1854.     * expmed.c (store_fixed_bit_field): Width of mask for clearing
  1855.     the bit-field depends on mode of OP0.
  1856.  
  1857.     * ns32k.md (branch and store-flag insns):
  1858.     Test cc_prev_status, not cc_status.
  1859.  
  1860.     * expmed.c (extract_bit_field): Delete unused var `omode'.
  1861.  
  1862.     * dbxout.c (dbxout_type, dbxout_tag): Use the main variant
  1863.     of the specified type.
  1864.  
  1865.     * reload.c (find_reloads): When an alternative succeeds without reload,
  1866.     initialize goal_alternative_matches from this_alternative_matches.
  1867.  
  1868. Sun Mar 20 17:58:00 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1869.  
  1870.     * tm-sun*.h: Don't predefine `m68k'; Sun's compiler does not.
  1871.  
  1872. Fri Mar 18 13:48:29 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1873.  
  1874.     * reload.c (find_reloads): Set up goal_alternative_matches
  1875.     *after* the label `finish'.
  1876.  
  1877.     * stmt.c (assign_parms): GET_MODE_SIZE needs a mode, not an rtx.
  1878.  
  1879.     * recog.c (constrain_operands): Set global var `which_alternative'
  1880.     to indicate which of the alternatives this insn matches.
  1881.  
  1882.     * typecheck.c (commontype): long int vs unsigned int
  1883.     gives long unsigned, if long and int are the same width.
  1884.  
  1885. Thu Mar 17 15:39:45 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1886.  
  1887.     * emit-rtl.c, tree.c: include local version of varargs.h.
  1888.  
  1889.     * decl.c (start_function): Clear TREE_EXTERNAL and set TREE_STATIC
  1890.     here rather than in finish_function.  Affects the case of
  1891.        `extern foo ();  static foo (a) {...}'
  1892.  
  1893.     * gcc.c: Handle -fnostdinc and -fnostdlib switches in specs.
  1894.  
  1895.     * cccp.c (main): Handle -fnostdinc: don't put default dirs
  1896.     on the chain to be searched.
  1897.  
  1898.     * cccp.c (error, warning, error_with_line): No longer print
  1899.     charpos within file; lineno is enough.
  1900.  
  1901. Wed Mar 16 16:56:36 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1902.  
  1903.     * expmed.c (expand_inc, expand_dec): Handy new subroutines
  1904.     to generate x+=y or x-=y, given x and y as rtl.
  1905.     * expmed.c (expand_divmod): Use them instead of gen_{add2,sub2}_insn.
  1906.  
  1907.     * expr.c (emit_move_insn): Return the move insn emitted.
  1908.     Eliminate the code here to move a DImode or DFmode by pieces.
  1909.  
  1910.     * emit-rtl.c (emit_insn): Return-value was wrong if emit_to_sequence;
  1911.     cannot use `last_insn' in that case.
  1912.  
  1913.     * regclass.c, stupid.c, local-alloc.c, global-alloc.c:
  1914.     Some vars of type HARD_REG_SET should be `register' only
  1915.     if HARD_REG_SET is a macro (ie a scalar).
  1916.  
  1917.     * expr.c (move_block_from_reg): New function, converse of
  1918.     move_block_from_reg.
  1919.     * stmt.c (assign_parms): If a BLKmode arrives in regs,
  1920.     copy to a stack slot using move_block_from_reg.
  1921.  
  1922. Tue Mar 15 17:33:22 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1923.  
  1924.     * regclass.c (regclass): Don't convert to two-operand insns
  1925.     unless optimizing.
  1926.  
  1927.     * varasm.c (decode_rtx_const, const_hash_rtx): Fix typos.
  1928.  
  1929.     * stmt.c (fixup_var_1): Don't alter insn moving VAR to or from
  1930.     a subreg of a register.
  1931.  
  1932.     * cse.c (fold_rtx): Don't fold if result is not LEGITIMATE_CONSTANT_P.
  1933.     Construct all results in new local variable NEW; then test that
  1934.     and decide whether to return it or the original rtx.
  1935.  
  1936.     * cse.c (cse_insn): When SRC_EQV is non-0 but set[0] has been
  1937.     cleared, don't insert SRC_EQV in hash table.
  1938.  
  1939.     * All insns emitted by a define_expand become part of the SEQUENCE:
  1940.     * SEQUENCE now contains a vector of insns, not of bodies.
  1941.     * insn-emit.c (add_insn): If `emit_to_sequence' nonzero, add the
  1942.     insn to a separate chain, `sequence_first_insn'.
  1943.     (gen_sequence): Take everything on that chain and make a SEQUENCE.
  1944.     (emit_insn): Handle SEQUENCE differently since elts are now insns.
  1945.     (emit_insn_{before,after}): Handle SEQUENCE.
  1946.     (classify_insn): #if 0.
  1947.     * genemit.c (gen_expand): emit all the insns, then call gen_sequence
  1948.     to make the return value.
  1949.     Define two macros DONE and FAIL for use in a DEFINE_EXPAND:
  1950.     Use DONE to inhibit emission of the pattern of the DEFINE_EXPAND.
  1951.     Use FAIL to make the gen_... function return 0.
  1952.  
  1953. Mon Mar 14 12:47:28 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  1954.  
  1955.     * expr.c (expand_expr): Extend the don't-sign-extend-enums hack
  1956.     to COMPONENT_REF.  (See 3 March.)
  1957.  
  1958.     * tm-*.h (FUNCTION_ARG, etc.) New argument NAMED
  1959.     is nonzero for a named arg, zero for an anonymous extra arg.
  1960.     * expr.c (expand_call): Pass 1 for NAMED if appropriate.
  1961.     * expr.c (emit_library_call): Pass 1 for NAMED.
  1962.     * stmt.c (assign_parms): Pass 1 for NAMED.
  1963.  
  1964.     * cccp.c: Test __GNUC__, not __GNU__.
  1965.  
  1966.     * integrate.c (copy_and_substitute_rtx):
  1967.     Replacing a MEM parm with the parm value, convert mode if mismatch.
  1968.     Always use VOIDmode when generating SETs.
  1969.     Take heed of FIRST_PARM_OFFSET and distinguish arg-pointer
  1970.     from frame-pointer when they are different.
  1971.     (expand_inline_function): Handle (RETURN) insns, by creating a
  1972.     return_label which is output after the integrated code.
  1973.  
  1974.     * parse.y (yylex): Condition for ignoring `inline' was backwards.
  1975.  
  1976.     * flow.c (mark_used_regs): Ignore STRICT_LOW_PART, so that
  1977.     an insn that sets STRICT_LOW_PART (and its source values) may be dead.
  1978.     (propagate_block): Always pass 1 for strict_low_ok to insn_dead_p.
  1979.  
  1980.     * optabs.c (emit_unop_insn): Don't make a REG_RETVAL note.
  1981.     Change above deletes dead STRICT_LOW_PART stores without one.
  1982.  
  1983.     * optabs.c (expand_binop, expand_unop): If the library address
  1984.     is to be put in a pseudoreg, do it here, and make the REG_RETVAL
  1985.     note point after that.
  1986.  
  1987.     * expr.c (emit_library_call): Never defer stack-pops.
  1988.     Deletion of the library call by flow.c loses if they are deferred.
  1989.  
  1990.     * cse.c (cse_insn): Handling of 68k's zero-extend was broken:
  1991.     it made the actual source and the REG_EQUAL source equivalent.
  1992.     * If dest is a STRICT_LOW_PART, ignore the actual source and use
  1993.     the REG_EQUAL source in its place.  src_eqv's mode may be different
  1994.     from src's, so use proper mode in lookups or inserts for src_eqv.
  1995.     * Don't forget to set src_eqv_elt if src_eqv already has an elt.
  1996.     * On use_related_value for src_eqv, use src_eqv_elt.
  1997.  
  1998.     * toplev.c (main_input_filename): Name of file mentioned in first
  1999.     #-line in the input.
  2000.     (compile_file): Pass it to dbxout_init as 2nd arg.
  2001.     * dbxout.c (dbxout_init): Use 2nd arg to make the N_
  2002.     * parse.y (check_newline): Store main_input_filename.
  2003.  
  2004.     * expr.c (move_block_to_reg): New function, copies a MEM:BLK
  2005.     to consecutive registers.
  2006.     (use_regs): New function to emit a USE for each reg in a series.
  2007.     (expand_call): Use the two new functions when a precomputed BLKmode
  2008.     arg is passed entirely in regs.
  2009.     (emit_push_insn): Use move_block_to_reg when PARTIAL > 0.
  2010.     Also, don't subtract USED from SIZE twice.
  2011.     Use plus_constant to add ARGS_SO_FAR so can use indexing on stack ptr.
  2012.  
  2013.     * varasm.c (assemble_integer_zero): Use rtx 0, not tree 0,
  2014.     to go with prev change in ASM_OUTPUT_INT.
  2015.  
  2016. Sun Mar 13 01:16:17 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2017.  
  2018.     * varasm.c (const_hash, compare_constant_1, record_constant_1):
  2019.     Handle NOP_EXPR and CONVERT_EXPR in constant expressions.
  2020.  
  2021.     * optabs.c (expand_binop, expand_unop): When widening operands,
  2022.     those with VOIDmode (like CONST_INT) may be left alone.
  2023.  
  2024. Sat Mar 12 01:09:24 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2025.  
  2026.     * varasm.c (assemble_variable): When making a .comm or .lcomm,
  2027.     round size up to multiple of BIGGEST_ALIGNMENT.
  2028.  
  2029.     * obstack.c (_obstack_newchunk): Eliminate fencepost causing copying
  2030.     to access the word past the end of the existing object.
  2031.  
  2032.     * tm-vax.h, tm-ns32k.h: Define {INIT_,}CUMULATIVE_ARGS
  2033.     and upgrade FUNCTION_ARGS for new calling convention.
  2034.  
  2035.     * gcc.c: If -O, define __OPTIMIZE__.
  2036.     (do_spec_1): %c now scans SIGNED_CHAR_SPEC: define __CHAR_UNSIGNED__
  2037.     when appropriate whether or not it is the default.
  2038.  
  2039. Fri Mar 11 16:49:25 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2040.  
  2041.     * parse.y: Define YYDEBUG.
  2042.  
  2043.     * rtl.c (rtx_unstable_p): New function, same as old rtx_varies_p.
  2044.     * explow.c (stabilize): Use rtx_unstable_p.
  2045.     * rtl.c (rtx_varies_p): Ignore `unchanging' (undoing previous change
  2046.     in this function) because `unchanging' doesn't enable cse to compare
  2047.     the value with any particular constant value.
  2048.     * rtl.c (insn_store_addr_varies_p): Delete, since not used.
  2049.  
  2050.     * hard-reg-set.h (COPY_HARD_REG_SET, etc.) non-scalar case:
  2051.     Rename and rearrange temp variables to avoid name conflicts with args.
  2052.  
  2053.     * regclass.c (reg_class_record): Don't smash class to GENERAL_REGS
  2054.     and don't exit prematurely, when `r' or `g' is seen.  Must merge
  2055.     GENERAL_REGS with previously determined desired class.
  2056.  
  2057.     * expr.c (expand_call) [no PUSH_ROUNDING]: When pushing the arg
  2058.     block, try to reuse some of the pending_stack_adjust.
  2059.  
  2060.     * cse.c: qty_const can now hold values (PLUS frame_pointer integer).
  2061.     Effect is that storing into a structure doesn't invalidate
  2062.     mem refs to scalar stack variables via addresses in registers.
  2063.     (insert): Load such values into qty_const, like true constants.
  2064.     (fold_rtx): Ignore qty_const if it isn't really a constant.
  2065.  
  2066.     * expr.c (expand_expr) VAR_DECL: Copy DECL_RTL before calling
  2067.     change_address, so it isn't permanently clobbered.
  2068.  
  2069.     * stmt.c (fixup_var_refs_1): Make sure the stack slot address
  2070.     is valid by calling fixup_stack_1 each time it is substituted.
  2071.  
  2072.     * stmt.c (fixup_stack_1): Return the altered rtx.
  2073.     If it's a MEM in the stack, return a copy of it.
  2074.  
  2075.     * stmt.c (fixup_stack_slots): #if 0.
  2076.     * stmt.c (expand_finish_function): Don't call fixup_stack_slots
  2077.     because fixup_stack_1 is called elsewhere when necessary.
  2078.  
  2079.     * reload.c (find_reloads_address): New arg is location of the MEM
  2080.     whose address is being reloaded.  So we copy the MEM if it
  2081.     is one that can be shared.  New arg 0 means no need to copy the MEM.
  2082.     All callers pass the new arg.
  2083.  
  2084.     * stmt.c (assign_parms): Determine parm stack-size from
  2085.     the DECL_ARG_TYPE, not from the TREE_TYPE.
  2086.     Else loses when parm is declared `float' but passed as `double'.
  2087.  
  2088.     * emit-rtl.c (make_safe_from): Constants are already safe.
  2089.     Use proper machine mode for temp reg when needed.
  2090.  
  2091. Thu Mar 10 14:35:14 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2092.  
  2093.     * expr.c (emit_push_insn): Don't pass wrong type to plus_constant
  2094.     (case where there is no PUSH_ROUNDING).
  2095.  
  2096.     * expr.c (expand_call): Round partial[i] down to multiple of
  2097.     PARM_BOUNDARY before subtracting it from arg size on stack.
  2098.     Compute these sizes just once and keep them in vector `arg_size'.
  2099.     * expr.c (emit_push_insn): Handle `partial' uniformly, in accord
  2100.     with this new convention for how it affects the stack size.
  2101.     * stmt.c (assign_parms): Round NREGS down to PARM_BOUNDARY likewise.
  2102.  
  2103.     * obstack.h (obstack_free macro) [Not __GNUC__ but __STDC__]:
  2104.     Don't cast result of (obstack_free) to (int); just ignore it.
  2105.  
  2106.     * reload.c (find_reloads): Initialize operand_reloadnum.
  2107.  
  2108.     * optabs.c (emit_unop_insn): New argument CODE, used to make
  2109.     a REG_EQUAL note from operand OP0 if more than one insn results.
  2110.     Also a REG_RETVAL note.
  2111.     * expr.c (convert_move): Pass CODE arg to emit_unop_insn.
  2112.     * flow.c (propagate_block): Use insn_dead_p to decide whether
  2113.     to handle a REG_RETVAL note by skipping some insns.
  2114.     Always pass 1 for STRICT_LOW_OK for an insn that has a REG_RETVAL note.
  2115.     Handle case where REG_RETVAL points at an insn that's deleted.
  2116.     * flow.c (insn_dead_p): New operand STRICT_LOW_OK says an insn
  2117.     that sets STRICT_LOW_PART may be considered dead.
  2118.  
  2119.     * expr.c (expand_expr): Once again canonicalize X-C to X+(-C).
  2120.     Change on March 1 made it stop doing this.
  2121.  
  2122. Wed Mar  9 01:25:35 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2123.  
  2124.     * loop.c (move_movables): Don't always mark the moved reg
  2125.     as equivalent to a constant value: not if it is being cleared
  2126.     to zero-extend something or if it is used outside the loop.
  2127.  
  2128.     * expr.c (move_by_pieces_1): Finish last change.
  2129.  
  2130.     * stmt.c (assign_parms): Update stack_args_size properly.
  2131.     Figure FIRST_PARM_OFFSET when making the stack mem refs.
  2132.  
  2133.     * cse.c (insert): Build the related_value lists in the opposite order
  2134.     so that the oldest element in the chain is the one that follows
  2135.     the most basic element.
  2136.  
  2137.     * expr.c (expand_expr): COMPONENT_REF case: criterion for
  2138.     converting the the result is if MODE1 (its mode of arrival) isn't
  2139.     a mode we want.
  2140.  
  2141.     * toplev.c (rest_of_compilation): Fix typo setting TREE_ASM_WRITTEN.
  2142.  
  2143. Tue Mar  8 13:18:37 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2144.  
  2145.     * cse'ing of library calls.
  2146.  
  2147.     * expr.h: type `optab' is now a ptr to a struct.
  2148.     The old contents are now the `handlers' element.
  2149.     The `code' element gives the RTL code for the kind of expression
  2150.     this optab makes (PLUS for add_optab, etc.)
  2151.     Every var formerly declared `struct optab *' is now just `optab'.
  2152.  
  2153.     * optabs.c (init_optab, init_optabs): New function to init an optab
  2154.     and set its `code'.  Used in init_optabs.
  2155.  
  2156.     * optabs.c (expand_binop, expand_unop): Use the `code' field
  2157.     to add a REG_EQUAL note to the insn that copies a libcall's
  2158.     value into a pseudo.  Also a REG_RETVAL note pointing at the
  2159.     first insn for setting up args for the call.
  2160.  
  2161.     * cse.c (cse_insn): Process REG_EQUIV and REG_EQUAL datum almost like
  2162.     another set-src; put the actual src into the equivalence class of that.
  2163.  
  2164.     * flow.c (propagate_block): If a dead insn has a REG_RETVAL reg-note,
  2165.     either ignore or delete all the insns back to the insn the REG_ARG
  2166.     note points to.
  2167.  
  2168.     * local-alloc.c (block_alloc): Don't refrain from allocating a
  2169.     "constant" register if the constant value isn't ok for an immediate op.
  2170.  
  2171.  
  2172.     * dbxout.c (CONTIN): If DBX_CONTIN_LENGTH is <= 0, do nothing.
  2173.  
  2174.     * cccp.c: Extra default include dirs for C++.
  2175.     * cccp.c (main): For -M, strip dirs from object file name.
  2176.  
  2177.     * rtl.c (find_reg_note): New function.
  2178.  
  2179.     * expmed.c (store_fixed_bit_field): Don't AND with VALUE
  2180.     if VALUE's original mode had no more bits than we want.
  2181.  
  2182.     * expr.c (emit_library_call): Use varargs.
  2183.  
  2184.     * integrate.c (copy_and_substitute_rtx): Recognize arg_pointer_rtx
  2185.     and translate it just like frame_pointer_rtx.
  2186.  
  2187. Mon Mar  7 00:48:33 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2188.  
  2189.     * expmed.c (extract_fixed_bit_field):
  2190.     Shift counts were wrong for narrow MODE in signed case.
  2191.     Do the sign-extending shifts in the narrowest mode possible.
  2192.     Reduce big-endian case to little-endian case.
  2193.     Delete SLOW_ZERO_EXTEND conditional.
  2194.  
  2195.     * Implement constants in memory for RISC machines
  2196.     with limited abilities for immediate args and constant addresses.
  2197.  
  2198.     * genoutput.c (output_epilogue): Empty predicate-name
  2199.     is output as 0 in insn_operand_predicate.
  2200.  
  2201.     * expr.c (expand_expr): Change 4th arg to an `enum expand_modifier'
  2202.     Value EXPAND_SUM corresponds to old nonzero 4th arg.
  2203.     Value EXPAND_CONST_ADDRESS means ok to return an invalid MEM
  2204.     whose address is a constant.  Changes for this case in ADDR_EXPR,
  2205.     COMPONENT_REF and ..._DECL.
  2206.  
  2207.     * varasm.c (output_arith_constant): Function deleted.
  2208.     * tm-*.h: (ASM_OUTPUT_{INT,SHORT,CHAR}): 2nd arg is now an RTX
  2209.     and output it using `output_addr_const'.
  2210.     * varasm.c (output_constant): Change uses of those macros.
  2211.  
  2212.     * varasm.c (init_const_rtx_hash_table): Initialize constant pool
  2213.     for a new function.  Called from `expand_function_start'.
  2214.     * varasm.c (force_const_mem): Turn a constant rtx into a MEM rtx
  2215.     which refers to the constant pool.  Other new subroutines too.
  2216.     (force_const_double_mem): Use force_const_mem to make the MEM.
  2217.     (immed_real_const): No longer record the REAL_CST node in the rtx.
  2218.  
  2219.     * explow.c (force_reg): If arg is a constant and not legitimate,
  2220.     put it in the constant pool with force_const_mem.
  2221.     Mark the register as equivalent to the constant value.
  2222.     * expr.c (emit_move_insn): Likewise.
  2223.     * explow.c (break_out_mem_refs): Use force_reg to put into a reg.
  2224.     * explow.c (memory_address): Likewise.
  2225.     * expr.c (expand_expr): ADDR_EXPR case: likewise.
  2226.  
  2227.     * expr.c (expand_call): Do force_reg on each register-operand
  2228.     so it will go through a pseudo and can be cse'd.
  2229.  
  2230.     * recog.c (immediate_operand, nonmemory_operand, general_operand):
  2231.     For constant operands, use LEGITIMATE_CONSTANT_P to decide value.
  2232.     * tm-*.h: Define LEGITIMATE_CONSTANT_P.
  2233.  
  2234.     * reload1.c (reload): Invalid constants can't go in reg_equiv_constant.
  2235.  
  2236. Sun Mar  6 22:49:06 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2237.  
  2238.     * reload.c (push_reloads): If IN occurs within OUT,
  2239.     don't reuse an existing input-only reload.  Otherwise would lose on
  2240.     (set (mem (plus R C)) (plus R C1)) if R is available in a spill reg.
  2241.  
  2242.     * reload1.c (choose_reload_targets): Don't choose an inherited
  2243.     reload register that's in use for another reload.
  2244.     Without this, above change doesn't have an effect.
  2245.  
  2246.     * Implement the `unchanging' flag in MEM and REG rtx's.
  2247.     Also simplify code with a new subroutine `change_address'.
  2248.  
  2249.     * emit-rtl.c (change_address): Return new memory ref like an old
  2250.     one but with specified mode and address.
  2251.     * expmed.c (extract{,_split,_fixed}_bit_field): Use change_address.
  2252.     (store{,_split,_fixed}_bit_field): Likewise.
  2253.     * expr.c (store_expr, expand_expr): Likewise.
  2254.  
  2255.     * expr.c (move_by_pieces): Args now memrefs, not addresses.
  2256.     Eliminate the FROM_VOL and TO_VOL args since the memrefs indicate.
  2257.     Change the structure `struct move_by_pieces' similarly.
  2258.     (move_by_pieces_1): Same changes; use change_address.
  2259.     (emit_block_move, emit_push_insn): Calls to move_by_pieces changed.
  2260.  
  2261.     * integrate.c (copy_rtx_and_substitute): Use change_address;
  2262.     handle ->unchanging field.
  2263.  
  2264.     * rtl.c (rtx_varies_p): Regs or memrefs with ->unchanging don't vary.
  2265.     (copy_rtx): Perserve ->unchanging.
  2266.     (print_rtx): Print ->unchanging as /u.
  2267.  
  2268.     * stmt.c (expand_decl): Set ->unchanging on `const' decls.
  2269.     (fixup_memory_subreg): Use change_address.
  2270.     (assign_parms): Record in the rtl which parms are volatile or const.
  2271.  
  2272.     * varasm.c (assemble_variable): Set ->unchanging on `const' decls.
  2273.     (output_constant_def): Always set ->unchanging for constant refs.
  2274.  
  2275.     * cse.c (canon_hash): Don't treat a MEM as "in memory"
  2276.     if its ->unchanging bit is set.
  2277.  
  2278.     * loop.c (invariant_p): A REG or MEM with ->unchanging is invariant
  2279.     (for a MEM, the address must be invariant).
  2280.  
  2281. Sat Mar  5 13:22:11 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2282.  
  2283.     * genconfig.c (walk_insn_part): DO consider MATCH_DUPs
  2284.     when calculating MAX_RECOG_OPERANDS.
  2285.     (gen_expand): define_expand is now different from define_insn.
  2286.     Compute max # SETs or CLOBBERs for any one sub-insn in a define_expand,
  2287.     instead of summing them all.  And don't count the MATCH_DUPs at all.
  2288.  
  2289.     * genemit.c (max_operand_1): Record largest opno in a MATCH_DUP
  2290.     separately from largest in a MATCH_OPERAND.
  2291.     (gen_expand): An operand # with only MATCH_DUPs gets
  2292.     a local variable in the gen_ function we output.
  2293.  
  2294.     * integrate.c (save_for_inline): Delete vestige of NOTE_INSN_IS_DECL.
  2295.  
  2296.     * cse.c (invalidate): Handle subregs.
  2297.     (cse_ins, invalidate_from_clobbers): Do call `invalidate' for subregs.
  2298.     (insert_regs): When assigning one subreg from a like one,
  2299.     make the two regs equivalent.
  2300.     (cse_insn): Do call insert_regs when dest is a subreg.
  2301.  
  2302.     * expr.c (expand_call): Precompute all args going via hard regs
  2303.     since even arithmetic could require a library call.
  2304.  
  2305. Fri Mar  4 15:48:17 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2306.  
  2307.     * stor-layout.c (layout_parms): Function deleted.
  2308.     * stmt.c (expand_function_start): Don't call it.
  2309.  
  2310.     * stmt.c (assign_parms):
  2311.     stack_args_size counts size of args so far passed on stack.
  2312.     Use PARM_BOUNDARY when counting it; derive stack offsets from it.
  2313.     Set current_function_args_size from it.
  2314.  
  2315.     When an arg is split between regs and stack, make stack space
  2316.     for the rest of it, and count it.
  2317.     In a varargs function, push the last arg onto the stack.
  2318.     When an arg is passed in regs alone, don't remember a stack slot
  2319.     for it, and if it needs one, use assign_stack_local.
  2320.  
  2321.     Set DECL_OFFSET to the stack offset, or -1 if parm came in regs.
  2322.  
  2323.     * expr.c (expand_call): Anonymous args of a varargs function
  2324.     are always passed on the stack.
  2325.  
  2326.     * varasm.c (force_const_double_mem): Copy the MEM rtx
  2327.     if it may need to be smashed by reloading.
  2328.  
  2329.     * genemit.c (gen_expand): define_expand must have nonempty pattern
  2330.     even though, due to `return' statements in the code-to-run,
  2331.     that pattern may not be used to generate code.
  2332.  
  2333. Thu Mar  3 17:08:43 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2334.  
  2335.     * expr.c (expand_expr): If supposed to sign-extend an enum
  2336.     which is never negative, zero-extend instead (unless SLOW_ZERO_EXTEND).
  2337.     (store_expr): Likewise.
  2338.  
  2339.     * reload.c (find_reloads): 'm' for CONST_DOUBLE: clear BADOP, not BAD.
  2340.     After force_const_double_mem, do find_reloads_toplev on the MEM.
  2341.     (find_reloads_address): Handle constant addresses (on machines
  2342.     that don't allow them).
  2343.  
  2344.     * final.c (set_current_gdbfile): New fn, get the gdbfile structure
  2345.     for specified filename.
  2346.     (output_source_line): Use set_current_gdbfile for the file.
  2347.     * varasm.c (assemble_variable): Call set_current_gdbfile
  2348.     for the declaration's source file, so GDB won't ignore the file.
  2349.  
  2350.     * varasm.c (force_const_double_mem): Build a new REAL_CST node
  2351.     and get its data type from the machine mode of the CONST_DOUBLE.
  2352.     (immed_real_const): Don't save the REAL_CST tree node.
  2353.     * typecheck.c (get_floating_type): Return float type for given mode.
  2354.  
  2355.     * integrate.c (expand_inline_function): Ignore the (USE (REG...))
  2356.     (for the return-register) at the end of the inline function.
  2357.     After a CALL_INSN, imagine the (SET (REG ...) (REG ...)) for
  2358.     the return-register if the return-register isn't explicitly used.
  2359.  
  2360. Wed Mar  2 22:08:49 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2361.  
  2362.     * typecheck.c (build_array_ref): Do default_conversion on INDEX.
  2363.  
  2364. Tue Mar  1 15:49:34 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2365.  
  2366.     * expr.c (expand_call): Always get a SYMBOL_REF for a fixed function.
  2367.     If may be alloca, set may_call_alloca.
  2368.     (gen_call_1): Never put a SYMBOL_REF through `memory_address';
  2369.     but if function cse is wanted, just copy it to a register.
  2370.     If NO_FUNCTION_CSE is defined, never do function cse.
  2371.  
  2372.     * expr.c (init_expr): New function, does init_queue and inits
  2373.     other things.
  2374.  
  2375.     * stmt.c (expand_function_start): Call init_expr, not init_queue.
  2376.  
  2377.     * optabs.c (expand_binop): Don't clobber OP0 and OP1
  2378.     if may call delete_insns_since later.
  2379.  
  2380.     * expr.c (emit_library_call): PUSH_ARGS_REVERSE test was backwards.
  2381.  
  2382.     * cse.c (cse_insn): Do canon_reg on the size and position operands
  2383.     in a ZERO_EXTEND or SIGN_EXTEND that is a destination.
  2384.  
  2385.     * tm-*.h: Define SLOW_BYTE_ACCESS.
  2386.     * expmed.c ({store,extract}_fixed_bit_field):
  2387.     If SLOW_BYTE_ACCESS, get/set all bit fields from full words.
  2388.  
  2389.     * combine.c (subst): Simplify
  2390.     (zero_extend:SI (subreg:QI (zero_extract ...))).
  2391.     * combine.c (simplify_and_const_int): Simplify
  2392.     (and (zero_extract ...) (const_int ...)).
  2393.  
  2394.     * local-alloc.c (qty_compare{,_1}): Test of qty_phys_sugg was reversed.
  2395.     (combine_regs): If one pseudo gets two suggested hard regs
  2396.     (one at birth and one at death), prefer the one from birth
  2397.     unless we see at death that it's no good.
  2398.  
  2399.     * expr.c (expand_expr): Ignore sum_ok unless mode is Pmode.
  2400.     Don't use force_operand unless sum_ok is set.
  2401.  
  2402. Mon Feb 29 19:23:50 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2403.  
  2404.     * expr.c (emit_move_insn): When a CONST_DOUBLE needs moving
  2405.     by pieces, force it into memory, unless it is dconst0_rtx,
  2406.     in which case each piece is const0_rtx.
  2407.     (emit_push_insn): Likewise.  Also, write code for pushing a
  2408.     non-BLK mode which has no "mov" insn defined, but only
  2409.     in the case where there is no PUSH_ROUNDING.
  2410.  
  2411.     * expr.c (do_tablejump): Put constant term in address last.
  2412.  
  2413.     * toplev.c (xrealloc): On error, call fatal instead of abort.
  2414.  
  2415.     * optabs.c (emit_cmp_insn): If genning from tst_optab,
  2416.     make the operand fit its predicate.
  2417.  
  2418.     * optabs.c (expand_float): Don't adjust stack between cmp and jump.
  2419.  
  2420.     * optabs.c (expand_binop): Recursive calls can return 0; handle
  2421.     that event by deleting any preparatory insns.  Also don't smash
  2422.     TARGET when this happens.
  2423.  
  2424.     * reload.c (push_reload): If IN != *INLOC, set reload_nocombine.
  2425.     (combine_reloads): Don't combine an input reload with reload_nocombine.
  2426.  
  2427.     * jump.c (jump_optimize): Don't delete stack adjusts unless
  2428.     EXIT_IGNORE_STACK is nonzero.
  2429.     * expr.c (clear_pending_stack_adjust): Likewise.
  2430.     * tm-*.h: When EXIT_IGNORE_STACK is defined, give it `1' as defn.
  2431.  
  2432.     * expr.c (expand_call): Initialize args_size.
  2433.     Don't push a block if args_size is 0.
  2434.     (emit_library_call): Don't include register-args (or reg-parts
  2435.     of partial ones) in args_size.
  2436.     Don't push a block if args_size is 0.
  2437.  
  2438.     * expr.c (expand_expr): For DECLs in memory, check the address
  2439.     validity with memory_address_p, and preserve volatility info.
  2440.  
  2441.     * stmt.c (expand_function_end): fixup_gotos needs 2 args.
  2442.  
  2443.     * jump.c (mark_jump_label): If INSN is 0, don't set its JUMP_LABEL.
  2444.     Inside an ADDR_VEC or ADDR_DIFF_VEC, recurse with 0 for INSN.
  2445.  
  2446.     * varasm.c (force_const_double_mem): Must zero TREE_CST_RTL
  2447.     before output, or nothing will happen.
  2448.  
  2449. Sun Feb 28 01:08:53 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2450.  
  2451.     * optabs.c (emit_unop_insn): Generate and emit an insn
  2452.     given the insn-code and the two operands (one out, one in).
  2453.     Can move the operands into registers when needed for various
  2454.     reasons.
  2455.     * expr.c (convert_move): Use emit_unop_insn for outputting the
  2456.     conversion insns.
  2457.  
  2458.     * expr.c (emit_library_call): Use arg's nominal mode to choose
  2459.     a reg to pass it in, not actual mode (which can be VOIDmode).
  2460.  
  2461.     * insn-emit.c (emit_insn): If arg is empty SEQUENCE, do nothing.
  2462.  
  2463.     * genemit.c (gen_expand): Scan the rtl-pattern for predicates
  2464.     and machine modes of the operands.
  2465.  
  2466.     * m68k.d (dbra patterns): Add HPUX_ASM conditionals.
  2467.  
  2468.     * rtl.c (reg_mentioned_p): Use "equal", not "eq", when
  2469.     REG isn't a register.
  2470.     * reload.c (combine_reloads): Verify not reg_mentioned_p even if
  2471.     the input reload's value isn't a register.
  2472.  
  2473.     * reload.c (operands_match_p): If successful and 2nd arg
  2474.     has a pre-increment that matches a non-increment, return 2.
  2475.  
  2476.     * reload1.c (reload): At end, clobber a pseudoreg to a MEM
  2477.     even if it's an out-of-range address.  It doesn't affect the
  2478.     assembler code in this case, but it makes the dbx output correct.
  2479.  
  2480.     * recog.c (constrain_operands): When operands_match_p returns 2,
  2481.     in the constraint alternative that is ultimately successful,
  2482.     copy the output operand from the input that it matched
  2483.     so that the assembler insn that is output shows the pre-increment.
  2484.  
  2485. Sat Feb 27 15:16:47 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2486.  
  2487.     * combine.c (subst): When optimizing
  2488.         (set (zero_extract ...) (and (zero_extract ...) const))
  2489.         must arrange to have 1's, not 0's, shifted into low bits of const.
  2490.  
  2491.     * decl.c (grokdeclarator): When return-type defaults to int,
  2492.     don't warn, just set warn_about_return_type.
  2493.     (start_function): See that variable and warn, after starting function.
  2494.  
  2495.     * toplev.c (count_error): No longer print newline if not quiet.
  2496.     (report_error_function): If not quiet, print a newline if
  2497.     printing anything, and don't print the function name.
  2498.  
  2499.     * reload1.c (choose_reload_targets):
  2500.     Fix the loop that checks for consecutive available spill regs.
  2501.     Set `have_groups' nonzero if any reload wants a group.
  2502.     In that case, for non-group reloads, prefer a reg that can't be in
  2503.     group, or else one that has only one available neighbor.
  2504.  
  2505.     * reload1.c (reload): Find separately the max need for each class
  2506.     for single registers, groups of registers, and single registers
  2507.     not in any group.  (The last one counts non-group reloads
  2508.     in insns that have at least one group reload.)
  2509.     Then make sure enough of each kind are found.
  2510.  
  2511.     * expmed.c: Now needs flags.h and recog.h (therefore insn-config.h).
  2512.  
  2513.     * expmed.c (store_bit_field):
  2514.     Delete redundant protect_from_queue.
  2515.     Force VALUE out of memory if -fforce-mem.
  2516.     If insv's predicate for VALUE wants a register, put it there.
  2517.  
  2518.     * expmed.c (extract_bit_field):
  2519.     Force TARGET out of memory if -fforce-mem.
  2520.     If insv's predicate for TARGET wants a register, put it there.
  2521.  
  2522. Fri Feb 26 00:12:48 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2523.  
  2524.     * reload1.c (eliminate_frame_pointer): Don't check for pushes
  2525.     unless PUSH_ROUNDING is defined.
  2526.  
  2527.     * reload.c: Don't define REG_OK_FOR_{INDEX,BASE}_P
  2528.     (since the tm file is supposed to do it).
  2529.  
  2530.     * expr.c (emit_push_insn, expand_call):
  2531.     Don't use PUSH_ROUNDING if it's not defined.
  2532.  
  2533.     * expr.c (preexpand_calls): Do nothing for constants and decls.
  2534.  
  2535.     * expr.c (expand_call, emit_library_call): When PUSH_ROUNDING
  2536.     is not defined, use ROUND_CALL_BLOCK_SIZE to round the size
  2537.     of the block of arguments.
  2538.  
  2539.     * expr.c (expand_call): Don't count register-args in ARGS_SIZE.
  2540.  
  2541.     * rtl.h, emit-rtl.c: Create static_chain_incoming_rtx
  2542.     and struct_value_incoming_rtx.
  2543.     * stmt.c (expand_function_start): Use ..._incoming_rtx where needed.
  2544.  
  2545.     * expr.c (expand_call): Use new macros INIT_CUMULATIVE_ARGS,
  2546.     CUMULATIVE_ARGS and FUNCTION_ARG_ADVANCE to update data
  2547.     on args scanned so far.
  2548.     (emit_library_call): Likewise.
  2549.     * stmt.c (assign_parms): Likewise.
  2550.     * tm-spur.h, tm-m68k.h: Define these macros.
  2551.  
  2552.     * rtl.h (NUM_MACHINE_MODES): NUM_MACHINE_MODE renamed.
  2553.     * rtl.c, genrecog.c: Change places it is used.
  2554.  
  2555.     * cccp.c (output_line_command): line_cmd_buf should be chars, not ints.
  2556.  
  2557. Thu Feb 25 13:33:29 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2558.  
  2559.     * genemit.c (gen_expand): Don't lose if pattern is empty-vector.
  2560.  
  2561.     * genconfig.c (gen_insn): Don't lose if pattern is empty-vector.
  2562.  
  2563.     * expr.c (expand_expr): For COMPONENT_REF, don't convert to tmode
  2564.     unless the mode we get is unacceptable.
  2565.  
  2566.     * loop.c (scan_loop, move_movables): New field `partial' is 1 for
  2567.     zero-extending clr insn; don't make the reg invariant when it's moved.
  2568.  
  2569.     * optabs.c (expand_unop, expand_binop, emit_cmp_insn):
  2570.     mode-argument to predicates was missing.
  2571.  
  2572.     * optabs.c (expand_binop): If gen-function returns 0, this means
  2573.     the insn wasn't available.
  2574.  
  2575.     * reload.c (find_reloads): Don't make optional reloads for operands
  2576.     that match other operands.
  2577.  
  2578.     * reload.c (combine_reloads): Reject optional output reload.
  2579.  
  2580.     * reload.c (find_equiv_reg): Know that CALL_INSNs clobber memory.
  2581.  
  2582.     * typecheck.c (build_binary_op_nodefault):
  2583.     If doing a short shift, leave the shift-count as a fullword.
  2584.  
  2585. Tue Feb 23 14:43:46 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2586.  
  2587.     * combine.c (subst): Count, in n_occurrences, # times FROM is seen.
  2588.     (try_combine): Refuse to combine x=*y++ into z = x*x.
  2589.  
  2590.     * loop.c (invariant_p): Frame pointer and arg pointer are invariant.
  2591.     (move_movables): Don't forget to set ->done!
  2592.     When moving the matching movables, don't forget to set n_times_set.
  2593.  
  2594.     * expmed.c (expand_shift): Reorder strategies for logical shift;
  2595.     if widening, try all ashift strategies before extzv.
  2596.  
  2597.     * typecheck.c (build_binary_op_nodefault):
  2598.     Always return error_mark if either operand is one.
  2599.  
  2600.     * recog.c (nonmemory_operand): New predicate.
  2601.  
  2602.     * optabs.c (expand_unop, expand_binop, emit_cmp_insn):
  2603.     Don't treat `register_operand' as special.  Apply the predicate
  2604.     to the rtx; if the predicate fails, use a register instead.
  2605.  
  2606. Mon Feb 22 22:37:32 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2607.  
  2608.     * expr.c (expand_calls): Preexpand all calls in arguments
  2609.     that are passed in regs before copying any of them into the regs.
  2610.  
  2611.     * expr.c (emit_push_insn): Three more args.
  2612.     EXTRA for extra space to leave.
  2613.     ARGS_ADDR and ARGS_SO_FAR for using move-insns on machines
  2614.     that lack true push insns.
  2615.  
  2616.     * expr.c (emit_library_call, expand_call):
  2617.     Use the new arguments of `emit_push_insn'.
  2618.  
  2619.     * expr.c (PUSH_ARGS_REVERSED): defined if handle args last-to-firs.
  2620.  
  2621. Sun Feb 21 12:17:59 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2622.  
  2623.     * toplev.c (rest_of_compilation): Set TREE_ASM_WRITTEN
  2624.     when a function is really output as assembler code.
  2625.     Don't do inlining of a function that is already made inline;
  2626.     instead, output it as assembler code, because this must be
  2627.     the second call for that function.
  2628.  
  2629.     * decl.c (finish_compilation): Delete it.
  2630.     * toplev.c (compile_file): Output pending inline functions at the end
  2631.     in the same way tentative-defined variables are output.
  2632.  
  2633.     * emit-rtl.c (restore_reg_data): New fn: given chain of insns,
  2634.     restore emit-rtl's data on registers from the regs they use.
  2635.  
  2636.     * integrate.c (output_inline_function): Use restore_reg_data.
  2637.     (fill_regno_reg_rtx_as_needed): Now restore_reg_data_1 in emit-rtl.c.
  2638.  
  2639.     * tree.c (build_decl): Function moved from decl.c.
  2640.     No longer set attributes of function decls specially.
  2641.  
  2642.     * decl.c (implicitly_declare, builtin_function, grokdeclarator):
  2643.     Don't expect build_decl to set attributes of FUNCTION_DECL.
  2644.  
  2645.     * tree.c (preserve_data): New fn, make all data now on
  2646.     maybepermanent_obstack last permanently.
  2647.  
  2648.     * cse.c (cse_insn): Remove a STRICT_LOW_PART from the dest rtx
  2649.     before putting it in the hash table.
  2650.  
  2651.     * symout.c (symout_block): Fix the args to `symout_block_symbols'.
  2652.  
  2653. Sat Feb 20 00:07:52 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2654.  
  2655.     Start of changes for inline functions.
  2656.     Changes received from Tiemann, then slightly rearranged for simplicity.
  2657.  
  2658.     * integrate.c: New file (Tiemann's rtl2.c).
  2659.     * integrate.c (function_cannot_integrate_p):
  2660.     New fn, only checks whether current fn is safe and good to inline.
  2661.     Returns an error message string if not.
  2662.  
  2663.     * expr.c (current_args_size): Var made static.
  2664.     (store_expr): Fn no longer static.
  2665.     (stack_pointer_rtx): Use this var for all refs to the stack pointer.
  2666.     (struct_value_rtx, static_chain_rtx): Likewise
  2667.  
  2668.     * expr.c (expand_call): Detect calls to integrable functions
  2669.     and integrate them.
  2670.     **If fn is not named "alloca" then assume it is not `alloca'. **
  2671.  
  2672.     * emit-rtl.c (max_label_num): New fn, returns number for next label.
  2673.     (get_first_label_num): New fn, returns first label of current fn.
  2674.     (init_emit): Save first label number of this fn.
  2675.  
  2676.     * emit-rtl.c (gen_inline_header_rtx): New fn, make an INLINE_HEADER.
  2677.  
  2678.     * emit-rtl.c (emit_declaration): New fn to emit new kind of NOTE.
  2679.  
  2680.     * emit-rtl.c (init_emit_once): New fn.
  2681.     Move inits of unique rtl objects here, from init_emit.
  2682.  
  2683.     * decl.c (finish_compilation): New fn to compile separately
  2684.     any nonglobal inline functions that need to be addressable.
  2685.  
  2686.     * decl.c (grokdeclarator): Handle `inline' kwd among the declspecs.
  2687.     Set TREE_INLINE if it's safe.
  2688.  
  2689.     * decl.c (finish_function): If fn was inlined, don't clear
  2690.     the DECL_ARGUMENTS or DECL_RESULT or DECL_INITIAL.
  2691.  
  2692.     * gen*.c: Provide rtl_obstack, not current_obstack.
  2693.  
  2694.     * rtl.c (rtl_obstack): Variable: ptr to obstack to use for making rtl.
  2695.     * rtl.c (rtx_alloc, rtvec_alloc): Use that obstack.
  2696.     * rtl.c (copy_rtx): Copy the `integrated' flag.
  2697.     * rtl.c (print_rtx): Print that flag as `/i'.
  2698.  
  2699.     * rtl.def: New rtx code    INLINE_HEADER.
  2700.  
  2701.     * rtl.h (struct rtx_def): Add `integrated' field.
  2702.     * rtl.h: Define macros for fields in an inline_header rtx.
  2703.  
  2704.     * stmt.c (max_parm_reg_num, get_first_function_insn):
  2705.     New fns, return info on parm regs and the insns that init them.
  2706.  
  2707.     * stmt.c (expand_decl): Simplify with new local `type'.
  2708.  
  2709.     * stmt.c (stack_pointer_rtx): Replace all refs to stack pointer
  2710.     with this shared rtx.
  2711.     * stmt.c (struct_value_rtx): Likewise.
  2712.  
  2713.     * stmt.c (expand_start_function): Call init_pending_stack_adjust
  2714.     instead of clear_pending_stack_adjust.
  2715.     If not using a return-label, set `return_label' to 0.
  2716.  
  2717.     * stmt.c (expand_null_return, expand_end_function):
  2718.     Call clear_pending_stack_adjust unconditionally.
  2719.  
  2720.     * expr.c (clear_pending_stack_adjust): Move the conditionals here.
  2721.     For now, this fn is a no-op, since it's not safe in an inline fn
  2722.     and the stack adjusts are deleted by jump.c in if optimizing.
  2723.  
  2724.     * expr.c (init_pending_stack_adjust): New fn.
  2725.  
  2726. Fri Feb 19 14:30:13 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2727.  
  2728.     * toplev.c (main): Decode -finline-functions, -fkeep-inline-functions.
  2729.  
  2730.     * toplev.c (rest_of_compilation):
  2731.     At start, save the rtl if function should be inline.
  2732.     For inline function, if we don't yet know whether it should be
  2733.     compiled on its own, don't do so.
  2734.  
  2735.     * toplev.c (compile_file): Clear, and later print, `integration_time'.
  2736.     Call `init_emit_rtl' when starting.
  2737.     Call `finish_compilation' at the end.
  2738.  
  2739.     [Add an extra arg to the error and warning functions?]
  2740.  
  2741.     * tree.c ({push,pop,clear}_momentary):
  2742.     Change momentary_stack from a char ** to a struct momentary_level *.
  2743.  
  2744.     * tree.c (build_pointer_type): Put temporary type in `saveable_obstack'
  2745.     * tree.c (build_type_variant): Likewise.
  2746.     * tree.c (make_node): Likewise.  Also put decls and LET_STMTs there.
  2747.     * tree.c (type_hash_canon): Free a temporary type in `saveable_obstack'
  2748.  
  2749.     * tree.c (perm_tree_cons): Like `tree_cons' but on perm. obstack.
  2750.  
  2751.     * tree.c (init_tree, {{end_,}temporary,permanent}_allocation):
  2752.     Handle `maybepermanent_obstack' and `saveable_obstack' and
  2753.     `rtl_obstack'.
  2754.  
  2755.     * tree.h (TREE_INLINE): New attribute macro.
  2756.     * tree.h (DECL_SAVED_INSNS, DECL_FRAME_SIZE):
  2757.     New components in a FUNCTION_DECL.
  2758.     Delete the `unused` slot in a `struct tree_decl'.
  2759.  
  2760.     * typecheck.c (mark_addressable): Set TREE_ADDRESSABLE
  2761.     even in FUNCTION_DECLs.
  2762.  
  2763.     * typecheck.c (build_function_call):
  2764.     If function is a FUNCTION_DECL, avoid setting TREE_ADDRESSABLE
  2765.     when taking its address.
  2766.  
  2767.     * parse.h: Define RID_INLINE.
  2768.     * parse.y: Define keyword `inline'; set up ridpointers for it.
  2769.     (yylex): Don't recognize `inline' of -fno-asm or -ftraditional.
  2770.  
  2771.     * flags.h: New vars flag_inline_functions
  2772.     and flag_keep_inline_functions.
  2773.  
  2774.   End of changes for inline functions.
  2775.     
  2776.     * tree.c (convert): If EXPR's type is an error_mark, return error_mark.
  2777.  
  2778.     * Makefile (install): Don't strip the executables.
  2779.  
  2780.     * jump.c (delete_insn): Deleting a label's target
  2781.     can delete either NEXT and PREV!  So must search for a
  2782.     following nondeleted insn to return.
  2783.  
  2784.     * typecheck.c (build_function_call): Typo in validating
  2785.     data type of function.
  2786.  
  2787.     * genoutput.c (gen_expand): Must create a `struct data' even
  2788.     for a define_expand, so we can output the proper insn_gen_function
  2789.     and leave zeros in the other tables.
  2790.  
  2791.     * loop.c (scan_loop): Replace the code for handling zero-extends
  2792.     with unconditional code that checks for a pair of insns.
  2793.  
  2794.     * m68k.md: Do zero-extend using define_expand to generate
  2795.     a pair of insns, to set all to zero and then copy the low part.
  2796.  
  2797. Thu Feb 18 15:54:00 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2798.  
  2799.     * emit-rtl.c (emit_insn): If arg is a SEQUENCE, emit several insns.
  2800.     * emit-rtl.c (classify_insn): Given an RTX, return the rtx-code for
  2801.     an insn containing it: CODE_LABEL, INSN, JUMP_INSN or CALL_INSN.
  2802.  
  2803.     * rtl.def: New RTX types DEFINE_EXPAND and SEQUENCE.
  2804.     * gen*.c: Handle DEFINE_EXPAND.  Only genemit.c does real work.
  2805.  
  2806.     * make.com, make-cc1.com, make-cccp.com: New, VMS command files.
  2807.  
  2808.     * tm-vms.h: New file, used as tm.h to generate VMS code.
  2809.  
  2810.     * tm-vax.h (FUNCTION_PROLOGUE): Turn off no bits in the mask;
  2811.     let call_used_registers alone control this.
  2812.     Call MAYBE_VMS_FUNCTION_PROLOGUE, and define that as no-op.
  2813.  
  2814.     * tm-vax.h (TARGET_VAXC_ALIGNMENT): New target-flag bit.
  2815.     BIGGEST_ALIGNMENT, EMPTY_FIELD_BOUNDARY and POINTER_BOUNDARY use it.
  2816.  
  2817.     * varasm.c (assemble_function): Use ASM_DECLARE_FUNCTION_NAME
  2818.     if it is defined.
  2819.  
  2820.     * varasm.c (assemble_variable): On an external,
  2821.     use ASM_OUTPUT_EXTERNAL if defined.  Default is do nothing, as before.
  2822.  
  2823.     * toplev.c:
  2824.     Use FATAL_EXIT_CODE and SUCCESS_EXIT_CODE.
  2825.     Don't include time.h and resource.h on VMS.
  2826.     (main) Define __VERSION__ if not already defined.
  2827.     Conditionalize setrlimit on RLIMIT_STACK.    
  2828.     Test __GNUC__, not __GNU__.
  2829.     Don't do `ps v' on VMS.
  2830.     (gettime): Conditional code for VMS.
  2831.  
  2832.     * gcc.c: Define __GNUC__ as well as __GNU__.
  2833.     __GNU__ will be deleted in a future version.
  2834.  
  2835.     * symout.c (symout_finish) [VMS]: Don't refer to `getwd' on VMS.
  2836.     * symout.c (symout_init) [VMS]: Fatal error; GDB syms not supported.
  2837.  
  2838.     * parse.y (yylex): Handle DOLLARS_IN_IDENTIFIERS.
  2839.  
  2840.     * genoutput.c (gen_insn): Workaround for VMS printf %s bug.
  2841.  
  2842.     * gen*.c: Include config.h.  Whenever exiting, use
  2843.     SUCCESS_EXIT_CODE or FATAL_EXIT_CODE.
  2844.  
  2845.     * config-*.h: Define SUCCESS_EXIT_CODE and FATAL_EXIT_CODE.
  2846.     * config-vms.h: New file, mostly like config-vax.h.
  2847.  
  2848. Wed Feb 17 13:35:34 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2849.  
  2850.     * cccp.c: VMS support from Kashtan.
  2851.     Some #include files are conditional.
  2852.     Use file_size_and_mode instead of fstat.
  2853.     When reading file contents, the size we get from that
  2854.     is just an upper bound; don't assume it must match.
  2855.     Replacement definitions of read and write for VMS.
  2856.     Different default include directories.
  2857.     Conditionalize the setrlimit code on RLIMIT_STACK.
  2858.     Use SUCCESS_EXIT_CODE when exiting if no errors;
  2859.     both that and FATAL_EXIT_CODE are not #defined if already defined.
  2860.  
  2861.     Treat $ as an identifier-character if DOLLARS_IN_IDENTIFIERS.
  2862.     Rename the `delete' function as `delete_macro'
  2863.     to avoid VMS name conflict.
  2864.  
  2865.     * cexp.y: Treat $ as an identifier-character if DOLLARS_IN_IDENTIFIERS.
  2866.  
  2867.     * stmt.c (fixup_memory_offset): Do big-endian compensation
  2868.     only within a word, not for DImode vs SImode.
  2869.  
  2870.     * stmt.c (fixup_var_refs): Don't fix up the insn to load the var
  2871.     from its own stack slot; delete it instead.
  2872.  
  2873.     * tm-ns32k.h (MODES_TIEABLE_P): DImode is like DFmode.
  2874.  
  2875.     * tree.c (MAX_HASH_TABLE): 1009 (more prime) instead of 1008.
  2876.  
  2877.     * decl.c (duplicate_decls): If merged type is OLD's type,
  2878.     keep OLD's DECL_SIZE and DECL_SIZE_UNIT.
  2879.  
  2880.     * gen*.c (xmalloc, xrealloc): Call `fatal' if memory is full.
  2881.  
  2882.     * reload1.c (choose_reload_targets): If a mode doesn't fit the
  2883.     reload register, and the insn is an ASM_OPERANDS, ignore the reload.
  2884.     Otherwise, final would crash.
  2885.  
  2886.     * expmed.c (expand_shift): Two new strategies for lshr on short/char:
  2887.     widen and do ashr, or widen and do extzv.
  2888.  
  2889.     * vax.md (peepholes): Use dead_or_set_p to check for eliminable
  2890.     intermediate result, rather than requiring a match with final result.
  2891.  
  2892.     * local-alloc.c (block_alloc): Testing frame_pointer_needed is
  2893.     enough; no need to test FRAME_POINTER_REQUIRED, etc.
  2894.     * global-alloc.c (find_reg): Likewise.
  2895.     * reload1.c (reload): Likewise for flag_omit_frame_pointer
  2896.  
  2897.     * jump.c (delete_insn): If not `optimize', don't complain
  2898.     about finding an already-deleted insn in the chain.
  2899.  
  2900. Tue Feb 16 17:14:54 1988  Richard Stallman  (rms at wheaties.ai.mit.edu)
  2901.  
  2902.     * final.c: Don't define N_SOL and N_SLINE if already defined.
  2903.  
  2904.     * final.c (output_source_line):
  2905.     Typo calling ASM_OUTPUT_SOURCE_FILENAME.
  2906.  
  2907.     * flow.c (INSN_VOLATILE): fix a typo.
  2908.  
  2909. Fri Feb 12 16:48:16 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  2910.  
  2911.     * final.c (final): for `asm' without operands, output literally.
  2912.  
  2913. Thu Feb 11 12:44:41 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  2914.  
  2915.     * symout.c (symout_record_fields): Handle nameless fields.
  2916.     * symout.c (symout_record_field_names): Likewise.
  2917.  
  2918.     * typecheck.c (require_complete_type): `void' is a complete type.
  2919.     * typecheck.c (build_function_call): Don't complain if result is void.
  2920.  
  2921.     * tm-hp9k320.h: Change definition of ASM_SPEC to +X, not -X.
  2922.  
  2923.     * cccp.c (main): Expected object file name for foo.cc is foo.o.
  2924.  
  2925. Wed Feb 10 16:04:58 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  2926.  
  2927.     * reload1.c (reload): Initialize `regmask' to zero.
  2928.     Class number is in I, not in CLASS, when setting its elements.
  2929.     Don't let J+K be too large.
  2930.  
  2931.     * reload1.c (potential_reload_regs): Make it a `short'
  2932.     since that can't be unsigned.
  2933.  
  2934.     * cccp.c (warning): New function, called like `error'.
  2935.     * cccp.c (do_define): Make redefinition just a warning.
  2936.  
  2937. Tue Feb  9 13:28:00 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  2938.  
  2939.     * decl.c (grokdeclarator): Don't be fooled by ERROR_MARK as a declspec.
  2940.  
  2941.     * toplev.c (compile_file): Strip final .c or .co from .sym file name.
  2942.  
  2943.     * gcc.c: When running `as', specify the .sym file if -gg.
  2944.  
  2945. Mon Feb  8 11:26:26 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  2946.  
  2947.     * expmed.c (store_fixed_bit_field): Don't try gen_lowpart on VALUE
  2948.     if it's a subreg since it might lose; use convert_to_mode instead.
  2949.  
  2950.     * tm-hp9k320.h: Define TARGET_MEM_FUNCTIONS.
  2951.     * expr.c (emit_block_move, emit_push_insn, clear_storage):
  2952.     If TARGET_MEM_FUNCTIONS, generate calls to memcpy and memset
  2953.     instead of bcopy and bzero.
  2954.     * optabs.c (emit_cmp_insn): Likewise for memcmp vs bcmp.
  2955.  
  2956.     * stmt.c (expand_goto): New temp var to avoid RT/PC compiler bug.
  2957.  
  2958. Sun Feb  7 12:20:23 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  2959.  
  2960.     * flow.c (mark_used_regs, mark_set_regs):
  2961.     Handle hard regs in multiword modes: set the bits for each
  2962.     distinct register-number that makes up the multiword mode.
  2963.     Necessary because function arg registers can inevitably
  2964.     live across basic blocks.
  2965.  
  2966.     * cse.c (canon_hash): Function arg and value registers no longer
  2967.     considered volatile, because flow should now handle the code that
  2968.     can result from cse'ing them.
  2969.  
  2970.     * cse.c (make_regs_eqv): Abort if OLD is invalid.
  2971.     * cse.c (reg_invalidate): Abort if reg already invalid has eqvs.
  2972.  
  2973. Sat Feb  6 16:25:32 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  2974.  
  2975.     * gcc.c (main): Specific error msg if no input files.
  2976.  
  2977. Fri Feb  5 17:56:00 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  2978.  
  2979.     * stmt.c (expand_decl, put_var_into_stack, assign_parms):
  2980.     Set in_struct on a MEM if the variable is an aggregate or union.
  2981.     * varasm.c (assemble_variable): Set in_struct on aggregate vars.
  2982.  
  2983. Thu Feb  4 11:52:30 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  2984.  
  2985.     * m68k.md (movsf): Correct two fmove.x to fmove.s.
  2986.  
  2987.     * expmed.c (extract_fixed_bit_field):
  2988.     Must always generate an `and' to mask the bitfield
  2989.     unless its width is the same as the output machine mode.
  2990.  
  2991.     * version 1.18 released.
  2992.  
  2993. Wed Feb  3 08:41:20 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  2994.  
  2995.     * fold-const.c (fold): Convert EXPR's operands before returning them.
  2996.  
  2997. Tue Feb  2 15:35:18 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  2998.  
  2999.     * reload.c (find_reloads_address_1):
  3000.  
  3001.     * typecheck.c (default_conversion): Handle COMPOUND_EXPR arrays.
  3002.  
  3003. Mon Feb  1 18:53:05 1988  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)
  3004.  
  3005.     * ns32k.md: operand 0 of all unsigned divide/modulus insns
  3006.     is now register_operand.
  3007.  
  3008.     * stdarg.h: Make va_list be char *, not char *[1].
  3009.     Latest draft doesn't say it must be an array type.
  3010.  
  3011. End:
  3012.