OSDN Git Service

* config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
2
3         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
4         __tmp_reg__ and __zero_reg__ initialization.
5
6 2000-04-30  Richard Henderson  <rth@cygnus.com>
7
8         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
9
10         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
11         referenced bewteen the condition and the jump.  Don't delete
12         anything but the jump.
13
14 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
15
16         * bb-reorder.c (scope_def): New struct.
17         (scope_forest_info): New struct.
18         (struct reorder_block_def): New member "scope".
19         (REORDER_BLOCK_SCOPE): New macro.
20         (relate_bbs_with_scopes): New function and prototype.
21         (make_new_scope): Likewise.
22         (build_scope_forest): Likewise.
23         (remove_scope_notes): Likewise.
24         (insert_intra_1): Likewise.
25         (insert_intra_bb_scope_notes): Likewise.
26         (insert_inter_bb_scope_notes): Likewise.
27         (rebuild_scope_notes): Likewise.
28         (free_scope_forest_1): Likewise.
29         (free_scope_forest): Likewise.
30         (dump_scope_forest): Likewise.
31         (dump_scope_forest_1): Likewise.
32         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
33         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
34         block.
35         (reorder_basic_blocks): Added calls to build_scope_scope_forest
36         and remove_scope_notes before reordering is done. Added calls to
37         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
38         after reordering is done.
39
40 2000-40-30  Bruce Korb  <bkorb@gnu.org>
41
42         * fixinc/inclhack.def:  Added definitions needed by OSR5,
43         removed two stale entries (defined away with OLD_CPP).
44         * fixinc/inclhack.sh: regen
45         * fixinc/fixincl.x: regen
46
47 2000-04-30  Richard Henderson  <rth@cygnus.com>
48
49         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
50         from the last insn in the sequence.
51
52 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
53
54         * cpplex.c (cpp_idcmp): New function.
55         * cpplib.h: Prototype it.
56         * scan_decls.c (scan_decls): Use it to inspect token names.
57         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
58         the file being run through the preprocessor.
59         (check_macro_names): Provide length of token to cpp_defined.
60
61         * Makefile.in: Remove stale warning message.
62
63         * cppfiles.c (redundant_include_p): Provide length of token to
64         cpp_defined.
65         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
66         values are unsigned int.
67         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
68         (_cpp_lookup_slot): Do not calculate the hash, either.
69         * cpphash.h: Update prototypes.
70         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
71         Hashes are unsigned int.  Calculate hash here, pass by value
72         to _cpp_lookup_slot.
73
74 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
75
76         * simplify-rtx.c (check_value_useless): Delete function.
77         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
78         by hand.
79         (cselib_invalidate_regno): Likewise.
80         (cselib_invalidate_mem_1): Likewise.
81         (references_value_p): Recognize useless values by the fact that they
82         have no locations.
83         (discard_useless_values): Likewise.
84         (cselib_record_set): This may turn a useless value
85         into a useful one.
86
87 2000-04-30  Richard Henderson  <rth@cygnus.com>
88
89         * config/d30v: New port.
90
91         * configure.in (d30v-*): Set fp format.
92         * configure: Rebuild.
93
94 2000-04-30  Richard Henderson  <rth@cygnus.com>
95
96         * ifcvt.c: New file.
97         * Makefile.in (OBJS): Add it.
98         (ifcvt.o): New target.
99         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
100         and conditional arithmetic.
101         (find_insert_position): Remove.
102         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
103         * toplev.c (DFI_ce, DFI_ce2): New.
104         (dump_file): Add ce and ce2 dumps.
105         (rest_of_compilation): Run if_convert a couple o times.  Set
106         cse_not_expected after cse2.  Don't set no_new_pseudos until
107         after sched1 or recompute_reg_usage.
108
109 2000-04-30  Richard Henderson  <rth@cygnus.com>
110
111         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
112         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
113
114 2000-04-30  Richard Henderson  <rth@cygnus.com>
115
116         * flow.c (struct reg_cond_life_info): New.
117         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
118         (init_propagate_block_info): Initialize them.
119         (free_propagate_block_info): Destruct them.
120         (mark_set_1): Consider conditional life before killing a register.
121         (mark_regno_cond_dead): New.
122         (free_reg_cond_life_info): New.
123         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
124         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
125         (mark_used_reg): Record conditional life.
126
127         * haifa-sched.c (schedule_insns): Disable death counting
128         sanity check for HAVE_conditional_execution.
129
130 2000-04-30  Richard Henderson  <rth@cygnus.com>
131
132         * Makefile.in (TIMEVAR_H): New.
133         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
134         (timevar.h): Remove rule.
135
136 2000-04-29  Richard Henderson  <rth@cygnus.com>
137
138         * config/alpha/crtend.asm: Use C comments instead of #.
139         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
140
141         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
142
143 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
144
145         * cpphash.h (enum node_type: Take out T_MCONST.
146         (union hashval): Move into struct hashnode.
147         (struct hashnode): Pack tighter.  Remove file, line, col
148         members.
149         * cpphash.c: Constify most of the macro-definition structures.
150         (struct definition): Replace by struct object_defn
151         and struct funct_defn.  Put file, line, column information
152         here.  All users updated to match.
153         (_cpp_create_definition, _cpp_macroexpand): Remove special
154         case for #define WORD OTHERWORD.
155         * cpplib.c (do_undef): Remove T_MCONST case.
156
157         * cpphash.h: Move struct reflist, struct definition, and the
158         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
159         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
160         * cpphash.c (_cpp_free_definition): Free data pointed to by
161         MCONST, XCONST, MACRO, and FMACRO nodes properly.
162         (_cpp_create_definition, del_HASHNODE): Just call
163         _cpp_free_definition to clear out a hashnode.
164         * cpplib.c (do_pragma_poison): Likewise.
165
166 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
167
168         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
169         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
170         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
171         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
172         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
173         REGNO_AM33_P): Redefine in terms of the new macros.
174         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
175         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
176         STRUCT_VALUE): Likewise.
177         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
178         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
179
180 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
181
182         * regmove.c (struct record_stack_memrefs_data): New.
183         (record_stack_memrefs): New function.
184         (combine_stack_adjustments_for_block): Use it.
185
186 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
187
188         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
189         use special_function_p to detect alloca.
190
191 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
192
193         * gcc.texi: Fixes for makeinfo 4.0 --html.
194
195 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
196
197         * pcp.h: Delete file.
198
199 2000-04-28  Kazu Hirata  <kazu@hxi.com>
200
201         * h8300.c (function_epilogue): Clean up flags when the last insn
202         in a function is a barrier.
203
204 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
205
206         * configure.in (sparc-hal-solaris2*): protect [] glob from
207         my expansion.
208         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
209         rather than hard-coded constants in target_cpu_default2.
210         * configure: Regenerate.
211
212 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
213
214         * tree.c (get_callee_fndecl): Extract the initial value from
215         a readonly decl.
216
217 2000-04-28  Richard Henderson  <rth@cygnus.com>
218
219         * varasm.c (record_constant_1): Record the CODE_LABEL when
220         taking the address of a LABEL_REF.
221
222 2000-04-28  Richard Henderson  <rth@cygnus.com>
223             Jan Hubicka  <jh@suse.cz>
224
225         * calls.c (combine_pending_stack_adjustment_and_call): Return the
226         adjustment; don't do the stack adjust.
227         (expand_call): Call compute_argument_block_size right before
228         allocating the block; update comment; don't do alignment sanity
229         checking for sibling call; use args_size instead of
230         unadjusted_args_size before args_size is adjusted.  Use
231         combine_pending_stack_adjustment_and_call to compute stack adjust
232         for must_preallocate case.
233
234         * expr.c (push_block): Remove shadow `temp' in inner scope.
235
236 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
237
238         * toplev.c (rest_of_compilation): Call
239         note_deferral_of_defined_inline_function even if the function
240         can't be inlined.
241
242 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
243
244         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
245
246 2000-04-28  Richard Henderson  <rth@cygnus.com>
247
248         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
249
250 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
251
252         * timevar.c (init_timevar): DeANSIfy function definition.
253
254 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
255
256         * Makefile.in (timevar.o): Depend on flags.h.
257         * timevar.c (unused_stack_instances): New variable.
258         (timevar_push): Take a timevar_stack_def from
259         unused_stack_instances if available.
260         (timevar_pop): Push the popped timevar_stack_def onto
261         unused_stack_instances.
262         (TIMEVAR_ENABLE): New macro.
263         (timevar_def): Make standalone a 1-bit field.  Add field used.
264         (get_time): Rename parameter to now.  Return after clearing it if
265         not TIMEVAR_ENABLE.
266         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
267         (timevar_pop): Likewise.
268         (timevar_stop): Likewise.
269         (timevar_push): Likewise.  Mark the timing variable as used.
270         (timevar_start): Likewise.
271         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
272         timevars that were never used.
273
274 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
275
276         * c-commom.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
277         always TREE_READONLY.
278
279 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
280
281         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
282         for call instruction with mode QImode.
283
284 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
285
286         * Makefile.in (OBJS): Add timevar.o.
287         (toplev.o): Depend on timevar.h.
288         (ggc-simple.o): Likewise.
289         (ggc-page.o): Likewise.
290         (timevar.o): New rule.
291         (timevar.h): New rule.
292
293         * timevar.h: New file.
294         * timevar.c: Likewise.
295         * timevar.def: Likewise.
296
297         * toplev.h (gc_time, parse_time, varconst_time): Remove.
298         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
299         throughout.
300         (TIMEVAR): Remove macro.
301         (gc_time, parse_time, varconst_time, integration_time, jump_time,
302         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
303         flow_time, combine_time, regmove_time, sched_time,
304         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
305         sched2_time, dbr_sched_time, reorder_blocks_time,
306         rename_registers_time, shorten_branch_time, stack_reg_time,
307         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
308         all_time): Remove.
309         (compile_file): Don't initialize time variables.  Call
310         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
311         of many calls to print_time.
312         (rest_of_compilation): Add timing for reload_cse_regs.
313         (get_run_time): Removed to timevar.c.
314         (print_time): Likewise.
315         (get_run_time): Implement using TV_TOTAL time variable.
316         (print_time): Get total run time from get_run_time.
317         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
318         computing elapsed time explicitly.
319         * ggc-simple.c (ggc_collect): Likewise.
320         (gc_time): Remove declaration.
321
322 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
323
324         * calls.c (combine_pending_stack_adjustment_and_call): New function.
325         (expand_call): Use it.
326
327 2000-04-27  Jan Hubicka  <jh@suse.cz>
328
329         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
330         fields.
331
332 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
333
334         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
335         registers.
336
337 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
338
339         * function.c (epilogue_done): Pass whole insn to record_insns.
340
341 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
342
343         * cse.c (CSE_ADDRESS_COST): Remove.
344         (find_best_addr): Add new parameter "MODE", use address_cost instead
345         of CSE_ADDRESS_COST
346         (address_cost): New.
347         (fold_rtx): Update call of find_best_addr.
348         * rtl.h (address_cost): Declare.
349         * loop.c (general_induction_var): Add new parameter "MODE", use
350         address_cost instead of ADDRESS_COST
351         (init_loop): Use address_cost instead of ADDRESS_COST.
352         (check_insn_for_givs): Update call of general_induction_var.
353         (find_mem_givs): Likewise.
354         (consec_sets_giv): Likewise.
355         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
356         * i386.c (ix86_address_cost): New.
357         * i386-protos.h (ix86_address_cost): Declare.
358
359 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
360
361         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
362         registers.
363
364 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
365
366         * expr.c (store_expr): Use clear_storage instead of direct memset
367         libcall.
368
369 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
370
371         * config/mn10300/mn10300.c (mn10300_address_cost): Test
372         ASHIFT, AND and LABEL_REF.
373
374 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
375
376         * invoke.texi (-foptimize-sibling-calls): Fix.
377
378 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
379
380         * loop.c (load_mems)  Don't use hard registers for the hoisting.
381
382         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
383         calculation; rename const_equiv array in the preconditioning code
384         from loop_unroll to loop_unroll_precondition
385
386 2000-04-27  Richard Henderson  <rth@cygnus.com>
387
388         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
389         add new_set.
390         (propagate_one_insn): Clear it.  Don't update reg_live here.
391         (init_propagate_block_info): Update for pbi member changes.
392         (free_propagate_block_info): Likewise.
393         (mark_set_1): Know that zero_extract, sign_extract, and
394         strict_low_part don't kill their argument.  Alter hard subregs.
395         Update new_set for non-CLOBBER sets.  Update reg_live.
396         (find_auto_inc): Update reg_live, not new_dead.
397         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
398         to determine if the reg in question was set this insn.  Only update
399         reg info with PROP_REG_INFO.
400
401 2000-04-26  Richard Henderson  <rth@cygnus.com>
402
403         * flow.c (allocate_reg_life_data): Set max_regno here ...
404         (life_analysis): ... not here.
405
406         * flow.c (calculate_global_regs_live): Force stack pointer
407         live at end.
408
409 2000-04-26  Richard Henderson  <rth@cygnus.com>
410
411         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
412         commit change group changes.
413         (invert_exp_1): Similarly.
414         (redirect_exp, invert_exp): Use them.
415         (redirect_jump_1): New.
416         (invert_jump_1): New.
417         (jump_optimize_1): Remove code subsumed by condexec.c.
418         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
419
420 2000-04-26  Richard Henderson  <rth@cygnus.com>
421
422         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
423
424         * genconfig.c (main): Set all HAVE_foo to 1.
425
426         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
427
428 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
429
430         * invoke.texi: Document -fssa flag.
431
432 2000-04-26  Richard Henderson  <rth@cygnus.com>
433
434         * flow.c (count_reg_sets_1): Remove.
435         (count_reg_sets, count_reg_references): Remove.
436         (recompute_reg_usage): Implement with update_life_info.
437         Reallocate life data.
438
439 2000-04-26  Richard Henderson  <rth@cygnus.com>
440
441         * flow.c (update_life_info): Consider blocks null to mean the
442         universal set.
443         (calculate_global_regs_live): Likewise.
444         (life_analysis): Do that instead of collecting all_blocks.
445
446 2000-04-26  Richard Henderson  <rth@cygnus.com>
447
448         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
449         a still-valid conditional jump.
450
451 2000-04-26  Richard Henderson  <rth@cygnus.com>
452
453         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
454
455         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
456         * flow.c (calculate_loop_depth): Remove.
457         * output.h (calculate_loop_depth): Don't declare.
458         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
459         inline; run estimate_probability at the same time.
460
461 2000-04-26  Neil Booth  <NeilB@earthling.net>
462
463         * cpplib.h: "~=" is not a single pp-token.
464         * cpplex.c: Correct commentary.
465
466 2000-04-26  Richard Henderson  <rth@cygnus.com>
467
468         * flow.c (mark_set_1): New arguments code and flags; update all
469         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
470         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
471         loop_depth when optimizing for size.  Do new_dead update after
472         emitting REG_UNUSED notes.  Merge mark_set_reg code.
473         (mark_set_reg): Remove.
474         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
475         arrange to not emit REG_UNUSED notes.
476
477 2000-04-26  Richard Henderson  <rth@cygnus.com>
478
479         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
480         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
481
482 2000-04-26  Richard Henderson  <rth@cygnus.com>
483
484         * flow.c (propagate_one_insn): Break out from propagate_block.
485         (init_propagate_block_info): Likewise.
486         (free_propagate_block_info): Likewise.
487         (propagate_block): Use them.  Export.
488         * basic-block.h: Declare them all.
489
490 2000-04-26  Richard Henderson  <rth@cygnus.com>
491
492         * basic-block.h (life_analysis): Declare here ...
493         * output.h: ... not here.
494         * flow.c (life_analysis): Remove nregs parameter; replace
495         remove_dead_code with flags.  Remove ssa dead code check.
496         Only init alias analysis if we'll use it.
497         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
498         * ssa.c (convert_to_ssa): Likewise.
499         (convert_from_ssa): Likewise.
500         * toplev.c (rest_of_compilation): Likewise.
501
502 2000-04-26  Richard Henderson  <rth@cygnus.com>
503
504         * flow.c (flow_delete_block): Rename from delete_block.  Export.
505         * basic-block.h (flow_delete_block): Declare.
506
507 2000-04-26  David S. Miller  <davem@redhat.com>
508
509         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
510         taking a PATTERN of it.
511
512 2000-04-26  <NeilB@earthling.net>
513
514         * cpplex.c (spell_other, spell_char): Remove.
515         (SPELL_CHAR): New.
516         (token_spelling, trigraph_map): Use unsigned chars.
517         (_cpp_lex_line): Tidy up the switch statement.
518         * cpplib.h: Implement spell_char with spell_string.
519         (C): New.
520
521 2000-04-26  <RodneyBrown@pmsc.com>
522
523         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
524         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
525
526 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
527
528         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
529         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
530         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
531         dwarf2out_return_save, dwarf2out_return_reg,
532         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
533         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
534         gen_compile_unit_die, dwarf2out_init): Constify a char*.
535
536         * dwarf2out.h (dwarf2out_init): Likewise.
537
538         * dwarfout.c (filename_entry, primary_filename, last_filename,
539         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
540
541         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
542         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
543         dwarf2out_return_reg): Likewise.
544
545 2000-04-26  Andreas Jaeger  <aj@suse.de>
546
547         * extend.texi (Function Attributes): Fix description of pure
548         attribute.
549
550 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
551
552         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
553         before calling rest_of_compilation.
554
555 2000-04-26  Andreas Jaeger  <aj@suse.de>
556
557         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
558         last patch.
559
560 2000-04-25  Richard Henderson  <rth@cygnus.com>
561
562         * cse.c (cse_insn): Emit barrier after unconditional jump.
563
564         * calls.c (expand_call): Disable tail call generation once
565         rtx_equal_function_value_matters is false.
566
567         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
568         like EDGE_EH edges.
569
570 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
571
572         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
573
574         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
575
576         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
577         is the primary DIE for a member function.
578         (gen_decl_die): Call set_decl_origin_self here.
579         * dwarfout.c (output_decl): And here.
580         * integrate.c (output_inline_function): Not here.
581         Don't clear DECL_INLINE until after calling rest_of_compilation.
582         (set_decl_origin_self): No longer static.
583         * tree.h: Add prototype.
584         * toplev.c (note_deferral_of_defined_inline_function): Only write
585         out abstract instance for actual inlines.
586
587 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
588
589         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
590         EXTENDED_REGS only if TARGET_AM33.
591         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
592         SP_REGS to register allocation and reloading unless absolutely
593         necessary.
594         (movsi3): Remove special-case of adding non-constants to SP.
595
596 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
597
598         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
599         INCLUDES to search and does not provide any of its own.  Also it
600         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
601         parameters.  Also it does not call AC_DEFINE.
602         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
603         AC_DEFINE and provides for automatic entries for autoheader.
604         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
605
606         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
607         so we can pass -I flags and include gansidecl.h/system.h in this
608         test.
609
610         * acconfig.h: Delete all NEED_DECLARATION_* entries.
611
612 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
613
614         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
615         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
616         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
617
618         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
619         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
620         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
621         for these macros.  Clean up spacing and linewraps.
622
623 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
624
625         * calls.c (expand_call): Use get_callee_fndecl.
626
627         * print-tree.c (print_node): Print the chain of an _EXPR.
628
629 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
630                           Jim Wilson  <wilson@cygnus.com>
631                           Andrew Haley  <aph@cygnus.com>
632
633         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
634         and gp save/restore problems.
635         * config/ia64/crtend.asm: Add IA-64 unwind support.
636         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
637         in fr_pad_size calculation.
638         (save_restore_insns): Move PR save area.  Correct uses of
639         RTX_FRAME_RELATED_P.
640         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
641         (ia64_expand_epilogue): Add eh_epilogue support.
642         (ia64_function_prologue): Emit .prologue directive.
643         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
644         (ia64_override_options): Set init_machine_status and
645         mark_machine_status.
646         (rtx_needs_barrier): Handle bsp reads and writes.
647         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
648         New static variables.
649         (process_set, process_for_unwind_directive): New functions.
650         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
651         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
652         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
653         macros.
654         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
655         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
656         (struct machine_function): Define.
657         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
658
659 2000-04-25  Bruce Korb  <bkorb@gnu.org>
660
661         * fixinc/Makefile.in: make the removal of old programs more
662         robust
663         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
664         install-bin and install-sh
665
666 2000-04-25  Nick Clifton  <nickc@cygnus.com>
667
668         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
669         defined, define to return zero.
670         (function_cannot_inline_p): If a function has any target
671         specific attributes, then use the macro
672         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
673         whether it can be inlined.  If it cannot, issue a suitable
674         explanation.
675
676         * tm.texi: Add a new node 'Inlining' to document the new macro
677         FUNCTION_ATTRIBUTE_INLINABLE_P.
678
679 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
680
681         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
682         commentary.
683
684 2000-04-25  Neil Booth  <NeilB@earthling.net>
685
686         Restore previous patch, plus the following fixes:
687
688         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
689         flags, not CPP_OPEN_PAREN.
690         * cpplex.c (expand_token_space, init_token_list,
691         cpp_free_token_list): Put the dummy token at list->tokens[-1].
692         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
693
694 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
695
696         * config/i386/freebsd.h (INT_ASM_OP): Define.
697
698 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
699
700         * loop.c (strength_reduce): Fix typo in the last checkin.
701
702 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
703
704         * stor-layout.c (finalize_record_size): Simplify to use existing
705         functions.
706         (compute_record_mode): No longer static.
707         * tree.h (compute_record_mode): New declaration.
708
709 2000-04-25  Neil Booth  <NeilB@earthling.net>
710
711         * Revert my patch below until cause of build failures
712         determined.
713
714 2000-04-25  Richard Henderson  <rth@cygnus.com>
715
716         * combine.c (combine_instructions): Add missing argument
717         to try_combine.
718
719         * toplev.c (rest_of_compilation): Delay sibcall optimization
720         until after emit_eh_context.
721
722 2000-04-24  Nick Clifton  <nickc@redhat.com>
723
724         * combine.c (combine_instructions): Do not try to combine a
725         sequence of insns when the second insn has been replaced by a
726         note.
727
728 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
729
730         * gcc.c (load_specs): New static function.
731         (read_specs): Use it.
732
733         * gcc.c (lookup_compiler): Make multiple passes for case
734         insensitive filesystems.
735
736 2000-04-24  Neil Booth  <NeilB@earthling.net>
737
738         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
739         * cpphash.h (_cpp_check_directive): new.
740         * cpplex.c (handle_newline, cpp_free_token_list,
741         init_trigraph_map, trigraph_ok, trigraph_replace,
742         backslash_start, skip_block_comment, skip_line_comment,
743         skip_whitespace, parse_name, parse_number, parse_string,
744         copy_comment, _cpp_lex_line, spell_char, spell_string,
745         spell_comment, spell_name, spell_other, _cpp_lex_file,
746         _cpp_output_list): new.
747         (expand_name_space): take length argument.
748         (init_token_list): add comment list initialisation.
749         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
750         instead of HSPACE_BEFORE.
751
752         * cpplib.c (_cpp_check_directive): new
753         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
754         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
755         (HSPACE_BEFORE): delete.
756         (TTYPE_TABLE): rearrange.
757         (struct cpp_toklist): update.
758
759 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
760
761         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
762         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
763         argument form of AC_DEFINE.
764
765         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
766         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
767         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
768         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
769         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
770
771         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
772
773 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
774
775         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
776         deduced.h): Use -isystem, not -I, for including system headers.
777
778 2000-04-24  Nick Clifton  <nickc@cygnus.com>
779
780         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
781         the source register is the frame pointer or arg pointer.
782         (addsi3_small_int): Disallow if source register is the frame
783         pointer or arg pointer.
784
785 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
786
787         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
788         call to AC_MSG_RESULT.
789
790 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
791
792         * invoke.texi: Correct grammatical errors, document
793         -fno-gnu-keywords as identical to -fno-asm for C++.
794
795 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
796
797         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
798         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
799         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
800         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
801         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
802
803         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
804         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
805         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
806         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
807         new macros names.
808
809 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
810
811         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
812         (pop_alignment): Likewise.
813         (handle_pragma_token): Likewise.
814
815 2000-04-24  Robert Lipe <robertlipe@usa.net>
816
817         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
818
819 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
820
821         * combine.c (try_combine): Update reg_nonzero_bits of
822         newi2pat before newpat.
823
824 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
825
826         * loop.c (strength_reduce): Simplify test to INSN_P.
827         (record_giv): Attempt to simplify the add value, use CONSTANT_P
828         expressions instead of CONST_INT.
829         (express_from_1): Likewise.
830
831 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
832
833         * regs.h (reg_n_max): Don't declare.
834         * flow.c (reg_n_max): Don't define.
835         * regclass.c (renumber): Don't initialize to zero.
836         (regno_allocated): Likewise.
837         (reg_n_max): Define.
838         (allocate_reg_info): Don't initialize unnecessarily.
839
840 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
841
842         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
843         and blockage_p in the newly allocated attribute.
844
845 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
846
847         * config/mn10300/mn10300.md (addsi): `inc4' on address
848         registers does not modify cc, but `inc' on an extended
849         register does.
850
851 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
852
853         * reload.c (find_equiv_reg): Checks all valueno regs
854         as a reload_reg_p regs.
855
856 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
857
858         * cpphash.c (collect_objlike_expansion): Add sanity check.
859         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
860         the buffer is the empty string, return.  Mark __DATE__ and
861         __TIME__ as XCONST nodes, not MCONST.
862         (_cpp_macroexpand): Avoid pushing an empty buffer.
863         (funlike_macroexpand): Don't pop token_buffer here.
864
865 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
866
867         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
868         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
869         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
870         (REGNO_OK_FOR_BASE_P): Define in terms of them.
871         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
872         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
873         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
874
875 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
876
877         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
878         constant MULT givs.
879
880 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
881
882         * cpphash.h (struct definition): Move file, line, col members...
883         (struct hashnode): ... here.  Also add 'disabled' flag.
884         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
885         T_IDENTITY.  Remove T_DISABLED.
886         Update prototypes.
887
888         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
889         (collect_expansion): Split into collect_objlike_expansion and
890         collect_funlike_expansion.
891         (_cpp_macroexpand): Split out scan_arguments, stringify, and
892         funlike_macroexpand.
893         (_cpp_compare_defs): Rename compare_defs, make static.
894         (_cpp_make_hashnode): Initialize hp->disabled.
895         (macro_cleanup): Adjust for new token types.  Clear
896         m->disabled.
897         (_cpp_create_definition): Move code here to determine what
898         sort of macro it is, and code to check for redefinitions, from
899         do_define.  Implement a few simple cases without creating a
900         full DEFINITION.
901         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
902         Handle the simple cases.
903         (push_macro_expansion): Set buf->has_escapes and hp->disabled
904         here.
905
906         * cppinit.c (builtin_array): Change MCONST to XCONST
907         everywhere.
908         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
909         fix check for disabled and function-like macros.
910         * cpplib.c (do_define): Move most logic to
911         _cpp_create_definition.
912         (do_undef): Handle new special token types.
913
914 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
915
916         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
917         of CONSTANT_P for mult_val; always use validate_change to update insn.
918
919 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
920
921         * cpphash.c (trad_stringify, add_pat): New functions.
922         (collect_expansion): Restore support for -traditional syntax.
923         Use trad_stringify and add_pat.
924         (_cpp_macroexpand): Restore support for -traditional semantics.
925         * cpplex.c (_cpp_scan_line): Don't change space_before if we
926         get a COMMENT token.
927         (_cpp_lex_token): Provide COMMENT tokens to caller if
928         traditional and parsing_define_directive.
929         (skip_comment): Warn about // comments if -Wtraditional.
930         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
931         proper node type.
932         (do_undef): Don't warn about undefining EMPTY nodes.
933
934 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
935
936         * loop.c (strength_reduce): Fix biv removal code.
937
938 2000-04-22  Richard Henderson  <rth@cygnus.com>
939
940         * predict.c (estimate_probability): Examine both sides of
941         a branch for no exits.  Use 90% not 50% for predict taken.
942         Reorg for one copy of note generation code.
943
944 2000-04-22  Richard Henderson  <rth@cygnus.com>
945
946         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
947
948 2000-04-22  Richard Henderson  <rth@cygnus.com>
949
950         * diagnostic.c (init_output_buffer): Don't initialize format_args.
951         (output_clear): Likewise.
952         (output_printf): Use va_copy.
953         (vline_wrapper_message_with_location): Likewise.
954         (v_message_with_decl): Likewise.
955         (line_wrapper_printf): VA_START infor buffer.format_args directly.
956         * system.h (va_copy): Provide default implementation.
957
958 2000-04-22  Richard Henderson  <rth@cygnus.com>
959
960         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
961         the collected condition is not a constant.
962
963 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
964
965         * diagnostic.h: New file.
966
967         * Makefile.in (diagnostic.o): Depends on diagnostic.h
968
969         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
970         various function prototypes.
971         (diagnostic.h): #include.
972         (struct output_buffer): Move into diagnostic.h.
973         (get_output_prefix): Rename to output_get_prefix.  Export.
974         (init_output_buffer): Export. Break out.  Ajust intialization.
975         (output_space_left, output_append): Export.
976         (output_newline): Rename to output_add_newline.  Export.
977         (output_clear): Nullify additional output_buffer fields.
978         (output_puts): Rename to output_add_string.  Export.
979         (dump_output): Rename to output_flush_on.  Export.
980         (build_location_prefix): Constify return-type.
981         (emit_output_prefix): Rename to output_emit_prefix. Export.
982         (set_real_maximum_length): New function.
983         (output_set_maximum_length): Ditto
984         (output_clear): Ditto.
985         (output_add_character): Ditto.
986         (output_add_integer): Ditto.
987         (output_add_space): Ditto.
988         (output_format): Ditto.
989         (output_printf): Adjust buffer initialization.
990         (vline_wrapper_message_with_location): Ditto.
991         (v_message_with_decl): Ditto.  Adjust call to output_puts
992         and get_output_prefix.
993         (default_print_error_function): Adjust buffer intialization.
994
995 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
996
997         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
998         of VOID_TYPE.
999
1000 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
1001
1002         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
1003         of explicit 0.
1004
1005 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
1006
1007         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
1008         accurate data about SP moves.
1009
1010 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
1011
1012         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
1013         aliases to AM33 registers.
1014
1015 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
1016
1017         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
1018         to all EXTENDED bitmaps.
1019
1020 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
1021
1022         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
1023         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
1024         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
1025
1026 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
1027
1028         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
1029         the operand is not constant.
1030
1031 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
1032
1033         * reload.c (find_equiv_reg): Checks all valueno and regno regs
1034         as a call-clobbered regs.
1035
1036 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1037
1038         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
1039         * rtl.h: Likewise.
1040         * rtl.def: Update comment.
1041         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
1042         * integrate.c (expand_inline_function): Likewise.
1043         * profile.c (branch_prob): Likewise.
1044         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
1045         * print-rtl.c (print_rtx): Likewise.
1046         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
1047         (reemit_notes): Likewise; also use enum insn_note.
1048
1049         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
1050         (place_field): Properly compute know and actual alignment.
1051
1052         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
1053         in proper format.
1054
1055         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
1056         note for REG1.
1057
1058 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
1059
1060         * cpphash.c (struct arg, struct arglist): Const-ify strings.
1061         (warn_trad_stringify, duplicate_arg_p): New helper functions.
1062         (collect_expansion): Rewrite to scan over a token list.
1063         Remove -traditional support.
1064         (collect_formal_parameters): Rename to collect_params; rewrite
1065         to scan over a token list.
1066         (_cpp_create_definition): Adjust to scan a token list.
1067         (_cpp_macroexpand): Remove -traditional support.
1068         (_cpp_compare_defs): Whitespace is now canonicalized.
1069         (comp_def_part): Delete function.
1070
1071         * cpphash.h: Update prototypes.
1072         * cpplex.c (init_token_list): Don't set lineno if there is no
1073         buffer.
1074         (pedantic_whitespace): New function.
1075         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
1076         consume a newline.  Use pedantic_whitespace.
1077         (_cpp_lex_token): Remove support for -traditional macros.
1078         (_cpp_get_define_token): Delete.
1079         (_cpp_get_directive_token): Do the real work here.  Use
1080         pedantic_whitespace.
1081         (_cpp_init_input_buffer): Initialize pfile->directbuf.
1082
1083         * cpplib.c (get_macro_name): Delete.
1084         (do_define): Read the entire line into pfile->directbuf, then
1085         feed the token list to _cpp_create_definition.
1086         * cpplib.h (HSPACE_BEFORE): new define.
1087         (struct cpp_reader): Add a toklist member, "directbuf".
1088
1089         * predict.c (estimate_probability): New heuristic: if a jump
1090         branches around a block with no successors, predict it taken.
1091         Disentangle control flow.
1092
1093 2000-04-20  Richard Henderson  <rth@cygnus.com>
1094
1095         * loop.c (emit_iv_add_mult): Revert last change.
1096
1097 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
1098
1099         * cpplib.h (enum cpp_ttype): Add token types for all
1100         punctuators.  Distinguish pp-numbers from valid C numbers.
1101         Give some tokens better names.  Initialize from macro.
1102         (struct cpp_name, cpp_token, cpp_toklist): New data
1103         structures.
1104         Update prototypes.
1105         * cpplex.c (bump_column, expand_name_space,
1106         expand_token_space, init_token_list, cpp_output_list,
1107         _cpp_scan_line):  New functions.
1108         (output_line_command): Add third argument, new line number.
1109         * cpphash.h: Update prototypes.
1110         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
1111         token names.
1112
1113 2000-04-20  Richard Henderson  <rth@cygnus.com>
1114
1115         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
1116
1117 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
1118
1119         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
1120         object pointed to.
1121
1122 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1123
1124         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
1125         REG_EQUAL note explaining the calculated value.
1126
1127         * calls.c (expand_call): Avoid unnecesary precalculation
1128         and outgoing parameters space guarding for sibling calls.
1129         (store_one_arg): Likewise.
1130
1131 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1132
1133         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
1134         (rest_of_compilation): Write sibling dump file and account
1135         for time as jump time.
1136         * invoke.texi: Update documentation on dump flags.
1137
1138 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
1139
1140         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
1141
1142 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
1143
1144         * cpphash.c (special_symbol): Represent an empty macro with
1145         "\r \r " not just "\r ".
1146         (_cpp_macroexpand): Correct condition for the foo ( ) special
1147         case.
1148         (unsafe_chars): Handle EOF as second argument.
1149         (push_macro_expansion): Simplify test for removing escape at
1150         end.  Do not trim both escapes if there is no text in between.
1151
1152 2000-04-19  Jim Blandy  <jimb@redhat.com>
1153
1154         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
1155         of PTR_SIZE, when appropriate.
1156
1157 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
1158
1159         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
1160         (USE_ENUM_BITFIELDS): Fix typo.
1161
1162 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1163
1164         * stor-layout.c (place_field): Set rli->offset_align properly.
1165
1166 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1167
1168         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
1169         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
1170         PARM_BOUNDARY): Remove unnecessary casts.
1171
1172 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1173
1174         * calls.c (precompute_arguments): Remove must_preallocate and
1175         args_size calls.
1176         (expand_call): Update call of precompute_arguments.
1177
1178         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
1179         check_insn_for_givs): Break out from ...
1180         (strength_reduce) ... here; use for_every_insn_in_loop to call
1181         check_insn_for_givs.
1182         * loop.h (for_every_insn_in_loop): Declare.
1183         (loop_insn_callback): New type.
1184
1185 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
1186
1187         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
1188         not nul-terminated.
1189
1190 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
1191
1192         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
1193         flag_pic and RELOC.
1194
1195 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
1196
1197         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
1198
1199         * configure.in: Delete --disable-cpplib option and all
1200         references to cpp_main.
1201         * configure: Regenerate.
1202         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
1203         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
1204         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
1205         cpp$(exeext).  Add --no-headers to makeinfo command line when
1206         generating INSTALL.  Install and uninstall cpp.1 manpage, not
1207         cccp.1.
1208         * install.texi: Delete all references to cexp.y/cexp.c.
1209         Delete ancient instructions for compiling GCC on 3b1.
1210         * INSTALL: Regenerate.
1211
1212         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
1213         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
1214         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
1215         cexp.c/cexp.y.
1216         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
1217         which is no longer tested anywhere.
1218
1219         * cppinit.c (handle_option): Don't run error message through
1220         gettext twice.
1221
1222 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1223
1224         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
1225         * cpperror.c (hashtab.h): Now include.
1226         * cppexp.c (hashtab.h): Likewise.
1227         * cpplex.c (hashtab.h): Likewise.
1228         * cppfiles.c (hashtab.h): Likewise.
1229         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
1230         to htab_find_slot_with_hash.
1231         * cpphash.c (hashtab.h): Now include.
1232         (_cpp_lookup_slot): INSERT is now enum insert_option.
1233         * cpphash.h (_cpp_lookup_slot): Likewise.
1234         * cppinit.c (hashtab.h): Include earlier.
1235         (initialize_builtins): Pass enum to htab_find_slot.
1236         * cpplib.c (hashtab.h): Now include.
1237         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
1238         (do_pragma_poison, do_assert): Likewise.
1239         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
1240         htab_find_slot_with_hash.
1241         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
1242         * tree.c (type_hash_add): Likewise.
1243         (build1): Minor cleanup.
1244
1245         * ggc-common.c: Add missing blanks.
1246         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
1247         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
1248
1249         * stmt.c (mark_case_node): New function.
1250         (mark_case_nesting): Call it.
1251
1252         * expmed.c (emit_store_flag): If comparing two-word integer
1253         with zero, can optimize NE, EQ, GE, and LT.
1254
1255         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
1256         * conflict.c: Minor cleanups.
1257         * optabs.c: Add blank line
1258         * simplify-rtx.c: Minor cleanups.
1259
1260 2000-04-18  Stan Cox  <scox@cygnus.com>
1261
1262         * gengenrtl.c (genlegend): Fix misspelling.
1263
1264 2000-04-18  Robert Lipe  <robertlipe@usa.net>
1265
1266         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
1267         bitfields of the host compiler are not signed quantities.
1268         * config.in: Regenerate.
1269         * configure: Regenerate.
1270         * system.h (USE_ENUM_BITFIELDS): Added.
1271         (ENUM_BITFIELDS): Added.
1272         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
1273         (SHORT_ENUM_BUG): Deleted.
1274         * tree.h (tree_common): Members `code', `mode', `built_in_class',
1275         now ENUM_BITFIELD.
1276         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
1277         (CODE_FIELD_BUG): Likewise.
1278         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
1279         (OLD_CC): Likewise.
1280         * config/m68k/x-ccur (X_CFLAGS): Likewise.
1281
1282 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
1283
1284         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
1285         mark is active.
1286
1287 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
1288
1289         * cppexp.c (lex): Don't assume tokens are NUL terminated.
1290         * cpplib.c (do_include, do_import, do_include_next,
1291         read_line_number, detect_if_not_defined): Likewise.
1292         * cpphash.c (collect_expansion): Likewise.
1293         (special_symbol, _cpp_macroexpand): Check return from
1294         cpp_file_buffer.
1295         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
1296         macros.  Delete all uses.
1297
1298         * gcc.dg/cpp-mi.c: Add two more test cases.
1299         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
1300
1301 2000-04-17  Richard Henderson  <rth@cygnus.com>
1302
1303         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
1304         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
1305
1306 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
1307
1308         * function.c (expand_function_start): Use hard_function_value to
1309         compute the RTL to use for DECL_RESULT.
1310
1311 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1312
1313         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
1314         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
1315          x86_memory_mismatch_stall): New global variables.
1316         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
1317         alloved; fix load penalties for Athlon.
1318         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
1319         x86_memory_mismatch_stall): Declare.
1320         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
1321          TARGET_MEMORY_MISMATCH_STALL): New.
1322         * i386.md (athlon scheduling parameters): Fix latencies according to
1323         Athlon Optimization Manual.
1324         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
1325         vector.
1326         (fsqrt instruction patterns): Set athlon_decode to direct.
1327         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
1328         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
1329         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
1330         and TARGET_PARTIAL_REGISTER_STALL machines.
1331         (pushdf_nointeger): New pattern.
1332         (pushdf_integer): Rename from pushdf.
1333         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
1334         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
1335
1336 2000-04-17  Richard Henderson  <rth@cygnus.com>
1337
1338         * loop.c (canonicalize_condition): Add WANT_REG argument.
1339         Stop the search if we match it.
1340         * expr.h (canonicalize_condition): Update decl.
1341         * predict.c (expected_value_to_br_prob): Use it.  Track last
1342         expected value note.
1343         (find_expected_value): Remove.
1344
1345         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
1346
1347 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
1348
1349         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
1350         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
1351         a plain file.
1352         * configure.in: Call AC_FUNC_MMAP_FILE.
1353         * configure: Regenerate.
1354         * config.in: Regenerate.
1355
1356         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
1357         * fixinc/fixincl.c: Likewise.
1358
1359 2000-04-17  Richard Henderson  <rth@cygnus.com>
1360
1361         * builtins.c (expand_builtin_expect): New.
1362         (expand_builtin): Call it.
1363         * builtins.def (BUILT_IN_EXPECT): New.
1364         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
1365         * extend.texi: Document it.
1366
1367         * predict.c (expected_value_to_br_prob): New.
1368         (find_expected_value): New.
1369         * basic-block.h (expected_value_to_br_prob): Declare.
1370         * toplev.c (rest_of_compilation): Invoke it.
1371
1372         * rtl.h (NOTE_EXPECTED_VALUE): New.
1373         (NOTE_INSN_EXPECTED_VALUE): New.
1374         * rtl.c (note_insn_name): Update.
1375         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
1376         cases; handle NOTE_INSN_EXPECTED_VALUE.
1377
1378 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
1379
1380         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
1381         leaf sibcall delay slot if flag_pic.
1382         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
1383
1384 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1385
1386         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
1387
1388         * fixproto: If fix-header fails, exit with an error.
1389
1390 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1391
1392         * cse.c (struct check_depdendence_data): New.
1393         (check_dependence): New function.
1394         (invalidate): Use check_depdenence.
1395
1396 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
1397
1398         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
1399         UNITS_PER_WORD is unsigned.
1400
1401         * tree.h (struct tree_common): Remove misleading comment.
1402
1403 2000-04-16  Dave Pitts  <dpitts@cozx.com>
1404
1405         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
1406         message in quotes. Otherwise, IBM's make program treats the '#' as the
1407         start of a comment and ignores the remainder of the line.
1408
1409         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
1410         upper case.
1411         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
1412         * cexp.y (initialize_random_junk): Likewise.
1413         * cppfiles.c (find_include_file): Cast alloca return value.
1414         * cppinit.c (initialize_standard_includes): Likewise.
1415         * cpplib.c (cpp_define, cpp_undef): Likewise.
1416         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
1417         * final.c (output_asm_insn): Allow for holes in EBCDIC.
1418         * fold-const.c (CHARMASK): New.
1419         (real_hex_to_f): Use it.
1420         * real.c (CHARMASK): New.
1421         (etoasc, asctoeg): Use it.
1422         (asctoeg): EBCDIC lower case characters preceed upper case.
1423
1424         * i370.c (mvs_add_label): Change spacing for coding conventions.
1425         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
1426         outputing case vectors.
1427         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
1428         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
1429         since vector in in the data CSECT.
1430         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
1431         * i370.md (Many patterns): Put the length in the XL directives.
1432         (movdi): Put back STM and MVC in definition.
1433         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
1434         pattern using the TCA.
1435         * oe.h (CPP_SPEC): Added to allow trigraphs.
1436         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
1437         not support the "long long" type.
1438
1439 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
1440
1441         * config/mips/mips-protos.h (mips_legitimate_address_p): New
1442         function.
1443         (mips_reg_mode_ok_for_base_p): Likewise.
1444         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
1445         (REG_OK_FOR_INDEX_P): Define unconditionally.
1446         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
1447         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
1448         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
1449         that GET_MODE_SIZE is unsigned.
1450         (mips_reg_mode_ok_for_base_p): Define.
1451         (mips_legitimate_address_p): Likewise.  Adjust now
1452         that GET_MODE_SIZE is unsigned.
1453         (block_move_loop): Make the number of bytes unsigned.
1454         (expand_block_move): Likewise.
1455         (function_arg): Make the loop counter unsigned to match the
1456         boundary condition.
1457
1458 2000-04-16  Richard Henderson  <rth@cygnus.com>
1459
1460         * rtl.h (enum insn_note): New enumeration.  Subsume
1461         NOTE_INSN_DELETED and friends.
1462         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
1463         * rtl.c (note_insn_name): Tweak string order.
1464
1465 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
1466
1467         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
1468         to offset * 2.
1469
1470         * cpplex.c (output_line_command): Remove debugging prints.
1471         (cpp_output_tokens): Don't write out a zero-length buffer or
1472         try to see if it has a newline in it.
1473         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
1474         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
1475         the end of the loop.  Use memmove.  Don't read past the end of
1476         the buffer.  Remove trailing newlines from error messages.
1477
1478 2004-04-16  Neil Booth  <NeilB@earthling.net>
1479
1480         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
1481         * cpplib.c: Add new syntax flags to directive table, and
1482         supporting macros.
1483
1484 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
1485
1486         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
1487         using ret $N.
1488
1489 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
1490
1491         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
1492         * haifa-sched.c: Update -fsched-verbose comments to use "=".
1493
1494 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1495
1496         * Makefile.in (ggc-page.o): Now includes toplev.h.
1497         * ggc-page.c (toplev.h): Now included.
1498         (gc_time): Remove declaration.
1499         (ggc_collect): TIME now long.
1500         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
1501         others static.
1502         * toplev.h (gc_time, parse_time, gc_time): New declarations.
1503
1504         * toplev.c: Make *_time variable long to reduce chance of overflow.
1505         (TIMEVAR): Likewise for `otime'.
1506         (print_time): Arg is now long; compute percentage in FP and round.
1507         * toplev.h (print_time): Arg is long.
1508
1509         * tree.c: Minor whitespace changes.
1510
1511         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
1512         * configure: Rebuilt.
1513         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
1514         (__fixunsxfDI): Renamed from __fixunsxfdi.
1515         (__fixunsdfDI): Renamed from __fixunsdfdi.
1516         (__fixunssfDI): Renamed from __fixunssfdi.
1517         (__floatdisf): Use proper type in REP_BIT macro.
1518         (__fixunsxfSI): Renamed from __fixunsxfsi.
1519         (__fixunsdfSI): Renamed from __fixunsdfsi.
1520         (__fixunssfSI): Renamed from __fixunssfsi.
1521         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
1522         Change location of macros and upper-case some names as above.
1523         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
1524         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
1525
1526         * varasm.c (assemble_variable): Add cast to remove warning.
1527         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
1528
1529         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
1530         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
1531         region number to -1.
1532
1533 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
1534
1535         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
1536         call unshare_all_rtl.
1537
1538         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
1539
1540 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
1541
1542         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
1543         Use .s1 not .s0 for all FP instructions.
1544
1545 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
1546
1547         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
1548         interfaces.
1549         (safe_fwrite, output_line_command): New static functions.
1550         (cpp_expand_to_buffer): Now private to cpplib.
1551         (cpp_scan_buffer): Take a printer.
1552
1553         * cpphash.h: Update prototypes.
1554         * cpplib.h: Update prototypes.
1555         (cpp_printer): New.
1556         (cpp_buffer): Remove last_nominal_fname.
1557         (cpp_reader): Remove lineno.
1558
1559         * cppmain.c: Use a cpp_printer.
1560         * fix-header.c: No need to inhibit line commands.  Call
1561         cpp_start_read with no printer.
1562
1563         * cpperror.c (cpp_notice_from_errno): Provide default name.
1564         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
1565         (find_include_file, cpp_read_file): Use make_IHASH.
1566         (file_cleanup): Set control_macro and clear
1567         input_stack_listing_current here.
1568         (_cpp_execute_include): Don't output entering-file marker.
1569         * cpphash.c (special_symbol): Look for the line number in the
1570         buffer, not the reader.
1571         (_cpp_macroexpand): No need to disable line commands.
1572         (_cpp_dump_definition): No need to generate line commands.
1573         (dump_hash_helper): Remove excess newline from output.
1574         * cppinit.c (dump_special_to_buffer): No need to generate line
1575         commands.
1576         (cpp_printer_init): New.
1577         (cpp_start_read): Take a printer, and start it up if it's not
1578         NULL.  No need to generate line commands.
1579         (cpp_finish): Expect no buffers stacked at all.  Take a
1580         printer argument, and flush the output buffer if it's not
1581         NULL.
1582         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
1583         Don't put two hashes at the beginning of an assertion.
1584         (cpp_get_token): Don't increment pfile->lineno or emit line
1585         commands here.  Return EOF if there's no buffer when we get
1586         EOF.
1587         * cpplib.c (do_define, skip_if_group):
1588         No need to disable line commands.
1589         (_cpp_output_line_command): Delete function.
1590         (do_line): Don't emit line commands here, but set things up so
1591         they will be emitted if necessary.  Use _cpp_fake_ihash to
1592         make unique nominal_fnames if necessary.
1593         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
1594         with 0 for column, not -1.
1595         (_cpp_handle_eof): Don't set the control macro here.  Don't
1596         clear input_stack_listing_current here.  Don't emit line
1597         commands.
1598
1599 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1600
1601         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
1602         always, use the default SVR4 start address.
1603
1604         * config/rs6000/linux.h (LINK_SPEC): Don't define.
1605         (LINK_SHLIB_SPEC): Define.
1606         (LINK_START_DEFAULT_SPEC): Define.
1607         (LINK_OS_DEFAULT_SPEC): Define.
1608
1609         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
1610
1611         * config/rs6000/eabi.asm (__eabi): Call __init rather than
1612         __do_global_ctors to handle constructors.
1613         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
1614         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
1615         (STARTFILE_MVME_SPEC): Likewise.
1616         (STARTFILE_SIM_SPEC): Likewise.
1617         (ENDFILE_ADS_SPEC): Use crtend.
1618         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
1619         (ENDFILE_MVME_SPEC): Likewise.
1620         (ENDFILE_SIM_SPEC): Likewise.
1621         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
1622         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
1623         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
1624         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
1625         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
1626         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
1627         (CRTSTUFF_T_CFLAGS_S): Define.
1628         * config/rs6000/eabi-ctors.c: Delete.
1629
1630         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
1631         boundary.
1632         (__fini): Likewise.
1633         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
1634         boundary.
1635         (__fini): Likewise.
1636
1637 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
1638
1639         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
1640         plus mask size is smaller or equal to the mode size.
1641
1642 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1643
1644         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
1645         not yet set.
1646
1647         * expr.c (reload.h): Now included.
1648         (emit_block_move): Set volatile_ok when checking for movstr.
1649         (emit_move_1): Check for replacements in addresses in multi-word case.
1650         * Makefile.in (expr.o): Now includes reload.h.
1651
1652         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
1653         Never have a LIBCALL end a basic block.
1654         (find_basic_blocks_1): Likewise.
1655         Reorganize CALL_INSN cases.
1656
1657         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
1658
1659 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
1660
1661         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
1662         completers from mov.ret instruction.
1663
1664 2000-04-14  Richard Henderson  <rth@cygnus.com>
1665
1666         * fold-const.c (extract_muldiv): Don't distribute and widen
1667         multiply across plus for non-sizetype unsigned types.
1668
1669 2000-04-14  Richard Henderson  <rth@cygnus.com>
1670
1671         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
1672         If the original source is dead in the incr insn, it's dead now.
1673
1674 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1675
1676         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
1677         see if DECL_BIT_FIELD needs to still be set.
1678
1679         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
1680
1681         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
1682         print_int_cst_octal with something that's not an INTEGER_CST.
1683
1684         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
1685         and not a SUBREG to a FLOAT rtl.
1686
1687 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
1688
1689         * emit-rtl.c (try_split): Avoid infinite loop if the split
1690         results in a sequence that contains the original insn.
1691
1692 2000-04-13  Andreas Jaeger  <aj@suse.de>
1693
1694         * config/mips/mips.c (expand_block_move): Pass alignment
1695         argument to move_by_pieces in bits, not bytes.
1696
1697         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
1698         __pic__ for little endian.
1699
1700 2000-04-13  Andreas Jaeger  <aj@suse.de>
1701
1702         * config/i386/i386-protos.h: Add prototype for
1703         uno_comparison_operator.
1704
1705 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1706
1707         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
1708         * calls.c (ECF_PURE): New flag.
1709         (emit_call_1): Handle ECF_PURE calls.
1710         (initialize_argument_information): Unset ECF_PURE flag too.
1711         (precompute_arguments): Precompute for ECF_PURE too.
1712         (expand_call): Handle ECF_PURE calls too.
1713         (emit_library_call_value_1): Rename no_queue argument to fn_type,
1714         accept value of 2 as pure function.
1715         (emit_library_call_value, emit_library_call): Rename no_queue argument
1716         to fn_type.
1717         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
1718
1719         * tree.h (DECL_IS_PURE): New macro.
1720         (struct tree_decl): Add pure_flag.
1721         * c-common.c (enum attrs): Add attribute "pure".
1722         (init_attributes): Initialize attribute "pure"
1723         (decl_attributes): Handle attribute "pure".
1724         * extend.texi (Attribute "pure"): Document.
1725         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
1726         in pure function.
1727         (flags_from_decl_or_type): Support attribute "pure".
1728
1729 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
1730
1731         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
1732         the token except for numbers and identifiers.
1733
1734 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
1735
1736         * i386.c (ix86_expand_binary_operator,
1737         ix86_expand_unary_operator): Check no_new_pseudos
1738         instead of reload_in_progress and reload_completed.
1739         (ix86_split_ashldi, ix86_split_ashrdi,
1740         ix86_split_lshrdi): Check no_new_pseudos instead
1741         of reload_completed.
1742
1743 2000-04-12  Jeffrey A Law  (law@cygnus.com)
1744
1745         * function.c (purge_addressof): Unshare any shared rtl created by
1746         purge_addressof and its children.
1747
1748 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
1749
1750         * function.c (aggregate_value_p): VOID_TYPE nodes are never
1751         aggregates.
1752
1753 2000-04-05  Andreas Jaeger  <aj@suse.de>
1754
1755         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
1756         not compiling PIC code, add flags for mabi=64.
1757         (SUBTARGET_CPP_SIZE_SPEC): New.
1758         (SUBTARGET_CPP_SPEC): New.
1759         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
1760         for MIPS/Linux and lots of code needs these defines.
1761
1762 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
1763
1764         * reorg.c (fill_slots_from_thread): Check side_effects_p when
1765         trying the "opposite arithmetic" approach.
1766
1767 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1768
1769         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
1770         (struct sh_args): Add new field force_mem.
1771         (INIT_CUMULATIVE_ARGS): Initialize it.
1772         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
1773
1774 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1775
1776         * calls.c (expand_call): Do not reverse args in "equal from" field.
1777         (emit_library_call_value_1): Emit_libcall_block for const and pure
1778         function.
1779
1780 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1781
1782         * reload1.c (reload_combine): Don't enable optimization for fixed
1783         registers when encountering a BARRIER.
1784
1785 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1786
1787         * builtins.c (expand_builtin_memcmp): Do expansion even with
1788         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
1789
1790         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
1791         stack is propertly aligned; add sanity checking for aligned
1792         stack pointer.
1793         (expand_library_call_value_1): Add sanity checking for aligned
1794         stack pointer.
1795
1796 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
1797
1798         * calls.c (emit_library_call_value_1): Change 3rd arg to
1799         locate_and_pad_parm to disregard the setting of partial.
1800
1801 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1802
1803         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
1804
1805         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
1806         CALL_INSN from the normal case.
1807
1808 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1809
1810         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1811         New global variables.
1812         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
1813         adjustment.
1814         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1815         Declare,
1816         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
1817          TARGET_ADD_ESP_8): New macros.
1818         * i386.md: Add peep2s to convert esp adjustments to push and pop
1819         instructions.
1820         (pushsi_prologue, popsi_epilogue): New patterns.
1821
1822 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1823
1824         * real.c (toe64): Remove stale #endif from the last change.
1825
1826 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
1827
1828         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
1829         * real.c (toe64): Revert previous change.
1830
1831 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1832
1833         * objc/objc-act.c: Include ggc.h.
1834         (objc_tree_index, objc_global_trees): Convert most of the
1835         static tree variables into a static array with previous names
1836         as defines.
1837         (objc_ellipsis_node): New variable.
1838         (lang_init): Call objc_act_parse_init and c_parse_init.
1839         Create objc_ellipsis_node.
1840         (build_selector_translation_table): Use objc_ellipsis_node instead
1841         of (tree)1.
1842         (hack_method_prototype): Likewise.
1843         (get_arg_type_list): Likewise.
1844         (start_method_def): Likewise.
1845         (continue_method_def): Likewise.
1846         (gen_method_decl): Likewise.
1847         (ggc_mark_imp_list): New function.
1848         (ggc_mark_hash_table): New function.
1849         (objc_act_parse_init): New function.
1850         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
1851         * c-parse.in (c_parse_init): For objc add roots of objc specific
1852         local tree variables.
1853         * objc/objc-parse.y: Rebuilt.
1854         * objc/objc-parse.c: Rebuilt.
1855         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
1856
1857 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
1858
1859         * cse.c (delete_trivially_dead_insns): Also delete insns
1860         that copy a register to itself where the destination is
1861         a strict_low_part.
1862
1863 2000-04-11  Richard Henderson  <rth@cygnus.com>
1864
1865         * flow.c (struct propagate_block_info): Add new_dead, new_live.
1866         (propagate_block): Initialize them.  Use them in parallel instead
1867         of one tmp variable, ie revert much of the 0408 and 0407 functional
1868         changes, but keep the structural changes.
1869         (mark_set_regs): Take new_dead from propagate_block_info instead.
1870         (mark_set_1, mark_set_reg): Likewise.
1871         (mark_used_regs): Likewise with new_live.
1872         (mark_used_reg): Likewise.  Revert 0408 change.
1873
1874 2000-04-11  Nick Clifton  <nickc@cygnus.com>
1875
1876         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
1877         restriction.
1878         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
1879
1880 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1881
1882         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
1883         const section to output a CONSTRUCTOR based on the same conditions
1884         used for VAR_DECLs.
1885
1886 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
1887
1888         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
1889         * pa/pa-protos.h (output_call): Add additional argument indicating
1890         if the call is a sibling/tail call.
1891         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
1892         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
1893         (function_arg, function_arg_partial_nregs): Likewise
1894         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
1895         (emit_move_sequence): Zero extend certain constants as needed
1896         for TARGET_64BIT.
1897         (compute_zdepdi_operands, output_64bit_and): New functions.
1898         (output_64bit_ior, function_arg): Likewise.
1899         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
1900         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
1901         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
1902         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
1903         (output_bvb): Likewise.
1904         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
1905         (output_call): New argument 'sibcall'.  Generate sibcall sequences
1906         as needed.
1907         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
1908         (ouput_arg_descriptor): Do not emit argument descriptors for
1909         TARGET_64BIT.
1910         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
1911         defined.
1912         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
1913         (FUNCTION_OK_FOR_SIBALL): Define.
1914         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
1915         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
1916         (CPP_SPEC): Use new spec infrastructure.
1917         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
1918         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
1919         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
1920         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
1921         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
1922         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
1923         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
1924         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
1925         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
1926         (FUNCTION_ARG); Call out to C code.
1927         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
1928         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
1929         (MIN_UNITS_PER_WORD): Likewise.
1930         * pa/pa.md (cmpdi): New expander.
1931         (scc patterns, movstrsi): Not available for TARGET_64BIT.
1932         (64bit conditional arithmetic): New patterns.
1933         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
1934         (movsicc): Not available if modes on all the operands to not match.
1935         (movdicc): New expander and associated patterns.
1936         (64bit branches): New patterns.
1937         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
1938         (pre_ldd, post_std): New patterns.
1939         (64bit addil, load low part): New patterns.
1940         (special movsf constant): Not available for TARGET_64BIT.
1941         (movsf, movdf expanders): Force constants into memory.
1942         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
1943         (64bit movdf/movdi patterns): New patterns.
1944         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
1945         for TARGET_64BIT.
1946         (extendqidi2, extendhidi2, extendsidi2): Similarly.
1947         (adddi3 expander): Allow "arith_operand" for second input.
1948         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
1949         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
1950         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
1951         (muldi3): New expander for TARGET_64BIT.
1952         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
1953         for TARGET_64BIT.
1954         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
1955         patterns for TARGET_64BIT.
1956         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
1957         patterns for TARGET_64BIT.
1958         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
1959         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
1960         (sibcall_epilogue): New expander.
1961         (casesi): Tweak for TARGET_64BIT.
1962         (call expanders): Set & use the outgoing argument pointer.  Use the
1963         64bit call patterns as needed. Add additional arg to output_call.
1964         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
1965         (sibcall, sibcall_internal_symref): New expanders.
1966         (sibcall_value, sibcall_value_internal_symref
1967         (interspace_jump): Turn into an expander + matching patterns.
1968         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
1969         * pa/pa64-regs.h: Eliminate trigraph sequences.
1970         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
1971
1972 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
1973
1974         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
1975         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
1976         cpp_token with cpp_ttype everywhere.
1977         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
1978         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
1979         CPP_BUF_COL.  Line and column numbers are unsigned int, not
1980         long.
1981         * cpplex.c (cpp_buf_line_and_col): Delete.
1982         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
1983         'long lineno' to 'unsigned int lineno'.
1984         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
1985
1986 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
1987
1988         * extend.texi: ISO C99 is not a draft anymore.
1989         * invoke.texi: ISO C++ is not a draft anymore.
1990         * cpp.texi: __cplusplus is required by the ISO standard.
1991
1992         * extend.texi (-fthis-is-variable): Undocument.
1993         * flags.h (warn_template_debugging): Remove declaration.
1994         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
1995         -Wenum-clash, -Wtemplate-debugging): Undocument.
1996
1997 2000-04-10  Nick Clifton  <nickc@cygnus.com>
1998
1999         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
2000         integer.
2001         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
2002         integer.
2003         (ARM_SIGN_EXTEND): Use HOST_UINT.
2004         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
2005         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
2006         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
2007         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
2008
2009         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
2010         (arm_gen_constant): Use HOST_UINT.
2011         (arm_canonicalize_constant): Use HOST_UINT.
2012         (arm_reload_in_hi): Use HOST_UINT.
2013         (arm_reload_out_hi): Use HOST_UINT.
2014         (output_multi_immediate): Use HOST_UINT.
2015         (int_log2): Use HOST_UINT.
2016         (arm_poke_function_name): Use HOST_UINT.
2017         (arm_output_epilogue): Use arm_volatile_func().
2018         (output_thumb_prologue): Use arm_strip_name_encoding().
2019
2020 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2021
2022         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
2023         of sequence point problems.
2024
2025 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
2026
2027         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
2028         Recomment.
2029         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
2030
2031 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2032
2033         * sbitmap.h: Whitespace changes and use upper-case macro args.
2034         (struct simple_bitmap_def): All sizes now unsigned.
2035         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
2036         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
2037         (sbitmap_vector_alloc): Parms and local vars now unsigned.
2038         (sbitmap_zero): Cast bzero arg to PTR.
2039         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
2040         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
2041         loop to make structure clearer.
2042         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
2043         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
2044         (sbitmap_a_and_b_or_c): Likewise.
2045         (sbitmap_intersection_of_succs): Minor cleanups.
2046         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
2047         (sbitmap_union_of_preds): Likewise.
2048         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
2049         (debug_sbitmap): New function.
2050
2051         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
2052         * c-typeck.c (convert_for_assignment): Likewise.
2053
2054         * expmed.c (init_expmed): Don't free objects we make.
2055         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
2056
2057         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
2058         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
2059
2060         * gcse.c (expr_hash_table_size): Now unsigned.
2061         (compute_ae_gen): Local variable `i' now unsigned.
2062         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
2063         (compute_transout, hoist_code): Likewise.
2064         (compute_local_properties): Likewise, also hash_table_size.
2065         (alloc_expr_hash_table): N_INSNS now unsigned.
2066         (delete_null_pointer_checks): Mark arg F as unused.
2067
2068         * regrename.c: Minor cleanups, including chang some variables
2069         to unsigned int.
2070
2071 2000-04-10  Neil Booth  <NeilB@earthling.net>
2072
2073         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
2074         than GETC ().
2075         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
2076
2077 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
2078
2079         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
2080         __classof__, and __headof__ from the list of gnu keywords.
2081         (-ansi): Remove -foperator-names from list of implied options.
2082         Do not call it ANSI C++.
2083         (-foperator-names): Document as -fno-operator-names.
2084
2085 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
2086
2087         * cpphash.c (timestamp): Delete.
2088         (del_HASHNODE): If type is T_MCONST, free value.cpval.
2089         (special_symbol): Remove unnecessary braces.  Remove
2090         T_VERSION.  Treat T_STDC like T_CONST unless
2091         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
2092         when one is encountered, then convert them into T_MCONST
2093         nodes.
2094         * cppinit.c (builtin_array): version_string is T_MCONST.
2095         __STDC__ has a "1" in its cpval.  Don't have a terminator
2096         entry.  Clean up which entries are dumped.
2097         (initialize_builtins): Only __STDC__ gets the special
2098         -traditional treatment.  Count the length of builtin_array.
2099         Render version_string here.
2100         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
2101         * cpplib.h (struct cpp_reader): Remove timebuf.
2102
2103 2000-04-09  Richard Henderson  <rth@cygnus.com>
2104
2105         * genrecog.c (pred): Update comparison_operator for the unordered
2106         operators.
2107
2108         * config/i386/i386.c (no_comparison_operator): Disallow unordered
2109         operators.
2110         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
2111         (uno_comparison_operator): New.
2112         (put_condition_code): Handle UNORDERED/ORDERED.
2113         (unsigned_comparison): Likewise.
2114         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
2115         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
2116         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
2117         update all callers.  Handle all 8 unordered operators.
2118         (ix86_expand_setcc): Lose the unordered argument, update all callers.
2119         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
2120         * config/i386/i386.h (PREDICATE_CODES): Update.
2121         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
2122         (ix86_expand_branch, ix86_expand_setcc): Update.
2123         * config/i386/i386.md (sunordered, sordered): New.
2124         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
2125         (bunordered, bordered): New.
2126         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
2127         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
2128         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
2129
2130 2000-04-09  Philip Blundell  <philb@gnu.org>
2131
2132         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
2133
2134 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
2135
2136         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
2137         fix_truncxfhi2): New patterns.
2138         * i386.c (output_fix_trunc): Handle converting to HImode.
2139
2140 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
2141
2142         * ssa.c (convert_to_ssa): Eliminate dead code when calling
2143         life_analysis.
2144         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
2145         (for_each_successor_phi): Change parameter to basic_block.
2146         (coalesce_regs_in_successor_phi_nodes): Likewise.
2147         (coalesce_regs_in_copies): Likewise.
2148         (compute_coalesced_reg_partition): Use basic_block instead of index.
2149         * rtl.h (convert_to_ssa): Delete.
2150         (convert_from_ssa): Likewise.
2151         (successor_phi_fn): Likewise.
2152         (for_each_successor_phi): Likewise.
2153         (in_ssa_form): Likewise.
2154         * basic-block.h (convert_to_ssa): Moved from rtl.h.
2155         (convert_from_ssa): Likewise.
2156         (successor_phi_fn): Likewise.
2157         (in_ssa_form): Likewise.
2158         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
2159         * flow.c (calculate_global_regs_live): Pass a basic_block to
2160         for_each_successor_phi.
2161
2162 2000-04-08  Richard Henderson  <rth@cygnus.com>
2163
2164         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
2165         was modified in the current insn.
2166
2167 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
2168
2169         * arm/thumb.md: Delete.
2170         * arm/thumb-protos.h: Delete.
2171
2172 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
2173
2174         Merge changes from merged-arm-thumb-backend-branch onto trunk.
2175
2176         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
2177
2178         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
2179         into branch.
2180
2181         * arm.md (nop): Use the standard RTL expression.  Don't code as a
2182         define_expand.
2183         (*arm_nop, *thumb_nop): Delete.
2184
2185         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
2186         constants.  Use casts instead.
2187         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
2188         output_multi_immediate, arm_poke_function_name): Likewise.
2189         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
2190         MASK_RETURN_ADDDR): Likewise.
2191
2192         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
2193
2194         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
2195         into branch.
2196
2197         * arm.md (eh_epilogue): New function.
2198         * arm.h (struct machine_function): Move to here ...
2199         * arm.c: ... from here.
2200         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
2201         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
2202         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
2203
2204         2000-03-30  Nick Clifton  <nickc@cygnus.com>
2205
2206         * config/arm/semi.h (ASM_SPEC): Restore definition.
2207         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
2208
2209         * config/arm/elf.h (ASM_SPEC): Restore definition.
2210         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
2211
2212         * config/arm/arm.h (ASM_SPEC): Remove definition.
2213         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
2214
2215         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
2216
2217         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
2218
2219         2000-03-24  Nick Clifton  <nickc@cygnus.com>
2220
2221         Various formating tidyups, elimination of compile time
2222         warnings and synchronisation with internal sources:
2223
2224         * config/arm/arm-protos.h (assemble_align): Add prototype.
2225         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
2226         (gen_comapre_reg): Rename to arm_gen_compare_reg.
2227         (arm_return_addr_rtx): Rename to arm_return_addr.
2228
2229         * config/arm/arm.c: Include except.h.
2230         Define shorter typenames for strict minipool_node and struct
2231         minipool_fix.
2232         (arm_return_in_memory): For WinCE return all structures <= 32 bits
2233         in memory.
2234         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
2235         (gen_comapre_reg): Rename to arm_gen_compare_reg.
2236
2237         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
2238         already defined.
2239         (ASM_SPEC): Define if not already defined.
2240         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
2241
2242         * config/arm/arm.md: Rename references to gen_rotated_half_load to
2243         arm_gen_rotated_half_load, and references to gen_comapre_reg to
2244         arm_gen_compare_reg.
2245         (indirect_jump):  Only accept register operands.
2246         (load_indirect_jump): Keep this pattern since combine can generate
2247         it.
2248
2249         * config/arm/coff.h: Include aout.h.
2250         (MULTILIB_DEFAULTS): Only define if not already defined.
2251
2252         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
2253         into arm.h (so that COFF ports can support thumb based aliases).
2254         (ASM_SPEC): Move definition into arm.h
2255
2256         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
2257         redundant apcs spec.
2258         (ASM_SPEC): Move definition to arm.h
2259
2260         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
2261
2262         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
2263         for entries in the .bss section
2264
2265         2000-03-23  Nick Clifton  <nickc@cygnus.com>
2266
2267         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
2268         to thumb_far_jump_used_p.
2269
2270         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
2271         single integer parameter.
2272
2273         * config/arm/arm.c (struct machine_function): Add two new
2274         fields, 'far_jump_used' and 'arg_pointer_live'.
2275         (thumb_far_jump_used_p): Once the decision has been made that
2276         far jumps might be used, always return true.
2277         If being called from the initial elimination offset macro then
2278         do not bother to perform the test if the arg pointer is not
2279         being used.
2280         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
2281         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
2282
2283         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
2284
2285         * arm.c (output_return_instruction): Handle more cases where we can
2286         return from a function with an ldr instruction.
2287         (arm_output_epilogue): Likewise.
2288
2289         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
2290         if we need to push a large stack frame and there are no callee-saved
2291         registers.
2292
2293         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
2294         in ARM code if the frame pointer has been eliminated.
2295
2296         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
2297         unspec_volatile arguments to avoid duplicates.
2298         (consttable_1, consttable_2): Fixes for big-endian mode.
2299
2300         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
2301         as appropriate.
2302
2303         Re-write constant pool code.
2304         * arm.c (minipool_node, minipool_fix): New types.
2305         (minifix): Delete type.
2306         (arm_add_minipool_constant): Delete.
2307         (arm_compute_minipool_offsets, arm_find_barrier,
2308         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
2309         (get_jump_table_size): Now returns HOST_WIDE_INT.
2310         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
2311         functions.
2312         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
2313         (assign_minipool_offsets, arm_print_value): Likewise.
2314         (dump_minipool): Rewrite.
2315         (arm_barrier_cost): New function.
2316         (create_fix_barrier): New function.
2317         (push_minipool_barrier): New function.
2318         (push_minipool_fix): Record additional information about the fixup
2319         required.
2320         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
2321         check the mode of what needs fixing.
2322         (arm_reorg): Rewrite.
2323
2324         2000-03-08  Nick Clifton  <nickc@cygnus.com>
2325
2326         * config/arm/arm.md (indirect_jump): Force constant addresses into
2327         a register.
2328
2329         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
2330
2331         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
2332
2333         2000-02-24  Nick Clifton  <nickc@cygnus.com>
2334
2335         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
2336         adjust is word aligned.
2337         (thumb_expand_epilogue): Make sure that stack adjust is word
2338         aligned.
2339
2340         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
2341
2342         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
2343
2344         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
2345         pointer relative addresses.
2346
2347         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
2348
2349         * arm.c (find_barrier): Find the last barrier within the allowed
2350         range.
2351
2352         2000-02-09  Nick Clifton  <nickc@cygnus.com>
2353
2354         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
2355
2356         2000-02-09  Nick Clifton  <nickc@cygnus.com>
2357
2358         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
2359         ARM_FUNCTION_PROFILER.
2360
2361         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
2362         ARM_FUNCTION_PROFILER.
2363
2364         * config/arm/linux-oldld.h: Imported from mainline sources.
2365
2366         2000-02-07  Nick Clifton  <nickc@cygnus.com>
2367
2368         * config/arm/lib1funcs.asm: Merge in thumb functions from
2369         lib1thumb.asm.
2370
2371         * config/arm/lib1thumb.asm: Delete.
2372
2373         2000-02-04  Nick Clifton  <nickc@cygnus.com>
2374
2375         * config/arm/arm.c: Sychronised with current Red hat local
2376         sources.
2377         * config/arm/arm.h: Ditto.
2378         * config/arm/arm-protos.h: Ditto.
2379
2380         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
2381
2382         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
2383
2384         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
2385         byte stores.
2386
2387         2000-02-02  Nick Clifton  <nickc@cygnus.com>
2388
2389         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
2390
2391         * config/arm/arm.md (epilogue): Fix rtl checking abort because
2392         (return) was emited using an emit_insn() call.
2393
2394         2000-01-31  Nick Clifton  <nickc@cygnus.com>
2395
2396         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
2397         thumb stack frame.
2398         (thumb_exit): Move frame pointer back into hard frame pointer
2399         register if backtracing is being used.
2400
2401         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
2402
2403         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
2404         into branch.
2405
2406         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
2407
2408         * config/arm/arm.md (neg_pool_offset): Provide default for new
2409         attribute.
2410         (arm_movsi_insn): Add neg_pool_offset attribute.
2411         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
2412         rtx for the insn that starts the scan and an unsigned long for its
2413         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
2414         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
2415         instructions in *PINSERTED.
2416         (struct minipool_fixup): Add MIN_ADDRESS elt.
2417         (sort_fixups): Compute it.
2418         (arm_reorg): Changes to support inserting pools before the insn to be
2419         fixed up.
2420
2421         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
2422
2423         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
2424         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
2425         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
2426
2427         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
2428
2429         * config/arm/semi.h (TARGET_VERSION): Do not define if already
2430         defined.
2431         (TARGET_DEFAULT): Do not define if already defined.
2432
2433         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
2434
2435         * config/arm/arm.md (anddi3): Allow disjoint source operands.
2436         (iordi3): Allow disjoint source operands.
2437         (xordi3): Allow disjoint source operands.
2438         (negdi2): Permit construction for ARM and Thumb.
2439         (arm_negdi2): Renamed version of old negdi2 pattern.
2440         (thumb_negdi2): New pattern: Only permit non-overlapping
2441         source and destination.
2442
2443         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
2444
2445         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
2446         scratch low register so that it will not be deleted.
2447
2448         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
2449
2450         * config/arm/pe.h (ARM_PE): Define.
2451
2452         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
2453         interfacearm attribute if this is a PE toolchain.
2454         (output_return_instruction): Do not emit anything if the function
2455         has the naked attribute set.
2456         (is_called_in_ARM_mode): If the function has the interfacearm
2457         attribute then return true.
2458         (thumb_expand_prologue): Do not generate a prologue for naked
2459         functions.
2460         (thumb_expand_epilogue): Do not generate an epilogie for a naked
2461         function.
2462         (output_thumb_prologue): Do not bother if the function is naked.
2463         Strip PE encoding from function name before emitting.
2464
2465         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
2466
2467         * arm.md (pic_load_addr): Fix constraints.
2468
2469         * arm.md (casesi_insn): Fix mis-applied patch.
2470
2471         * arm.md ("core" function unit): Add rules for single- and
2472         multi-cycle insns.
2473         (All TARGET_THUMB patterns): Add "type" attribute information
2474         where needed.
2475         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
2476         the following insn is a CALL.
2477
2478         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
2479         pointer.
2480         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
2481         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
2482         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
2483
2484         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
2485
2486         * config/arm/linux-gas.h: oops - this file was missed out when the
2487         branch was created...
2488
2489         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
2490
2491         * thumb.c: Deleted.  Move contents to ...
2492         * arm.c: ... here.
2493         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
2494         rule for thumb.o
2495         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
2496         * configure: Regen.
2497
2498         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
2499         declare a prototype for asm_output_align();
2500
2501         * arm.c (thumb_condition_code): Delete.
2502         (arm_print_operand): Always use arm_condition_code array.
2503
2504         * arm.c (thumb_return_addr_rtx): Delete.
2505         (arm_save_machine_status, arm_restore_machine_status): Delete.
2506         (arm_init_machine_status, arm_mark_machine_status): New functions.
2507         (arm_init_expanders): Update accordingly.
2508         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
2509         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
2510         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
2511
2512         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
2513
2514         * configure.in : Fix arm-*-aout target to use new t-arm-aout
2515         script.
2516         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
2517         targets.
2518
2519         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
2520
2521         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
2522         stack backtrace structure.
2523
2524         * config/arm/arm-protos.h: Add prototypes for functions defined in
2525         arm/pe.h.
2526
2527         * config/arm/arm.c (arm_override_options): Fix selection of
2528         attributes of default processor.
2529
2530         * config/arm/coff.h: Delete needless #include.
2531
2532         * config/arm/pe.c: Delete unused code.
2533
2534         * config/arm/pe.h (CPP_DEFINES): Delete
2535         (SUBTARGET_CPP_SPEC): Define.
2536         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
2537
2538         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
2539
2540         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
2541
2542         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
2543         updated.
2544         (CAN_DEBUG_WITHOUT_FP): Define.
2545         (FIXED_REGISTERS): Make r11 call-saved.
2546         (CALL_USED_REGISTERS): Likewise.
2547         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
2548         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
2549         frame-pointer is required.
2550         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
2551         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
2552         if the target normally needs a stack frame in non-leaf functions.
2553         (use_return_insn): Correct logic for determining when a return
2554         instruction can be used.
2555         (output_return_instruction): Handle the frame-pointer register as
2556         a normal register when not TARGET_APCS_FRAME.
2557         (arm_output_prologue): Likewise.
2558         (arm_output_epilogue): Likewise.
2559         (output_func_epilogue): Likewise.
2560         (arm_expand_prologue): Likewise.
2561         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
2562
2563         * arm.c (use_return_insn): No need to check floating point regs if
2564         TARGET_SOFT_FLOAT.
2565         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
2566         the code of value stored in the minipool array.
2567         (arm_add_minipool_constant): Likewise.
2568
2569 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2570
2571         * basic-block.h (conflict_graph_enum_fn): K&R fix.
2572
2573 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2574
2575         * tree.c (tree_expr_nonnegative_p): New function.
2576
2577         * tree.h (tree_expr_nonnegative_p): Declare.
2578
2579         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
2580         elide some sign_compare warnings.
2581         (build_conditional_expr): Likewise.
2582
2583 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
2584
2585         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
2586
2587         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
2588         * i386.c (print_operand): Use the proper suffix for a 387 HImode
2589         operand.  Abort if a 387 operand has an unsupported size.
2590
2591 2000-04-08  Neil Booth  <NeilB@earthling.net>
2592
2593         * cppexp.c (parse_charconst): Null does not end character
2594         constants.
2595         * cppinit.c (ISTABLE): Null character handled as whitespace.
2596         * cpplex.c (null_warning):  new function.
2597         (skip_string): Emit warning if nulls encountered.
2598         (_cpp_skip_hspace): Emit warning if nulls encountered.
2599         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
2600         them.
2601         * cpp.texi: Update.
2602
2603 2000-04-07  Richard Henderson  <rth@cygnus.com>
2604
2605         * flow.c (loop_depth): Remove.
2606         (reg_next_use, cc0_live, mem_set_list): Replace with ...
2607         (struct propagate_block_info): New.
2608         (life_analysis): Don't allocate reg_next_use.
2609         (propagate_block_delete_insn): Break out of propagate_block.
2610         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
2611         (propagate_block_delete_libcall): Likewise.
2612         (propagate_block): Create a propagate_block_info struct to pass
2613         to subroutines.  Allocate one not two temporary regsets.  Don't
2614         clobber memory for const calls.  Look for clobbers in
2615         CALL_INSN_FUNCTION_USAGE.
2616         (mark_set_regs): Recognize COND_EXEC.
2617         (mark_set_reg): Break out of mark_set_1.
2618         (mark_used_reg): Break out of mark_used_regs.
2619         (mark_used_regs): Recognize COND_EXEC.
2620         (insn_dead_p): Use propagate_block_info struct.
2621         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
2622         (find_auto_inc, try_pre_increment_1): Likewise.
2623         (print_rtl_with_bb): Dump regs live at end too.
2624         (count_reg_sets_1): Pass in loop_depth.
2625         (count_reg_sets, count_reg_references): Likewise.
2626         (recompute_reg_usage): Provide it.
2627
2628 2000-04-07  Richard Henderson  <rth@cygnus.com>
2629
2630         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
2631         not the raw files.
2632
2633 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
2634
2635         * cpplib.c (do_elif): Skip the rest of the line if we're
2636         not going to bother evaluating it.
2637         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
2638         to avoid pointless calls to the lexer.
2639
2640 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
2641
2642         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
2643
2644 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
2645
2646         * calls.c (expand_call): emit_queue if we're trying a sibcall.
2647
2648 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
2649
2650         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
2651
2652 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
2653
2654         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
2655         crtend so they can be multilibbed.
2656         (STAGESTUFF): Remove s-crt and s-crtS.
2657
2658 2000-04-07  Richard Henderson  <rth@cygnus.com>
2659
2660         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
2661         if we discover we need a pseudo and no_new_pseudos is true.
2662         * config/alpha/alpha.md (ne:DI insn): New.
2663         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
2664
2665 2000-04-07  Richard Henderson  <rth@cygnus.com>
2666
2667         * rtl.def (COND_EXEC): New.
2668         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
2669         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
2670
2671         * genconfig.c (have_cond_arith_flag): Remove.
2672         (have_cond_exec_flag): New.
2673         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
2674         (main): Print HAVE_conditional_execution.
2675
2676         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
2677         (sched_analyze_insn, print_pattern): Likewise.
2678         * reload.c (find_equiv_reg): Likewise.
2679         * rtlanal.c (reg_referenced_p): Likewise.
2680         (note_stores, dead_or_set_regno_p): Likewise.
2681         (reg_overlap_mentioned_p): Rewrite to use a switch.
2682
2683         * ggc.h (struct rtx_def): Forward declare.
2684
2685         * print-rtl.c (debug_rtx_range): New.
2686         * rtl.h (debug_rtx_range): Declare.
2687
2688         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
2689
2690         * gcse.c (gcse_main): Don't rebuild the CFG here.
2691         (delete_null_pointer_checks): Likewise.
2692         * ssa.c (convert_to_ssa): Likewise.
2693         * toplev.c (rest_of_compilation): Do it here instead.  Combine
2694         sequential calls to TIMEVAR.  Consistently use `insns' instead of
2695         `get_insns()'.  Always split insns after reload when optimizing.
2696
2697         * basic-block.h (merge_blocks_nomove): Declare.
2698         (tidy_fallthru_edge): Declare.
2699         * flow.c (merge_blocks_nomove): Document as merging into previous
2700         blocks.  Remove cruft from between blocks; remove all edges out of A.
2701         (tidy_fallthru_edge): Export.
2702
2703 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2704
2705         * ssa.c (compute_conservative_reg_partition): Declare with
2706         void arguments.
2707         * toplev.c (clean_dump_file): Remove previously-deleted function
2708         inadvertantly merged back in.
2709         * conflict.c (conflict_graph_add): Use a single call to
2710         htab_find_slot to look up and insert.
2711
2712 2000-04-06  Richard Henderson  <rth@cygnus.com>
2713
2714         * genrecog.c (*): Rename _last_insn to last_insn.
2715         (make_insn_sequence): Set the position of the peephole2 C test
2716         to be at the last insn.
2717
2718 2000-04-06  Richard Henderson  <rth@cygnus.com>
2719
2720         * flow.c (compute_flow_dominators): Free worklist.
2721
2722 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
2723
2724         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
2725
2726 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2727
2728         * rtl.h (INSN_P): New macro.
2729         (successor_phi_fn): New typedef.
2730         (for_each_successor_phi): New prototype.
2731         (in_ssa_form): New variable.
2732         (PHI_NODE_P): Likewise.
2733         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
2734         phi nodes in successors.
2735         (mark_used_regs): Add PHI case.
2736         (set_phi_alternative_reg): New function.
2737         (life_analysis): Assert that dead code elimination is not selected
2738         when in SSA form.
2739         * toplev.c (to_ssa_time): New variable.
2740         (from_ssa_time): Likewise.
2741         (compile_file): Zero to_ssa_time and from_ssa_time.
2742         Print time to convert to and from SSA.
2743         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
2744         (print_time): Compute percent fraction as integer.
2745         * ssa.c (PHI_NODE_P): Moved to rtl.h.
2746         (convert_to_ssa): Check if we're already in SSA.
2747         Don't eliminate dead code in life_analysis.
2748         Rerun flow and life analysis at bottom.
2749         (eliminate_phi): Use canonical regnos when adding nodes.
2750         (mark_reg_in_phi): New function.
2751         (mark_phi_and_copy_regs): Likewise.
2752         (convert_from_ssa): Rerun life analysis at top.
2753         Use coalesced partition.
2754         Check for removing a phi node at the end of the block.
2755         (compute_coalesced_reg_partition): New function.
2756         (coalesce_regs_in_copies): Likewise.
2757         (coalesce_reg_in_phi): Likewise.
2758         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
2759         (for_each_successor_phi): Likewise.
2760         (rename_context): New struct.
2761         (rename_block): Use a rename_context with rename_insn_1.  When
2762         renaming sets of a subreg, emit a copy of the entire reg first.
2763         (rename_insn_1): Treat data as a rename_context *.  Save current
2764         insn in set_data.
2765         (rename_set_data): Add field set_insn.
2766         * Makefile.in (HASHTAB_H): Move up in file.
2767         (OBSTACK_H): New macro.
2768         (collect2.o): Use OBSTACK_H in dependencies.
2769         (sdbout.o): Likewise.
2770         (emit-rtl.o): Likewise.
2771         (simplify-rtx.o): Likewise.
2772         (fix-header.o): Likewise.
2773         (OBJS): Add conflict.o.
2774         (conflict.o): New rule.
2775         * basic-block.h: Include partition.h.
2776         (conflict_graph): New typedef.
2777         (conflict_graph_enum_fn): Likewise.
2778         (conflict_graph_new): New prototype.
2779         (conflict_graph_delete): Likewise.
2780         (conflict_graph_add): Likewise.
2781         (conflict_graph_conflict_p): Likewise.
2782         (conflict_graph_enum): Likewise.
2783         (conflict_graph_merge_regs): Likewise.
2784         (conflict_graph_print): Likewise.
2785         (conflict_graph_compute): Likewise.
2786         * conflict.c: New file.
2787
2788 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2789
2790         * tlink.c (read_repo_files): Don't look for .rpo info for
2791         linker flags.
2792
2793 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2794
2795         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
2796
2797 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2798
2799         * config/sh/lib1funcs.asm (___udivsi3_i4):
2800         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
2801         only depends on FMOVD_WORKS.
2802
2803 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2804
2805         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
2806         make double constant 8-byte aligned.
2807
2808 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
2809
2810         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
2811         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
2812         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
2813         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
2814         Accept storing GENERAL_REGS into offsetable memory.
2815         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
2816         building a TFmode constant other than 0.0L into GENERAL_REGS.
2817
2818 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
2819
2820         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
2821
2822 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
2823
2824         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
2825         (macro_cleanup): No need to cast pbuf->macro.
2826         (collect_expansion): Use _cpp_get_define_token.  Goto done if
2827         it returns VSPACE.  Remove check for trailing space after
2828         CPP_COMMENT.
2829         (_cpp_create_definition): Don't diddle flags here.  Return
2830         directly on error.
2831         (unsafe_chars): Handle c1 being EOF.
2832         (push_macro_expansion): Use unsafe_chars for both accidental-paste
2833         checks.  Don't push the buffer till after we're done with
2834         them.
2835         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
2836         (PEEKN, FORWARD, GETC, PEEKC): Use them.
2837         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
2838         appropriately.
2839         (_cpp_parse_assertion): Don't NUL terminate.
2840         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
2841         hspace before calling _cpp_parse_assertion.  Remove all sets
2842         of only_seen_white. Treat '\f' as hspace.  Don't do anything
2843         special with '\n' here.
2844         (maybe_macroexpand): Handle T_EMPTY hash entries without
2845         pushing a buffer at all.
2846         (cpp_get_token): Handle clearing only_seen_white here.  Handle
2847         incrementing the line number here.  Clear
2848         potential_control_macro as well as only_seen_white, if
2849         appropriate.
2850         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
2851         (_cpp_get_define_token): New function, basically like
2852         _cpp_get_directive_token was but doesn't eat horizontal space.
2853         Don't do anything with only_seen_white here.
2854         (_cpp_get_directive_token): Just call _cpp_get_define_token
2855         repeatedly till it returns non-hspace.
2856
2857         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
2858         (conditional_skip, skip_if_group): Return int.
2859         (DIRECTIVE_TABLE): Change origin of all conditional directives
2860         to "COND".
2861         (TRAD_DIRECT_P): New macro.
2862         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
2863         an error for a bogus directive, unless -lang-asm.  Use
2864         TRAD_DIRECT_P. Loop calling handler functions till one returns
2865         zero.
2866         (get_macro_name): Don't diddle flags here.
2867         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
2868         Create T_EMPTY nodes for #define macro /* nothing */.
2869         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
2870         Use hp->name when calling pass_thru_directive.
2871         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
2872         Return the result of conditional_skip and/or skip_if_group.
2873         Don't call _cpp_output_line_command.
2874         (consider_directive_while_skipping): Use _cpp_get_directive_token.
2875         Issue -Wtraditional warnings as appropriate.  Don't complain
2876         about unrecognized directives.  If we are to stop skipping,
2877         return the number of the directive that ended the skip.
2878         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
2879         expansion and line commands while skipping.  Return the result
2880         of consider_directive_while_skipping, if nonzero.
2881         (do_endif): Just set potential_control_macro here.
2882         (validate_else): Use _cpp_get_directive_token.
2883         (do_assert, do_unassert): Don't save pointers into the
2884         token_buffer across calls to the lexer.  Use
2885         _cpp_get_directive_token.
2886
2887         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
2888         pointer, not an offset.  Replace 'data', which was a generic
2889         pointer, with 'macro', which points to a struct hashnode.
2890         (cpp_reader): Add 'potential_control_macro' pointer.
2891         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
2892         (CPP_BUF_GET, CPP_FORWARD): Delete.
2893         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
2894         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
2895         ACTIVE_MARK_P): Update.
2896         (_cpp_get_define_token): New internal function.
2897         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
2898
2899 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
2900
2901         * configure.in: And here.
2902         * configure: Regenerate.
2903         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
2904         --enable-libstdcxx-v3 is passed at configure time.
2905         * config.h.in: Regenerate.
2906
2907 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
2908
2909         * final.c (final): Use xcalloc to allocate line_note_exists.
2910         * function.c (free_after_compilation): Free the temp_slots.
2911         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
2912         (combine_temp_slot): Free temp_slots when they get combined.
2913         (purge_addressof): Fix typo in comment.
2914         * stmt.c (mark_goto_fixup): Mark the fixup itself.
2915         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
2916
2917         * ggc.h: Include varray.h.
2918         (ggc_pending_trees): Declare.
2919         (ggc_mark_tree_children): Remove declaration.
2920         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
2921         * ggc-common.c (ggc_pending_trees): New variable.
2922         (ggc_mark_roots): Call ggc_mark_trees.
2923         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
2924         the ggc_pending_trees.
2925         * Makefile.in (GGC_H): New variable.  Use it throughout in place
2926         of ggc.h.
2927
2928 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2929
2930         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
2931         GET_MODE_SIZE.
2932
2933 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2934
2935         * sh.c (sh_insn_length_adjustment): New function.
2936         * sh-protos.h (sh_insn_length_adjustment): Declare.
2937         * sh.h (ADJUST_INSN_LENGTH): Use it.
2938
2939 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
2940
2941         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
2942         from the insn where REG_RETVAL is added.
2943         (emit_no_conflict_block): Ditto.
2944
2945         * md.texi (Standard Names): Clarify when movX is needed.
2946
2947         * combine.c (simplify_comparison) [MINUS]: Do not replace
2948         all (op (minus A B) 0) with (op A B).
2949
2950 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
2951                           J"orn Rennecke <amylaar@cygnus.co.uk>
2952
2953         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
2954         (block_lump_real): Likewise.
2955
2956 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
2957
2958         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
2959         remaining non-zero debugging masks.
2960
2961 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
2962
2963         * basic-block.h (verify_flow_info): Declare.
2964         (flow_loop_outside_edge_p): Declare.
2965         * flow.c (verify_flow_info): Remove declaration.
2966         (clear_log_links, flow_loop_outside_edge_p): Likewise.
2967
2968 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
2969
2970         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
2971         not C++ comments.
2972
2973 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
2974
2975         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
2976         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
2977         seqdi_zero_trunc+1): Allow splits only if registers are
2978         different.
2979
2980 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
2981
2982         * acconfig.h: Add HAVE_GAS_HIDDEN.
2983         * config.in: Regenerated.
2984         * configure.in: Add test for .hidden pseudo-op in gas.
2985         * configure: Regenerated.
2986         * crtstuff.c: Include auto-host.h.
2987         Emit additional .hidden pseudo-op for __dso_handle if the
2988         assembler knows about it.
2989
2990 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
2991
2992         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
2993         before freeing argnames.
2994         * cpplib.c (do_ifndef): Cast return value of xstrdup.
2995
2996 2000-04-05  Michael Meissner  <meissner@redhat.com>
2997
2998         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
2999         Walton <jonboy@gordian.com> to make memory references with update
3000         work wtih -mregnames.
3001
3002 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3003
3004         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
3005         (regrename_optimize): Rename variables `def_uses' and
3006         `ext_basic_blocks' to avoid conflicts with similarly named
3007         typedefs in traditional C.
3008
3009         * calls.c (initialize_argument_information): Fix typo in previous
3010         change.
3011
3012 2000-04-04  Richard Henderson  <rth@cygnus.com>
3013
3014         * regrename.c (consider_available): Test fixed_regs not
3015         PIC_OFFSET_TABLE_REGNUM.
3016
3017 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
3018
3019         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
3020         crtend.
3021         (CRTSTUFF_T_CFLAGS_S): Delete definition.
3022         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
3023         (ENDFILE_LINUX_SPEC): Always use crtend.
3024         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
3025         (powerpc-*-linux-gnu): Likewise.
3026         * configure: Regenerate.
3027
3028         * config/rs6000/eabi.h: Don't include sysv4.h.
3029         (MULTILIB_DEFAULTS): Don't define.
3030         * config/rs6000/eabiaix.h: Don't include eabi.h.
3031         * config/rs6000/eabile.h: Delete.
3032         * config/rs6000/eabilesim.h: Delete.
3033         * config/rs6000/eabisim.h: Don't include eabi.h.
3034         * config/rs6000/linux.h: Don't include sysv4.h.
3035         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
3036         (MULTILIB_DEFAULTS): Don't redefine.
3037         * config/rs6000/rtems.h: Don't include eabi.h.
3038         * config/rs6000/sol2.h: Don't include sysv4le.h.
3039         * config/rs6000/sysv4le.h: Don't include sysv4.h.
3040         * config/rs6000/t-ppc: Delete.
3041         * config/rs6000/t-ppcgas: Correct comment.
3042         * config/rs6000/t-ppcos: Correct comment.  Don't build
3043         multilibs for -fPIC, rather use -fPIC -mstrict-align
3044         as default.
3045         * config/rs6000/t-ppc: Delete.
3046         * config/rs6000/vxppc.h: Don't include sysv4.h.
3047         * config/rs6000/vxppcle.h: Delete.
3048         * configure.in: Use multiple header files for p2pc ELF targets
3049         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
3050         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
3051         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
3052         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
3053         always available for these platforms.
3054
3055 2000-04-04  Richard Henderson  <rth@cygnus.com>
3056
3057         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
3058
3059 2000-04-04  Stan Cox  <scox@cygnus.com>
3060
3061         * Makefile.in: Add rules for regrename.o
3062         * regrename.c: New file.
3063         * rtl.h (regrename_optimize): Add prototype.
3064         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
3065         (compile_file, decode_d_option): Add support for -frename-registers.
3066         (rest_of_compilation): Call regrename_optimize.
3067         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
3068         New macros.
3069
3070 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
3071
3072         * Makefile (gccbug): New target.
3073         (doc): Depend on it.
3074         * gcc.texi (Bugs): Link subnodes.
3075         (gccbug): New node.
3076         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
3077         Document severities, priorities, and classes in bug form.
3078
3079 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
3080
3081         * cpplex.c (trigraph_map, speccase): Combine into single
3082         table, chartab.
3083         (NORMAL, NONTRI): New macros.
3084         (_cpp_read_and_prescan): Change to use unified table.  Use
3085         is_hspace to test for whitespace.
3086
3087         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
3088         definition that doesn't provoke the "empty body in an
3089         if-statement" warning.
3090
3091 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
3092
3093         * builtins.c (expand_builtin_strlen): Force the source to
3094         be a memory address.
3095
3096 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3097
3098         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
3099
3100 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3101
3102         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
3103          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
3104         (ECF_IS_CONST): Rename to ECF_CONST.
3105         (special_function_p): Make static, change interface.
3106         (flags_from_decl_or_type, try_to_integrate): Break out from ...
3107         (expand_call) ... here; convert number of variables to flags.
3108         (emit_library_call_vlue_1): Likewise.
3109         (setjmp_call_p): New function.
3110         (initialize_argument_information): Accepts flags as argument;
3111         return flags.
3112         (precompute_arguments): Likewise.
3113         * tree.h (special_function_p): Remove.
3114         (setjmp_call_p): Add prototype.
3115
3116 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
3117
3118         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
3119         so that addresses are offsetable by up to 16 bytes.
3120         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
3121         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
3122         offsetable.
3123
3124         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
3125         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
3126         (movsf): Don't force any constant to memory if target is integer
3127         hard register.
3128         Move fp_zero_operand check below the const0_rtx check.
3129         (movtf): Likewise. Also allow fp_zero_operand for stores into
3130         memory.
3131         (movdf): Likewise. Also allow fp_zero_operand for stores into
3132         memory and into integer hard registers.
3133         (clear_df, clear_dfp, movdf_const_intreg_sp32,
3134         movdf_const_intreg_sp64): Remove.
3135         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
3136         conditions.
3137         (movdf_no_e_insn_v9_sp32): New pattern.
3138         (movdf_insn_v9only): Remove.
3139         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
3140         (movdf_insn_sp64): Remove.
3141         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
3142         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
3143         (following splits): Rewrite conditions. Add two new splits
3144         for storing 0.0 into memory and registers.
3145         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
3146         (movtf_insn_sp32): Redo constraints and conditions.
3147         (movtf_insn_vis_sp32): New pattern.
3148         (movtf_no_e_insn_sp32): Redo constraints and conditions.
3149         (movtf_insn_hq_sp64): Likewise.
3150         (movtf_insn_hq_vis_sp64): New pattern.
3151         (movtf_insn_sp64): Redo constraints and conditions.
3152         (movtf_insn_vis_sp64): New pattern.
3153         (movtf_no_e_insn_sp64): Redo constraints and conditions.
3154         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
3155         or memory.
3156         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
3157         -mvis or -m64 to take down the number of various reload patterns.
3158
3159 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
3160
3161         * pa/pa-64.h: New file.
3162         * pa/pa64-regs.h: New file.
3163         * pa/pa64-start.h: New file.
3164         * pa/t-pa64: New file.
3165         * pa/xm-pa64hpux.h: New file.
3166
3167 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3168
3169         * sparc.c (output_restore_regs): Prototype.
3170         (sparc_emit_float_lib_cmp): Constification.
3171
3172         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
3173
3174         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
3175         Prototype.
3176
3177         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
3178         (get_value_hash, hash_rtx): Likewise.
3179
3180         * ssa.c (compute_conservative_reg_partition): Prototype.
3181
3182         * tree.c (mark_hash_entry): Prototype.
3183
3184 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
3185
3186         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
3187         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
3188         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
3189
3190         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
3191         * objc/lang-specs.h: Likewise.
3192
3193 2000-04-03  Neil Booth  <NeilB@earthling.net>
3194
3195         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
3196         and SYNTAX_ERROR2. Replace `' in messages with ''.
3197         (op_to_str): Make re-entrant.
3198         (_cpp_parse_expr): Implement new error macros. Use | rather
3199         than || to logically or 2 boolean integers.  Simply expression
3200         checking we have a left operand iff needed.
3201
3202 2000-04-03  Nick Clifton  <nickc@cygnus.com>
3203
3204         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
3205
3206 2000-04-03  Philip Blundell  <philb@gnu.org>
3207
3208         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
3209
3210 2000-04-03  Felix Lee  <flee@cygnus.com>
3211
3212         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
3213         (run_shell): Use it.
3214
3215 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
3216
3217         * Makefile.in (stmp-int-hdrs): Make include subdir here...
3218         (stmp-fixproto): ...rather than here.
3219
3220 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
3221
3222         * pa.c (print_operand): Compute 'base' only inside the code paths
3223         that use it.
3224
3225 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
3226
3227         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
3228         CEIL_DIV_EXPR.
3229
3230 2000-04-03  Philipp Thomas  <pthomas@suse.de>
3231
3232         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
3233
3234 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
3235
3236         * Makefile.in (alias.o): Depend on $(TREE_H).
3237
3238 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
3239
3240         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
3241         processing C++.
3242         * cpplib.c (_cpp_handle_directive): Improve warnings for
3243         traditional C and indented directives.
3244
3245         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
3246         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
3247         fixinc/inclhack.def: Indent the # of #include_next one space.
3248         * cp/rtti.c: Un-indent #if and #endif.
3249
3250         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
3251         syntax error, but an error has already been printed.
3252         * cpplex.c (_cpp_parse_assertion): Give a more specific error
3253         message when called with nothing remaining on the line.
3254         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
3255         OTHER token, not an ASSERTION.
3256         * cpplib.c (do_assert): When we create a 'base' node, clear
3257         its aschain pointer.
3258
3259 2000-04-02  Neil Booth <NeilB@earthling.net>
3260
3261         * cppexp.c:  New typedef op_t.  struct operation and struct
3262         token updated to use it.
3263         (op_to_str): New function.
3264         (_cpp_parse_expr): Error messages modified to use op_to_str.
3265
3266 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3267
3268         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
3269         before checking MUST_PASS_IN_STACK.
3270
3271 2000-04-02  Neil Booth <NeilB@earthling.net>
3272
3273         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
3274         flags and initial priority into a single constant.  New
3275         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
3276         (_parse_cpp_expr): Implement new constants.  Take left operand
3277         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
3278         parse indicated by reducing FINISHED token.  Remove new lines
3279         from cpp_error messages.
3280
3281 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
3282
3283         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
3284         permanent obstack.
3285
3286 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
3287
3288         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
3289         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
3290         the strings and function names on the fly.  Take the #sccs
3291         entry out of the table if SCCS_DIRECTIVE is not defined.
3292         (_cpp_handle_directive): Decide if the # was at the beginning
3293         of the line here.  Issue -pedantic warnings for extended
3294         directives here.  Warn about K+R directives with the #
3295         indented, and C89/extended directives with the # not indented,
3296         here.
3297         (do_import, do_include_next, do_warning, do_ident, do_sccs,
3298         do_assert, do_unassert): Don't issue pedantic warning here.
3299
3300         * cpphash.h: Add CPP_WTRADITIONAL macro.
3301         * cpplib.h (struct cpp_options): Rename warn_stringify to
3302         warn_traditional; update comments.
3303         * cppinit.c (handle_option): Set warn_traditional not
3304         warn_stringify.
3305         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
3306         CPP_WTRADITIONAL (pfile).
3307         * cpplex.c (_cpp_lex_token): Don't decide if directives should
3308         be ignored in -traditional mode here.
3309
3310         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
3311         to initialize speccase[] and trigraph_map[].  Delete all
3312         references to pfile->input_speccase.  Always treat '?' as a
3313         special character.  Remove table-initialization code from
3314         _cpp_init_input_buffer.
3315
3316         * cpplib.h (struct cpp_reader): Remove input_speccase field.
3317         * cppinit.c (cpp_cleanup): Don't free input_speccase.
3318
3319 2000-04-01  Richard Henderson  <rth@cygnus.com>
3320
3321         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
3322         (mostlyclean): Likewise.
3323
3324         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
3325         (struct dump_file_info, enum dump_file_index, dump_file): New.
3326         (open_dump_file): Take a dump_file_index not a suffix, and a decl
3327         not a string.  Clean out file if we havn't yet done so.  Do nothing
3328         if the dump isn't enabled.
3329         (close_dump_file): Do nothing if the dump isn't open.  Dump
3330         graph data if requested.
3331         (dump_rtl, clean_dump_file): Remove.
3332         (compile_file): Don't clean the dump files.  Only finalize .bp dump
3333         if flag_test_coverage or flag_branch_probabilities.  Only finalize
3334         .combine dump if optimizing.  Iterate over dump_file to finalize the
3335         graph dumps.
3336         (rest_of_compilation): Update for open_dump_file/close_dump_file.
3337         Convert all uses of dump_rtl.
3338         (decode_d_option): Iterate over dump_file to implement 'a' and to
3339         locate pass-specific dumps.
3340
3341 2000-04-01  Neil Booth <NeilB@earthling.net>
3342
3343         * cppexp.c: Redefine priority constants.
3344         (_cpp_parse_expr): Replace left and right priority scheme with
3345         single priority logic.  Move LOGICAL to same place as COMPARE.
3346         Remove bogus check for multiple unary +/- operators.
3347
3348 2000-04-01  Neil Booth <NeilB@earthling.net>
3349
3350         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
3351         within the switch statement.  Binary operations break out of
3352         the switch naturally.  '(' tokens handled by forcing
3353         immediate shift.  ')' handled by forcing immediate reduce to
3354         the previous '('.  New error messages.
3355
3356 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
3357
3358         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
3359         part', it's already in use.  Use %K instead.  Add a return at the
3360         end of what is now %K.
3361         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
3362
3363 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3364
3365         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
3366         allocate_dynamic_stack_space.
3367         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
3368         update stack_pointer_delta; do not update arg_size_so_far.
3369         (compute_argument_block_size): Use stack_delta instead of
3370         stack_pointer_pending and arg_size_so_far.
3371         (expand_call): Add sanity checking for stack_pointer_delta;
3372         save and restore stack_pointer_delta for SIB, use
3373         stack_pointer_delta for alignment; do not update arg_space_so_far.
3374         (emit_library_call_value): Use stack_pointer_delta for alignment.
3375         (store_one_arg): Do not update arg_space_so_far.
3376         * explow.c (adjust_stack, anti_adjust_stack): Update
3377         stack_pointer_delta.
3378         (allocate_dynamic_stack_space): Add sanity checking for
3379         stack_pointer_delta.
3380         * expr.c (init_expr, clear_pending_stack_adjust): Clear
3381         stack_pointer_delta.
3382         (emit_push_insn): Update stack_pointer_delta.
3383         * function.h (struct expr_status): Add x_stack_pointer_delta;
3384         remove x_arg_space_so_far.
3385         (arg_space_so_far): Remove.
3386         (stack_pointer_delta): New macro.
3387
3388 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
3389
3390         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
3391         Reorder struct cpp_options and struct cpp_reader for better
3392         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
3393         takes two args.  Change all 'char' flags to 'unsigned char'.
3394         Move show_column flag into struct cpp_options.  Don't
3395         prototype cpp_options_init.
3396         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
3397         cppinit.c, cpplex.c, cpplib.c:
3398         Replace CPP_OPTIONS (pfile)->whatever with
3399         CPP_OPTION (pfile, whatever), and likewise for
3400         opts = CPP_OPTIONS (pfile); ... opts->whatever;
3401
3402         * cppinit.c (merge_include_chains): Take a cpp_reader *.
3403         Extract CPP_OPTION (pfile, pending) and work with that
3404         directly.
3405         (cpp_options_init): Delete.
3406         (cpp_reader_init): Turn on on-by-default options here.
3407         Allocate the pending structure here.
3408         (cl_options, enum opt_code): Define these from the same table,
3409         kept in a large macro.  Add -fshow-column and -fno-show-column
3410         options.
3411
3412         * cpperror.c (v_message): If show_column is off, don't print
3413         the column number.
3414
3415         * cppmain.c: Update for new interface.
3416         * fix-header.c: Likewise.
3417
3418 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
3419
3420         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
3421         definition.
3422         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
3423         are passed to any invocation of AR_FOR_TARGET.
3424         (AR_CREATE_FOR_TARGET): New macro.
3425         (AR_EXTRACT_FOR_TARGET): New macro.
3426         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
3427         AR_EXTRACT_FOR_TARGET.
3428         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
3429         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
3430         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
3431         AR_EXTRACT_FOR_TARGET to sub-makes.
3432
3433 2000-03-31  Neil Booth <NeilB@earthling.net>
3434
3435         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
3436         PAREN_INNER_PRIO.
3437         (_cpp_parse_expr): Check for multiple unary +/- operators.
3438         Correct priorities of ':' and '?'.  Treat ')' as having a
3439         value.  Ensure conditional expression is not void.
3440
3441 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
3442
3443         * alias.c (canon_rtx): Make it global.
3444         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
3445         equality.
3446         * cse.c (struct table_elt): Add canon_exp.
3447         (insert): Clear it.
3448         (invalidate): Canonicalize expressions only once.
3449         * rtl.h (canon_rtx): Declare.
3450
3451 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
3452
3453         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
3454         * alias.c (reg_known_value): Add comments.
3455         (init_alias_analysis): Likewise.
3456         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
3457         address.
3458         (cse_basic_block): Fix typo in comment.
3459         * emit-rtl.c: Include hashtab.h.
3460         (const_int_htab): New variable.
3461         (const_int_htab_hash): New function.
3462         (const_int_htab_eq): Likewise.
3463         (rtx_htab_mark_1): Likewise.
3464         (rtx_htab_mark): Likewise.
3465         (gen_rtx_CONST_INT): Cache all CONST_INTs.
3466         (unshare_all_rtx): Fix formatting.
3467         (init_emit_once): Initialize const_int_htab.
3468         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
3469         address.
3470         * rtl.texi: Document the fact that all CONST_INTs with the same
3471         value are shared.
3472
3473 2000-03-30  Richard Henderson  <rth@cygnus.com>
3474
3475         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
3476
3477 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
3478
3479         * configure.in: Comment out --enable-c-cpplib stanza.
3480         * configure: Regenerate.
3481
3482 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3483
3484         * expr.c (store_constructor): Properly compute displacement and
3485         alignment when offset is variable.
3486
3487         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
3488         cases of alignment in bytes.
3489
3490 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
3491
3492         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
3493         since it is used to generate c-parse.y.
3494         * objc-parse.c, objc-parse.y: Regenerated.
3495
3496         * function.c (expand_function_end): Pass alignment argument to
3497         emit_block_move in bits, not bytes.
3498
3499 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3500
3501         * expr.c (move_by_pieces_ninsns): Fix one more missing align
3502         correction.
3503
3504         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
3505
3506         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
3507         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
3508         * function.c (assign_parms): Likewise.
3509         * integrate.c (expand_inline_function): Likewise.
3510         * stmt.c (expand_decl): Likewise.
3511         (copy_rtx_and_substitute): Likewise.
3512         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
3513         (clear_by_pieces): Fix error in last change.
3514         * emit-rtl.c (init_emit): Set known registers alignment in bits.
3515         * function.h (regno_pointer_align): Now unsigned.
3516         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
3517         is in bits.
3518         * config/i386/i386.c (aligned_operand): Likewise.
3519         * config/sparc/sparc.c (mem_min_alignment): Likewise.
3520         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
3521         (unaligned_memory_operand): Likewise.
3522         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
3523         Also make alignments and sizes unsigned and some whitespace cleanup.
3524         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
3525
3526         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
3527         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
3528         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
3529         (expand_builtin_memset): Likewise, but to clear_storage.
3530         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
3531         (restore_fixed_argument_area): Likewise.
3532         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
3533         (load_register_parameters): Likewise, to emit_group_load.
3534         (expand_call): Likewise, to emit_group_store and emit_block_move.
3535         (emit_library_call_value_1): Likewise, to emit_block_move.
3536         (store_one_arg): Likewise, and to emit_push_insn.
3537         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
3538         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
3539         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
3540         (emit_block_move, emit_group_load, emit_group_store): Likewise.
3541         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
3542         (expand_assigment, store_expr, store_constructor_field): Likewise.
3543         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
3544         (store_constructor, store_field, get_inner_reference): Likewise.
3545         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
3546         (expand_expr, case COMPONENT_REF): Likewise.
3547         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
3548         and positions; reindent code.
3549         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
3550         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
3551         (assign_parms): Likewise to emit_group_store.
3552         * optabs.c (prepare_cmp_insn): Alignment is in bits.
3553         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
3554         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
3555         (expand_return): Likewise to {extract,store}_bit_field.
3556         * stor-layout.c (get_mode_alignment): Minor cleanup.
3557         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
3558         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
3559
3560 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3561
3562         * config/arm/arm.h: Undo effects of previous delta:
3563         (ASM_SPEC): Do not define.
3564         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
3565
3566         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
3567         typo.
3568
3569 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3570
3571         * cppinit.c (cpp_start_read): Call initialize_dependency_output
3572         only after reading in the primary source file.
3573
3574 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
3575
3576         * c-common.c (c_common_nodes_and_builtins): The first parameter to
3577         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
3578         or a reference to a va_list.
3579         * builtins.c (stabilize_va_list): Simplify now we don't have to
3580         work around C array address decay.
3581         * c-typeck.c (convert_for_assignment): Handle assignment to
3582         a reference parameter by taking the address of the RHS.
3583         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
3584         (va_copy): Likewise.
3585         (__va_copy): Likewise.
3586         * ginclude/varargs.h (va_start): Likewise.
3587         (__va_copy): Likewise.
3588
3589 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
3590
3591         * i386/djgpp.h: Remove extraneous "+".
3592
3593         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
3594
3595         * calls.c (expand_call): Fix typo in last change.
3596
3597 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
3598
3599         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
3600         been expanded.
3601
3602 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3603
3604         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
3605         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
3606         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
3607         * tree.c (bit_position, byte_position): Likewise.
3608         * tree.h: Declare new functions.
3609
3610 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3611
3612         * config/arm/arm.c: Minor formatting changes/
3613         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
3614         already defined.
3615         (ASM_SPEC): Define if not already defined.
3616
3617 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3618
3619         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
3620         _cpp_calc_hash.
3621
3622 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
3623
3624         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
3625         value, don't output it as unsigned.
3626
3627 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
3628
3629         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
3630
3631 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3632
3633         * c-common.c (c_common_nodes_and_builtins): Don't special case
3634         cplus_mode when declaring builtin bzero/bcmp, always avoid
3635         prototype arguments.
3636
3637 2000-03-29  Bruce Korb  <bkorb@gnu.org>
3638
3639         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
3640         to a non-file
3641
3642 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3643
3644         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
3645         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
3646         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
3647         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
3648         (save_fixed_argument_area, restore_fixed_argument_area):
3649         conditionize by #ifdef REG_PARM_STACK_SPACE only.
3650         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
3651         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
3652         (precompute_register_parameters): Avoid #ifdefs on
3653         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
3654         (stire_one_args): Likewise.
3655         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
3656         (emit_library_call_value_1): Likewise.
3657         (compute_argument_block_size): Align to STACK_BOUNDARY only for
3658         ACCUMULATE_OUTGOING_ARGS.
3659         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
3660         value.
3661         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
3662         (use_crosses_set_p): Likewise.
3663         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
3664         #define ACCUMULATE_OUTGOING_ARGS 1.
3665         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
3666         frames.
3667         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
3668         constants.
3669         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
3670         (TARGET_SWITCHES): Add push-args, no-push-args,
3671         accumulate-outgoing-args and no-accumulate-outgoing-args.
3672         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
3673         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
3674         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
3675         and PUSH_ROUNDING.
3676         (emit_push_insn): Likewise.
3677         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3678         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
3679         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3680         (STACK_DYNAMIC_OFFSET): Define correctly for both
3681         ACCUMULATE_OUTGOING_ARGS and normal mode.
3682         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
3683         * tm.texi (PUSH_ARGS): Document.
3684         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
3685
3686 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3687
3688         * flags.h (flag_optimize_sibling_calls): Declare.
3689         * calls.c (expand_call): Fail sibcall when
3690         !flag_optimize_sibling_calls
3691         * invoke.texi (flag_optimize_sibling_calls): Document.
3692         * toplev.c (flag_optimize_sibling_calls): New global variable.
3693         (f_options): Add flag_optimize_sibling_calls.
3694         (rest_of_compilation): Conditionize
3695         optimize_sibling_and_tail_recursive_calls by
3696         flag_optimize_sibling_calls.
3697         (main): Set flag_optimize_sibling_calls for -O2.
3698         * stmt.c (expand_return): Conditionize tail recursion by
3699         flag_optimize_sibling_calls.
3700
3701 2000-03-29  Richard Henderson  <rth@cygnus.com>
3702
3703         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
3704         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
3705
3706 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
3707
3708         * except.c (add_eh_table_entry): Mark type_info's as referenced.
3709
3710 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3711
3712         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
3713         is given.
3714         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
3715         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
3716         * config/rs6000/aix.h: then modified likewise.
3717
3718 2000-03-28  Richard Henderson  <rth@cygnus.com>
3719
3720         * rtl.h: Redistribute enum reg_note documentation.
3721         Kill trailing whitespace.
3722         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
3723         Kill trailing whitespace.
3724
3725 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
3726
3727         * cppfiles.c (hash_IHASH): Just return i->hash.
3728         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
3729         htab_find_with_hash.
3730         (cpp_read_file): Likewise.
3731         (find_include_file): Likewise.  Properly initialize
3732         ih->nshort.  Share ih->name and ih->nshort if possible.
3733         * cpphash.c (_cpp_calc_hash): New function.
3734         (hash_HASHNODE): Just return h->hash.
3735         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
3736         htab_find_with_hash.
3737         * cpphash.h: Prototype _cpp_calc_hash.
3738         * cppinit.c (initialize_builtins): Provide a valid hash
3739         to _cpp_make_hashnode, using _cpp_calc_hash.
3740
3741         * cpphash.c (collect_expansion): # is not a special character
3742         in object-like macros.  In -traditional mode, /**/ is not
3743         token paste at the beginning or end of the line.
3744         * cpplib.c (do_include, do_import, do_include_next): If
3745         parse_include fails, return immediately.
3746
3747 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
3748
3749         * config/arm/arm.md (return peepholes): Update to reflect the new
3750         call insn patterns.
3751         * config/arm/arm.c (arm_volatile_func): Also check
3752         current_function_nothrow.
3753         (output_return_instruction, output_func_prologue): Use it.
3754         (arm_output_epilogue, arm_expand_prologue): Likewise.
3755
3756 2000-03-27  Tom Tromey  <tromey@cygnus.com>
3757
3758         * gcc.c (handle_braces): In {x*...} case, break out of loop if
3759         switch is found.
3760
3761 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3762
3763         * expr.c (store_constructor): SIZE now signed.
3764         For EXPR_SIZE, don't evaluate size; just needed if constant.
3765         * fold-const.c (fold): Fix a number of cases when folded tree is
3766         wrong type.
3767         * function.c (flush_addressof): Reenable.
3768         * tree.h (flush_addressof): Likewise.
3769         * toplev.c (independent_decode_option): Look at strings_processed.
3770         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
3771
3772 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
3773
3774         * sibcall.c (indentify_call_return_value): Find last call in the chain;
3775         Allow stack adjustment after function call.
3776
3777         * regmove.c (struct csa_memlist): Make mem field rtx *.
3778         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
3779         (try_apply_stack_adjustment): Replace whole MEM rtx.
3780         (combine_stack_adjustments_for_block): Update calls
3781         to record_one_stack_ref.
3782
3783 2000-03-28  Neil Booth  <NeilB@earthling.net>
3784
3785         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
3786         '\\' rather than a null character, so nulls are not special.  Fix
3787         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
3788         speed trigraph conversion.
3789         (_cpp_init_input_buffer): Initialize trigraph map.
3790
3791 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3792
3793         * config/i386/i386.c (output_387_binary_op): Correct intel
3794         mode assembly output, and add spaces after commas in AT&T
3795         output.  Correct Unixware assembler comment.  Document input
3796         constraints.  Comment fp operations.  Reduce profligate buffer
3797         size.  Remove extraneous abort.  Localize temp var.
3798         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
3799         (output_fix_trunc): Add spaces after commas in assembly output.
3800
3801 2000-03-27  Richard Henderson  <rth@cygnus.com>
3802
3803         * i386-protos.h (ix86_match_ccmode): Declare.
3804         * i386.c (ix86_match_ccmode): New.
3805         (ix86_expand_fp_compare): Update for pattern renames.
3806         (ix86_expand_strlensi_unroll_1): Likewise.
3807         * i386.h (EXTRA_CC_MODES): Add CCZ.
3808         (SELECT_CC_MODE): Use it for EQ/NE zero.
3809         * i386.md (cmpsi_ccz_1): New.
3810         (cmpqi_ccz_1): New.
3811         (*testsi_ccz_1): New.
3812         (testqi_ccz_1): New.
3813         (cmpsi_ccno_1): Rename from cmpsi_0.
3814         (testsi_ccno_1): Rename from testsi_1.
3815         (testqi_ccno_1): Rename from testqi_1.
3816         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
3817         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
3818         (*cmphi_0): Use ix86_match_ccmode.
3819         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
3820         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
3821         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
3822         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
3823         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
3824         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
3825         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
3826         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
3827         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
3828         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
3829         (appropriate peepholes): Likewise.
3830         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
3831         (*subsi_3, *subhi_3, *subqi_3): Remove.
3832         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
3833         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
3834         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
3835         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
3836         (x86_shift_adj_1): Use CCZ.
3837         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
3838
3839 2000-03-27  Stan Cox  <scox@cygnus.com>
3840
3841         * resource.h (mark_resource_type): New.
3842         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
3843         find_free_register): Use mark_resource_type.
3844         (mark_set_resources): Change include_delayed_effects
3845         to mark_resource_type.
3846         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
3847         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
3848         Use mark_resource_type.
3849
3850 2000-03-27  Richard Henderson  <rth@cygnus.com>
3851
3852         * i386.md (call_pop_0, call_value_pop_0): New.
3853         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
3854         (call_value_pop_1): Likewise.
3855         (call_0, call_value_0): New.
3856         (call_1, call_value_1): Remove constraint from unused arg.
3857
3858 2000-03-27  Nick Clifton  <nickc@cygnus.com>
3859
3860         * invoke.texi (Spec Files): Document new spec % command created by
3861         Tom Tromey's recent patch.
3862
3863 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
3864
3865         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
3866         if not defined.
3867
3868 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3869
3870         * expr.c (expand_assignment): Fix typo in last change.
3871
3872         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
3873
3874 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3875
3876         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
3877         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
3878         and DECL_INLINE if FUNCTION_DECL.
3879         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
3880         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
3881         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
3882         (combine_parm_decls): Likewise.
3883         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
3884         * print-tree.c (print_node): Likewise.
3885         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
3886         DECL_TRANSPARENT_UNION on proper decl types.
3887         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
3888         * stor-layout.c (layout_decl): Only check DECL_PACKED and
3889         DECL_BIT_FIELD of FIELD_DECL.
3890         * tree.h (DECL_RESULT_FLD): New macro.
3891
3892         * expr.c (expand_assignment): Add code to handle variable-sized
3893         BLKmode case.
3894
3895 2000-03-26  Richard Henderson  <rth@cygnus.com>
3896
3897         * calls.c (expand_call): Pass parms not original exp to
3898         optimize_tail_recursion.  Mind return value instead of looking
3899         for a barrier.
3900         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
3901         call_expr.  Move checks for call_expr and current_function_decl ...
3902         (expand_return): ... here.
3903
3904 2000-03-26  Tom Tromey  <tromey@cygnus.com>
3905
3906         * gcc.c (handle_braces): Recognize `%{<S}' construct.
3907         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
3908         defines.
3909         (process_command): Use them.
3910         (check_live_switch): Likewise.
3911         (give_switch): Skip ignored switches.
3912
3913 2000-03-26  Jan Hubicka  <jh@suse.cz>
3914
3915         * jump.c (jump_optimize_1): Fix typo in elide optimizations
3916         for minimal jump pass test.
3917
3918 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
3919
3920         * integrate.c (function_cannot_inline_p): Do inline functions that
3921         return `void'.
3922
3923 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3924
3925         * stor-layout.c (layout_type, set_sizetype): early_type_list is
3926         now a list of TREE_LIST entries, not types.
3927         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
3928
3929         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
3930         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
3931         int_bit_position.
3932         * config/mips/mips.c (function_arg): Likewise; also remove cast
3933         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
3934         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
3935         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
3936         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
3937         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
3938         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
3939         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
3940         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
3941         num_adjusts now unsigned.
3942         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
3943         * config/sparc/sparc.c (struct function_arg_record_value_parms):
3944         NREGS now unsigned.
3945         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
3946         as is BITPOS variable; use host_integerp and int_bit_position.
3947         (function_arg_record_value_2): Likewise.
3948         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
3949         Variable REGNO now unsigned.
3950         (function_arg_record_value): NREGS now unsigned.
3951
3952 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
3953
3954         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
3955
3956 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3957
3958         * Rework fields used to describe positions of bitfields and
3959         modify sizes to be unsigned and use HOST_WIDE_INT.
3960         * alias.c (reg_known_value_size): Now unsigned.
3961         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
3962         (really_start_incremental_init): Use bitsize_zero_node.
3963         (push_init_level, pop_init_level, output_init_element): Likewise.
3964         Use bitsize_unit_node and bitsize_one_node.
3965         (output_pending_init_elements, process_init_element): Likewise.
3966         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
3967         (make_extraction): Position and length HOST_WIDE_INT and unsigned
3968         HOST_WIDE_INT, respectively.
3969         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
3970         (num_sign_bit_copies): Returns unsigned.
3971         BITWIDTH now unsigned; rework arithmetic.
3972         Remove recursive call from arg to MAX.
3973         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
3974         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
3975         REGNO now unsigned.
3976         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
3977         (find_split_point, expand_compound_operation, make_extraction): LEN
3978         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
3979         (make_field_assignment): Likewise.
3980         (combine_simplify_rtx): Add cast.
3981         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
3982         (force_to_mode): WIDTH now unsigned; add cast.
3983         (if_then_else_cond): SIZE now unsigned.
3984         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
3985         (extended_count): Now returns unsigned.
3986         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
3987         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
3988         (simplify_comparison): MODE_WIDTH now unsigned.
3989         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
3990         (mark_used_regs_combine): Likewise; rework arithmetic.
3991         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
3992         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
3993         (record_promoted_value): REGNO now unsigned.
3994         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
3995         (get_last_value): REGNO now unsigned.
3996         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
3997         (reg_dead_regno, reg_dead_endregno): Now unsigned.
3998         (remove_death): Arg REGNO now unsigned.
3999         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
4000         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
4001         now unsigned.
4002         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
4003         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
4004         (struct cse_reg_info): REGNO now unsigned.
4005         (cached_regno): Now unsigned.
4006         (REGNO_QTY_VALID_P): Add cast.
4007         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
4008         (remove_invalid_regs): Likewise.
4009         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
4010         as are variables END and I.
4011         (get_cse_reg_info, insert): Likewise.
4012         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
4013         (canon_hash): Likewise.
4014         (insert_regs, lookup_for_remove): REGNO now unsigned.
4015         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
4016         New variable RN.
4017         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
4018         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
4019         * emit-rtl.c (subreg_realpart_p): Add cast.
4020         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
4021         (operand_subword_force): Arg I is now unsigned.
4022         * except.c (eh_regs): Variable I is now unsigned.
4023         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
4024         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
4025         length is unsigned HOST_WIDE_INT; likewise for internal variables.
4026         (store_split_bit_field, extract_fixed_bit_field): Likewise.
4027         (extract_split_bit_field, store_bit_field, extract_bit_field):
4028         Likewise.
4029         * expr.c (store_constructor_fields, store_constructor, store_field):
4030         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
4031         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
4032         (do_jump): Likewise.
4033         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
4034         MAX_SIZE is now unsigned.
4035         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
4036         (emit_group_store): Likewise.
4037         (emit_move_insn): I now unsigned.
4038         (store_constructor): Use host_integerp, tree_low_cst, and
4039         bitsize_unit_node.
4040         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
4041         Rework all calculations to use trees and new fields.
4042         * expr.h (promoted_input_arg): Regno now unsigned.
4043         (store_bit_field, extract_bit_field): Adjust types of pos and size.
4044         (mark_seen_cases): Arg is HOST_WIDE_INT.
4045         * flow.c (verify_wide_reg_1): REGNO now unsigned.
4046         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
4047         precisions and alignments are unsigned.
4048         (optimize_bit_field_compare, fold_truthop): Likewise.
4049         (int_const_binop): Adjust threshold for size_int_type_wide call.
4050         (fold_convert): Likewise.
4051         (size_int_type_wide): Make table larger and fix thinko that only
4052         had half of table used.
4053         (all_ones_mask_p, fold): Precisions are unsigned.
4054         * function.c (put_reg_info_stack): REGNO is unsigned.
4055         (instantiate_decl): Size is HOST_WIDE_INT.
4056         (instantiate_virtual_regs): I is unsigned.
4057         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
4058         (promoted_input_arg): REGNO is unsigned.
4059         * function.h (struct function): x_max_parm_reg is now unsigned.
4060         * gcse.c (max_gcse_regno): Now unsigned.
4061         (struct null_pointer_info): min_reg and max_reg now unsigned.
4062         (lookup_set, next_set): REGNO arg now unsigned.
4063         (compute_hash_table): REGNO and I now unsigned.
4064         (handle_avail_expr): regnum_for_replacing now unsigned.
4065         (cprop_insn): REGNO now unsigned.
4066         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
4067         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
4068         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
4069         * hard-reg-set.h (reg_class_size): Now unsigned.
4070         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
4071         * jump.c (mark_modified_reg): I now unsigned; add cast.
4072         (rtx_equal_for_thread_p): Add cast.
4073         * loop.c (max_reg_before_loop): Now unsigned.
4074         (struct_movable): REGNO now unsigned.
4075         (try_copy_prop): REGNO arg unsigned.
4076         (regs_match_p): XN and YN now unsigned.
4077         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
4078         (strength_reduce): Likewise; NREGS also unsigned.
4079         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
4080         * loop.h (struct iv_class): REGNO now unsigned.
4081         (max_reg_before_loop, first_increment_giv, last_increment_giv):
4082         Now unsigned.
4083         * machmode.h (mode_size, mode_unit_size): Now unsigned.
4084         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
4085         * optabs.c (expand_binop): I and NWORDS now unsigned.
4086         (expand_unop): I now unsigned.
4087         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
4088         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
4089         * real.c (significand_size): Now returns unsigned.
4090         * real.h (significand_size): Likewise.
4091         * regclass.c (reg_class_size): Now unsigned.
4092         (choose_hard_reg_mode): Both operands now unsigned.
4093         (record_reg_classes): REGNO and NR now unsigned.
4094         (reg_scan): NREGS now unsigned.
4095         (reg_scan_update): old_max_regno now unsigned.
4096         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
4097         * reload.c (find_valid_class): BEST_SIZE now unsigned.
4098         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
4099         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
4100         Likewise for variable R.
4101         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
4102         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
4103         (find_equiv_reg): Add casts.
4104         (regno_clobbered_p): Arg REGNO now unsigned.
4105         * reload.h (struct reload): NREGS now unsigned.
4106         (refers_to_regno_for_reload_p): Regno args are unsigned.
4107         (regno_clobbered_p): Likewise.
4108         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
4109         (compute_use_by_pseudos): REGNO now unsigned.
4110         (find_reg): I and J now unsigned, new variable K, and change loop
4111         variables accordingly; THIS_NREGS now unsigned.
4112         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
4113         (spill_hard_reg): REGNO arg now unsigned; add casts.
4114         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
4115         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
4116         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
4117         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
4118         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
4119         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
4120         (emit_reload_insns): REGNO now unsigned.
4121         (reload_cse_move2add): Add cast.
4122         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
4123         and rework loop.
4124         * resource.c (mark_referenced_resources, mark_set_resources): New
4125         variable R; REGNO and LAST_REGNO now unsigned.
4126         (mark_target_live_regs): J and REGNO now unsigned.
4127         * rtl.c (mode_size, mode_unit_size): Now unsigned.
4128         * rtl.h (union rtunion_def): New field rtuint.
4129         (XCUINT): New macro.
4130         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
4131         (operand_subword, operand_subword_force): Word number is unsigned.
4132         (choose_hard_reg_mode): Operands are unsigned.
4133         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
4134         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
4135         (regno_use_in, combine_instructions, remove_death): Likewise.
4136         (reg_scan, reg_scan_update): Likewise.
4137         (extended_count): Return is unsigned.
4138         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
4139         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
4140         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
4141         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
4142         (reg_reg_last_1): FIRS and LAST now unsigned.
4143         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
4144         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
4145         now unsigned.
4146         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
4147         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
4148         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
4149         (replace_regs): Arg NREGS now unsigned.
4150         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
4151         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
4152         (simplify_binary_operation): Likewise.
4153         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
4154         THIS_LAST now unsigned.
4155         (cselib_record_set): Add cast.
4156         * ssa.c (ssa_max_reg_num): Now unsigned.
4157         (rename_block): REGNO now unsigned.
4158         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
4159         sizes now unsigned.
4160         (all_cases_count): Just return -1 not -2.
4161         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
4162         Rework tests to use trees whenever possible.
4163         Use host_integerp and tree_low_cst.
4164         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
4165         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
4166         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
4167         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
4168         (smallest_mode_for_size): Likewise.
4169         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
4170         KNOWN_ALIGN is now an alignment, so simplify code.
4171         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
4172         (start_record_layout): Renamed from new_record_layout_info.
4173         Update to new fields.
4174         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
4175         New functions.
4176         (place_union_field): Renamed from layout_union_field.
4177         Update to use new fields in rli.
4178         (place_field): Renamed from layout_field.
4179         Major rewrite to use new fields in rli; pass alignment to layout_decl.
4180         (finalize_record_size): Rework to use new fields in rli and handle
4181         union.
4182         (compute_record_mode): Rework to simplify and to use new DECL fields.
4183         (finalize_type_size): Make rounding more consistent.
4184         (finish_union_layout): Deleted.
4185         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
4186         (layout_type, case RECORD_TYPE): Call new function names.
4187         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
4188         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
4189         (get_best_mode): UNIT is now unsigned; remove casts.
4190         * tree.c (bit_position): Compute from new fields.
4191         (byte_position, int_byte_position): New functions.
4192         (print_type_hash_statistics): Cast to remove warning.
4193         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
4194         (build_index_type): Likewise; make subtype of sizetype.
4195         (build_index_2_type): Pass sizetype to build_range_type.
4196         (build_common_tree_nodes): Use size_int and bitsize_int to
4197         initialize nodes; add bitsize_{zero,one,unit}_node.
4198         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
4199         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
4200         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
4201         (DECL_FIELD_BITPOS): Deleted.
4202         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
4203         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
4204         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
4205         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
4206         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
4207         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
4208         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
4209         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
4210         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
4211         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
4212         (DECL_ALIGN): Adjust to new field in union.
4213         (DECL_OFFSET_ALIGN): New field.
4214         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
4215         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
4216         (union tree_decl): Add struct for both aligns.
4217         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
4218         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
4219         (struct record_layout_info): Rework fields to have offset
4220         alignment and byte and bit position.
4221         (start_record_layout, place_field): Renamed from old names.
4222         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
4223         (byte_position, int_byte_position): Likewise.
4224         (get_inner_reference): Change types of position and length.
4225         * unroll.c (unroll_loop): New variable R; use for some loops.
4226         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
4227         (calculate_giv_inc): Arg REGNO now unsigned.
4228         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
4229         * varasm.c (assemble_variable): Clean up handling of size using
4230         host_integerp and tree_low_cst.
4231         (decode_addr_const): Use byte, not bit, position.
4232         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
4233         use tree_low_cst and int_bit_position.
4234         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
4235
4236 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
4237
4238         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
4239         (reorder_block_def): New members eff_head and eff_end.
4240         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
4241         (verify_insn_chain): New function.
4242         (skip_insns_between_block): Add code to skip deleted insns.
4243         Check for note before using.
4244         (chain_reorder_blocks): Replace calls to skip_insns_between_block
4245         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
4246         Check for note before using.
4247         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
4248         (fixup_reorder_chain): Restructure, clean up, defect removal.
4249         (reorder_basic_blocks): Remove last_insn and references to it.
4250         Moved insn chain verification code into a new function (see above).
4251         Delete defective code that sets last insn.
4252         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
4253         all blocks.
4254
4255 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4256
4257         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
4258
4259 2000-03-24  Richard Henderson  <rth@cygnus.com>
4260
4261         * tree.c (lang_safe_for_unsave): Remove.
4262         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
4263         allowing for two levels of unsafeness.  Remove lang hook.
4264         * tree.h: Update declarations.
4265         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
4266         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
4267         Always fail sibcalls when there are pending cleanups.
4268
4269 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
4270
4271         * flow.c (propagate_block): When we delete an ADDR_VEC,
4272         also delete the BARRIER following it if there is one.
4273
4274 2000-03-24  Richard Henderson  <rth@cygnus.com>
4275
4276         * builtins.c (expand_builtin_bzero): Convert `length' argument
4277         to sizetype.
4278
4279 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
4280
4281         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
4282         comparison if regno's are equal.
4283         * calls.c (initialize_argument_informat): Add ecf_flags argument.
4284         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
4285         (expand_call): Update caller.
4286         Avoid making a sibling call if argument size of the callee is larger
4287         than argument size of the caller.
4288         Call hard_function_value with outgoing set if in sibcall pass.
4289         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
4290
4291         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
4292         Change LEAF_REGISTERS from an array initializer to actual array
4293         identifier. Move static global variable into the function.
4294         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
4295         sequences for leaf functions.
4296         * global.c (global_alloc): Likewise.
4297         * tm.texi (LEAF_REGISTERS): Update documentation.
4298
4299         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
4300         TARGET_FLAT leaf disabling hack.
4301         (LEAF_REGISTERS): Changed from an array initializer to actual array
4302         identifier to avoid duplication and remove the above hack.
4303         (FUNCTION_OK_FOR_SIBCALL): Define.
4304         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
4305         always like call attribute.
4306         (eligible_for_sibcall_delay): New attribute.
4307         (sibcall): New delay type.
4308         (sibcall, sibcall_value, sibcall_epilogue): New expands.
4309         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
4310         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
4311         * config/sparc/sparc.c (sparc_leaf_regs): New array.
4312         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
4313         New functions.
4314         (output_function_epilogue): Move part of the code into
4315         output_restore_regs.
4316         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
4317         TYPE_SIBCALL.
4318         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
4319         prototypes.
4320
4321         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
4322         until infrastructure is finished.
4323
4324 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
4325
4326         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
4327         (save_parm_insns): Not here.
4328
4329 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4330
4331         * builtins.c (expand_builtin_bzero): New function.
4332         (expand_builtin): Handle bzero.
4333
4334         * builtins.def: Add BUILT_IN_BZERO.
4335
4336         * c-common.c (c_common_nodes_and_builtins): Provide builtin
4337         prototype & function for bzero.
4338
4339 2000-03-23  Michael Meissner  <meissner@redhat.com>
4340
4341         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
4342         change adding TARGET_FP to the TF floating point insns, except for
4343         trunctfsf2, which generates direct calls to truncdfsf2.
4344
4345 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
4346
4347         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
4348         try to protect against middle-end changes that break binary
4349         compatibility.
4350         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
4351
4352 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4353
4354         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
4355
4356 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4357
4358         * calls.c (expand_call): If TARGET is passed by reference and
4359         is readonly, write a CLOBBER.
4360
4361 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4362
4363         * builtins.c (expand_builtin): Handle bcmp.
4364
4365         * builtins.def: Add BUILT_IN_BCMP.
4366
4367         * c-common.c (c_common_nodes_and_builtins): Provide builtin
4368         prototype & function for bcmp.
4369
4370 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
4371
4372         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
4373         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
4374         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
4375
4376 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
4377
4378         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
4379         alternative when using -fp64 -gp32.
4380
4381 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
4382
4383         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
4384         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
4385         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
4386
4387         * frame.h (frame_state): Revert last change.
4388         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
4389         * libgcc2.c (throw_helper): Revert last change.
4390
4391 2000-03-22  Richard Henderson  <rth@cygnus.com>
4392
4393         * stmt.c (expand_asm_operands): Don't promote the temporary.
4394
4395 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
4396
4397         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
4398         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
4399           c_get_alias_set): Likewise.
4400         * c-decl.c (duplicate_decls): Likewise.
4401         * c-typeck.c (default_conversion,build_unary_op): Likewise.
4402         * calls.c (initialize_argument_information): Likewise.
4403         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
4404         Likewise.
4405         * dwarfout.c (decl_class_context,output_type): Likewise.
4406         * expr.c (get_inner_reference): Likewise.
4407         * fold-const.c (simple_operand_p,fold): Likewise.
4408         * function.c (aggregate_value_p): Likewise.
4409         * stmt.c (expand_asm_operands): Likewise.
4410         * varasm.c (named_section): Likewise.
4411
4412 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
4413
4414         Implement dwarf2 exception handling for the ARM.
4415         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
4416         (DWARF_FRAME_RETURN_COLUMN): Define.
4417         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
4418         REG_FRAME_RELATED_EXPR note.
4419         (emit_sfm): Likewise.
4420         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
4421         * dwarf2out.c (reg_save): Handle saving a register to itself.
4422         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
4423         * except.c (eh_regs): Don't use the static chain reg if it's
4424         callee-saved.
4425         * frame.h (frame_state): Add cfa_saved field.
4426         * frame.c (execute_cfa_insn): Set it.
4427         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
4428         the epilogue.
4429         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
4430         Now takes a parm.
4431         (instantiate_virtual_regs): Adjust.
4432         * tm.texi: Adjust.
4433         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
4434         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
4435         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
4436
4437         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
4438         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
4439
4440 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4441
4442         * builtins.def: New file.
4443
4444         * Makefile.in (TREE_H): Depend on builtins.def.
4445
4446         * builtins.c (built_in_names): Use builtins.def.
4447
4448         * tree.h (built_in_function): Likewise.
4449
4450 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
4451
4452         * tree.c (size_in_bytes): Return size_zero_node, not
4453         integer_zero_node.
4454
4455 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
4456
4457         * config/fp-bit.c (pack_d): Correct the case when a denormal
4458         is rounded up and stops being denormal.
4459
4460 2000-03-21  Richard Henderson  <rth@cygnus.com>
4461
4462         * config/alpha/alpha.c (function_arg): Check for void_type_node
4463         before using MUST_PASS_IN_STACK.
4464
4465 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
4466
4467         * regmove.c (combine_stack_adjustments_for_block): Check that
4468         the stack pointer is a valid memory address.
4469
4470 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
4471
4472         * calls.c: re-install Mar 16 emit_library_call merge.
4473
4474 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
4475
4476         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
4477         we cannot be sure that if reload_completed base register will
4478         be properly aligned.
4479
4480 2000-03-21  Richard Henderson  <rth@cygnus.com>
4481
4482         * flow.c (delete_block): Fix typo last change.
4483
4484 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
4485
4486         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
4487         not COMPLETE_TYPE_P, to check the type of the expression.
4488
4489 2000-03-21  Michael Meissner  <meissner@redhat.com>
4490
4491         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
4492         all floating point insns that just tested the macro
4493         TARGET_HAS_XFLOATING_LIBS.
4494         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
4495         used to only use the gprs.
4496
4497 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
4498
4499         * tree.h (COMPLETE_TYPE_P): New macro.
4500         (COMPLETE_OR_VOID_TYPE_P): New macro.
4501         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
4502         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
4503         * c-aux-info.c (gen_type): Use them.
4504         * c-common.c (c_expand_expr_stmt): Likewise.
4505         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
4506         grokdeclarator, grokparms, finish_struct, start_function,
4507         store_parm_decls, combine_parm_decls): Likewise.
4508         * c-parse.y (cast_expr): Likewise.
4509         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
4510         c_size_in_bytes, c_alignof, build_component_ref,
4511         build_indirect_ref, build_array_ref, convert_arguments,
4512         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
4513         * calls.c (initialize_argument_information): Likewise.
4514         * convert.c (convert_to_integer): Likewise.
4515         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
4516         * dwarfout.c (location_or_const_value_attribute,
4517         output_enumeration_type_die, output_structure_type_die,
4518         output_union_type_die, output_type): Likewise.
4519         * expr.c (safe_from_p, expand_expr): Likewise.
4520         * function.c (assign_parms): Likewise.
4521         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
4522         * tree.c (build_array_type, build_function_type,
4523         build_method_type, build_offset_type, build_complex_type): Likewise.
4524         * c-parse.c, c-parse.h: Regenerated.
4525
4526 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4527
4528         * config/c4x/rtems.h: Include config/rtems.h.
4529
4530 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
4531
4532         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
4533         decl is a FUNCTION_DECL
4534
4535 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
4536
4537         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
4538         function uses output registers.  Don't save RP for leaf functions.
4539         Do save RP even if no epilogue.
4540         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
4541         (CALL_USED_REGISTERS): Unmark in registers.
4542         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
4543         to near the middle.
4544
4545 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4546
4547         * config/rs6000/rs6000.md (bunordered): New expander.
4548         (bordered): New expander.
4549         (buneq): New expander.
4550         (bunge): New expander.
4551         (bungt): New expander.
4552         (bunle): New expander.
4553         (bunlt): New expander.
4554         (bltgt): New expander.
4555
4556         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
4557         (ccr_bit_negated_p): New function.
4558         (print_operand): For %C, generate appropriate cror for UNEQ,
4559         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
4560
4561 2000-03-20  Andreas Jaeger  <aj@suse.de>
4562
4563         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
4564         warning.
4565
4566         * tree.h (safe_for_unsave): Prototype.
4567
4568 2000-03-20  Richard Henderson  <rth@cygnus.com>
4569
4570         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
4571         (combine_stack_adjustments_for_block): Don't allow sp references
4572         in the side of a set we're not fixing up.
4573         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
4574         after life_analysis.
4575
4576 2000-03-20  Richard Henderson  <rth@cygnus.com>
4577
4578         * calls.c (expand_call): Don't bother generating tail call
4579         sequences if there are pending cleanups.  Use
4580         expand_start_target_temps/expand_end_target_temps to elide
4581         cleanups created during sibcall expansion.
4582
4583 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4584
4585         * configure.in: Set $IFS to a value if it doesn't already have one
4586         in the --enable-checking handling.
4587         * configure: Regenerate.
4588
4589 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4590
4591         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
4592         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4593         Regenerated.
4594
4595 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
4596
4597         * jump.c (delete_noop_moves): Remove code attempting to
4598         combine stack adjustments.
4599
4600 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4601
4602         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
4603         * except.c (emit_cleanup_handler): Use them.
4604         (expand_end_all_catch): Likewise.
4605         * function.c (fixup_var_refs): Likewise.
4606         (expand_function_end): Clear catch_clauses_last.
4607         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
4608         * except.h (struct eh_status): New field x_catch_clauses_last.
4609         (catch_clauses_last): New define.
4610
4611         * Makefile.in (tree.o): Depend on HASHTAB_H.
4612         * tree.c: Include hashtab.h.
4613         (struct type_hash): Remove next field.
4614         (TYPE_HASH_SIZE): Remove.
4615         (TYPE_HASH_INITIAL_SIZE): New define.
4616         (type_hash_table): Change type to htab_t.
4617         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
4618         mark_hash_entry): New functions.
4619         (init_obstacks): Allocate type hash.
4620         (type_hash_lookup): Use htab functions.
4621         (type_hash_add, mark_type_hash): Likewise.
4622         (dump_tree_statistics): Call print_type_hash_statistics.
4623
4624 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4625
4626         * rs6000/t-aix41: New file.
4627
4628         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
4629
4630 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
4631
4632         * tm.texi (Driver): Fix typos and tweak entry for
4633         INCLUDE_DEFAULTS.
4634         Move misplaced STRUCT_FORCE_BLK entry ...
4635         (Storage Layout): ... to here.
4636         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
4637
4638 2000-03-19  Richard Henderson  <rth@cygnus.com>
4639
4640         * flow.c (delete_block): Delete the addr_vec along with the block.
4641         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
4642         reference labels.
4643
4644         * fold-const.c (extract_muldiv): Apply type check for defined
4645         overflow to multiply as well as divide.
4646
4647         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
4648
4649 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4650
4651         * emit-rtl.c (remove_unncessary_notes): Check that all
4652         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
4653         associated NOTE_BLOCK.
4654         * function.h (identify_blocks): Update comments.
4655         (reorder_blocks): Declare.
4656         * function.c (identify_blocks): Don't take paramters.
4657         (reorder_blocks): Don't take parameters.
4658         * loop.h (find_loop_tree_blocks): Remove.
4659         (unroll_block_trees): Likewise.
4660         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
4661         reorder_blocks instead of unroll_block_trees.h
4662         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
4663         * stmt.c (find_loop_tree_blocks): Remove.
4664         (unroll_block_trees): Likewise.
4665         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
4666         in whole-function mode.
4667         * tree.h (reorder_blocks): Remove declaration.
4668
4669         * expr.c: Include intl.h.
4670         * Makefile.in (expr.o): Depend on intl.h.
4671
4672 2000-03-18  Richard Henderson  <rth@cygnus.com>
4673
4674         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
4675
4676 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4677
4678         * tree.h (tree_index): Remove enumerals for integer types.
4679         (integer_type_kind): New type.
4680         (integer_types): New variable.
4681         (char_type_node): Adjust.
4682         (signed_char_type_node): Likewise.
4683         (unsigned_char_type_node): Likewise.
4684         (short_integer_type_node): Likewise.
4685         (short_unsigned_type_node): Likewise.
4686         (integer_type_node): Likewise.
4687         (unsigned_type_node): Likewise.
4688         (long_integer_type_node): Likewise.
4689         (long_unsigned_type_node): Likewise.
4690         (long_long_integer_type_node): Likewise.
4691         (long_long_unsigned_type_node): Likewise.
4692         * tree.c (integer_types): New variable.
4693         (init_obstacks): Register it as a root.
4694
4695 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
4696
4697         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
4698         NEXT_INSN. Update last insn in chain.
4699
4700 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
4701
4702         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
4703         with TYPE_DECL_SUPPRESS_DEBUG set.
4704
4705 2000-03-18  Richard Henderson  <rth@cygnus.com>
4706
4707         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
4708
4709 2000-03-18  Richard Henderson  <rth@cygnus.com>
4710
4711         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
4712         care for HALF_PIC_P.
4713         (expander_call_insn_operand): Remove.
4714         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
4715         * i386.h (PREDICATE_CODES): Update.
4716         * i386.md (all call expanders): Remove predicates, remove special
4717         handling for half-pic.
4718         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
4719         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
4720         (sibcall_epilogue): New.
4721
4722 2000-03-17  Richard Henderson  <rth@cygnus.com>
4723
4724         * rtlanal.c (single_set): Reject if the parallel has anything
4725         except SET or USE or CLOBBER.
4726
4727 2000-03-17  Jeff Law  <law@cygnus.com>
4728             Richard Henderson  <rth@cygnus.com>
4729
4730         * Makefile.in (OBJS): Add sibcall.o.
4731         (sibcall.o): New.
4732         * sibcall.c: New file.
4733         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
4734         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
4735         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
4736         Emit sibcall patterns when requested.  Update all callers.
4737         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
4738         elimination seems feasable.
4739         * final.c (leaf_function_p): Sibling calls don't discount being
4740         a leaf function.
4741         * flow.c (HAVE_sibcall_epilogue): Provide default.
4742         (find_basic_blocks_1): Sibling calls don't throw.
4743         (make_edges): Make edge from sibling call to EXIT.
4744         (propagate_block): Don't remove sibcall_epilogue insns.
4745         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
4746         (sibcall_epilogue): New.
4747         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
4748         (identify_blocks_1): Likewise.  Break out from ...
4749         (identify_blocks): ... here.
4750         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
4751         (reorder_blocks): ... here.
4752         (init_function_for_compilation): Zap prologue/epilogue as varrays.
4753         (record_insns): Extend a varray instead of mallocing new memory.
4754         (contains): Read a varray not array of ints.
4755         (sibcall_epilogue_contains): New.
4756         (thread_prologue_and_epilogue_insns): Emit and record
4757         sibcall_epilogue patterns.
4758         (init_function_once): Allocate prologue/epilogue varrays.
4759         * genflags.c (gen_insn): Treat sibcall patterns as calls.
4760         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
4761         Broken out from ...
4762         (save_for_inline_nocopy): ... here.
4763         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
4764         Broken out from ...
4765         (expand_inline_function): ... here.
4766         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
4767         (subst_constants): Handle 'n' formats.
4768         * jump.c (jump_optimize_minimal): New.
4769         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
4770         optimizations if it's set.
4771         * rtl.c (copy_rtx): Do copy jump & call for insns.
4772         * rtl.h (struct rtx_def): Document use of jump and call for insns.
4773         (SIBLING_CALL_P): New.
4774         (sibcall_use_t): New.
4775         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
4776         Invoke optimize_sibling_and_tail_recursive_calls.
4777         * tree.c (lang_safe_for_unsave): New.
4778         (safe_for_unsave): New.
4779         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
4780
4781         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
4782         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
4783         (*sibcall_osf_1, *sibcall_value_osf_1): New.
4784
4785 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
4786
4787         * objc/objc-act.c (encode_method_prototype): Pass types, not
4788         PARM_DECLs, to int_size_in_bytes.
4789
4790 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
4791
4792         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
4793
4794         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
4795         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
4796
4797 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4798
4799         * Clean up usages of TREE_INT_CST_LOW.
4800         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
4801         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4802         Regenerated.
4803         * c-tree.h (min_precision): Move declaration to here.
4804         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
4805         (build_unary_op, add_pending_init): Use bit_position.
4806         (pending_init_member, process_init_element): Likewise.
4807         (really_start_incremental_init, push_init_level, pop_init_level):
4808         Don't make copies of nodes or modify them in place, use consistent
4809         types when tracking positions, and use tree routines computations.
4810         (set_init_index, output_init_element): Likewise.
4811         (output_pending_init_elements, process_init_element): Likewise.
4812         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
4813         tree_low_cst and int_bit_position; also minor cleanup.
4814         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
4815         (print_cst_octal): Precision is unsigned.
4816         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
4817         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
4818         (simple_type_align_in_bits): Result is unsigned int.
4819         Use tree_int_low_cst and host_integerp.
4820         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
4821         (field_byte_offset): Result is HOST_WIDE_INT.
4822         Change types of internal variables so alignments are unsigned int,
4823         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
4824         Use host_integerp, tree_low_cst, and int_bit_position.
4825         (add_bit_offset_attribute): Likewise.
4826         (add_data_member_location_attribute): Use tree_cst_low.
4827         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
4828         (add_bit_size_attribute): Use tree_low_cst.
4829         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
4830         * dwarfout.c: Similar changes to dwarf2out.c.
4831         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
4832         * genoutput.c (n_occurences): Return -1 for null string.
4833         (strip_whitespace): Accept null string and make into function.
4834         (scan_operands): Reflect above changes.
4835         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
4836         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
4837         * ssa.c (rename_registers): Add missing cast of arg to bzero.
4838         * tree.c (int_size_in_bytes): Check for too big to represent.
4839         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
4840         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
4841         New declarations.
4842         (min_precision): Delete from here.
4843         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
4844         and int_bit_position.
4845         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
4846         (encode_method_def): Likewise.
4847         (build_ivar_list_initializer): Use int_bit_position.
4848         (generate_shared_structures): Convert size.
4849         (encode_type, encode_complete_bitfield): Use integer_zerop.
4850         (encode_bitfield): Use tree_low_cst and int_bit_position.
4851
4852 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4853
4854         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
4855
4856 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4857
4858         * call.c (special_function_p): It is only malloc if it returns
4859         Pmode.
4860
4861 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4862
4863         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
4864         (C33_FLAG, TARGET_C3X): Add macros.
4865         (TARGET_SWITCHES): Add -m33 option.
4866         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
4867
4868 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4869
4870         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
4871         (PARALLEL_PACK_FLAG): Delete.
4872         (TARGET_SWITCHES): Update.
4873         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
4874
4875 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4876
4877         * fold-const.c (fold): Fix a few cases when the returned result
4878         is not of the same type as the input.
4879
4880 2000-03-16  Nick Clifton  <nickc@cygnus.com>
4881
4882         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
4883         warning.
4884
4885 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4886
4887         * libgcc2.h: Move prototypes above macros with the same name.
4888         Wrap some function prototypes in the conditional which indicates
4889         whether they are supported, i.e. "BITS_PER_UNIT == 8".
4890
4891 2000-03-16  Richard Henderson  <rth@cygnus.com>
4892
4893         * calls.c: Revert last two changes.
4894
4895 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
4896
4897         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
4898         has exponent 0 is a zero.
4899
4900         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
4901         HASH may already be nonzero.  Add code/mode into hash value
4902         immediately after repeat label.
4903         (cselib_lookup): Don't leave the hash table in an inconsistent
4904         state before a hash lookup operation.
4905
4906 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
4907
4908         * i386.md (all HI and QI mode non-move patterns):  Conditionize
4909         by TARGET_[HQ]IMODE_MATH.
4910         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
4911         x86_promote_qi_regs): Declare.
4912         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
4913         TARGET_PROMOTE_QI_REGS): New macros.
4914         (PROMOTE_MODE): New macro.
4915         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
4916         x86_promote_qi_regs): New global variables.
4917
4918 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
4919
4920         * calls.c (emit_library_call_value_1): Break out from ...; handle
4921         VOIDmode function calls too.
4922         (emit_library_call_value): ... here.
4923         (emit_library_call): Implement by calling emit_library_call_value_1.
4924
4925 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
4926
4927         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
4928         Update arg_space_so_far on stack adjustments.
4929         (emit_library_call, emit_library_call_value): Likewise; take into
4930         account arg_space_so_far and pending_stack_adjust when calculcating
4931         the boundary.
4932
4933 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
4934
4935         * flow.c: Move all basic block reordering code into its own file.
4936         (create_basic_block): Externalize.
4937         * bb-reorder.c: New file. Copy all basic block reordering code from
4938         flow.c to this file.
4939         (reorder_basic_blocks): Fix fencepost error in for-loop.
4940         (reorder_basic_blocks): Remove braces from single statement for-loops.
4941         * basic-block.h: Add declaration for create_basic_block.
4942         * Makefile.in: Add rules for bb-reorder.o.
4943
4944 2000-03-16  Neil Booth  <NeilB@earthling.net>
4945
4946         * cppinit.c (handle_option):  Implement #unassert directive
4947         as -A- command line option.
4948         (print_help):  Update.
4949         * cpptexi.c:  Update.
4950
4951 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
4952
4953         * md.texi (Standard Names): Document `jump'.
4954
4955 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
4956
4957         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
4958         gotos.
4959
4960 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
4961
4962         Merge changes from newppc-branch onto trunk.
4963
4964         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
4965
4966         * rs6000.c (toc_hash_table): Update for new hash table functions.
4967         (toc_hash_function): Likewise.
4968         (toc_hash_eq): Likewise.
4969         (toc_hash_mark_entry): Likewise.
4970         (toc_hash_mark_table): Likewise.
4971         (output_toc): Likewise.
4972         (rs6000_add_gc_roots): Likewise.
4973
4974         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4975
4976         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
4977         (AR_FLAGS_FOR_TARGET): here.  New macro.
4978
4979         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
4980
4981         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
4982         fpmem_operand) Delete.
4983         (xer_operand) New.
4984         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
4985         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
4986         (rs6000_save_machine_status, rs6000_restore_machine_status,
4987         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
4988         references to above variables.
4989         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
4990         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
4991         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
4992         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
4993         (XER_REGNO_P, XER_REGNO): New.
4994         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
4995         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
4996         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
4997         XER_REGNO_P.
4998         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
4999         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
5000         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
5001
5002         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5003
5004         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
5005         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
5006         * rs6000.h: from here.
5007
5008         * rs6000-protos.h (rs6000_select_section): Provide prototype.
5009         (rs6000_select_rtx_section): Likewise.
5010         (rs6000_encode_section_info): Likewise.
5011         (sdata_section): Likewise.
5012         (sdata2_section): Likewise.
5013         (sbss_section): Likewise.
5014         * sysv4.h (rs6000_select_section): Delete prototype.
5015         (rs6000_select_rtx_section): Likewise.
5016         (rs6000_encode_section_info): Likewise.
5017         (sdata_section): Likewise.
5018         (sdata2_section): Likewise.
5019         (sbss_section): Likewise.
5020         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
5021
5022         * sysv4.h: Delete various unnecessary #undef's and put a comment
5023         on the remaining ones.
5024         Change various comments according to coding standard.
5025
5026         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
5027
5028         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
5029         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
5030         (CR0_REGNO_P) Remove.
5031         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
5032         setup_incoming_varargs, mtcrf_operation, print_operand,
5033         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
5034         Use the above macros.
5035
5036         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
5037
5038         * config/rs6000/rs6000.md: Added a new alternative for each
5039         pattern that had a 'x' alternative but no 'y' alternative.
5040         Added a new split for each of the above patterns.
5041
5042         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
5043
5044         * aix41.h (ASM_CPU_SPEC): Delete.
5045         (CPP_CPU_SPEC): Delete.
5046
5047         * aix.h (RS6000_OUTPUT_BASENAME): Define.
5048         (ASM_OUTPUT_LABEL): Define.
5049         (ASM_GLOBALIZE_LABEL): Define.
5050         (STRIP_NAME_ENCODING): Define.
5051         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
5052         (STRIP_NAME_ENCODING): Don't define.
5053         (ASM_OUTPUT_LABEL): Don't define.
5054         (ASM_GLOBALIZE_LABEL): Don't define.
5055         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
5056         names, and ASM_OUTPUT_LABEL to output labels, rather than
5057         asm_fprintf.
5058         (ASM_OUTPUT_LABEL): Define.
5059         (ASM_OUTPUT_INT): Use assemble_name.
5060         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
5061         (STRIP_NAME_ENCODING): Don't undefine first.
5062         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
5063         ELF.
5064         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
5065         specified with 'asm' even with -fleading-underscore.
5066         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
5067         (output_epilog): Likewise.
5068         (output_toc): Likewise.
5069         * tramp.asm: Handle -fleading-underscore correctly.
5070
5071         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
5072         -mminimal-toc.
5073         (nonlocal_goto_receiver): Delete.
5074         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
5075
5076         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
5077         (SET_ASM_OP): Define.
5078         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
5079
5080         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
5081         (ASM_LONG): Define.
5082
5083         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
5084         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
5085
5086         * rs6000.h: Add 'u' to more constants.
5087
5088         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
5089
5090         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
5091
5092         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
5093
5094         * rs6000.c (reg_or_u_cint_operand): New function.
5095         (logical_operand): Handle 64-bit hosts.
5096         (logical_u_operand): New function.
5097         (non_logical_cint_operand): Handle 64-bit hosts.
5098         (non_logical_u_cint_operand): New function.
5099         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
5100         (PREDICATE_CODES): Define new functions.
5101         * rs6000-protos.h: Declare new functions.
5102         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
5103         (movdi_64): Bracket code intended for 64-bit hosts.  Create
5104         CONST_DOUBLE for 32-bit values.
5105         (scc insns): Generate DImode compares.
5106         (mfcr insns): Create DImode versions.
5107         (sge matchers): New patterns.
5108
5109         2000-02-15  Gabriel Paubert  <paubert@iram.es>
5110
5111         * rs6000.md: Correct instructions length attributes and
5112         constraints on unsigned compare instructions.
5113         (*ne0): Disable for PowerPC64.
5114
5115         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
5116
5117         * rs6000.c (output_function_profiler): Use .long for a 32-bit
5118         quantity, fix profile1.C test failure under -fPIC.
5119
5120         * rs6000.c: Add 'u' to many constants to suppress warnings.
5121         (constant_pool_expr_1): Make static.
5122         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
5123         * rs6000.h: Add 'u' to many constants to suppress warnings.
5124
5125         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
5126         for the start of the TOC, instead of LCTOC..0.
5127         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
5128         of the TOC.
5129         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
5130         (load_toc_aix_di): Use LCTOC..1.
5131
5132         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
5133         * rs6000.c (rs6000_legitimize_address): New function from
5134         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
5135         symbols in the constant pool that really are TOC references.
5136         (print_operand_address): For ELF, write TOC offsets under
5137         -fPIC as subtractions in the insn.
5138         (output_toc): For ELF, define symbols in TOC as normal labels,
5139         to match RTL.
5140         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
5141         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
5142         (create_TOC_reference): Prototype only when RTX_CODE is defined.
5143         * rs6000.md (movsi): Only use create_TOC_reference on
5144         symbols in the constant pool that really are TOC references.
5145
5146         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
5147         * rs6000.c (rs6000_reorg): Delete.
5148         * rs6000-protos.h (rs6000_reorg): Delete.
5149
5150         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
5151
5152         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
5153
5154         * aix.h (SETUP_FRAME_ADDRESSES): Define.
5155         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
5156         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
5157         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
5158         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
5159         rs6000_aix_emit_builtin_unwind_init.
5160         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
5161         rs6000_emit_eh_toc_restore on AIX.
5162         (return_eh_si): Use r2.
5163         (return_eh_di): Use r2.
5164
5165         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
5166         since we're breaking binary compatibility anyway.
5167
5168         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
5169
5170         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
5171         constant_pool_expr_p): Declare them.
5172         (constant_pool_expr_p): Declare it.
5173         * config/rs6000/rs6000.c (toc_label_name): Define.
5174         (rs6000_override_options): Set toc_label_name.
5175         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
5176         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
5177         uses_TOC): New functions.
5178         (print_operand): Delete old '*' case.
5179         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
5180         and strip off rtl for TOC before calling output_addr_const.
5181         (rs6000_emit_load_toc_table): Use toc_label_name.
5182         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
5183         the default.
5184         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
5185         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
5186         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
5187         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
5188         into explicit TOC_REGISTER offsets.
5189         (TOC_REGISTER): New macro.
5190         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
5191         TARGET_TOC to reference TOC_REGISTER.
5192         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
5193         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
5194         uses_TOC before emitting label references.
5195
5196         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
5197
5198         * rs6000.md (stack_tie): Fix warning.
5199
5200         * eabi-ctors.c: Use 'asm' names for the start/end variables,
5201         to handle -fleading-underscore.
5202         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
5203         (USER_LABEL_PREFIX): New macro.
5204         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
5205         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
5206         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
5207         call-linux can use the same multilibs.
5208         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
5209         and call-linux multilibs.  Do multilib with -fleading-underscore.
5210         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
5211         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
5212         to call-aix.
5213
5214         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
5215         have MASK_SOFT_FLOAT set.
5216         (CPP_FLOAT_DEFAULT_SPEC): New macro.
5217         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
5218         CPP_FLOAT_DEFAULT_SPEC.
5219
5220         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
5221         * rs6000.md: Whitespace change.
5222         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
5223         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
5224
5225         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
5226
5227         * rs6000.md (eh_epilogue): New expander.
5228         (eh_reg_restore): New expand/split/insn combination.
5229         (return_eh_si): New insn.
5230         (return_eh_di): New insn.
5231
5232         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
5233         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
5234         * eabi-ctors.c (__do_global_ctors): Register this object's
5235         frame.  Clean up.  Call atexit() after the constructors.
5236         (__do_global_dtors): Deregister this object's frame.  Clean up.
5237         Allow for recursive calls to exit().
5238         * rs6000.c (fixuplabelno): New variable.
5239         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
5240         TARGET_RELOCATABLE, it slows down exec() under linux.
5241         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
5242
5243         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
5244         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
5245         (ASM_OUTPUT_DWARF_DELTA2): New macro.
5246         (ASM_OUTPUT_DWARF_DELTA4): New macro.
5247         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
5248         (ASM_OUTPUT_DWARF_ADDR): New macro.
5249         (ASM_OUTPUT_DWARF_DATA4): New macro.
5250         (ASM_OUTPUT_DWARF_DATA2): New macro.
5251         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
5252         (ASM_OUTPUT_DWARF_OFFSET): New macro.
5253         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
5254
5255         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
5256
5257         * rs6000.c (rs6000_sr_alias_set): New variable.
5258         (rs6000_override_options): Initialise rs6000_sr_alias_set.
5259         (rs6000_emit_stack_tie): New function.
5260         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
5261         in a way that dwarf2out can understand.
5262         (rs6000_frame_related): New function.
5263         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
5264         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
5265         Use rs6000_emit_stack_tie when needed.
5266         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
5267         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
5268         * rs6000.md (stack_tie): New insn.
5269         (return_internal_si): Allow return value to be in the count
5270         register.
5271         (return_internal_di): Likewise.
5272
5273         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
5274
5275         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
5276
5277         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
5278
5279         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
5280
5281         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
5282
5283         * rs6000.md (stmw): Use the right POWER opcode.
5284         (lmw): Likewise.
5285
5286         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5287
5288         * rs6000-protos.h: New file.
5289
5290         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
5291
5292         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
5293         warnings.
5294
5295         * sysv4.h: Likewise.
5296
5297         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
5298
5299         * ../../configure.in: Delete powerpcle-*-winnt*
5300         and powerpcle-*-pe|powerpcle-*-cygwin*.
5301         * ../../configure: Regenerated.
5302         * cygwin.h: Delete.
5303         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
5304         (TARGET_WINDOWS_NT): Delete.
5305         (ABI_NT): Delete.
5306         (CALL_NT_DLLIMPORT): Delete.
5307         Delete NT-specific code.
5308         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
5309         * win-nt.h: Delete.
5310         * t-winnt: Delete.
5311         * nt-ci.asm: Delete.
5312         * nt-cn.asm: Delete.
5313         * ntstack.asm: Delete.
5314
5315         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5316
5317         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
5318         (ASM_FILE_START): Likewise.
5319         (ASM_DECLARE_FUNCTION_NAME): Likewise.
5320         (ASM_OUTPUT_LABELREF): Likewise.
5321         (ASM_OUTPUT_SKIP): Likewise.
5322         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
5323         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5324         (ASM_OUTPUT_CASE_LABEL): Likewise.
5325         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5326         (ASM_OUTPUT_ASCII): Likewise.
5327
5328         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
5329
5330         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
5331         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
5332         increment rs6000_pic_labelno here.
5333         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
5334         and increment rs6000_pic_labelno here.
5335
5336         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
5337
5338         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
5339         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
5340         allocation knows (reg) is dead before the insn.
5341
5342         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
5343
5344         * rs6000.md (movsi_to_cr): Correct typo in output template.
5345
5346         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
5347
5348         * rs6000.c (rs6000_pic_labelno): Always define.
5349         (rs6000_pic_func_labelno): Delete.
5350         (lmw_operation): Check for a zero base register,
5351         which doesn't mean what we want.
5352         (stmw_operation): New function.
5353         (print_operand): Define new 'l' modifier.
5354         (rs6000_stack_info): We must save all 64 bits of the registers
5355         if TARGET_POWERPC64.
5356         (rs6000_output_load_toc_table): Delete.
5357         (rs6000_emit_load_toc_table): New function.
5358         (rs6000_allocate_stack_space): Delete.
5359         (rs6000_emit_allocate_stack): New function.
5360         (rs6000_emit_prologue): New function.
5361         (output_prolog): Use rs6000_emit_prologue.
5362         (rs6000_emit_epilogue): Change a few variable names to be
5363         more accurate.  Restore all 64 bits of the registers if
5364         TARGET_POWERPC64.  Only restore the FP registers which were used
5365         if they are being saved/restored one-at-a-time.
5366         (output_mi_thunk): Delete inefficient code generation.
5367         (output_function_profiler): Don't use rs6000_output_load_toc_table.
5368         * rs6000.h: Declare rs6000_emit_load_toc_table,
5369         rs6000_allocate_stack_space, stmw_operation.  Don't declare
5370         rs6000_output_load_toc_table.
5371         * rs6000.md (elf_high): Allow register 0, but discourage it
5372         heavily.
5373         (elf_low): Support loading into register 0.
5374         (load_toc_aix_si): New pattern.
5375         (load_toc_aix_di): New pattern.
5376         (load_toc_v4_pic_si): New pattern.
5377         (load_toc_v4_pic_di): New pattern.
5378         (load_toc_v4_PIC_1): New pattern.
5379         (load_toc_v4_PIC_1b): New pattern.
5380         (load_toc_v4_PIC_2): New pattern.
5381         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
5382         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
5383         (prologue): New expander.
5384         (movesi_from_cr): New pattern.
5385         (stmw): New pattern.
5386         (save_fpregs_si): New pattern.
5387         (save_fpregs_di): New pattern.
5388
5389         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5390
5391         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
5392         (movdi): Likewise.
5393         (movhi): Likewise.
5394         (movqi): Likewise.
5395
5396         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5397
5398         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
5399         at present.
5400         (movsi_got_internal): Likewise.
5401         (movsi_got_internal+1): Likewise.
5402         (set_sp): 'unspec 7' does a SImode clobber.
5403
5404         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5405
5406         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
5407         allocate a stack temporary.
5408         (floatsidf2_internal): Likewise.
5409         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
5410         with unspec.
5411         (floatunssidf2): Don't use the fpmem "register", just
5412         allocate a stack temporary.
5413         (floatunssidf2_internal): Likewise.
5414         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
5415         with unspec.
5416         (floatsidf2_loadaddr): Delete.
5417         (floatsidf2_store1): Delete.
5418         (floatsidf2_store2): Delete.
5419         (floatsidf2_load): Delete.
5420         (fix_truncdfsi2): Don't use the fpmem "register", just
5421         allocate a stack temporary.
5422         (fix_truncdfsi2_internal_si): Delete.
5423         (fix_truncdfsi2_internal_di): Delete.
5424         (fix_truncdfsi2_internal): New insn.
5425         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
5426         (fix_truncdfsi2_store): Delete.
5427         (fix_truncdfsi2_load): Delete.
5428         (fctiwz): Produce gen_fctiwz.
5429
5430         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
5431
5432         * eabi.h (INVOKE__main): Define.
5433         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
5434         specially.
5435         (rs6000_emit_prologue): Likewise.
5436         * rs6000.h (struct rs6000_stack): Don't keep track of whether
5437         this is the main program.
5438
5439         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5440
5441         * rs6000.c (rs6000_va_arg): Delete some unused variables.
5442
5443         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5444
5445         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
5446         goes after the argument.
5447
5448         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5449
5450         * rs6000.md: Document 'unspec' values used.
5451         (epilogue): New expander.
5452         (movesi_to_cr_one): New expander.
5453         (movesi_to_cr and following): New pattern.
5454         (lmw): New pattern.
5455         (return_internal_si): New pattern.
5456         (return_internal_di): New pattern.
5457         (return_and_restore_fpregs_si): New pattern.
5458         (return_and_restore_fpregs_di): New pattern.
5459         * rs6000.h: Declare new functions.
5460         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
5461         rather than rs6000_calls_p.
5462         (rs6000_makes_calls): Delete.
5463         (lmw_operation): New function.
5464         (mtcrf_operation): New function.
5465         (rs6000_emit_epilogue): New function.
5466         (output_epilog): Call rs6000_emit_epilogue and final if
5467         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
5468
5469         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5470
5471         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
5472         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
5473         * aix.h (SUBTARGET_SWITCHES): Document switches.
5474         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
5475         sched-prolog and sched-epilog the same.  Document all the
5476         switches.
5477         (TARGET_OPTIONS): No longer allow -mdebug-.
5478
5479         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5480
5481         * rs6000.h (ASM_FILE_END): Move to aix.h.
5482         (EXTRA_SECTIONS): Move to aix.h.
5483         (READONLY_DATA_SECTION): Move to aix.h.
5484         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
5485         (SELECT_SECTION): Move to aix.h.
5486         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
5487         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
5488         (LINK_REGISTER_REGNUM): New definition.
5489         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
5490         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
5491         AIX and SVR4.
5492         * sysv4.h: Delete the code between the inclusion of rs6000.h
5493         and svr4.h.
5494         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
5495         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
5496         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
5497         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
5498         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
5499         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
5500         (fix_truncdfsi2_internal_di): New pattern.
5501         (fix_truncdfsi2_store): The second arg here is Pmode too.
5502         (fix_truncdfsi2_load): The second arg here is Pmode too.
5503         (tablejumpdi): Now that switch tables hold only SImode values,
5504         gcc needs to know how to add them to the pc which is DImode.
5505         * rs6000.c (rs6000_stack_info): Use symbolic name for
5506         LINK_REGISTER_REGNUM.
5507         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
5508         (output_toc): Delete unused variables s1 and s2.
5509         (output_ascii): Use fputs not fprintf on a variable string.
5510
5511         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
5512
5513         * rs6000.c (processor_target_table): Add power3 as alias for 630.
5514         * aix43.h: Revert Aug 2 change.
5515         (HAS_INIT_SECTION): Define, not visible yet.
5516         (LD_INIT_SWITCH): Define, not visible yet.
5517         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
5518
5519         2000-01-04  Joel Sherrill (joel@OARcorp.com>
5520
5521         * config/rs6000/rtems.h: Include config/rtems.h.
5522
5523         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
5524
5525         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
5526         (SLOW_UNALIGNED_ACCESS): Define.
5527         (CASE_VECTOR_MODE): Always use 32-bit offsets.
5528         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
5529         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
5530         (toc_section): Likewise and .toc pseudo-op.
5531         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
5532         64-bit mode.
5533         (TEXT_SECTION_ASM_OP): Likewise.
5534         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
5535         32-bit offsets.
5536
5537         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
5538
5539         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
5540         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
5541         compiling libgcc2.
5542
5543         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5544
5545         * rs6000.h: Move more stuff from here...
5546         * aix.h: to here.
5547         * sysv4.h: Cleanup accordingly.
5548         * netware.h: Likewise
5549
5550         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5551
5552         * rs6000.h: Continue cleanup.
5553         * aix.h: Likewise.
5554         * lynx.h: Likewise.
5555         * netware.h: Likewise.
5556         * sol2.h: Likewise.
5557         * sysv4.h: Likewise.
5558         * win-nt.h: Likewise.
5559
5560         * rs6000.h (TARGET_SWITCHES): Add descriptions.
5561         (TARGET_OPTIONS): Likewise.
5562
5563         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
5564         (SUBTARGET_OPTIONS): Likewise.
5565
5566         * rs6000.md: Fix compile time warnings.
5567
5568         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5569
5570         vxworks patches from the Cygnus tree originally by
5571         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
5572         <vmakarov@cygnus.com>.
5573         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
5574         (ENDFILE_SPEC): Likewise.
5575         (LIB_VXWORKS_SPEC): New macro.
5576         (STARTFILE_VXWORKS_SPEC): New macro.
5577         (ENDFILE_VXWORKS_SPEC): New macro.
5578         (LINK_START_VXWORKS_SPEC): New macro.
5579         (LINK_OS_VXWORKS_SPEC): New macro.
5580         (CPP_OS_VXWORKS_SPEC): New macro.
5581         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
5582         * vxppc.h: Rewrite to use proper configuration method.
5583         * vxppcle.h: New file.
5584         * ../../configure.in: Add powerpcle-wrs-vxworks*.
5585         * ../../configure: Rebuilt.
5586
5587         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5588
5589         Lots of changes to rs6000.h, sysv4.h, aix.h,
5590         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
5591         with the aim that rs6000.h is the first header
5592         included and the others override it.
5593         * aix.h: New file.
5594
5595         * x-aix41-gld: Remove.
5596         * x-aix43: Remove.
5597         * x-aix41: Remove target-specific switches, and don't specify
5598         -Wl,-bbigtoc as we don't need it any more.
5599         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
5600         Use t-aix43 for AIX 4.3 and above.
5601         * ../../configure: Regenerated.
5602
5603         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
5604         options, that don't do anything yet.
5605         (MASK_SCHED_PROLOG): New macro.
5606         (MASK_SCHED_EPILOG): New macro.
5607         (TARGET_SCHED_PROLOG): New macro.
5608         (TARGET_SCHED_EPILOG): New macro.
5609
5610         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5611
5612         * rs6000.c: Correct comment, the `minimal' TOCs are actually
5613         one per translation unit, not one per function.
5614         (output_toc): Also do duplicate constant elimination
5615         for per-translation-unit TOCs.
5616
5617         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
5618         a comment explaining _exactly_ when this pattern gets used.
5619         (builtin_setjmp_receiver): New pattern for better clarity.
5620         (init_v4_pic): Move it into a section dealing with TOC registers.
5621
5622         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
5623
5624         * rs6000.c (toc_hash_table): New variable.
5625         (rs6000_hash_constant): New function.
5626         (toc_hash_function): New function.
5627         (toc_hash_eq): New function.
5628         (toc_hash_mark_entry): New function.
5629         (toc_hash_mark_table): New function.
5630         (output_toc): Don't output duplicate TOC entries in
5631         a single file.
5632         (rs6000_add_gc_roots): Add the hash table as a GC root.
5633         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
5634         where they clearly shouldn't be.  This may need to be fixed
5635         later when there is a GNU ar for AIX.
5636         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
5637         Don't define BOOT_LDFLAGS as it is now not necessary.
5638
5639         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
5640
5641         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
5642         for va_list on AIX.  Use unsigned_char_type_node rather than
5643         constructing our own version on svr4.
5644
5645         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
5646
5647         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
5648         since patently it's not.
5649
5650         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
5651
5652         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
5653         define_expand/define_insn pair, and handle restore of the
5654         SVR4 -fpic register.
5655
5656 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
5657
5658         * acconfig.h (HAVE_GAS_WEAK): New define.
5659         * configure.in (assembler weak support): Check for .weak support.
5660         * config.in, configure: Rebuilt.
5661         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
5662         HAVE_GAS_WEAK is defined.
5663
5664 2000-03-15  Nick Clifton  <nickc@cygnus.com>
5665
5666         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
5667         asm_fprintf().
5668
5669 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
5670
5671         * cppfiles.c (open_include_file): New function.
5672         (find_include_file, cpp_read_file): Use it.
5673
5674 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
5675
5676         * cpphash.c (dump_hash_helper): Take the slot, not the element.
5677
5678 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
5679
5680         * flow.c (verify_flow_info): Check for unconditional return.
5681
5682 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
5683
5684         * config/ia64/ia64.md (restore_stack_nonlocal): New.
5685         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
5686         (__ia64_restore_stack_nonlocal): New.
5687         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
5688
5689 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5690
5691         * cpphash.c (collect_formal_parameters): Do not complain about
5692         parameter names that just start with `__VA_ARGS__'.
5693
5694 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
5695
5696         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
5697         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
5698         * i386.c (pentiumpro_cost): Set mul cost to 4.
5699         (x86_use_movx): Set for PPro.
5700
5701 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
5702
5703         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
5704         STACK_BOUNDARY for empty frames now.
5705
5706 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
5707
5708         * stor-layout.c (layout_union): Remove.
5709         (layout_union_field): New function, split out from layout_union.
5710         (finish_union_layout): Likewise.
5711         (layout_field): Handle unions by calling layout_union_field.
5712         (finish_record_layout): Handle unions.
5713         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
5714         QUAL_UNION_TYPE handling.
5715
5716 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
5717
5718         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
5719         end of basic block is jump_insn, not barrier; use create_basic_block
5720         instead of creating basic block by hand.
5721
5722 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
5723
5724         * flow.c (reorder_basic_blocks): Account for barriers when writing
5725         over NEXT_INSN (last_bb->end).
5726         (verify_flow_info): Add check for missing barriers.
5727
5728 2000-03-14  Greg McGary  <gkm@gnu.org>
5729
5730         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
5731         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
5732         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
5733         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
5734         __unbounded, __unbounded__): New keywords.
5735         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
5736         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
5737         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
5738
5739 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5740
5741         * cselib.h: New file.
5742         * alias.c: Include "cselib.h".
5743         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
5744         MEMs as two new arguments.
5745         (get_addr): New static function.
5746         (find_base_term): Handle VALUEs.
5747         (memrefs_conflict_p): Likewise.
5748         (true_dependence): Call get_addr on the addresses.
5749         Call fixed_scalar_and_varying_struct_p with addresses that have been
5750         passed through get_addr and canon_rtx.
5751         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
5752         with true_dependence.
5753         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
5754         * loop.c: Include "cselib.h".
5755         (load_mems): Process extended basic block that enters the loop with
5756         cselib.  Use that information to change initialization of the shadow
5757         register so that a constant equivalence is seen by later passes.
5758         * reload1.c: Include "cselib.h".
5759         (reload_cse_invalidate_regno): Delete function.
5760         (reload_cse_mem_conflict_p): Likewise.
5761         (reload_cse_invalidate_mem): Likewise.
5762         (reload_cse_invalidate_rtx): Likewise.
5763         (reload_cse_regno_equal_p): Likewise.
5764         (reload_cse_check_clobber): Likewise.
5765         (reload_cse_record_set): Likewise.
5766         (reg_values): Delete static variable.
5767         (invalidate_regno_rtx): Likewise.
5768         (reload_cse_delete_noop_set): New static function.
5769         (reload_cse_simplify): New static function, broken out of
5770         reload_cse_regs_1.
5771         (reload_cse_noop_set_p): Delete unused argument INSN.
5772         Just call rtx_equal_for_cselib_p on set source and destination.
5773         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
5774         reload_cse_delete_noop_set.  Delete code to keep track of values; use
5775         cselib functions instead.  Delete code to push/pop obstacks.
5776         (reload_cse_simplify_set): Use cselib to find equivalent values.
5777         Delete code to push/pop obstacks.
5778         (reload_cse_simplify_operands): Likewise.
5779         * rtl.def (VALUE): New rtx code.
5780         * rtl.h (union rtunion_def): New elt rt_cselib.
5781         (X0CSELIB, CSELIB_VAL_PTR): New macros.
5782         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
5783         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
5784         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
5785         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
5786         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
5787         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
5788         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
5789         cselib_record_set, cselib_record_sets): New static functions.
5790         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
5791         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
5792         references_value_p): New functions.
5793         (MAX_USELESS_VALUES, REG_VALUES): New macros.
5794         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
5795         n_useless_values, reg_values, callmem, cselib_obstack,
5796         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
5797         New static variables.
5798         * varray.h (union varray_data_tag): New elt te.
5799         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
5800         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
5801         dependencies.
5802
5803 2000-03-14  Nick Clifton  <nickc@cygnus.com>
5804
5805         * gcc.c (do_spec_1): Catch the case where %* is used in a
5806         substitution pattern, but it has not been initialised.
5807         Issue a meaningful error message if an unrecognised operator
5808         is encountered in a spec string.
5809
5810 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
5811
5812         * function.c (prepare_function_start): Correctly initialize
5813         cfun->stack_alignment_needed.
5814
5815 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
5816
5817         * cppfiles.c (find_include_file): Don't assume nshort is a
5818         substring of name.
5819
5820 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
5821
5822         * configure.in (hppa configurations): Add pa32-regs.h to the
5823         list of tm files as appropriate.
5824         * configure: Rebuilt.
5825         * pa.c (compute_frame_size): Remove explicit knowledge about FP
5826         register numbering.
5827         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
5828         (fmpyaddoperands, fmpysuboperands): Likewise.
5829         * pa.h: Remove various definitions which depend on knowing
5830         how registers are numbered.
5831         * pa32-regs.h: New file with PA32 register numbering specific
5832         definitions.
5833
5834 2000-03-14  Richard Henderson  <rth@cygnus.com>
5835
5836         * regmove.c (combine_stack_adjustments): New.
5837         (stack_memref_p, single_set_for_csa): New.
5838         (free_csa_memlist, record_one_stack_memref): New.
5839         (try_apply_stack_adjustment): New.
5840         (combine_stack_adjustments_for_block): New.
5841         * rtl.h (combine_stack_adjustments): Declare.
5842         * toplev.c (rest_of_compilation): Call it.
5843
5844         * i386.md: Revert 2000-01-16 change.
5845
5846 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5847
5848         * gccbug.in: Add web category, gcc specific classes.
5849
5850 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
5851
5852         * stor-layout.c (finalize_record_size): Fix typo.
5853
5854 2000-03-14  Stan Shebs  <shebs@apple.com>
5855
5856         * c-typeck.c (c_alignof): Error on incomplete types.
5857         * extend.texi (Alignment): Document this.
5858
5859 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5860
5861         * cppfiles.c: Include mkdeps.h.
5862         (find_include_file, read_include_file): Remove _cpp_ prefix
5863         from name, make static.
5864         (_cpp_execute_include): New function, broken out of
5865         do_include.
5866
5867         * cpplib.c: Don't include mkdeps.h.
5868         (struct directive): Remove type field. Reorder entries.  The
5869         function takes only one argument.
5870         (struct if_stack): Make type field an int.
5871         (directive_table): Rename to dtable.  Generate it, the
5872         prototypes of the directive handlers, and the enum for the
5873         directive numbers, from a template macro.
5874         (do_ifndef, do_include_next, do_import): New functions.
5875         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
5876         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
5877         do_ident, do_assert, do_unassert, do_sccs): Take only one
5878         argument.
5879         (do_sccs): Define always, but alter behavior based on
5880         SCCS_DIRECTIVE.
5881         (_cpp_handle_directive, consider_directive_while_skipping):
5882         Restructure for new directive table layout.
5883
5884         (pass_thru_directive): Take a directive number, not a pointer
5885         to a struct directive.
5886         (parse_include): New function, broken out of do_include.
5887         (do_include, do_import, do_include_next): Use parse_include
5888         and _cpp_execute_include.
5889         (do_elif, do_else): Test for T_ELSE specifically when checking
5890         for #elif/#else after #else.
5891         (parse_ifdef): New function, broken out of do_ifdef.
5892         (validate_else): Expect a name arg without a leading #.
5893         (if_directive_name): Delete.
5894         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
5895         directive handlers with only one argument.
5896
5897         * cpphash.h: Update prototypes.
5898         (enum node_type): Remove entries for directives.
5899         * Makefile.in: Update dependencies.
5900
5901         * cpphash.c (dump_hash_helper): Only dump nodes of type
5902         T_MACRO.  Emit a newline after each definition.
5903
5904 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5905
5906         * gccbug.in: New file.
5907         * configure.in (all_outputs): Add gccbug.
5908         * Makefile.in (install-common): Install gccbug.
5909         (GCCBUG_INSTALL_NAME): New variable.
5910         * configure: Rebuilt.
5911
5912 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
5913
5914         * function.c (put_var_into_stack): Use type_for_mode to calculate
5915         part_type.  Use MEM_SET_IN_STRUCT_P.
5916         * expr.c (store_field): Handle CONCAT.
5917         (store_constructor): Use fields_length.
5918         * tree.c (fields_length): New fn.
5919         * tree.h: Declare it.
5920
5921 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5922
5923         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
5924         (cpplex.o): New target.
5925         * po/POTFILES.in: Add cpplex.c.
5926
5927         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
5928         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
5929         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
5930         skip_block_comment, skip_line_comment, skip_comment,
5931         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
5932         _cpp_parse_name, skip_string, parse_string,
5933         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
5934         _cpp_get_directive_token, find_position,
5935         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
5936         (maybe_macroexpand, _cpp_lex_token): New functions.
5937
5938         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
5939         parse_goto_mark): Delete.
5940         (_cpp_handle_eof): New function.
5941         (_cpp_handle_directive): Rename from handle_directive.
5942         (_cpp_output_line_command): Rename from output_line_command.
5943         (do_if, do_elif): Call _cpp_parse_expr directly.
5944         * cppfiles.c (_cpp_read_include_file): Don't call
5945         init_input_buffer here.
5946         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
5947         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
5948         here; pop the token_buffer and skip the rest of the line here.
5949         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
5950         here.
5951
5952         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
5953         Define here.
5954         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
5955         CPP_GOTO_MARK): New macros.
5956         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
5957         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
5958         _cpp_read_and_prescan, _cpp_init_input_buffer,
5959         _cpp_grow_token_buffer, _cpp_get_directive_token,
5960         _cpp_handle_directive, _cpp_handle_eof,
5961         _cpp_output_line_command): Prototype them here.
5962         * cpplib.h (enum cpp_token): Add CPP_MACRO.
5963         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
5964         quote_string, output_line_command): Remove.
5965
5966 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
5967
5968         * stmt.c (expand_end_case): RANGE may be signed, and when checking
5969         whether it is too large we must also verify that it isn't negative.
5970
5971 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
5972
5973         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
5974         (movsi_zero_liveg0): Remove.
5975         (movsf_insn_novis_liveg0): Remove.
5976         (negsi2): Remove.
5977         (negsi2_not_liveg0): Rename to negsi2.
5978         (one_cmplsi2): Remove.
5979         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
5980         (one_cmplsi2_liveg0): Remove.
5981         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
5982         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
5983         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
5984         (PREDICATE_CODES): Remove zero_operand.
5985         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
5986         TARGET_BROKEN_SAVERESTORE.
5987         (zero_operand): Remove.
5988         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
5989         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
5990         options.
5991         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
5992         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
5993         TARGET_BROKEN_SAVERESTORE): Remove.
5994         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5995         Remove.
5996         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5997         Remove.
5998         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
5999         Remove.
6000
6001         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
6002
6003 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
6004
6005         * cpplib.c (do_pragma_implementation): Fix off-by-one error
6006         truncating a string.  Don't assume tokens are nul terminated.
6007         Problem noted by Andreas Jaeger <aj@suse.de>
6008
6009 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
6010
6011         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
6012         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
6013         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
6014
6015 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
6016
6017         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
6018         STRUCTURE_SIZE_BOUNDARY.
6019
6020 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
6021
6022         * tree.h (record_layout_info_s): New structure.
6023         (record_layout_info): New type.
6024         (new_record_layout_info): New function.
6025         (layout_field): Likewise.
6026         (finish_record_layout): Likewise.
6027         * stor-layout.c (layout_record): Remove.
6028         (new_record_layout_info): New function.
6029         (layout_field): New function, broken out from layout_record.
6030         (finalize_record_size): Likewise.
6031         (compute_record_mode): Likewise.
6032         (finalize_type_size): New function, broken out from layout_type.
6033         (finish_record_layout): Likewise.
6034         (layout_type): Use them.
6035
6036 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
6037
6038         * cpphash.c: Don't include version.h.
6039         (special_symbol) [case T_VERSION]: Look for the string in
6040         hp->value.cpval; don't use version_string.
6041         * cppinit.c (initialize_builtins): Set hp->value.cpval for
6042         __VERSION__ to version_string.
6043         * Makefile.in (cpphash.o): Update deps.
6044
6045 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
6046
6047         Convert cpplib to use libiberty/hashtab.c.
6048
6049         * cpplib.h (struct cpp_reader): Make hashtab and
6050         all_include_files of type 'struct htab *'.  Delete HASHSIZE
6051         and ALL_INCLUDE_HASHSIZE macros.
6052
6053         * cpphash.h: Update prototypes.
6054         (struct hashnode): Remove next, prev, and bucket_hdr members.
6055         Make length a size_t.  Add hash member.
6056         (struct ihash): Remove next member.  Add hash member.  Make
6057         name a flexible array member.
6058
6059         * cppfiles.c: Include hashtab.h.
6060         (include_hash): Delete.
6061         (IHASHSIZE): New macro.
6062         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
6063         (cpp_included): Do the hash lookup here.
6064         (_cpp_find_include_file): Rewrite.
6065         (cpp_read_file): Put the "fake" hash entry into the hash
6066         table.  Honor the control_macro, if it turns out we've seen
6067         the file before.  Don't push the buffer here.
6068         (_cpp_read_include_file): Push the buffer here.
6069         (OMODES): New macro.  Use it whenever we call open(2).
6070
6071         * cpphash.c: Include hashtab.h.
6072         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
6073         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
6074         _cpp_lookup_slot): New functions.
6075         (HASHSIZE): new macro.
6076         (hashf, _cpp_install, _cpp_delete_macro): Delete.
6077         (_cpp_lookup): Use hashtab.h routines.
6078
6079         * cppinit.c: Include hashtab.h.
6080         (cpp_reader_init): Call _cpp_init_macro_hash and
6081         _cpp_init_include_hash.  Don't allocate hashtab directly.
6082         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
6083         pfile->all_include_files.
6084         (initialize_builtins): Use _cpp_make_hashnode and
6085         htab_find_slot to add hash entries.
6086         (cpp_finish): Just call _cpp_dump_macro_hash.
6087         * cpplib.c: Include hashtab.h.
6088         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
6089         create hash entries.
6090         (do_pragma_poison, do_assert): Likewise.
6091         (do_include): Don't push the buffer here.  Don't increment
6092         system_include_depth unless _cpp_read_include_file succeeds.
6093         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
6094         or htab_remove_elt.
6095         (do_pragma_implementation): Use alloca to create copy.
6096
6097         * Makefile.in: Update dependencies.
6098
6099 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6100
6101         * cppinit.c (cl_directive_handler): More K&R fixing.
6102
6103 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
6104
6105         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
6106         STACK_BOUNDARY.
6107         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
6108
6109 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6110
6111         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
6112         Change from char[] to macros.
6113
6114 2000-03-12  Neil Booth  <NeilB@earthling.net>
6115
6116         * cppinit.c (cpp_start_read): Update indirect function
6117         call to K&R C.
6118
6119 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
6120
6121         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
6122         entry.
6123
6124         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
6125         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
6126
6127 2000-03-11  Neil Booth  <NeilB@earthling.net>
6128
6129         * cppinit.c (struct pending option): Replace undef with a
6130         pointer to a directive handling routine.
6131         (struct cpp_pending): Replace separate assert_ and define_
6132         lists with one directive_ list.
6133         (new_pending_define): Rename new_pending_directive. Extra
6134         argument is the directive's handling routine.
6135         (handle_option): Update to use new_pending_directive.
6136
6137 2000-03-11  Neil Booth  <NeilB@earthling.net>
6138
6139         * cppfiles.c (file_cleanup, _cpp_find_include_file,
6140         remap_filename, _cpp_read_include_file, actual_directory,
6141         hack_vms_include_specification): Replace bcopy(), index() etc
6142         calls.  Add casts to some allocations.  Make some variables
6143         pointers to const [unsigned] char.
6144         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
6145         collect_formal_parameters): Similarly.
6146         * cppinit.c (struct pending_option, append_include_chain,
6147         cpp_options_init, cpp_reader_init, initialize_standard_includes,
6148         cpp_start_read, new_pending_define, handle_option): Similarly.
6149         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
6150         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
6151         do_pragma_implementation, detect_if_not_defined,
6152         do_ifdef, skip_if_group, cpp_get_token, parse_string,
6153         do_assert, do_unassert): Similarly.
6154         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
6155         function prototypes.
6156         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
6157
6158 2000-03-10  Richard Henderson  <rth@cygnus.com>
6159
6160         * builtins.c (expand_builtin_strlen): Revert last change.
6161         Use emit_insn_before if we're at the beginning of a sequence.
6162
6163 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
6164
6165         * builtins.c (expand_builtin_strlen): Make sure that we have something
6166         at the beginning of the sequence.
6167
6168         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
6169         deferred inlines.
6170
6171         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
6172
6173 2000-03-10  Richard Henderson  <rth@cygnus.com>
6174
6175         * except.c (can_throw): Use INTVAL on a CONST_INT.
6176         (reachable_handlers): Likewise.
6177         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
6178
6179 2000-03-10  Andreas Jaeger  <aj@suse.de>
6180
6181         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
6182         MD_STARTFILE_PREFIX since those are not needed on linux.
6183         (ASM_FILE_START): New, from mips/gnu.h.
6184
6185 2000-03-09  Richard Henderson  <rth@cygnus.com>
6186             Alex Samuel  <samuel@codesourcery.com> and others
6187
6188         * Makefile.in (ssa.o): New rule.
6189         (OBJS): Add ssa.o.
6190         (STAGESTUFF): Add *.ssa and *.ussa.
6191         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
6192         * rtl.def (PHI): New RTL expression.
6193         * rtl.h (clear_log_links): New declaration.
6194         (convert_to_ssa): Likewise.
6195         (convert_from_ssa): Likewise.
6196         * flow.c (split_edge): If the entry node falls through to the
6197         split edge's source block, split the entry edge.
6198         (clear_log_links): New function.
6199         * toplev.c (ssa_dump): New variable.
6200         (flag_ssa): Likewise.
6201         (f_options): Add "ssa".
6202         (compile_file): Create SSA dump files.
6203         (rest_of_compilation): Go to and from SSA if enabled.
6204         (decide_d_option): Handle -de for SSA dump files.
6205         * ssa.c: New file.
6206
6207 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
6208
6209         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
6210         same as VAR_DECL.
6211
6212 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
6213
6214         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
6215
6216 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
6217
6218         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
6219         (MD_STARTFILE_PREFIX_1): New macro.
6220
6221 2000-03-09  Robert Lipe  <robertl@sco.com>
6222
6223         * config/ia64/ia64.c: Include system.h.
6224
6225 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
6226
6227         * except.c (nothrow_function_p): If -fno-exceptions, just return.
6228         (init_eh_nesting_info): Likewise.
6229
6230         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
6231         (TREE_NOTHROW): Rename from TREE_RAISES.
6232         * toplev.c (rest_of_compilation): Set it.
6233         * print-tree.c (print_node): Adjust.
6234         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
6235         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
6236         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
6237         REG_EH_REGION note as appropriate.
6238         (libfunc_nothrow): New fn.
6239         (emit_library_call, emit_library_call_value): Use it.
6240         (expand_call): Check TREE_NOTHROW.
6241
6242         * varasm.c (make_decl_rtl): Skip initial '*' when setting
6243         DECL_ASSEMBLER_NAME.
6244
6245 2000-03-09  Andreas Jaeger  <aj@suse.de>
6246
6247         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
6248         (TARGET_MEM_FUNCTIONS): Define.
6249
6250 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
6251
6252         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
6253
6254         * except.c (can_throw): See through a SEQUENCE.
6255         (nothrow_function_p): New fn.
6256         * except.h: Declare it.
6257         * function.c (current_function_nothrow): New var.
6258         (prepare_function_start): Initialize it.
6259         * output.h: Declare it.
6260         * toplev.c (rest_of_compilation): Set it.
6261         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
6262
6263 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
6264
6265         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
6266         match.  (cpp_compare_defs): Count the nul separator when
6267         advancing over argument names.
6268
6269 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
6270
6271         * recog.c (preprocess_constraints): Matching constraints affect
6272         same alternative/different operand, not same operand/different
6273         alternative.
6274
6275         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
6276         register and a constant specially.
6277
6278 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6279
6280         * libgcc2.h: New file.
6281         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
6282
6283 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
6284
6285         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
6286         * configure: Regenerate.
6287         * config/ia64: New.
6288
6289 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
6290
6291         * Makefile.in (LIBCPP_DEPS): New macro.
6292         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
6293         it to declare deps.
6294         * cpperror.c: Include cpphash.h.
6295         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
6296         dingleberry.
6297         (lex): Don't use CPP_WARN_UNDEF.
6298         (_cpp_parse_expr): Return an int, the truth value.
6299         * cppfiles.c: Include cpphash.h.
6300         (_cpp_merge_include_chains): Move to cppinit.c and make static.
6301         * cppinit.c (include_defaults_array): Disentangle.
6302         (cpp_cleanup): Don't free the if stack here.
6303         (cpp_finish): Pop off all buffers, not just one.
6304         * cpplib.c (eval_if_expr): Return int.
6305         (do_xifdef): Rename do_ifdef.
6306         (handle_directive): Don't use CPP_PREPROCESSED.
6307         (cpp_get_token): Don't use CPP_C89.
6308         * fix-header.c: Don't use CPP_OPTIONS.
6309
6310         * cpplib.h: Move U_CHAR, enum node_type, struct
6311         file_name_list, struct ihash, is_idchar, is_idstart,
6312         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
6313         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
6314         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
6315         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
6316         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
6317         of _cpp_simplify_pathname, _cpp_find_include_file,
6318         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
6319         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
6320         cppinit.c.
6321         Change all uses of U_CHAR to be unsigned char instead.
6322         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
6323
6324 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6325
6326         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
6327         (dwarf2out_begin_prologue): Set it.
6328         (output_call_frame_info): Don't emit EH unwind info for leaves.
6329
6330         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
6331         can occur outside of an EH region.
6332         * except.c: Correct comments about rethrow behavior.
6333         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
6334
6335 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
6336
6337         * flow.c (make_edges): Always call make_eh_edge for calls.
6338
6339 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
6340
6341         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
6342         (struct cpp_buffer): Remove fname and underflow fields.
6343         (struct cpp_reader): Remove get_token field.
6344         (struct include_hash): Rename to struct ihash.  Add typedef to
6345         IHASH.
6346         (struct if_stack): Remove fname field.
6347         (IF_STACK_FRAME): Rename to IF_STACK.
6348
6349         * cpperror.c (print_containing_files): Trust that there are no
6350         macro buffers below the top file buffer.
6351         * cppfiles.c: Replace all references to 'struct include_hash'
6352         with 'IHASH'.  Rename initialize_input_buffer to
6353         init_input_buffer.  Don't set or reference cpp_buffer->fname,
6354         use buffer->ihash->name instead.
6355         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
6356         not CPP_NULL_BUFFER.
6357         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
6358         IF_STACK_FRAME, IHASH not struct include_hash.
6359         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
6360         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
6361         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
6362         references to cpp_buffer->fname (delete entirely, or use
6363         ->ihash->name instead) and IF_STACK->fname.
6364         (cpp_push_buffer): Don't set new->underflow.
6365         (do_include): Use cpp_file_buffer.
6366
6367         * cpphash.c (collect_formal_parameters): Remove duplicate
6368         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
6369         used as a macro argument name.  Don't append "..." to namebuf
6370         for varargs macros.  After we're done scanning, go through
6371         namebuf and make it NUL separated, not comma separated.
6372         (_cpp_compare_defs): Remove register tag from variables.
6373         Expect defn->argnames to be NUL separated.
6374         (_cpp_dump_definition): Expect defn->argnames to be NUL
6375         separated and in forward order.
6376         * cpphash.h: Update documentation of argnames field.
6377
6378 2000-03-08  Richard Henderson  <rth@cygnus.com>
6379
6380         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
6381         to fail.  Don't pre-expand the source operand.
6382
6383         * i386.md (strlensi): Initialize eoschar and align before use.
6384
6385 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6386
6387         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
6388         CONSTRUCTOR element.
6389
6390 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
6391
6392         * mips.c (mips_expand_prologue): If the last
6393         named argument is the vararg marker "va_list", treat it as
6394         an unnamed argument.
6395
6396 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
6397
6398         * dbxout.c (dbxout_parms): When correcting for promoted
6399         big-endian parameters, use the mode of the DECL_RTL rather
6400         than UNITS_PER_WORD.
6401
6402 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6403
6404         * c-common.h (make_fname_decl): Declare.
6405         * c-common.c (make_fname_decl): Define.
6406         (declare_hidden_char_array): Remove.
6407         (declare_function_name): Use make_fname_decl.
6408         * c-decl.c (c_make_fname_decl): New function.
6409         (init_decl_processing): Set make_fname_decl.
6410
6411 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
6412
6413         * cccp.c (handle_directive): Initialize backslash_newlines_p.
6414
6415 2000-03-07  Philipp Thomas  <pthomas@suse.de>
6416
6417         * po/POTFILES.in: Remove cppalloc.c from file list.
6418
6419 2000-03-07  Steve Chamberlain  <sac@pobox.com>
6420
6421         * pj.c (pj_expand_prologue): current_function->args_info is
6422         now current_function_args_info.
6423
6424         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
6425         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
6426         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
6427
6428 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6429
6430         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
6431         output as hexadecimal rather than the default octal.
6432
6433 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
6434
6435         * cpphash.c (special_symbol): Fix thinko in previous commit.
6436
6437 2000-03-07  Neil Booth  <NeilB@earthling.net>
6438
6439         * cppexp.c (struct operation, left_shift, right_shift,
6440         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
6441         "int"s to "unsigned int"s.
6442         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
6443         Similarly.
6444         * cpplib.h: Update for above.
6445         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
6446         returned from allocations.
6447
6448         * cppinit.c (opt_comp, parse_options): New functions.
6449         (handle_option): Use parse_option to parse a single command
6450         line option, that possibly takes an argument.
6451         (cpp_handle_options): Sort the array of command line options on
6452         first invocation (non-ASCII hosts only).
6453         (print_help): Update.
6454
6455 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
6456
6457         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
6458         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
6459
6460         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
6461         initialized.
6462         * cppinit.c (cpp_cleanup): Free imp->nshort also.
6463
6464         * cpperror.c (cpp_print_containing_files,
6465         cpp_print_file_and_line, v_cpp_message): Rename to
6466         print_containing_files, print_file_and_line, and v_message.
6467         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
6468         to _cpp_parse_expr, parse_escape, and lex.
6469         (parse_charconst): Remove broken multibyte support.
6470         * cppfiles.c (include_hash): Make static.
6471         (cpp_included): New function.
6472         (merge_include_chains, find_include_file, finclude,
6473         simplify_pathname): Rename to _cpp_merge_include_chains,
6474         _cpp_find_include_file, _cpp_read_include_file, and
6475         _cpp_simplify_pathname.
6476         * cpphash.c (cpp_lookup, free_definition, delete_macro,
6477         cpp_install, create_definition, macroexpand, compare_defs,
6478         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
6479         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
6480         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
6481         * cppinit.c (cpp_handle_option): Rename to handle_option, make
6482         static.
6483         * cpplib.c: Remove extern prototype of cpp_parse_expr.
6484
6485         * cpphash.h: Update prototypes.
6486         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
6487
6488 2000-03-07  Andrew Haley  <aph@cygnus.com>
6489
6490         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
6491         PTRDIFF_TYPE should be based solely on Pmode.
6492         (SIZE_TYPE): ditto.
6493
6494 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6495
6496         * rtl.h (rtunion_def): Constify member `rtstr'.
6497         (emit_line_note_after, emit_line_note, emit_line_note_force,
6498         emit_note, decode_asm_operands): Constify.
6499
6500         * cse.c (canon_hash): Likewise.
6501
6502         * dbxout.c (dbxout_block): Likewise.
6503
6504         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
6505         v_warning_for_asm): Likewise.
6506
6507         * dwarfout.c (function_start_label): Likewise.
6508
6509         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
6510         emit_line_note_force): Likewise.
6511
6512         * final.c (last_filename, asm_insn_count, final_scan_insn,
6513         output_source_line): Likewise.
6514
6515         * function.h (struct emit_status): Likewise.
6516
6517         * gcse.c (hash_expr_1): Likewise.
6518
6519         * genattr.c (gen_attr, main): Likewise.
6520
6521         * genattrtab.c (struct function_unit, current_alternative_string,
6522         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
6523         attr_numeral, check_attr_test, check_attr_value,
6524         convert_set_attr_alternative, convert_set_attr,
6525         compute_alternative_mask, simplify_by_exploding, gen_attr,
6526         gen_unit): Likewise.
6527
6528         * genflags.c (gen_insn): Likewise.
6529
6530         * gengenrtl.c (type_from_format): Likewise.
6531
6532         * genopinit.c (gen_insn): Likewise.
6533
6534         * genoutput.c (n_occurrences, process_template, process_template):
6535         Likewise.
6536
6537         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6538         Likewise.
6539
6540         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6541         Likewise.
6542
6543         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
6544         ggc_set_mark, ggc_get_size): Likewise.
6545
6546         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
6547
6548         * optabs.c (init_one_libfunc): Likewise.
6549
6550         * output.h (assemble_start_function): Likewise.
6551
6552         * recog.c (decode_asm_operands): Likewise.
6553
6554         * toplev.c (rest_of_compilation): Likewise.
6555
6556         * tree.h (emit_line_note_after, emit_line_note,
6557         emit_line_note_force): Likewise.
6558
6559         * varasm.c (asm_output_bss, asm_output_aligned_bss,
6560         asm_emit_uninitialised, assemble_start_function,
6561         assemble_variable, const_hash, compare_constant_1,
6562         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
6563
6564         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
6565
6566         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
6567
6568         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
6569
6570         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
6571
6572         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
6573         arm_dllimport_name_p): Likewise.
6574
6575         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
6576         Likewise.
6577
6578         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
6579
6580         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6581
6582         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
6583         arm_mark_dllexport, arm_mark_dllimport,
6584         arm_pe_encode_section_info): Likewise.
6585
6586         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
6587         ASM_FINISH_DECLARE_OBJECT): Likewise.
6588
6589         * arm/thumb.c (thumb_function_prologue): Likewise.
6590
6591         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
6592
6593         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6594
6595         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
6596
6597         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
6598
6599         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
6600
6601         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6602
6603         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
6604         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
6605
6606         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
6607
6608         * i386/i386.c (asm_output_function_prefix): Likewise.
6609
6610         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
6611
6612         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6613
6614         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
6615
6616         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
6617         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
6618         ASM_OUTPUT_SECTION_NAME): Likewise.
6619
6620         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
6621
6622         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
6623
6624         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
6625
6626         * m32r/m32r.c (m32r_encode_section_info): Likewise.
6627
6628         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6629
6630         * mcore/mcore.c (mcore_encode_section_info): Likewise.
6631
6632         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6633
6634         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6635
6636         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6637
6638         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
6639
6640         * mips/mips.md (movdi, movsi): Likewise.
6641
6642         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6643
6644         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6645
6646         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6647
6648         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
6649         ASM_OUTPUT_ASCII): Likewise.
6650
6651         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
6652         output_mi_thunk, output_toc): Likewise.
6653
6654         * rs6000/rs6000.md (movsi): Likewise.
6655
6656         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
6657
6658         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
6659
6660         * v850/v850.c (print_operand, print_operand_address,
6661         v850_encode_data_area): Likewise.
6662
6663 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
6664
6665         * config/mips/mips.md (zero_extendsidi2): Always force operand
6666         one to memory for mips16.
6667
6668 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6669
6670         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
6671         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
6672         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
6673         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
6674         (min_precision): Result is unsigned.
6675         (add_double, neg_double, mul_double): Low word is unsigned.
6676         (lshift_double, rshift_double, lrotate_double): Likewise.
6677         (rrotate_double, div_and_round_double): Likewise.
6678         (tree_floor_log2, compare_tree_int): New functions.
6679         (preserve_rtl_expr_temps): New declaration.
6680         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
6681         (decl_attributes): Use tree_log2 to find alignment.
6682         Check for TREE_INT_CST_HIGH for format args.
6683         (min_precision): Now unsigned.
6684         Use tree_floor_log2.
6685         (truthvalue_conversion): Delete long-disabled code.
6686         * c-decl.c (finish_struct): Clean up tests on field width.
6687         (finish_function): Use compare_tree_int.
6688         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
6689         * c-typeck.c (comptypes): Use tree_int_cst_equal.
6690         (default_conversion, digest_init): Use compare_tree_int.
6691         (build_binary_op): Use integer_all_onesp and compare_tree_int.
6692         Fix type errors in forming masks.
6693         * calls.c (initialize_argument_information): Use compare_tree_int.
6694         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6695         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
6696         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
6697         (store_field): Use compare_tree_int.
6698         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
6699         (expand_expr, case ARRAY_REF): Use compare_tree_int.
6700         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
6701         (do_store_flag): Use compare_tree_int.
6702         * fold-const.c (encode, decode): Low part is always unsigned.
6703         (force_fit_type, add_double, neg_double, mul_double): Likewise.
6704         (lshift_double, rshift_double, lrotate_double): Likewise.
6705         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
6706         (fold_convert): Use compare_tree_int.
6707         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
6708         (invert_truthvalue, case INTEGER_CST): Likewise.
6709         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
6710         * mkdeps.c (deps_dummy_targets): Make I unsigned.
6711         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
6712         (lshift_double, rshift_double, lrotate_double, rrotate_double):
6713         Likewise.
6714         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
6715         (expand_end_case): Use compare_tree_int.
6716         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6717         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
6718         (layout_decl): Likewise.
6719         (layout_record, layout_union): Make sizes unsigned.
6720         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
6721         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
6722         * tree.c (struct type_hash): hashcode is unsigned.
6723         (build_type_attribute_variant, type_hash_list): Likewise.
6724         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
6725         (attribute_hash_list, build_array_type, build_method_type): Likewise.
6726         (build_complex_type): Likewise.
6727         (real_value_from_int_cst): Remove unneeded casts.
6728         (integer_all_onesp): Add casts.
6729         (tree_floor_log2, compare_tree_int): New functions.
6730         (build_index_type): Use tree_int_cst_sgn.
6731         * varasm.c (assemble_variable): Use compare_tree_int.
6732
6733 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
6734
6735         * cpphash.c (collect_expansion): Also catch ## at start of macro.
6736
6737         * varasm.c (make_decl_rtl): Don't add a number to members of
6738         local classes.
6739         (make_function_rtl): Likewise.
6740
6741 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6742
6743         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
6744         patch from 2000-01-28.
6745
6746 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
6747
6748         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
6749         filled with an insn from the jump target.
6750
6751 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6752
6753         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
6754         (c4x_external_ref): Likewise.
6755         * config/c4x/c4x.c (struct name_list): Likewise.
6756
6757 1999-12-16  Ben Collins  <bcollins@debian.org>
6758
6759         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
6760         argument to genmultilib.
6761         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
6762         the contents into the multilib.h header.
6763         * gcc.c: Declare multilib_exclusions for the specs file.
6764         (set_multilib_dir): Use it.
6765         (print_multilib_info): Likewise.
6766         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
6767         to pass to genmultilib.
6768
6769 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6770
6771         * builtins.c (built_in_class_names, built_in_names): Constify a
6772         char*.
6773
6774         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
6775         int.
6776         (_mcleanup): Ensure value matches format specifier in sprintf.
6777
6778         * cpphash.c (special_symbol): Don't needlessly cast away
6779         const-ness.
6780
6781         * cppinit.c (base_name): Delete unused prototype.
6782
6783         * mkdeps.c (deps_init): Make definition K&R safe.
6784
6785         * tree.h (built_in_class_names, built_in_names): Constify a
6786         char*.
6787
6788 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
6789
6790         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
6791         floating point instructions for epilogue delay.
6792
6793         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
6794         to gas if it supports .register pseudo.
6795
6796         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
6797         LONG_DOUBLE_TYPE_SIZE if not defined.
6798         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
6799         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
6800         * real.c: Likewise.
6801         * gengenrtl.c: Likewise.
6802         * print-rtl.c: Likewise.
6803         * rtl.c: Likewise.
6804         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
6805         MASK_LONG_DOUBLE_128.
6806         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
6807         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
6808         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
6809         (SUBTARGET_SWITCHES): Define.
6810         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
6811         with -mlong-double-128.
6812         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6813         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6814         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6815         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
6816         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
6817         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
6818         with -mlong-double-128.
6819         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6820         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6821         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6822         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
6823         TARGET_LONG_DOUBLE_128): Define.
6824         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
6825         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
6826         long double on TARGET_ARCH64.
6827
6828 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
6829
6830         * function.c (free_temps_for_rtl_expr): Don't free slots
6831         that have been pushed into a higher level.
6832
6833         Revert this patch:
6834         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6835
6836 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6837
6838         * basic-block.h (ALLOCA_REG_SET): Remove.
6839         (INITIALIZE_REG_SET): New macro.
6840         * flow.c (update_life_info): Use it.
6841         (calculate_global_regs_live): Likewise.
6842         (propagate_block): Likewise.
6843         * global.c (build_insn_chain): Likewise.
6844         * haifa-sched.c (schedule_region): Likewise.
6845
6846 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
6847
6848         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
6849         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
6850         (DWARF_ARANGES_PAD_SIZE): New define.
6851         (output_aranges): Use it to pad the address range header.
6852         (DWARF_ROUND): Fix for non power of 2 rounding.
6853
6854 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
6855
6856         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
6857
6858 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6859
6860         * tree.def (RTL_EXPR): Update documentation.
6861         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
6862         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
6863         * function.c (preserve_rtl_expr_temp): New function.
6864         (preserve_rtl_expr_temps): Likewise.
6865         (preserve_rtl_expr_result): Use it.
6866
6867         Revert this patch:
6868         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
6869
6870 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
6871
6872         * regmove.c (copy_src_to_dest)  Do not create src->dest move
6873         for unchanging destination.
6874
6875 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
6876
6877         * function.h (struct sequence_stack): Remove rtl_expr.
6878         (struct emit_staus): Likewise.
6879         (seq_rtl_expr): Remove.
6880         * tree.h (free_temps_for_rtl_expr): Don't declare.
6881         (start_sequence_for_rtl_expr): Likewise.
6882         * rtl.h (preserve_rtl_expr_result): Likewise.
6883         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
6884         (start_sequence_for_rtl_expr): Remove.
6885         (push_topmost_sequence): Don't save sequence_rtl_expr.
6886         (pop_topmost_sequence): Remove comment about not restoring it.
6887         (end_sequence): Don't set seq_rtl_expr.
6888         (init_emit): Don't initialize it.
6889         (mark_sequence_stack): Don't mark it.
6890         (mark_emit_status): Likewise.
6891         * except.c (protect_with_terminate): Use
6892         start_sequence_for_rtl_expr, not start_sequence.
6893         * expr.c (expand_expr, case RTL_EXPR): Don't call
6894         preserve_rtl_expr_result or free_temps_for_rtl_expr.
6895         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
6896         (preserve_rtl_expr_result): Remove.
6897         (free_temps_for_rtl_expr): Likewise.
6898         (pop_temp_slots): Likewise.
6899         (mark_temp_slot): Don't mark the rtl_expr.
6900         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
6901         start_sequence_for_rtl_expr.
6902
6903 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
6904
6905         * mkdeps.c, mkdeps.h: New files.
6906         * po/POTFILES.in: Add them.
6907         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
6908         (cpplib.o, cppinit.o): Depend on mkdeps.h.
6909         (mkdeps.o): New target.
6910
6911         * cppfiles.c: Delete deps_output.
6912         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
6913         OBJECT_SUFFIX, and base_name.
6914         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
6915         the include hash.
6916         (initialize_dependency_output): Use deps_init,
6917         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
6918         all the unnecessary string bashing.
6919         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
6920         level.
6921         * cpplib.c (do_include): Use deps_add_dep.
6922         * cpplib.h (struct cpp_reader): Replace deps_buffer,
6923         deps_allocated_size, deps_size, deps_column members with
6924         single pointer to a struct deps.  Delete prototype of
6925         deps_output.
6926
6927         * cppinit.c: Fix thinko in previous patch.
6928
6929 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6930
6931         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
6932         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
6933         (mode_for_size_tree): New function.
6934         (layout_decl, layout_type): Call it and clean up BLKmode checks.
6935         * tree.h (mode_for_size_tree): New declaration.
6936
6937         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
6938
6939 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
6940
6941         * stmt.c (is_body_block): Move...
6942         * dwarfout.c, dwarf2out.c: ...from here.
6943         * tree.h: Declare it.
6944         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
6945         * final.c (final_start_function): Do call remove_unnecessary_notes
6946         when scheduling.
6947
6948 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
6949
6950         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
6951
6952         * cpplib.h (_dollar_ok): New macro.
6953         (is_idchar, is_idstart): Use it.
6954         (IStable): Rename to _cpp_IStable.  Declare it const if
6955         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
6956         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
6957         is_space): Update for renamed IStable.
6958
6959         * cppinit.c: Delete all references to FAKE_CONST and CAT
6960         macros. Define init_IStable as empty macro if gcc >=2.7 or
6961         C99. Change TABLE() to ISTABLE and hardcode name of table.
6962         (cpp_start_read): Don't change the IStable based on
6963         dollars_in_ident.
6964
6965         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
6966         changed.  Handle '$' for char1 correctly.
6967         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
6968
6969         * cppexp.c (tokentab2): Make const.
6970         (cpp_lex): Make toktab const.
6971         * cppinit.c (include_defaults_array): Make const.
6972         (initialize_standard_includes): Make default_include const.
6973
6974 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
6975
6976         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
6977         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
6978         (gen_decl_die): Likewise.
6979         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
6980         (output_decl): Likewise.
6981
6982         * varasm.c (make_function_rtl): If we change the name used in the
6983         rtl, update DECL_ASSEMBLER_NAME accordingly.
6984         (make_decl_rtl): Likewise.
6985
6986         * toplev.c (rest_of_compilation): Tweak formatting.
6987
6988         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
6989         remove_unnecessary_notes.
6990         (debug_ignore_block): New fn.
6991         * toplev.h: Declare it.
6992         * emit-rtl.c (remove_unncessary_notes): Call it.
6993         * dwarf2out.c (dwarf2out_ignore_block): New fn.
6994         * dwarf2out.h: Declare it.
6995         * final.c (final_start_function): Don't call remove_unnecessary_notes
6996         if we did insn scheduling.
6997
6998 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
6999
7000         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
7001         * cpplib.h: Delete SET_CPP_PEDANTIC.
7002
7003 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7004
7005         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
7006         result is a RECORD_TYPE.
7007
7008 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
7009
7010         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
7011
7012 2000-03-03  Richard Henderson  <rth@cygnus.com>
7013
7014         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
7015         addition over compliments over shifts.
7016
7017 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7018
7019         * reload1.c (reload_combine_note_use): Handle return register USEs.
7020         REG case: Handle multi-hard-register hard regs.
7021
7022 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7023
7024         * md.texi: Document use of '*' in insn pattern name.
7025
7026 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
7027
7028         * calls.c (special_function_p): operator new may not be malloc-like.
7029
7030         * gcse.c (dump_hash_table): Really fix error in last change.
7031
7032 2000-03-02  Denis Chertykov  <denisc@overta.ru>
7033
7034         * avr.c (print_operand): Use print_operand_address instead of
7035         output_addr_const.
7036         * avr/libgcc.S: Cleanup code.
7037
7038 2000-03-02  Richard Henderson  <rth@cygnus.com>
7039
7040         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
7041
7042 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
7043
7044         * tree.h (TYPE_ALIGN_UNIT): New macro.
7045
7046 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
7047
7048         * i386.c: (constant_call_address_operand): Reject CONST_INT.
7049
7050 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
7051
7052         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
7053         for the buffer.
7054         (SET_CPP_PEDANTIC): New macro.
7055         * cpplib.c (do_include): Don't bother checking system_header_p.
7056         (do_warning, do_ident, do_assert, do_unassert): Likewise.
7057         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
7058
7059         * function.h (struct expr_status): Add x_arg_space_so_far.
7060         (arg_space_so_far): New macro.
7061         * expr.c (init_expr): Initialize it.
7062         * calls.c (emit_call_1): Reset it.
7063         (compute_argument_block_size, expand_call): Use it.
7064         (expand_call, store_one_arg): Increment it.
7065
7066 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7067
7068         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
7069         a UNION_TYPE.
7070
7071 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
7072
7073         * cppfiles.c (cpp_read_file): New function.
7074
7075         * cpphash.c (collect_expansion): Make sure to reset last_token
7076         to NORM when we hit a string.  Handle trailing whitespace
7077         properly when the expansion is empty.
7078         (create_definition): Disable line commands while parsing the
7079         directive line.
7080         (dump_definition): If pfile->lineno == 0, output a line
7081         command ahead of the dump, and add a trailing newline.
7082
7083         * cppinit.c (append_include_chain): Add fifth argument, which
7084         indicates whether or not system headers are C++ aware.
7085         (initialize_standard_includes): New function,
7086         broken out of read_and_prescan.  Pass 'cxx_aware' value from
7087         the include_defaults_array on to append_include_chain.
7088         (dump_special_to_buffer): Const-ify char array.
7089         (builtin_array): Don't dump __BASE_FILE__.
7090         (cpp_start_read): Use cpp_read_file.  Reorder code for
7091         clarity.  Don't output line commands here for -D/-A/-U
7092         switches.  Don't call deps_output for files included with
7093         -include or -imacros.
7094
7095         * cpplib.c (do_define): Don't pay any attention to the second
7096         argument.
7097         (cpp_expand_to_buffer): Disable line commands while scanning.
7098         (output_line_command): Work in the file buffer.
7099         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
7100         Fix formatting of comments.  Prototype cpp_read_file.
7101
7102 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7103
7104         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
7105         reference the language-equivalent of sizetype.
7106         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
7107         * fold-const.c (size_binop, size_diffop): Put back checks.
7108         * gcse.c (dump_hash_table): Fix minor error in last change.
7109         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
7110         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
7111         all sizetypes.
7112
7113 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
7114
7115         * calls.c (expand_call)  Do not attempt to combine stack adjustments
7116         with inhibit_defer_pop set.
7117
7118 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
7119
7120         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
7121         the DECL_SIZE for a FIELD_DECL.
7122
7123 2000-03-01  Bruce Korb  <bkorb@gnu.org>
7124
7125         * fixinc/inclhack.tpl: remove unused symlinks
7126         * fixinc/README: GCC Maintainer info
7127         * fixinc/inclhack.sh: regen
7128         * fixinc/fixincl.sh: regen
7129
7130 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
7131
7132         * cpphash.c (collect_expansion): Trim trailing white space
7133         from macro definitions, but don't go past the last insertion
7134         point.
7135
7136 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
7137
7138         * i386.md (mulqi3): New pattern.
7139
7140 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
7141
7142         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
7143         token types.
7144         (struct cpp_reader): Add parsing_if_directive and
7145         parsing_define_directive flags.
7146         (struct cpp_options): Remove output_conditionals flag.
7147         (check_macro_name): Delete prototype.
7148
7149         * cpphash.h (struct macrodef): Delete.
7150         (struct reflist): Separate from struct definition.
7151         (struct definition): Remove unused fields.  Add column number.
7152         (create_definition): Returns a DEFINITION *.  Takes a
7153         cpp_reader * and an int.
7154
7155         * cpphash.c (SKIP_WHITE_SPACE): Delete.
7156         (PEEKC): Copy defn from cpplib.c.
7157         (rest_extension, REST_EXTENSION_LENGTH): Delete.
7158         (struct arg): New.
7159         (struct arglist): Simplify.
7160         (collect_expansion): Rewrite.  Get tokens by calling
7161         cpp_get_token.  Add more error checking.
7162         (collect_formal_parameters): New function, broken out of
7163         create_definition and reworked to use get_directive_token.
7164         (create_definition): All real work is now in collect_expansion
7165         and collect_formal_parameters.  do_define handles finding the
7166         macro name.  Return a DEFINITION, not a MACRODEF.
7167         (macroexpand): Replace bcopy with memcpy throughout.  Replace
7168         character-at-a-time copy loop with memcpy and pointer increments.
7169         (compare-defs): d1->argnames / d2->argnames might be null.
7170
7171         * cpplib.c (copy_rest_of_line): Delete function.
7172         (skip_rest_of_line): Do all the work ourselves.
7173         (skip_string): New function.
7174         (parse_string): Use skip_string.
7175         (get_macro_name): New function.
7176         (check_macro_name): Delete.
7177         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
7178         (cpp_skip_hspace): Use CPP_BUMP_LINE.
7179         (handle_directive): ICE if we're called on a macro buffer.
7180         (do_define): Determine macro name and type (funlike/objlike)
7181         here.  Expunge all uses of MACRODEF.
7182         (cpp_push_buffer): Set line_base to NULL.
7183         (do_undef, read_line_number): Don't worry about getting a POP token.
7184         (eval_if_expression): Set/reset parsing_if_directive around
7185         cpp_parse_expr. Don't clear only_seen_white.
7186         (skip_if_group): Remove output_conditionals logic.  Use
7187         skip_rest_of_line.
7188         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
7189         tokens under appropriate conditions.
7190         (cpp_unassert): Call do_unassert not do_assert.  Oops.
7191
7192         * cppexp.c (parse_defined): New function, break out of
7193         cpp_lex.
7194         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
7195         ourselves, with cpp_defined.
7196         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
7197
7198         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
7199         * gcc.dg/strpaste-2.c: New.
7200
7201 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
7202
7203         * fold-const.c (size_binop): Don't asert inputs are the same and
7204         have TYPE_IS_SIZETYPE set.
7205         (size_diffop): Likewise.
7206
7207 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
7208
7209         * dwarfout.c (output_block): Output abstract blocks even if they
7210         don't have TREE_ASM_WRITTEN set.
7211
7212         * calls.c (emit_library_call): Check for null REG.
7213
7214 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7215
7216         * c-decl.c (current_function_decl): Move to toplev.c.
7217         (init_decl_processing): Don't add current_function_decl as a ggc
7218         root here.
7219         * dbxout.c (dbxout_symbol): Change return type to int.
7220         (dbxout_symbol_location, dbxout_syms): Likewise.
7221         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
7222         any locals. Use current_function_func_begin_label if set.
7223         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
7224         * dwarf2out.c (dwarf2out_begin_prologue): Set
7225         current_function_func_begin_label.
7226         * final.c (final_start_function): Reset it.
7227         * toplev.c (current_function_decl): Define it here.
7228         (current_function_func_begin_label): New variable.
7229         (main): Add both as ggc roots.
7230         * tree.h (current_function_func_begin_label): Declare.
7231
7232 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7233
7234         * gcse.c: Cleanups throughout: mostly white-space, but also
7235         some minor rearrangement of code.
7236
7237 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
7238
7239         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
7240         returns a PARALLEL.  Use emit_group_load and use_group_regs
7241         as needed.
7242         (emit_library_call_value): Similarly.
7243
7244         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
7245         * pa/quadlib.asm: Remove.
7246         * pa/quadlib.c: New file.
7247
7248         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
7249         * configure: Rebuilt.
7250
7251 2000-02-29  Philip Blundell  <pb@futuretv.com>
7252
7253         * config/arm/conix-elf.h: New file.
7254         * configure.in (arm*-*-conix*): New configuration.
7255         * configure: Regenerate.
7256
7257 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
7258
7259         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
7260         don't have TREE_ASM_WRITTEN set.
7261
7262 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7263
7264         * Eliminate DECL_FIELD_SIZE.
7265         * builtins.c (built_in_class_names, built_in_names): New variables.
7266         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
7267         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
7268         DECL_SIZE, not DECL_FIELD_SIZE.
7269         * print-tree.c (print_node): Remove code that prints extra blank
7270         lines in some cases.
7271         Properly handle inline and builtin function cases.
7272         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
7273         * tree.h (built_in_class_named, built_in_names): New declarations.
7274         (union tree_decl): Rename internal unions to u1 and u2 and change
7275         some of their components.
7276         Add new field built_in_class.
7277         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
7278         Reflect above changes.
7279         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
7280         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
7281         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
7282         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
7283
7284 2000-02-28  Dmitri Makarov  <dim@windriver.com>
7285
7286         * extend.texi: Document ARM's support for long/short calls.
7287
7288         * invoke.texi: Document ARM's -mlong-calls command line switch.
7289
7290         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
7291         (arm_encode_call_attribute): Add prototype.
7292         (arm_set_default_type_attribute): Add prototype.
7293         (arm_strip_name_encoding): Add prototype.
7294
7295         * config/arm/arm.c (arm_init_cumulative_args): replace
7296         initialisation og 'long_calls' field with initialisation of
7297         'call_cookie' field.
7298         (enum arm_pragma_enum): New enum.
7299         (arm_pragma_long_calls): New static variable.
7300         (arm_process_pragma): Also process "#pragma long_calls_off".
7301         (arm_valid_type_attribute_p): Accept short_call attribute.
7302         (arm_comp_type_attributes): Check long/short call attributes.
7303         (arm_encode_call_attribute):  New function:  Encode long_call
7304         or short_call attribute in function name.
7305         (arm_set_default_type_attributes): New function: Assign
7306         default attributes to newly defined type.
7307         (current_file_function_operand): New function: Return true if
7308         the symbol is a function which has already been compiled.
7309         (arm_is_longcall_p): New function: Return true if the
7310         indicated function should be called via a long call.
7311         (arm_get_strip_length): New function.  Returns number of
7312         prefix characters to be stripped from a function's name.
7313         (arm_strip_name_encoding): New function.  Strip prefix characters
7314         from a function's name.
7315
7316         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
7317         with 'call_cookie'.
7318         (SHORT_CALL_FAG_CHAR): Define.
7319         (LONG_CALL_FAG_CHAR): Define.
7320         (ENCODED_SHORT_CALL_ATTR_P): Define.
7321         (ENCODED_LONG_CALL_ATTR_P): Define.
7322         (ARM_NAME_ENCODING_LENGTHS): Define.
7323         (STRIP_NAME_ENCODING): Define.
7324         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
7325         (ARM_ENCODE_CALL_TYPE): Define.
7326         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
7327         (ARM_DECLARE_FUNCTION_SIZE): Define.
7328         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
7329
7330         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
7331         if a long call is needed.
7332         (call_value): Ditto.
7333         (call_symbol): Ditto.
7334
7335         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
7336         ARM_DECLARE_FUNCTION_SIZE.
7337
7338         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
7339         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
7340         (ARM_STRIP_NAME_ENCODING): Undefine.
7341         (STRIP_NAME_ENCODING): Undefine.
7342         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
7343         (ASM_DECLARE_FUNCTION_NAME): Ditto.
7344         (ASM_OUTPUT_COMMON): Ditto.
7345         (ASM_DECLARE_OBJECT_NAME): Ditto.
7346
7347         * config/arm/pe.c (arm_dllexport_name_p): Check for
7348         ARM_PE_FLAG_CHAR.
7349         (arm_dllimport_name_p): Ditto.
7350         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
7351         (arm_mark_dllimport): Ditto.
7352
7353 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7354
7355         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
7356
7357 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
7358
7359         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
7360
7361 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
7362
7363         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
7364         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
7365         NO_BUILTIN_WCHAR_TYPE is not defined.
7366         (CPP_WCHAR_TYPE): Delete.
7367         * cccp.c (main): Don't change wchar_type if cplusplus.
7368         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
7369
7370 2000-02-28  Nick Clifton  <nickc@cygnus.com>
7371
7372         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
7373
7374 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
7375
7376         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
7377         (ASM_WEAKEN_LABEL): Define.
7378
7379 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
7380
7381         * expr.c (store_constructor): Do not emit USE.
7382         * rtl.h (stupid_life_analysis): Remove.
7383
7384 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7385
7386         * function.c (number_blocks): Reset next_block_index based on
7387         what debugging format is used, not what is defined.
7388
7389         * lcm.c: Minor reformatting throughout.
7390         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
7391
7392         * toplev.c (rest_of_compilation): Account for time in
7393         optimize_mode_switching.
7394
7395         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
7396         if only marking labels.
7397
7398 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
7399
7400         * calls.c (expand_call): Attempt to combine stack adjustments with
7401         pending stack adjustments.
7402
7403 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7404
7405         * loop.c (reg_in_basic_block_p): Don't abort when falling through
7406         to the end of the function.
7407
7408 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
7409
7410         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
7411         blocks.
7412         * final.c (next_block_index): Remove.
7413         (max_block_depth): Likewise.
7414         (pending_blocks): Likewise.
7415         (init_final): Don't initialize them.
7416         (final_start_function): Don't set next_block_index.  Set up
7417         BLOCK_NUMBER.
7418         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
7419         * function.h (number_blocks): New function.
7420         * function.c (get_block_vector): New function.
7421         (identify_blocks): Use it.
7422         (reorder_blocks): Set NOTE_BLOCK.
7423         (number_blocks): New function.
7424         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
7425         * tree.h (BLOCK_NUMBER): New macro.
7426         (tree_block): Add block_num field.
7427         * dbxout.c (next_block_number): Remove.
7428         (dbxout_init): Don't set it.
7429         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
7430         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
7431         block numbers.
7432         * toplev.c (rest_of_compilation): Always call
7433         find_loop_tree_blocks.  Fix indentation.
7434         * dwarf2out.c (next_block_number): Remove.
7435         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
7436         to determine block numbers.
7437         (gen_inlined_subroutine_die): Likewise.
7438         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
7439         (decls_for_scope): Don't increment next_block_number.
7440         * dwarfout.c (next_block_number): Remove.
7441         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
7442         to determine block numbers.
7443         (output_inlined_subroutine_die): Likewise.
7444         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
7445         (output_decls_for_scope): Don't increment next_block_number.
7446         * sdbout.c (next_block_number): Remove.
7447         (sdbout_block): Use BLOCK_NUMBER.
7448         (sdbout_begin_block): Simplify.
7449         * xcoffout.c (next_block_number): Remove.
7450         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
7451         (xcoffout_begin_block): Don't set next_block_number.
7452         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
7453         next_block_number.
7454
7455 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7456
7457         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
7458         (expand_builtin_strcpy): Pass correct type to size_binop.
7459         (expand_builtin_strcmp): Likewise.
7460         Clean up conditional structure.
7461         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
7462         (complete_array_type): Don't use size_binop for MAXINDEX.
7463         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
7464         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
7465         (c_alignof): Use size_one_node.
7466         (build_unary_op): Pass arg of proper type to size_binop.
7467         (really_start_incremental_init, push_init_level): Use sizetype for
7468         constructor{,_bit,_unfilled}_index.
7469         (pop_init_label, output_init_element): Likewise.
7470         (output_pending_init_elements, process_init_element): Likewise.
7471         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
7472         * expr.c (store_expr): Use size_int.
7473         (store_constructor): Use proper types for size_binop args.
7474         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
7475         (expand_expr_unaligned): Likewise.
7476         (string_contant): Return object of sizetype.
7477         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
7478         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
7479         (ARGS_SIZE_TREE): Pass proper types to size_binop.
7480         * fold-const.c (int_const_binop): Refine when size_int is called.
7481         (fold_convert): Likewise.
7482         (size_int_wide): Rework to take KIND as arg, only take low order
7483         bits, handle new sizetype_tab datatype, and chain entries in
7484         size_table.
7485         (size_int_type_wide): New function.
7486         (size_binop): Validate types of arguments.
7487         (ssize_binop): Deleted.
7488         (size_diffop): New function.
7489         (extract_muldiv): Only fold division into multiplication for sizetypes.
7490         * function.c (assign_parms): Use size_diffop and make sure
7491         VAR field is of ssizetype; also pass proper type to size_binop.
7492         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
7493         (round_down): Deleted from here.
7494         * store-layout.c (sizetype_tab): Now an array.
7495         (sizetype_set, early_root_list): New variables.
7496         (variable_size): Use size_one_node.
7497         (round_up): Pass proper type to size_binop.
7498         (round_down): Moved to here and corrected as above.
7499         (layout_record): Pass proper arg types to size_binop.
7500         (layout_type): Likewise.
7501         If sizetype_set is zero, record the type just laid out.
7502         (make_unsigned_type): Don't call set_sizetype;
7503         (make_signed_type): Likewise; also, call fixup_signed_type.
7504         (initialize_sizetypes): New function.
7505         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
7506         set name of bitsizetype to "bit_size_type".
7507         Fix up type of sizes of all types made before call.
7508         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
7509         * tree.c (fix_sizetype): Deleted.
7510         (build_common_tree_nodes): Call initialize_sizetypes.
7511         (build_common_tree_nodes_2): Don't call fix_sizetype.
7512         * tree.h (TYPE_IS_SIZETYPE): New macro.
7513         (initialize_sizetype): New declaration.
7514         (enum size_type_kind): New type.
7515         (struct sizetype_tab): Deleted.
7516         (sizetype_tab): Now array; adjust sizetype macros.
7517         (size_diffop, size_int_type_wide): New functions.
7518         (size_int_wide): Change number of args and type; access macros changed.
7519         (ssize_int, sbitsize_int): New macros.
7520         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
7521         (ROUND_TYPE_SIZE_UNIT): New macro.
7522
7523 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
7524
7525         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
7526
7527 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7528
7529         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
7530         Mark as possibly unused.
7531
7532         * cse.c (cse_insn): Delete dead code involving tablejump.
7533         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
7534
7535         * Makefile.in (libcpp.a): Start by deleting it.
7536
7537 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7538
7539         * cpplib.h (enum file_change_code): Added rename_file.
7540         * cpplib.c (do_line): If a filename is given, set file_change to
7541         rename_file.
7542         (output_line_command): If file_change is rename_file, always
7543         output a # directive with the file name.
7544
7545         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
7546
7547 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
7548
7549         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
7550         when copying a PARM_DECL or RESULT_DECL.
7551
7552 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7553
7554         * fix-header.c (recognized_function): Also fix prototypes for
7555         functions taking "void".
7556
7557 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7558
7559         * reload1.c (do_output_reload): Check reg_reloaded_valid before
7560         looking at reg_reloaded_contents.
7561
7562 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
7563
7564         * Makefile.in (STMP_FIXINC): New toggle.
7565         (LIBGCC2_DEPS): Delete all references.
7566         (stmp-headers): Delete target.  All references either deleted
7567         or changed to stmp-int-headers.
7568         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
7569         (LIBCPP_OBJS): Take out cppalloc.o.
7570         (cppalloc.o): Delete target.
7571         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
7572         (gen-protos, fix-header): Link with libiberty.a.
7573         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
7574         to empty.
7575
7576         * configure.in: Remove refs to strerror.
7577         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
7578         * system.h: Take out strerror stanza.
7579
7580         * cpperror.c (my_strerror): Delete function.
7581         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
7582         * cppmain.c (main): Call xmalloc_set_program_name first thing.
7583         * cppalloc.c: Delete file.
7584         * gen-protos.c: Don't provide xrealloc.
7585
7586         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
7587         xstrerror throughout.
7588
7589 2000-02-26  Bruce Korb  <bkorb@gnu.org>
7590
7591         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
7592         match for DOS headers, too.
7593         * fixinc/inclhack.sh,fixincl.x: Regenerate.
7594
7595 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7596
7597         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
7598         is right for most ELF targets.
7599         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
7600         Let the default file use %U properly.
7601         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
7602         default.
7603
7604         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
7605         numbers.
7606
7607 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7608
7609         * toplev.c (documented_lang_options): Correct spelling error.
7610         (decode_d_option, decode_f_option, main): Likewise.
7611
7612         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
7613
7614         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
7615         to tell assembler it is permitted to expand large constants.
7616
7617 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
7618
7619         * protoize.c: (AUX_INFO_SUFFIX): New macro.
7620         (aux_info_suffix): Use.
7621         (SAVE_SUFFIX): New macro.
7622         (save_suffix): Use.
7623         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
7624         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
7625         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
7626
7627         * invoke.texi (Running Protoize): Update documentation.
7628
7629 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
7630
7631         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
7632
7633 2000-02-25  John Wehle  (john@feith.com)
7634
7635         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
7636
7637 2000-02-25  Anthony Green  <green@cygnus.com>
7638
7639         * toplev.c (rest_of_compilation): Rebuild jump labels if
7640         combine_instructions has created a new direct jump.
7641         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
7642         when appropriate.
7643         (combine_instructions): Call try_combine with new argument.
7644         Return non-null value when new direct jump instruction is created.
7645         * rtl.h: combine_instructions returns an int.
7646
7647 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
7648
7649         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
7650         jump when changing a computed jump into a jump to a known
7651         target.
7652
7653 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
7654
7655         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
7656         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
7657
7658         * i386.md (define_expand "clrstrsi"): Fix typo.
7659
7660 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
7661
7662         * rtl.texi: Fix typo.
7663
7664 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7665
7666         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
7667         UNITS_PER_WORD.  Change caller initial_elimination_offset.
7668         (rounded_frame_size): Take into account that argument pushed has
7669         changed.  Fix TARGET_ALIGN_DOUBLE problem.
7670
7671 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
7672
7673         * haifa-sched.c (schedule_block): Explain the real reason
7674         we delete REG_SAVE_NOTEs on the first insn of a block.
7675         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
7676
7677 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
7678
7679         * input.h (push_srcloc): New function.
7680         (pop_srcloc): Likewise.
7681         * toplev.c (push_srcloc): Define it.
7682         (pop_srcloc): Likewise.
7683
7684 2000-02-24  Richard Henderson  <rth@cygnus.com>
7685
7686         * flow.c (life_analysis): When collecting reg info, clear
7687         regs_ever_live.
7688
7689 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7690
7691         Fix bug exposed by reload.c no longer rounding the frame
7692         size to BIGGEST_ALIGNMENT:
7693         * sh.c (rounded_frame_size): New function.
7694         (sh_expand_prologue, sh_expand_epilogue): Use it.
7695         (initial_elimination_offset): Likewise.
7696
7697 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7698
7699         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
7700         * sh-protos.h (sh_need_epilogue): Declare.
7701         * sh.c (sh_need_epilogue_known): New static variable.
7702         (sh_need_epilogue): New function.
7703         (function_epilogue): Clear need_epilogue_known.
7704         * sh.md (return): Split into expander / insn pattern.
7705         Make the expander conditional on ! sh_need_epilogue ().
7706
7707 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
7708
7709         * machmode.h (get_mode_alignment): Declare.
7710         (GET_MODE_ALIGNMENT): Call it.
7711         * stor-layout.c (get_mode_alignment): New function. Make
7712         sure alignment is always power of 2.
7713
7714 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7715
7716         * i386.h: Remove useless definition of "I386" and misleading
7717         comment above it.
7718
7719 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7720
7721         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
7722         under which TREE_PERMANENT will be set.
7723         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
7724         build1): Use TREE_SET_PERMANENT.
7725         * print-tree.c (print_node): Don't report value of
7726         TREE_PERMANENT if ggc_p is true.
7727
7728         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
7729         decide whether to give a type a new alias set.
7730         * objc/objc-act.c (build_objc_string_object): Never copy the string.
7731         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
7732         of value of 'obstack'.
7733
7734
7735 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7736
7737         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
7738
7739 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7740
7741         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
7742         * cpplib.c (cpp_get_token): Produce them.
7743         * cppexp.c (cpp_lex): Handle them.
7744
7745 2000-02-23  Nick Clifton  <nickc@cygnus.com>
7746
7747         * config/arm/arm.c (arm_comp_type_attributes): Simply and
7748         comment tests on type attributes.
7749
7750 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7751
7752         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
7753         conform to documentation.
7754         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
7755         to check for special cases.
7756         * sh-protos.h (sh_loop_align): Declare.
7757         * sh.c (sh_loop_align): Define.
7758
7759 2000-02-22  Andrew Haley  <aph@cygnus.com>
7760
7761         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
7762         (SIZE_TYPE): Is 32 bits when using -mgp32.
7763         (PTRDIFF_TYPE): Ditto.
7764
7765 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7766
7767         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
7768
7769 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7770
7771         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
7772         BIGGEST_FIELD_ALIGNMENT a constant.
7773
7774 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
7775
7776         * dwarf2out.c (output_line_info): Put the marker for the end of
7777         the line number info at the actual end.
7778         (gen_struct_or_union_type_die): Use decl_function_context
7779         to check for local classes.
7780         * dwarfout.c (output_type): Likewise.
7781
7782 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
7783
7784         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
7785         for arguments with a mode, but no type.
7786         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
7787         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
7788         * pa/long_double.h: New file.
7789         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
7790         both have 128bit wide long doubles.
7791         * configure: Rebuilt.
7792
7793 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7794
7795         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
7796
7797         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
7798         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
7799         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
7800
7801         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
7802
7803         * integrate.c (compare_blocks, find_block): Likewise.
7804
7805         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
7806
7807         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
7808
7809         * stmt.c (stmt_status, set_file_and_line_for_stmt,
7810         expand_asm_operands): Likewise.
7811
7812 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
7813
7814         * predict.c (estimate_probability): Added the pointer heuristic to
7815         the collection of static branch predictors.
7816
7817 2000-02-21  Catherine Moore  <clm@cygnus.com>
7818
7819         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
7820         * invoke.texi (-mfix7000): Document.
7821
7822 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
7823
7824         * diagnostic.c (init_output_buffer): Make it possible to output at
7825         least 32 characters if we're given a too long prefix.
7826
7827 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
7828
7829         * varasm.c (initializer_constant_valid_p): Call
7830         lang_expand_constant to simplify the constant.
7831
7832 2000-02-20  Bruce Korb  <bkorb@gnu.org>
7833
7834         * fixinc/inclhack.def(stdio_va_list):
7835         typedef needs to be disabled.
7836         * fixinc/inclhack.sh: regen
7837         * fixinc/fixincl.x: regen
7838
7839 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
7840
7841         * print-rtl.c (print_rtx): Don't print addresses when
7842         flag_dump_unnumbered.
7843
7844 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7845
7846         * sparc.c (sparc_output_scratch_registers): Mark parameter with
7847         ATTRIBUTE_UNUSED.
7848         (sparc_va_arg, sparc_flat_output_function_prologue,
7849         sparc_flat_output_function_epilogue): Cast value to unsigned in
7850         comparison.
7851         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
7852
7853         * sparc.md: Add default case in switch.
7854
7855 2000-02-19  Richard Henderson  <rth@cygnus.com>
7856
7857         * c-typeck.c (add_pending_init): Don't abort for multiple
7858         fields at the same offset.
7859         (pending_init_member): Test the correct member.
7860
7861 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7862
7863         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
7864         instead of SImode.
7865         (start_catch_handler) : Same.
7866
7867 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
7868
7869         * Makefile.in: Have flow.o depend on $(EXPR_H)
7870
7871 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7872
7873         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
7874         * c-decl.c (duplicate_decls, finish_enum): Likewise.
7875         (finish_decl): Remove -Wlarger-than code from here.
7876         * flags.h (id_clash_len): Now int.
7877         (larger_than_size): Now HOST_WIDE_INT.
7878         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
7879         Clean up checking to see if in table.
7880         (make_bit_field_ref): Remove extra parm to bitsize_int.
7881         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
7882         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
7883         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
7884         and for computing size of decl.
7885         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
7886         Move -Wlarger-than code to here.
7887         (layout_record): Remove extra arg to bitsize_int.
7888         Set TYPE_BINFO_SIZE_UNIT.
7889         (layout_union): Remove extra arg to bitsize_int.
7890         Use proper type for size of QUAL_UNION.
7891         (layout_type): Remove extra arg to bitsize_int.
7892         * toplev.c (id_clash_len): Now int.
7893         (larger_than_size): Now HOST_WIDE_INT.
7894         (decode_W_option): Clean up id-clash and larger-than- cases.
7895         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
7896         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
7897         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
7898         (struct tree_decl): New field size_unit.
7899         (size_int_wide): No HIGH operand; NUMBER is now signed.
7900         (size_int_2): Deleted.
7901         (size_int, bitsize_int): Don't use it and rework args.
7902         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
7903
7904 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
7905
7906         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
7907
7908 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
7909
7910         * invoke.texi (Warning Options): Add an explanation of why
7911         you might want the -Wfloat-equal flag.
7912
7913 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7914
7915         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
7916         * cppinit.c (new_pending_define): Add cast to avoid warning.
7917         * expmed.c (extract_bit_field): Likewise.
7918         * flow.c (enum reorder_skip_type): New type.
7919         (skip_insns_between_blcok): New it.
7920         Rework to avoid warning about possibly undefined variable.
7921         * function.c (assign_parms): Make thisparm_boundary unsigned.
7922         * genrecog.c (write_switch): Cast XWINT result to int.
7923         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
7924         * mips-tfile.c (init_file): Make two versions of FDR intializer:
7925         one for MIPS and one for Alpha.
7926         (get_tag, copy_object): Add casts to avoid warnings.
7927         * optabs.c (init_one_libfunc): Cast NAME to (char *).
7928         * reload.c (find_reloads): Make TYPE enum reload_type.
7929         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
7930         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
7931         * varasm.c (compare_constant_1): Add cast to avoid warning.
7932         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
7933         to (char *).
7934         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
7935         Cast switch operand of size to int.
7936         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
7937         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
7938         in unhandled case.
7939
7940 2000-02-18  Nick Clifton  <nickc@cygnus.com>
7941
7942         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
7943         anything for an alignment of zero.
7944
7945         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
7946         anything for an alignment of zero.
7947
7948 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7949
7950         * gcc.texi (Bug Reporting): Refer to bugs.html.
7951         (Bug Lists): Likewise.
7952         * system.h (GCCBUGURL): New preprocessor define.
7953         * rtl.c (fancy_abort): Use it.
7954         * gcc.c (main): Likewise.
7955
7956 2000-02-18  Richard Henderson  <rth@cygnus.com>
7957
7958         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
7959         (life_analysis_1): Subsume into ...
7960         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
7961         Use update_life_info for the relaxation.
7962         (update_life_info): Update REG_BASIC_BLOCK for registers live on
7963         entry and regs_live_at_setjmp.
7964         (set_noop_p): Simplify.
7965         (notice_stack_pointer_modification_1): Renamed from s/_1//.
7966         (record_volatile_insns): Split into ...
7967         (delete_noop_moves): ... here,
7968         (notice_stack_pointer_modification): ... here,
7969         (insn_dead_p): ... and here.
7970         (propagate_block): Don't query INSN_VOLATILE.
7971         (mark_used_regs): Mind !PROP_REG_INFO.
7972         * toplev.c (rest_of_compilation): Call mark_constant_function here,
7973         not in life_analysis.
7974
7975 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
7976
7977         * loop.c (canonicalize_condition): New function,
7978         broken out of get_condition.
7979         (get_condition): Use it.
7980         * expr.h (canonicalize_condition): Prototype it.
7981
7982         * tree.h (tree_int_cst_msb): Declare.
7983         * tree.c (tree_int_cst_msb): New function.
7984
7985 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
7986
7987         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
7988         isn't set.
7989
7990         * invoke.texi (-fmessage-length=n): Document.
7991
7992 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
7993
7994         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
7995
7996 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
7997
7998         * function.c (thread_prologue_and_epilogue_insns): Put a line note
7999         after the prologue.
8000
8001 2000-02-17  Nick Clifton  <nickc@cygnus.com>
8002
8003         * config/arm/thumb.c: Replace includes of system headers with
8004         #include "system.h".
8005
8006 2000-02-16  Richard Henderson  <rth@cygnus.com>
8007
8008         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
8009         Add crtbeginS.o and crtendS.o.
8010         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
8011         (ENDFILE_SPEC): Use crtendS.o.
8012         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
8013
8014         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
8015         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
8016         shared and present.
8017         (__dso_handle): New variable.
8018         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
8019         bias to __CTOR_END__.
8020
8021 2000-02-16  Richard Henderson  <rth@cygnus.com>
8022
8023         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
8024
8025 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8026
8027         * longlong.h (__clz_tab): Declare as static to match definition.
8028
8029 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
8030         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
8031         (XREF_FILE_NAME): Define.
8032
8033         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
8034         (EH_FRAME_SECTION_ASM_OP): Define.
8035         (IDENT_ASM_OP): Define.
8036         (TEXT_SECTION_ASM_OP): Define.
8037         (CPP_SPEC): Define.
8038         (CTORS_SECTION_ASM_OP): Define.
8039         (CTOR_SECTION_FUNCTION): Use it.
8040         (DTORS_SECTION_ASM_OP): Define.
8041         (DTOR_SECTION_FUNCTION): Use it.
8042
8043 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
8044
8045         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
8046         NOTE_BASIC_BLOCK.
8047
8048         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
8049         debug_bb_n): New functions.
8050         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
8051         * basic-block.h: Prototype new functions.
8052
8053 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
8054
8055         * configure.in: Add support for avr target.
8056         * configure: Rebuilt.
8057
8058         * invoke.texi: Add AVR invocation docs.
8059         * install.texi: Add information about AVR.
8060         * md.texi: Add AVR constraint letters description.
8061         * extend.texi: Add description for AVR specific attributes.
8062
8063 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
8064
8065         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
8066
8067 2000-02-16  Nick Clifton  <nickc@cygnus.com>
8068
8069         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
8070         (make_insn_raw): Move RTL check here.
8071
8072 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8073
8074         * version.c: Include gansidecl.h and version.h.
8075
8076         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
8077
8078         * configure.in (gcc_version): When setting, narrow search to
8079         lines containing `version_string'.
8080
8081         * Makefile.in (mainversion): Likewise.
8082         (GCC_H): New variable.
8083         (gcc.h): Delete target.
8084         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
8085         (version.o): Depend on version.h.
8086         (dbxout.o): Don't depend on gcc.h.
8087
8088 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8089                           Michael Meissner  <meissner@cygnus.com>
8090
8091         * md.texi (Simple Constraints): Add item about whitespace.
8092         * genoutput.c (strip_whitespace): New.
8093         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
8094         strip_whitespace for constraints.
8095         Test pointer using NULL, not 0.
8096
8097 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8098
8099         * cpplib.c (do_line): Pedwarn for #line > 32767.
8100
8101         * c-lex.c (readescape): Warn about '\x', but do not reject it.
8102
8103 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
8104
8105         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
8106         to default cpp spec.
8107         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
8108         * cpp.texi: Document __GNUC_PATCHLEVEL__.
8109         * cpp.1: Likewise.
8110
8111         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
8112         default spec.
8113
8114 2000-02-15  Denis Chertykov  <denisc@overta.ru>
8115
8116         * configure.in: Add support for avr target.
8117
8118 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8119
8120         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
8121         (sh_addr_diff_vec_mode): Don't declare.
8122         * sh.c (sh_addr_diff_vec_mode): Delete.
8123
8124 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8125
8126         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
8127
8128 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8129
8130         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
8131         (smulsi3_highpart_i): Name.
8132         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
8133         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
8134         (smulsi3_highpart, umulsi3_highpart): Likewise.
8135
8136         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
8137         correctly independent of endianness.
8138         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
8139         confuse the optimizers.
8140         (mulsidi3+1, umulsidi3+1): New define_split.
8141
8142 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
8143
8144         * config/sh/sh.md: Guard insn splits against illegal registers.
8145         * config/sh/sh.h: Correct comment about macros.
8146
8147 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8148                           Andrew MacLeod  <amacleod@cygnus.com>
8149
8150         * Makefile.in (lcm.o): Depend on insn-attr.h.
8151         * basic-block.h (optimize_mode_switching): Declare.
8152         * lcm.c (tm_p.h, insn-attr.h): #include.
8153         (seginfo, bb_info): New structs.
8154         (antic, transp, comp, delete, insert) : New file-scope static variables.
8155         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
8156         (reg_becomes_live, optimize_mode_switching): Likewise.
8157         * tm.texi: Add description of mode switching macros.
8158         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
8159
8160         * sh-protos.h (remove_dead_before_cse): Remove prototype.
8161         (fldi_ok, fpscr_set_from_mem): New prototypes.
8162         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
8163         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
8164         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
8165         (sh_flag_remove_dead_before_cse): Remove declaration.
8166         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
8167         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
8168         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
8169         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
8170         (barrier_align): Allow for JUMP_INSNS containing a parallel.
8171         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
8172         (fldi_ok): New function.
8173         (get_fpscr_rtx): Add fpscr_rtx as GC root.
8174         (emit_sf_insn): Only generate fpu switches when optimize < 1.
8175         (emit_df_insn): Likewise.
8176         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
8177         (sh_flag_remove_dead_before_cse): Delete.
8178         (get_free_reg, fpscr_set_from_mem): New functions.
8179         * sh.md (movdf, movsf): Remove no_new_pseudos code.
8180         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
8181
8182 2000-02-15  Loren Rittle  <ljrittle@acm.org>
8183
8184         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
8185
8186 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8187
8188         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
8189         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
8190
8191         * cccp.c: Include version.h and/or don't declare `version_string'.
8192         * collect2.c: Likewise.
8193         * alpha.c: Likewise.
8194         * arm/aof.h: Likewise.
8195         * arm/coff.h: Likewise.
8196         * arm/elf.h: Likewise.
8197         * arm/pe.h: Likewise.
8198         * arm/tcoff.h: Likewise.
8199         * arm/telf.h: Likewise.
8200         * arm/tpe.h: Likewise.
8201         * arm/vxarm.h: Likewise.
8202         * convex/convex.c: Likewise.
8203         * i386/dgux.c: Likewise.
8204         * i386/sun386.h: Likewise.
8205         * m88k/m88k.c: Likewise.
8206         * mcore/mcore-pe.h: Likewise.
8207         * mips/mips.h: Likewise.
8208         * romp/romp.h: Likewise.
8209         * sh/sh.c: Likewise.
8210         * cpphash.c: Likewise.
8211         * cppinit.c: Likewise.
8212         * dwarf2out.c: Likewise.
8213         * dwarfout.c: Likewise.
8214         * gcc.c: Likewise.
8215         * gcc.h: Likewise.
8216         * mips-tfile.c: Likewise.
8217         * protoize.c: Likewise.
8218         * toplev.c: Likewise.
8219         * tree.h: Likewise.
8220
8221         * version.c (version_string): Constify a char*.
8222
8223         * version.h: New file.
8224
8225 2000-02-14  Nick Clifton  <nickc@cygnus.com>
8226
8227         * configure.in: Add mcore-elf and mcore-pe targets.
8228         * configure: Regenerate.
8229
8230         * NEWS: Add note that MCore port has been contributed.
8231
8232         * invoke.texi: Document command line switches for MCore port.
8233         * install.texi: Add MCore to list of supported targets.
8234
8235 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
8236
8237         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
8238         then we will need to import the frame handling functions.
8239         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
8240         to import the frames themselves.
8241
8242 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
8243                           Jason Eckhardt  <jle@cygnus.com>
8244
8245         * basic_block.h: Added prototype for reorder_basic_blocks.
8246         * toplev.c: Changes to add -freorder-blocks and graph dump after
8247         block reordering is done.
8248         * flow.c (reorder_block_def): New structure for use during block
8249         reordering.
8250         (REORDER_BLOCK_*): New macros to access members of above structure.
8251         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
8252         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
8253         functions for block reordering.
8254
8255 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8256
8257         * gcc.texi (Passes): Fix typo.
8258         * md.texi (Standard Names): Ditto.
8259         * tm.texi (Storage Layout): Ditto.
8260
8261 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
8262
8263         * cpplib.c (do_define): Only free the old definition if it
8264         actually had one.
8265
8266 2000-02-13   Neil Booth  <NeilB@earthling.net>
8267
8268         * cppfiles.c (read_and_prescan): When emitting deferred
8269         newlines, test speccase[] again instead of checking each
8270         possible whitespace character in turn.  When we encounter \r,
8271         look behind for \n first, then ahead.
8272
8273 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
8274
8275         * cse.c (cse_altered): New internal flag.
8276         (cse_insn): Set it if we changed an insn.
8277         (cse_main): Clear cse_altered before each basic block.
8278         Only garbage collect if cse_altered is true afterward.
8279
8280 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8281
8282         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
8283
8284 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
8285
8286         * combine.c (simplify_comparison): Fix typo.
8287
8288 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
8289
8290         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
8291         consistently.
8292
8293 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8294
8295         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
8296         previously inserted node instead of root node.  Caller changed.
8297
8298 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8299
8300         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
8301
8302 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8303
8304         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
8305         __dereg_frame_dtor): Add prototype argument.
8306
8307         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
8308
8309         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
8310
8311         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
8312
8313         * gthr-vxworks.h (__gthread_once): Likewise.
8314
8315         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
8316
8317 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
8318
8319         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
8320         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
8321         stack pointer in functions w/o saved registers, output LEAVE more often
8322         on TARGET_USE_LEAVE machines.
8323
8324 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
8325
8326         * config/arm/arm.c (arm_init_cumulative_args); New function:
8327         Initlaise the CUMULATIE_ARGS strcuture for a function
8328         defintion.
8329         (arm_function_arg): New function: Determine where to place a
8330         function's argument.  Also handles deciding the function's
8331         call cookie.
8332         (current_file_function_operand): New function: Return true if
8333         the symbol is a function which has already been compiled.
8334         (arm_is_long_call_p): New function: Return true if the
8335         indicated function should be called via a long call.
8336         (arm_valid_type_attribute_p): New function: Return true if the
8337         attribute is a valid, arm specific, attribute.
8338         (arm_comp_type_attribute): New function: Return true if the
8339         two types have compatable, arm specific, attributes.
8340
8341         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
8342         structure.
8343         (FUNCTION_ARG): Redefine to call arm_function_arg.
8344         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
8345         structure field.
8346         (INIT_CUMULATIVE_ARGS): Redefine to call
8347         arm_init_cumulative_args.
8348         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
8349         field.
8350         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
8351         field.
8352         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
8353         functions.
8354         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
8355         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
8356         (COMP_TYPE_ATTRIBUTES): Define.
8357
8358         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
8359         if a long call is needed.
8360         (call_value): Call arm_is_long_call_p to decide if a long call
8361         is needed.
8362         (call_symbol): Call arm_is_long_call_p to decide if a long call
8363         is needed.
8364
8365         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
8366
8367 2000-02-11  Denis Chertykov  <denisc@overta.ru>
8368
8369         * README.AVR: New file with information about the avr ports.
8370         * config/avr: New directory with avr port files.
8371
8372 2000-02-11  Andreas Jaeger  <aj@suse.de>
8373
8374         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
8375
8376 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
8377
8378         * cpphash.c: Fix formatting, update commentary.
8379         (dump_definition): Take three separate arguments instead of a
8380         MACRODEF structure argument.
8381         * cpphash.h: Update prototype of dump_definition.
8382         * cppinit.c (cpp_finish): Update call of dump_definition.
8383
8384         * cpplib.c (do_define): Always create new hash entry with
8385         T_MACRO type.  Remove redundant check for redefinition of
8386         poisoned identifier.  Update call of dump_definition.
8387         (do_undef): Don't call check_macro_name.  Rename sym_length to
8388         len.
8389         (do_error, do_warning): Don't use copy_rest_of_line or
8390         SKIP_WHITE_SPACE.
8391         (do_warning): Don't use pedwarn for the actual warning,
8392         only the notice about its not being in the standard.  (Fixes
8393         bug with #warning in system headers.)
8394         (do_ident): Stricter argument checking - accept only a single
8395         string after #ident.  Also, macro-expand the line.
8396         (do_xifdef): Use cpp_defined.  De-obfuscate.
8397
8398         (do_pragma): Split out specific pragma handling to separate
8399         functions.  Use get_directive_token.  Update commentary.  Do
8400         not pass on #pragma once or #pragma poison to the front end.
8401         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
8402         do_pragma_default): New.
8403
8404 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
8405
8406         * jump.c (jump_optimize_1): The first operand in a relational
8407         can be a CONST_INT.
8408         * optabs.c (emit_conditional_move): Handle relationals which
8409         have a known true/false result.
8410
8411 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8412
8413         * function.c (thread_prologue_and_epilogue_insns): Don't insert
8414         a RETURN insn into a block which already ends with a jump.
8415
8416 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8417
8418         * haifa-sched.c (BUF_LEN): Increase a lot.
8419
8420 2000-02-11  Nick Clifton  <nickc@cygnus.com>
8421
8422         * configure.in: Add tm_p_file specification for thumb targets.
8423         * configure: Regenerate.
8424
8425         * config/arm/thumb-protos.h: New file: Prototypes for exported
8426         functions defined in thumb.c.
8427
8428 2000-02-11  Robert Lipe  <robertl@sco.com>
8429
8430         * Makefile.in (bootstrap-lean): Remove additional files.
8431         (bootstrap2-lean): Likewise.
8432         (VOL_FILES): List of files for above.
8433
8434 2000-02-11  Nathan Sidwell  <nathan@acm.org>
8435
8436         * cpphash.c (special_symbol): Remove spurious argument to
8437         cpp_lookup.
8438
8439 2000-02-11  Joel Sherrill (joel@OARcorp.com>
8440
8441         * configure.in: (i*86-*-rtems*): Swapped elf and coff
8442         stanzas.
8443         * configure: Rebuilt.
8444
8445 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
8446
8447         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
8448
8449 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
8450
8451         * pa.c, pa.h: Remove trigraph sequences within comments.
8452
8453 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
8454
8455         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
8456
8457 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
8458
8459         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
8460
8461 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8462
8463         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
8464
8465 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8466
8467         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
8468         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
8469         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
8470         (ASM_FILE_END): Use c4x_file_end.
8471         * config/c4x/c4x.c (c4x_global_label): New function.
8472         (c4x_external_ref, c4x_file_end): Likewise.
8473
8474         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
8475         (c4x_external_ref, c4x_end_file): Likewise.
8476
8477 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
8478
8479         * cppexp.c: Don't include cpphash.h.
8480         (parse_charconst, cpp_lex): Use cpp_defined.
8481         (cpp_lex): Use get_directive_token throughout.  Remove
8482         unnecessary cases from switch.  Move assertion-handling code
8483         down to OTHER case.
8484         (cpp_parse_expr): If we see '+' or '-', check the context to
8485         determine if they are unary or binary operators.  Streamline
8486         the jumps a bit.  Do not call skip_rest_of_line.
8487
8488         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
8489         static.  Export get_directive_token.  Update commentary.
8490         (cpp_defined): New function.
8491         (do_define): Remove reference to T_PCSTRING.  Call
8492         free_definition to release memory for old definition, when
8493         redefining a macro.
8494         (eval_if_expression): Set only_seen_white to 0 before calling
8495         cpp_parse_expr.  Call skip_rest_of_line after it returns.
8496         (cpp_read_check_assertion): Don't preserve a pointer into the
8497         token buffer across a call to cpp_get_token.
8498
8499         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
8500         * cppfiles.c (redundant_include_p): Use cpp_defined.
8501         * cpphash.c (free_definition): New function.
8502         (delete_macro): Use it.  Update commentary.
8503         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
8504         free_definition.
8505         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
8506         from enum node_type.  Prototype cpp_defined and get_directive_token.
8507         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
8508
8509         * fix-header.c (check_macro_names): Use cpp_defined.
8510         (read_scan_file): Set inhibit_warnings and inhibit_errors in
8511         the options structure.
8512
8513 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8514
8515         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
8516
8517 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
8518
8519         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
8520         rather than die->die_tag.
8521
8522 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8523
8524         * combine.c (make_extraction, force_to_mode): Avoid warning on
8525         mixed-signedness conditionals.
8526         (make_field_assignment, nonzero_bits): Likewise.
8527         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
8528         (store_split_bit_field, extract_split_bit_field): Likewise.
8529         (extract_fixed_bit_field, store_bit_field,
8530         * expr.c: Change alignment to be unsigned everywhere.
8531         (move_by_pieces, store_constructor_field, store_constructor):
8532         Alignment parm is unsigned.
8533         (emit_block_move, emit_group_load, emit_group_store): Likewise.
8534         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8535         (do_compare_rtx_and_jump): Likewise.
8536         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
8537         Compare align with GET_MODE_ALIGNMENT.
8538         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
8539         (get_inner_reference): Likewise.
8540         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
8541         (expand_assignment): Local vars for alignment now unsigned.
8542         (store_constructor, store_field, expand_expr, do_jump): Likewise.
8543         (do_compare_and_jump): Likewise.
8544         (store_field): Call new function expr_align.
8545         * expr.h (emit_block_move, emit_group_load, emit_group_store):
8546         Alignment arg now unsigned.
8547         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8548         (do_compare_rtx_and_jump, store_bit_field): Likewise.
8549         (extract_bit_field): Likewise.
8550         * fold-const.c (add_double): Add cast to eliminate signedness warning.
8551         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
8552         (get_best_mode): Alignment arg is unsigned.
8553         * rtl.h (move_by_pieces): Likewise.
8554         * store-layout.c (maximum_field_alignment, set_alignment):
8555         Now unsigned.
8556         (layout_decl): Alignment arg is now unsigned.
8557         Remove unneeded casts.
8558         (layout_record, layout_union, layout_type): Remove unneeded casts.
8559         Local alignment variables now unsigned.
8560         (get_best_mode): Alignment arg now unsigned.
8561         * tree.c (expr_align): New function.
8562         * tree.h (expr_align): Likewise.
8563         (maximum_field_alignment, set_alignment): Now unsigned.
8564         (get_inner_reference): Alignment argument is now pointer to unsigned.
8565         * varasm.c (assemble_variable): Add cast to eliminate warning.
8566
8567 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
8568
8569         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
8570         then store directly into op0.
8571
8572         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
8573         the CALL_INSN, and emit the note immediately after it.
8574
8575 2000-02-10  Nick Clifton  <nickc@cygnus.com>
8576
8577         * config/arm/thumb.md (epilogue): Include a (return) in the
8578         generated insn, and emit it using emit_jump_insn not
8579         emit_insn.
8580
8581 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
8582
8583         * function.c (assign_temp): Change zero-sized arrays to size 1.
8584         * integrate.c (expand_inline_function): Do not update
8585         stack_alignment_needed
8586         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
8587         add some sanity checking, remove optimization for function with
8588         zero frame size.
8589
8590 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8591
8592         * flow.c (mark_regs_live_at_end): Delete unused variables.
8593
8594         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
8595
8596         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
8597         in macro FRAME_GROWS_DOWNWARD.
8598
8599         * stmt.c (expand_end_bindings): Delete unused variable.
8600
8601         * unroll.c (iteration_info): Mark parameter `loop' with
8602         ATTRIBUTE_UNUSED.
8603
8604 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8605
8606         * fixinc/server.c (load_data): Return NULL if the marker line is
8607         not found.
8608         (run_shell): If load_data returns NULL, retry the command once, in
8609         a new shell.
8610
8611         * configure: Rebuilt.
8612
8613 2000-02-09  Bruce Korb  <bkorb@gnu.org>
8614
8615         * gcc/fixincludes:  ** DELETED **
8616         * gcc/fixcpp:  ** DELETED **
8617         * gcc/fixinc-nt.sed:  ** DELETED **
8618         * gcc/just-fixinc:  ** DELETED **
8619         * gcc/Makefile.in:  Removed out-dated commentary
8620         * gcc/configure.in: Removed fast-fixincludes disablement.
8621         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
8622
8623 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8624         * function.c (thread_prologue_and_epilogue_insns): Uncomment
8625         last change.
8626
8627 2000-02-09  Richard Henderson  <rth@cygnus.com>
8628
8629         * jump.c (delete_insn): Don't delete user labels at -O0.
8630
8631 2000-02-09  Robert Lipe  <robertl@sco.com>
8632
8633         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
8634         Don't link with HOST_LIBS.
8635
8636 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8637
8638         * configure.in: Correct --help text for --with-dwarf2.
8639         Put tm-dwarf2.h after other tm files, if it's requested.
8640         * configure: Regenerate.
8641         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
8642         defining it.
8643
8644 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8645
8646         * cpplib.h: Provide HASHNODE typedef and forward decl of
8647         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
8648         DEFINITION, struct hashnode, struct macrodef, struct
8649         definition, scan_decls prototype, default defn of
8650         INCLUDE_LEN_FUDGE moved elsewhere.
8651
8652         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
8653         definition, and struct hashnode moved here. Remove the unused
8654         'predefined' field from struct definition.  Replace the 'args'
8655         union with its sole member.  All users updated (cpphash.c).
8656         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
8657         multiple include guard.
8658
8659         * cpphash.c (hashf): Make static; use better algorithm; drop
8660         HASHSIZE parameter; return an unsigned int.
8661         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
8662         used. Calculate HASHSIZE modulus here.
8663         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
8664         here.
8665         (create_definition): Drop PREDEFINITION parameter.
8666         * cpplib.c (do_define): Don't calculate a hash value here.
8667         Don't pass (keyword == NULL) to create_definition.
8668
8669         * scan.h: Prototype scan_decls here.
8670         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
8671         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
8672         callers of cpp_lookup and cpp_install updated.
8673
8674         * cpphash.c (macarg): Hoist all the flag diddling out of the
8675         function...
8676         (macroexpand): ... and out of the loop that calls macarg.
8677         Skip over the initial paren before macro arguments with
8678         cpp_get_non_space_token; point may be some distance before
8679         that paren.  Abort if it's not there.
8680
8681         * cpplib.c (parse_clear_mark): Delete function.
8682         (parse_set_mark, parse_goto_mark): Make static.
8683         (ACTIVE_MARK_P): New macro.
8684         (skip_block_comment, skip_line_comment): Do not bump the line
8685         if ACTIVE_MARK_P is true.
8686         (cpp_pop_buffer): The buffer to be popped may not have an
8687         active mark.
8688         (cpp_get_token): When looking for the initial paren before
8689         macro arguments, only set a mark in a file buffer, Always
8690         return to that mark before proceeding to call macroexpand or
8691         return a NAME token.
8692
8693         * cpplib.h: Remove prototypes of parse_set_mark,
8694         parse_clear_mark, parse_goto_mark.
8695         (struct cpp_options): Rename 'put_out_comments' to
8696         'discard_comments' and invert its sense.
8697         * cppinit.c, cpphash.c, cpplib.c: All users of
8698         put_out_comments changed to use discard_comments, with
8699         opposite sense.
8700
8701 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8702
8703         * function.c (thread_prologue_and_epilogue_insns): Don't delete
8704         the edge from a block that both jumps and falls through to the
8705         fallthru block.
8706
8707 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
8708
8709         * config/arm/arm.md (movsi): In PIC mode, make sure that a
8710         constant source address is legitimate.
8711
8712 2000-02-09  Philip Blundell  <pb@futuretv.com>
8713
8714         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
8715         correctly.
8716
8717         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
8718         generating PIC.
8719         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
8720
8721 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8722
8723         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
8724         ends with a newline and a NUL.  Don't be so clever manipulating
8725         strings.
8726
8727 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
8728
8729         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
8730         not to BIGGEST_ALIGNMENT.
8731
8732 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
8733
8734         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
8735         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
8736         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
8737         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
8738         * frame.c (execute_cfa_insn): Handle
8739         DW_CFA_GNU_negative_offset_extended.
8740
8741 2000-02-08  Richard Henderson  <rth@cygnus.com>
8742
8743         * flow.c (tidy_fallthru_edges): Split out from ...
8744         (delete_unreachable_blocks): ... here.
8745         (find_basic_blocks): Use it.
8746
8747 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8748
8749         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
8750
8751 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
8752
8753         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
8754         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
8755         (fix-header.o): Don't depend on cpphash.h.
8756
8757         * scan.c (hashstr): New function.
8758         * scan.h: Prototype it.
8759         * fix-header.c: Don't include cpphash.h.  Use hashstr.
8760         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
8761         hashstr.  Report hash table statistics.  Add private
8762         definition of xrealloc.
8763
8764 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8765
8766         * i386.h (TARGET_SWITCHES): Fix typo in option name.
8767
8768 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
8769
8770         * function.c (thread_prologue_and_epilogue_insns): Don't replace
8771         jumps with returns unless they are jumps to the fallthru block.
8772
8773 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
8774
8775         * i386.md (addqi3_cc): Fix contraints.
8776
8777 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8778
8779         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
8780
8781 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
8782
8783         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
8784         carriage return after a macro name.
8785
8786 2000-02-07  Fred Fish  <fnf@be.com>
8787
8788         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
8789         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
8790
8791 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
8792
8793         * cppfiles.c (deps_output): Count spacers in deps_column.
8794
8795 2000-02-07  Neil Booth  <NeilB@earthling.net>
8796
8797         * cppinit.c (initialize_dependency_output): If there is no
8798         suffix, don't try to look for known suffixes.  Use strrchr.
8799         (cpp_start_read): Remove duplicate initialization.
8800
8801 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
8802
8803         * calls.c (compute_argument_block_size): New argument
8804         preferred_stack_boundary.
8805         (expand_call): update cfun->preferred_stack_boundary, update call of
8806         compute_argument_block_size
8807         (emit_library_call): Increate cfun->preferred_stack_boundary
8808         to PREFERRED_STACK_BOUNDARY
8809         (emit_library_call_value): Likewise.
8810         * explow.c (allocate_dynamic_stack_spave): Likewise.
8811         * function.c (prepare_function_start): Set
8812         cfun->preferred_stack_boundary
8813         * function.h (struct function): Add preferred_stack_boundary field.
8814         * integrate.c (expand_inline_function): Update
8815         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
8816         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
8817         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
8818
8819 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
8820
8821         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
8822         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
8823         cpp_pedwarn, cpp_pedwarn_with_line,
8824         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
8825         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
8826         v_cpp_error_with_line, v_cpp_warning_with_line,
8827         cpp_message_from_errno, cpp_perror_with_name): Delete.
8828
8829         * cpperror.c (cpp_print_containing_files): Take starting
8830         buffer as argument.
8831         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
8832         (v_cpp_message): Now called directly by all entry points.
8833         Remove -1 case.
8834         (cpp_pfatal_with_name, cpp_message): Delete.
8835         (cpp_notice_from_errno, cpp_ice): New functions.
8836         (cpp_notice): Is now for reporting error conditions, just
8837         without an associated file.
8838         (cpp_error, cpp_error_with_line): Don't do anything if
8839         opts->inhibit_errors is on.
8840         (cpp_pedwarn_with_file_and_line): Take column argument also.
8841
8842         * cpplib.h: Update prototypes of exported functions.
8843         (struct cpp_options): Add inhibit_errors.
8844
8845         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
8846         non-error messages.  Include intl.h.
8847
8848         * cppinit.c, cppmain.c: Likewise.  Also, use
8849         cpp_notice_from_errno instead of cpp_perror_with_name or
8850         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
8851
8852         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
8853         report internal errors.
8854
8855         * cpplib.c (do_define): Switch bcopy to memcpy.
8856         Give cpp_pedwarn_with_file_and_line a dummy column argument.
8857
8858         * cpplib.c (copy_rest_of_line): Revert previous change: don't
8859         bail out early if we hit a line comment.
8860
8861 2000-02-06  Richard Henderson  <rth@cygnus.com>
8862
8863         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
8864         * basic-block.h: Declare them.
8865         * emit-rtl.h (active_insn_p): New.
8866         (next_active_insn, prev_active_insn): Use it.
8867         * rtl.h: Declare it.
8868         * function.c (emit_return_into_block): New.
8869         (thread_prologue_and_epilogue_insns): Insert return insns instead
8870         of epilogues when possible.
8871         * jump.c (jump_optimize_1): Remove code to insert a return insn
8872         on the fallthru to the exit block.
8873
8874         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
8875         and for non-empty stack frames.
8876         * i386.md (return): Expand to return-pop as needed.
8877
8878 2000-02-06  Richard Henderson  <rth@cygnus.com>
8879
8880         * simplify-rtx.c (simplify_relational_operation): Canonicalize
8881         constant to op1 for testing.
8882
8883 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8884
8885         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
8886         (fixuns_truncqfqi2): Use it.
8887
8888 2000-02-06  Richard Henderson  <rth@cygnus.com>
8889
8890         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
8891         as a TYPE_LEA insn.
8892
8893         * i386.md (widening and peepholes): Mask the constant instead of
8894         using gen_lowpart.
8895
8896 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
8897
8898         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
8899         input pointer before possibly branching off to the backslash
8900         code.
8901         * cpphash.c (macroexpand): Correctly delete \r escapes when
8902         stringifying parameters.
8903         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
8904         if we can; bail out early if we hit a line comment.
8905         (handle_directive): Treat '# 123' in an .S file just like
8906         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
8907         Return 1 for '# not_a_directive'.
8908         (get_directive_token): Pop macro buffers here, so that
8909         cpp_get_token can't sneakily move past a newline.
8910         Add sanity checks.
8911         (cpp_get_token): goto randomchar if handle_directive returns 0.
8912
8913         * cppalloc.c: Update copyright.
8914         * cpplib.c: Merge all the static function prototypes into one
8915         block.
8916         * cpplib.h: Remove #if 0 block.
8917
8918         * cpperror.c: Remove #ifdef EMACS block.
8919         * cppmain.c: Likewise.
8920         * cpphash.c: Remove #if 0 blocks.
8921         * cppinit.c: Remove #if 0 blocks, and the -lint option.
8922         * cpplib.c: Remove #if 0 blocks and code referencing
8923         pcp_inside_if or for_lint.  Remove duplicate error message.
8924         Fix error messages for #else after #else or #elif.  Reformat.
8925         Remove archaic TODO list.
8926         * cpplib.h: Remove pcp_inside_if and for_lint flags.
8927
8928 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
8929
8930         * i386/osf1elf.h: Add missing backslash to multiline string.
8931
8932 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8933
8934         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
8935
8936 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8937
8938         * Makefile.in (c-common.o): Depend on $(EXPR_H).
8939
8940         * c-common.c: Include expr.h.
8941
8942         * c-pragma.c (mark_align_stack): Add prototype.
8943
8944         * caller-save.c (add_stored_regs): Likewise.
8945
8946         * combine.c (record_promoted_value): Likewise.
8947
8948         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
8949         Likewise.
8950
8951         * cppinit.c (new_pending_define): Likewise.
8952
8953         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
8954
8955         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
8956         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
8957         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
8958         class_scope_p): Likewise.
8959
8960         * dwarf2out.h (dwarf2out_set_demangle_name_func,
8961         dwarf2out_add_library_unit_info): Likewise.
8962
8963         * ggc.h (ggc_page_print_statistics): Likewise.
8964
8965         * haifa-sched.c (propagate_deps): Likewise.
8966
8967         * reg-stack.c (next_flags_user, record_label_references): Likewise.
8968
8969         * rtl.h (set_stack_check_libfunc): Likewise.
8970
8971         * toplev.h (set_fatal_function): Likewise.
8972
8973         * toplev.c (set_fatal_function): Delete prototype.
8974
8975         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
8976
8977 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
8978
8979         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
8980         (FUNC_END): Likewise.
8981
8982 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8983
8984         * caller-save.c: Include tm_p.h.
8985
8986 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8987
8988         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
8989
8990 2000-02-04  Neil Booth  <NeilB@earthling.net>
8991
8992         * cccp.c (main): Check 'dir' for a NULL pointer before passing
8993         it to strcmp.
8994
8995 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
8996
8997         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
8998         * genflags.c: Use the max_operand_1 logic from genemit.c to
8999         calculate how many arguments gen_insn prototypes have.  Remove
9000         NO_MD_PROTOTYPES ifdefs from the generated file.
9001         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
9002         file.  Cast gen_insn initializers to insn_gen_fn.
9003         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
9004         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
9005
9006 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9007
9008         * fixinc/Makefile.in (HDR): Add machname.h.
9009         (clean): Likewise.
9010
9011 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9012
9013         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
9014         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
9015         (c4x_cpu_version): Ditto.
9016         * config/c4x/c4x-protos.h: ... here.
9017
9018 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
9019
9020         * dwarf2out.c (add_abstract_origin_attribute): Don't call
9021         gen_abstract_function on our context if we're a nested function.
9022
9023 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9024
9025         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
9026         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
9027
9028 2000-02-04  Bruce Korb  <bkorb@gnu.org>
9029
9030         * fixinc/genfixes(machname.h):
9031         Move the functionality from gen-machine.h into this file.
9032         UNdef MN_NAME_PAT if there are no names to change.
9033         Also, be a little kinder when AutoGen is not present.
9034
9035         * fixinc/Makefile.in(machname.h):
9036         Change the generation rule to use genfixes.
9037
9038         * fixinc/fixfixes.c(machine_name):
9039         machine_name_fix's functionality now dependent upon whether
9040         MN_NAME_PAT is defined.
9041
9042         * fixinc/fixtests.c(machine_name):
9043         ditto.
9044
9045         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
9046         of MN_NAME_PAT.
9047
9048         * fixinc/fixlib.h(mn_get_regexps):
9049         ditto
9050
9051         * fixinc/gen-machine.h: DELETED
9052
9053 2000-02-04  Jan Hubicka  <jh@suse.cz>
9054             Richard Henderson  <rth@cygnus.com>
9055
9056         * i386.c (SAVE_REGS_FIRST): Remove.
9057         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
9058         (ix86_compute_frame_size): Likewise.
9059         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
9060         (ix86_emit_restore_regs): Remove.
9061         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
9062         when a frame pointer is in use.
9063         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
9064         instead of pop to restore a register when profitable; emit leave
9065         when profitable.
9066         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
9067         as a TYPE_LEA insn.
9068         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
9069         * i386.md (prologue_allocate_stack): Remove.
9070         (epilogue_deallocate_stack): Remove.
9071         (pro_epilogue_adjust_stack): New.
9072
9073 2000-02-04  Richard Henderson  <rth@cygnus.com>
9074
9075         * function.c (diddle_return_value): Rework to use a callback function.
9076         Use current_function_return_rtx if it's been set up.
9077         (do_clobber_return_reg, clobber_return_register): New.
9078         (do_use_return_reg, use_return_register): New.
9079         (expand_function_end): Use them.
9080         * stmt.c (expand_null_return): Likewise.
9081         * function.h: Declare them.
9082         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
9083         (mark_reg): Change arguments as appropriate for callback.
9084         * integrate.c (expand_inline_function): Revert 19 Jan change.
9085
9086 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9087
9088         * tm.texi (Values in Registers): Fix typo: "fo" "for".
9089         (Misc): Say the scheduler, not the Haifa scheduler.
9090
9091 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
9092
9093         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
9094         when in_mem is set.  Update all callers.
9095
9096 2000-02-04  Richard Henderson  <rth@cygnus.com>
9097
9098         * i386/openbsd.h (INT_ASM_OP): Define.
9099
9100 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9101
9102         * tm.texi: Fix various typos.
9103
9104 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
9105
9106         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
9107         (MD_STARTFILE_PREFIX_1): New macro.
9108
9109 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
9110
9111         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
9112         destination when needed.
9113         (strmovsi, strsetsi): New expander.
9114         (strmovsi_1, strsetsi_1): New pattern.
9115         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
9116         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
9117         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
9118         * invoke.texi (align-stringops, inline-all-stringops): Document.
9119
9120 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
9121
9122         * i386/netbsd.h (INT_ASM_OP): Define.
9123
9124 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
9125
9126         * cpplib.h (cpp_reader): Add new flag, no_directives.
9127         * cpphash.c (macarg): Set it.
9128         * cpplib.c (handle_directive): If no_directives is on and we
9129         find a directive, issue an error and discard the line.
9130
9131 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
9132
9133         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
9134         FP constants.  Add ! TARGET_FPU check for FP constants.
9135
9136 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
9137
9138         * flow.c (find_basic_blocks): Don't kill label_value_list
9139         here.
9140         (cleanup_cfg): Kill it here.
9141
9142 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9143
9144         * expr.c (store_field): Ensure ALIGN is no stricter than the
9145         alignment of EXP.
9146
9147 2000-02-02  Richard Henderson  <rth@cygnus.com>
9148
9149         * jump.c (delete_insn): Partially revert 19 Jan change;
9150         don't convert unused code labels to notes at -O0.
9151
9152 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9153
9154         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
9155         split_all_insns to recreate REG_LABEL notes for flow2 pass.
9156
9157 2000-02-01  Richard Henderson  <rth@cygnus.com>
9158
9159         * i386.c (general_no_elim_operand): New.
9160         (nonmemory_no_elim_operand): New.
9161         (ix86_expand_move): Copy eliminable operands before a push.
9162         * i386-protos.h: Declare new functions.
9163         * i386.h (CAN_ELIMINATE): Simplify.
9164         (PREDICATE_CODES): Update.
9165         * i386.md (push insns): Don't allow eliminable register operands.
9166
9167 2000-02-01  Richard Henderson  <rth@cygnus.com>
9168
9169         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
9170         replace BLKmode with DECL_RTL's mode.
9171
9172 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
9173
9174         * frame.c (find_fde): Convert for loop to do-while so compiler
9175         sees it's always executed at least once.
9176         * libgcc2.c (BBINBUFSIZE): Kill.
9177         (__bb_init_prg): Use fgets.
9178         (__bb_exit_trace_func): Don't paste strings.
9179         * unroll.c (unroll_loop): Initialize unroll_type, not
9180         unroll_number, and tweak logic to match.
9181
9182         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
9183         all failure paths.
9184         (ix86_flags_dependant): Likewise.  Disentangle control flow.
9185         (ix86_sched_reorder): Break guts out to
9186         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
9187         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
9188         any possible use.
9189
9190         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
9191         use string concatenation.  Don't save and restore esi.
9192
9193         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
9194         (machname.h): Remove script to separate file.  Use two-step
9195         sequence so target is not created if script fails.
9196         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
9197         identifiers are defined.
9198         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
9199         an empty string, machine_name doesn't need to do anything at
9200         all.
9201         (is_cxx_header): Add more cases to regexp.
9202         * fixinc/fixlib.h: Update prototype.
9203         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
9204         mn_get_regexps.
9205         * fixinc/fixincl.c: Define NO_BOGOSITY.
9206
9207         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
9208         (hp_sysfile): Add missing comma.
9209         (math_exception): Put the wrapper ifdefs at the beginning and
9210         the end of the file.
9211         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
9212
9213 2000-02-01  Richard Henderson  <rth@cygnus.com>
9214
9215         * sparc.c (fp_zero_operand): Turn into a normal predicate.
9216         Use CONST0_RTX.  Update all callers.
9217         * sparc.h, sparc-protos.h: Update accordingly.
9218         * sparc.md (fp mov insns): Use fp_zero_operand directly
9219         where applicable.
9220
9221 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9222
9223         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
9224         example.
9225
9226 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9227
9228         * Makefile.in (specs.ready): New target.
9229         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
9230
9231 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9232
9233         * fixinc.irix: Use unique filenames for writing into /tmp,
9234         * fixinc.ptx: Likewise.
9235         * fixinc.sco: Likewise.
9236         * fixinc.svr4: Likewise.
9237         * fixinc.winnt: Likewise.
9238
9239 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9240
9241         * tsystem.h: New file.
9242
9243         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
9244         s-crtS): Depend on tsystem.h.
9245
9246         * crtstuff.c: Include tsystem.h.
9247         * frame.c: Likewise.
9248         * libgcc2.c: Likewise.
9249
9250 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
9251
9252         * builtins.c (expand_builtin_memset): Expand for variable sized
9253         lengths too.
9254
9255 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
9256
9257         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
9258         on ABI.
9259
9260 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9261
9262         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
9263
9264         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
9265
9266 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
9267
9268         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
9269         case 3->2 combining (combining with splitting) in which 2 is CC0
9270         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
9271         checked at the begining of the function with the aid of calling
9272         function 'can_combine_p'.
9273
9274 2000-01-31  Dave Brolley  <brolley@redhat.com>
9275
9276         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
9277
9278 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
9279
9280         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
9281         new label.
9282
9283 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9284
9285         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
9286
9287         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
9288         PROTO -> PARAMS.
9289
9290 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
9291
9292         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
9293         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
9294         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
9295         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
9296         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
9297         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
9298         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
9299         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
9300         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
9301         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
9302
9303         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
9304         Add %(cpp_cpu) to CPP_SPEC.
9305
9306         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
9307         Add %(cc1_cpu) to CC1_SPEC.
9308
9309 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
9310
9311         * c-decl.c (c_decode_option): Accept optional numeric argument to
9312         -Wformat and set warn_format.
9313         * c-common.c: Don't emit warning about non-constant printf format
9314         string unless warn_format > 1.
9315
9316 2000-01-30  Richard Henderson  <rth@cygnus.com>
9317
9318         * alpha.md (return_internal): Allow after reload only.
9319
9320 2000-01-30  Richard Henderson  <rth@cygnus.com>
9321
9322         * i386.c (ix86_compute_frame_size): Omit padding1 if the
9323         local frame size is zero.
9324
9325 2000-01-30  Richard Henderson  <rth@cygnus.com>
9326
9327         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
9328         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
9329         * alpha.md (return): Turn into an expander.
9330         (return_internal): Don't use $26.
9331         (epilogue): Emit the return insn.
9332
9333 2000-01-30  Richard Henderson  <rth@cygnus.com>
9334
9335         * alpha.md (negtf2, abstf2): Fix word order thinko.
9336         (extendsftf2): New.
9337         (trunctfsf2): Avoid intermediate rounding errors.
9338
9339 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
9340
9341         * cppfiles.c (find_position): Drop 'colp' argument, return the
9342         new line base.
9343         (read_and_prescan): Adjust to match.  Don't ever manipulate
9344         line or line_base except via find_position.
9345
9346 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
9347
9348         * c-parse.in: Apply Ulrich's changes from c-parse.y.
9349         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
9350         Regenerate.
9351
9352 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
9353
9354         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
9355         just print "<command line>".  If 'filename' is null or an
9356         empty string, print "<stdin>" for the filename.
9357         * cpplib.c (do_define): Don't print the 'location of the
9358         previous definition' message if we're still parsing the
9359         command line.
9360         (cpp_pedwarn_with_file_and_line): Always call
9361         cpp_file_line_for_message.
9362
9363 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
9364
9365         * flow.c (mark_regs_live_at_end): Fix typo.
9366
9367 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
9368
9369         * c-common.c: Adjust variable names, comments, help strings to c99.
9370         * c-lex.c: Likewise.
9371         * c-parse.y: Likewise.
9372         * c-tree.h: Likewise.
9373         * cccp.c: Likewise.
9374         * cpplib.h: Likewise.
9375         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
9376         * cppinit.c: Likewise.
9377
9378 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9379
9380         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
9381         * c4x.c: Define the optab rtx values.
9382         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
9383         (c4x_emit_libcall): Use new optab rtx values.
9384         (c4x_emit_libcall3): Likewise.
9385         (c4x_emit_libcall_mulhi): Likewise.
9386         * c4x-protos.h: Add prototypes for optab rtx values and change
9387         prototypes for above c4x_emit_libcall functions.
9388
9389 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9390
9391         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
9392         syntax is used.
9393         (c4x_function_prologue): Use regnames intead of float_reg_names when
9394         TI syntax is used.
9395         (c4x_function_epilogue): Likewise.
9396         (c4x_print_operand): Likewise.
9397         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
9398         * c4x.md (set_high): Disable for TARGET_TI.
9399
9400 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9401
9402         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
9403         of framepointer + constant to ADDR_REGS class.
9404         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
9405         * c4x.c (std_or_reg_operand): New function.
9406         * c4x-protos.h (std_or_reg_operand): Prototype it.
9407
9408 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9409
9410         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
9411                 object names as libgcc2.c.
9412         * libgcc.S: Use newly defined names.
9413
9414 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
9415         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
9416         function.
9417         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
9418         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
9419         (FLOW_LOOP_LAST_BLOCK): Likewise.
9420
9421 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9422
9423         * basic-block.h (struct loop): New fields 'first' and 'last'.
9424         * flow.c (flow_loops_find): Compute loop->first and loop->last.
9425         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
9426         and loop->last to check for NOTE_INSN_LOOP_END.
9427
9428 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
9429
9430         * predict.c (estimate_probability): Use the new FIRST and LAST fields
9431         of the loop descriptor rather than HEADER and LATCH. Also added
9432         missing break statements as well making some coding style modifications
9433         as suggested by Michael Hayes.
9434
9435 2000-01-28  Richard Henderson  <rth@cygnus.com>
9436
9437         * flow.c (find_basic_blocks): Remove do_cleanup argument.
9438         Break out that code ...
9439         (cleanup_cfg): ... here.
9440         (commit_one_edge_insertion): Detect a return instruction being
9441         emitted to an edge.  Emit a barrier following; clear fallthru.
9442         (commit_edge_insertions): Verify CFG consistency.
9443         * function.c (expand_function_start): Kill unused variable.
9444         (expand_function_end): Likewise.
9445         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
9446         to insert the epilogue.
9447
9448         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
9449         (delete_null_pointer_checks): Likewise.
9450         * output.h: Likewise.
9451         * reg-stack.c (reg_to_stack): Likewise.
9452         * toplev.c (rest_of_compilation): Likewise.  Run
9453         thread_prologue_and_epilogue_insns after rebuilding the CFG.
9454
9455 2000-01-28  Richard Henderson  <rth@cygnus.com>
9456
9457         * Makefile.in (flow.o): Revert 24 Jan change.
9458         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
9459         FUNCTION_VALUE result to DECL_RESULT's mode.
9460
9461         * haifa-sched.c (schedule_insns): Don't recompute reg info
9462         after reload.
9463
9464 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
9465
9466         * configure.in: Make --enable-cpplib the default.
9467         * configure: Regenerate.
9468         * gcc.dg/990119-1.c: No longer expected to fail.
9469
9470 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
9471
9472         * jump.c (jump_optimize_1): Delete an optimization that is also done
9473         by merge_blocks in flow.
9474
9475 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9476
9477         * diagnostic.c (build_message_string, output_printf,
9478         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
9479         (build_location_prefix): Fix non-literal format string.
9480
9481 2000-01-27  Richard Henderson  <rth@cygnus.com>
9482
9483         * alpha.md (trunctfsf2): New.
9484
9485 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
9486
9487         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
9488
9489 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9490
9491         * cppinit.c (cpp_handle_option): Recognize C++ comments under
9492         -std=gnu89.
9493         * cpplib.c (skip_block_comment, skip_line_comment): Split code
9494         out of...
9495         (skip_comment) ... here.  Permit C++ comments in system
9496         headers always.  Warn about C++ comments in user code under
9497         -std=gnu89 -pedantic.
9498         (copy_comment): Use skip_comment.
9499         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
9500         return EOF.
9501         (consider_directive_while_skipping, do_else, do_endif): Call
9502         validate_else unconditionally.
9503         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
9504         text after the conditional in a system header.
9505         * cpplib.h (struct cpp_buffer): Add flag
9506         warned_cplusplus_comments.
9507
9508 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9509
9510         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
9511         Use unshare_all_rtl_1.
9512         (unshare_all_rtl_again): New function.
9513         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
9514
9515         * function.c (purge_addressof_1): Use unshare_all_rtl_again
9516         rather than resetting the 'used' flags ourself.
9517
9518         * toplev.c (rest_of_compilation): Add current_function_decl
9519         to the unshare_all_rtl call.
9520         * tree.h: Prototype unshare_all_rtl.
9521         * rtl.h: Prototype unshare_all_rtl_again here.
9522
9523 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9524
9525         * genoutput.c (output_prologue): Include ggc.h in generated
9526         files.
9527         * Makefile.in (insn-output.o): Depends on ggc.h.
9528
9529 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9530             Hans-Peter Nilsson  <hp@bitrange.com>
9531
9532         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
9533         Remove redundant include of xm-ns32k.h.
9534         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
9535         Remove redundant include of xm-ns32k.h.
9536         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
9537         Remove redundant include of xm-ns32k.h.
9538         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
9539
9540         * ns32k/ns32k.h: Update comment on multiply-add instructions.
9541         (TARGET_SWITCHES): Add documentation strings.
9542         (DWARF_FRAME_REGNUM): Override default definition.
9543         (REG_CLASS_CONTENTS): Add comments.
9544         (SUBSET_P): Format to reduce line length.
9545         (SMALL_REGISTER_CLASSES): Make a run time option.
9546         (GO_IF_NONINDEXED_ADDRESS): Reformat.
9547         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
9548         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
9549         (regclass_map): fix typo in comment.
9550         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
9551         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
9552         (trace, reg_or_mem_operand): Delete, unused function.
9553         (calc_address_cost): Small offsets are cheaper than large ones.
9554         (expand_block_move): Generate more efficient code when bytes is a
9555         known at compile time.
9556         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
9557         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
9558         instead of reg_or_mem_operand.
9559
9560         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
9561         not general_operand.  Similarly use "=rm" or stricter, not "=g".
9562         For input operands, use stricter constraints than "g" if not
9563         general_operand.  Similarly use stricter predicate than
9564         "general_operand" when stricter constraints than "g" are present,
9565         except for matching constraints.
9566         (movstrsi): Use "memory_operand" for operands 0 and 1.
9567         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
9568         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
9569         not reg_or_mem_operand.
9570         (udivmoddisi4): Ditto.
9571         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
9572         Use nonimmediate_operand for operand 3, not register_operand.
9573         (udivmoddiqi4_internal): Use register_operand for operand 1, not
9574         reg_or_mem_operand.
9575
9576 2000-01-27  Fred Fish  <fnf@be.com>
9577
9578         * gthr-posix.h: Fix typo; compatibily -> compatibility.
9579         * gthr-single.h: Likewise.
9580         * gthr-solaris.h: Likewise.
9581         * gthr-vxworks.h: Likewise.
9582         * gthr-win32.h: Likewise.
9583         * gthr.h: Likewise.
9584
9585 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9586
9587         * cppinit.c: Add " (cpplib)" to end of string printed by
9588         -v / --version.
9589
9590 2000-01-27  Richard Henderson  <rth@cygnus.com>
9591
9592         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
9593         testing for a signed comparison.
9594         (alpha_emit_floatuns): New.
9595         * alpha-protos.h: Declare it.
9596         * alpha.md (floatunsdisf2, floatunsdidf2): New.
9597         (extendsfdf2): Tidy.
9598
9599 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
9600
9601         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
9602         no -g option specifying debugging format, default to -gstabs+.
9603
9604 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
9605
9606         * calls.c (special_function_p): New argument fork_or_exec.
9607         (expand_call): When profile_arc_flag is set and the function
9608         is in the fork_or_exec group, call __bb_fork_func first.
9609         * libgcc2.c, _bb module (__bb_fork_func): New function.
9610         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
9611         output file.
9612         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
9613         * tree.h (special_function_p): Update prototype.
9614
9615 2000-01-26  Richard Henderson  <rth@cygnus.com>
9616
9617         * alpha.c (alpha_split_tfmode_pair): New.
9618         * alpha-protos.h: Declare it.
9619         * alpha.md (abstf2, negtf2): New.
9620         (movtf insn): Add input G constraint.
9621         (movtf splitter): Use alpha_split_tfmode_pair.
9622
9623 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9624
9625         * i386/cygwin.h: PROTO -> PARAMS.
9626
9627 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
9628
9629         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
9630         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
9631         using _Qp_cmp/_Q_cmp and testing the return value.
9632         (print_operand): Call reverse_condition_maybe_unordered if
9633         we are handling CCFPmode or CCFPEmode.
9634         Handle ORDERED, UN* and LTGT comparisons.
9635         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
9636         if not TARGET_HARD_QUAD.
9637         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
9638         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
9639         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
9640         Adjust gen_b* calls so that they reflect return comparison of
9641         sparc_emit_float_lib_cmp.
9642
9643 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9644
9645         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
9646         incoming operands array is large enough for one more operand.
9647         (alpha_emit_xfloating_arith): Likewise.
9648
9649 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9650
9651         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
9652         file with one line and no trailing newline.
9653         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
9654         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
9655         checking if the match is on the line.
9656         * fixinc/gnu-regex.c: Provide regerror not __regerror.
9657
9658 2000-01-25  Richard Henderson  <rth@cygnus.com>
9659
9660         * sparc.c (output_cbranch): Fix accidental squashing of the
9661         fp branch pre-delay nop.
9662
9663 2000-01-25  Richard Henderson  <rth@cygnus.com>
9664
9665         * tree.def (UNNE_EXPR): Remove.
9666         * c-typeck.c (build_binary_op): Don't handle it.
9667         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
9668
9669         * rtl.def (UNNE): Remove.
9670         (LTGT): Add.
9671         * jump.c (reverse_condition): Update accordingly.
9672         (swap_condition): Likewise.
9673         (comparison_dominates_p): Handle unordered comparisons.
9674         (reverse_condition_maybe_unordered): New.
9675         * rtl.h (reverse_condition_maybe_unordered): Declare.
9676
9677         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
9678         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
9679         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
9680         * sparc.md (bltgt): New.
9681
9682 2000-01-25  Nick Clifton  <nickc@redhat.com>
9683
9684         * emit-rtl.c (emit_insn): Only check machine class insns for
9685         improper emission of a RETURN.
9686
9687 2000-01-25  Richard Henderson  <rth@cygnus.com>
9688
9689         * Makefile.in (flow.o): Depend on $(EXPR_H).
9690         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
9691         duplicate the structure of diddle_return_value for keeping regs live.
9692
9693 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9694
9695         * loop.c (current_loop_info): Delete.
9696         (consec_sets_invariant_p): Add loop argument, update callers.
9697         (get_condition_for_loop): Likewise.
9698         (count_nonfixed_reads, update_giv_derive): Likewise.
9699         (simplify_giv_expr, general_induction_var): Likewise.
9700         (consec_sets_giv, recombine_givs): Likewise.
9701         (move_movables): Delete loop_start and loop_end arguments,
9702         add loop argument, and update callers.
9703         (find_mem_givs, check_final_value): Likewise.
9704         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
9705         (loop_invariant_p): Rename from invariant_p, add loop argument, and
9706         update callers.
9707         (basic_induction_var): Add loop argument, delete loop_level argument,
9708         and update callers.
9709         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
9710         add loop argument, and update callers.
9711         (find_splittable_regs, find_splittable_givs): Likewise.
9712         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
9713         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
9714         (biv_total_increment): Delete loop_start and loop_end arguments;
9715         update callers.
9716         (precondition_loop_p): Delete loop_start and loop_info arguments;
9717         update callers.
9718         * loop.h (get_condition_for_loop): Add loop argument.
9719         (biv_total_increment): Delete loop_start and loop_end arguments.
9720         (precondition_loop_p): Delete loop_start and loop_info arguments;
9721         add loop argument.
9722         (final_biv_value): Delete loop_start and loop_end arguments;
9723         add loop argument.
9724         (final_giv_value, back_branch_in_range_p): Likewise.
9725
9726 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9727
9728         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
9729
9730 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9731
9732         * Makefile.in (c-gperf.h) : Change the "See" pointer to
9733         point to the new "generated_files" doc.
9734
9735 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9736
9737         * config/fp-bit.c (_unord_f2): Fix typo.
9738
9739 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9740
9741         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
9742         c-typeck.c, objc/objc-act.c: Remove all references to obstack
9743         functions obsoleted by GC, such as push_obstacks_nochange,
9744         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
9745         and code which existed only to decide whether or not to call
9746         them.  Remove now-unused NESTED argument from start_function;
9747         all callers changed.  Do not change behavior based on ggc_p.
9748         The use of the ixp_obstack in c-iterate.c and the util_obstack
9749         in objc/objc-act.c remain; these are not obsoleted by garbage
9750         collection.
9751         * c-tree.h: Update prototype for start_function.
9752
9753         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
9754
9755 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9756
9757         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
9758         mips16.
9759
9760 2000-01-25  Richard Henderson  <rth@cygnus.com>
9761
9762         * sparc-protos.h (select_cc_mode): Declare.
9763         * sparc.c (select_cc_mode): New.  Handle unordered compares.
9764         (output_cbranch): Always reverse via code change.  Handle
9765         unordered compares.  Factor tests and string updates.
9766         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
9767         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
9768         * sparc.md (bunordered, bordered): New.
9769         (bungt, bunlt, buneq, bunge, bunle): New.
9770
9771 2000-01-25  Richard Henderson  <rth@cygnus.com>
9772
9773         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
9774         * ggc-common.c (ggc_add_rtx_varray_root): New.
9775         (ggc_mark_rtx_varray): New.
9776         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
9777         functions down below ggc_mark_foo.
9778         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
9779
9780 2000-01-25  Richard Henderson  <rth@cygnus.com>
9781
9782         * alpha.c (secondary_reload_class): Don't allocate a secondary
9783         for integral mode memories into FLOAT_REGS.  Rearrange the more
9784         complicated memory expression inward.
9785
9786 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9787
9788         * inclhack.def: Fixes to play nicer with FreeBSD, and
9789         corrections to comments.
9790         (cxx_unready): Add select expression.
9791         (irix_sockaddr): Add bypass expression.
9792         (machine_ansi_h_va_list): New fix.
9793         (stdio_va_list): No need to edit _BSD_VA_LIST_.
9794         Split out addition of "#include <stdarg.h>" to...
9795         (stdio_stdarg_h): ... here.
9796         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
9797         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
9798         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
9799         size_t.
9800         (ultrix_ifdef): Tighten up select expression.
9801
9802         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
9803         re_ct and max_mach to avoid use of shell.  Make printed names
9804         match names in inclhack.def.  Use static copyright date.
9805         Don't count c_test and test expressions as requiring regex_t
9806         slots.  Add some commentary.
9807         * inclhack.tpl: Do not include the 'This script contains N
9808         fixup scripts' line if PROGRAM is defined.  Use static
9809         copyright date.
9810
9811 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
9812
9813         * dwarf2out.c: include "varray.h", not dyn-string.h.
9814         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
9815         (addr_const_to_string, addr_to_string): Lose.
9816         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
9817         (struct dw_val_struct): val_addr is now an rtx.
9818         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
9819         (used_rtx_varray): New varray.
9820         (dwarf2out_init): Initialize it.
9821         (save_rtx): New fn.
9822         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
9823         addr_to_string.
9824         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
9825         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
9826         * Makefile.in (dwarf2out.o): Update dependencies.
9827
9828 2000-01-24  Richard Henderson  <rth@cygnus.com>
9829
9830         * i386.c (i386_dwarf_output_addr_const): New.
9831         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
9832
9833         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
9834         if defined.
9835         * dwarfout.c (output_mem_loc_descriptor): Likewise.
9836         * i386.c (i386_simplify_dwarf_addr): New.
9837         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
9838
9839 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
9840
9841         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
9842         TYPE_STUB_DECL is NULL.
9843
9844 2000-01-24  Richard Henderson  <rth@cygnus.com>
9845
9846         * builtins.c (expand_tree_builtin): Move ...
9847         * c-common.c (expand_tree_builtin): ... here.
9848
9849 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9850
9851         * loop.h (LOOP_INFO): New accessor macro.
9852         * basic-block.h (struct loop): Rename field `info' to `aux'.
9853         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
9854         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
9855         * unroll.c (loop_iterations, unroll_loop): Likewise.
9856
9857 2000-01-24  Christopher Faylor <cgf@cygnus.com>
9858
9859         * config/i386/t-cygwin: Accomodate new winsup directory layout
9860         when searching for include files.
9861
9862 2000-01-24  Richard Henderson  <rth@cygnus.com>
9863
9864         * rtl.def: Add unordered fp comparisions.
9865         * tree.def: Likewise.
9866         * tree.h: Add ISO C 9x unordered fp comparision builtins.
9867
9868         * builtins.c (expand_tree_builtin): New function.
9869         * c-typeck.c (build_function_call): Use it.
9870         (build_binary_op): Support unordered compares.
9871         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
9872
9873         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
9874         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
9875         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
9876         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
9877         * jump.c (reverse_condition): Don't abort for UNLE etc, but
9878         return UNKNOWN.
9879         (swap_condition): Handle unordered compares.
9880         (thread_jumps): Check can_reverse before reversing.
9881         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
9882         reversed for FP.
9883
9884         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
9885         setcc is present before acking for cmp_optab.  Update all callers.
9886         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
9887         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
9888         * expr.c (expand_expr): Likewise.  Support unordered compares.
9889         (do_jump, do_store_flag): Likewise.
9890         * expr.h (enum libfunc_index): Add unordered compares.
9891
9892         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
9893         (DPBIT_FUNCS): Add _unord_df.
9894         * config/fp-bit.c (_unord_f2): New.
9895         * fp-test.c (main): Try unordered compare builtins.
9896
9897         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
9898         * alpha.c (alpha_comparison_operator): Check mode properly.
9899         (alpha_swapped_comparison_operator): Likewise.
9900         (signed_comparison_operator): Likewise.
9901         (alpha_fp_comparison_operator): New.
9902         (alpha_emit_conditional_branch): Handle unordered compares.
9903         * alpha.h (PREDICATE_CODES): Update.
9904         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
9905         (bunordered, bordered): New.
9906
9907 2000-01-24  Richard Henderson  <rth@cygnus.com>
9908
9909         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
9910         * alpha.md (movtf): New expander, insn, and splitter.
9911
9912 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
9913
9914         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
9915         dead registers.
9916
9917 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
9918
9919         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
9920         (FIXED_REGISTERS, CALL_USED_REGISTERS,
9921          REG_ALLOC_ORDER): Add frame pointer
9922         (FRAME_POINTER_REGNUM): Set to 20
9923         (HARD_FRAME_POINTER_REGNUM): New macro.
9924         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
9925         to HARD_FRAME_POINTER.
9926         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
9927         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
9928         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
9929         (HI_REGISTER_NAMES): Add "frame".
9930         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
9931         (debug_reg): Handle FRAME_POINTER_REGNUM.
9932         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
9933         GENERAL_REGS and INDEX_REGS.
9934         * i386.c (SAVED_REGS_FIRST): new macro.
9935         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
9936         (ix86_decompose_address, memory_address_length): Likewise.
9937         (regclass_map): Add frame pointer.
9938         (call_insn_operand): Handle frame_pointer_rtx.
9939         (reg_no_sp_operand): Likewise.
9940         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
9941         (print_operand, legitimize_pic_address): Fix formating.
9942         (ix86_compute_frame_size): Make static, update prototype, new
9943         parameters padding1, padding2, use ix86_nsaved_regs, use
9944         stack_alignment_needed.
9945         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
9946         to HARD_FRAME_POINTER_REGNUM conversions.
9947         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
9948         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
9949         (print_reg): Abort on FRAME_POINTER_REGNUM
9950
9951 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
9952
9953         * i386.h (PREDICATE_CODES): Add aligned_operand.
9954         * i386.c (aligned_operand): New function.
9955         (ix86_aligned_p): Kill.
9956         * i386.md (movhi_1): Emit mov for aligned operands.
9957         (promoting peep2s): Use aligned_operand.
9958
9959 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
9960
9961         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
9962         expression to allow underscores in macro names.
9963         (fix_char_macro_defines): Increment scanning pointer.
9964
9965 2000-01-23  Richard Henderson  <rth@cygnus.com>
9966
9967         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
9968         * alpha/osf5.h: New file.
9969         * configure.in (alpha-*-osf5): Add it to tm_file.
9970
9971         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
9972
9973         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
9974         (alpha_emit_xfloating_cvt, function_arg): Declare.
9975         * alpha.c (alpha_emit_conditional_branch): Call
9976         alpha_emit_xfloating_compare for TFmode compares.
9977         (alpha_lookup_xfloating_lib_func): New.
9978         (alpha_compute_xfloating_mode_arg): New.
9979         (alpha_emit_xfloating_libcall): New.
9980         (alpha_emit_xfloating_arith): New.
9981         (alpha_emit_xfloating_compare): New.
9982         (alpha_emit_xfloating_cvt): New.
9983         (print_operand): Add default abort case.
9984         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
9985         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
9986         (BIGGEST_ALIGNMENT): Increase to 128 bits.
9987         (RETURN_IN_MEMORY): True for TF/TCmode.
9988         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
9989         (FUNCTION_ARG): Move to function_arg.
9990         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
9991         (ASM_OUTPUT_LONG_DOUBLE): New.
9992         (ASM_OUTPUT_DOUBLE): Always output bits.
9993         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
9994         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
9995         (extenddftf2, trunctfdf2): New.
9996
9997 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9998
9999         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
10000         * config/sparc/sol2.h: ... here.
10001
10002 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10003
10004         * basic-block.h (struct loops): New field `levels'.
10005         * flow.c (flow_loops_level_compute): Traverse all outer loops.
10006         (flow_loop_level_compute): Initialise level to 1.
10007         (flow_loops_find): Set loops->levels.
10008         (flow_loops_dump): Print loops->levels.
10009
10010 2000-01-23  Richard Henderson  <rth@cygnus.com>
10011
10012         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
10013         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
10014
10015 2000-01-23  Richard Henderson  <rth@cygnus.com>
10016
10017         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
10018         * i386.h (DBX_REGISTER_NUMBER): Use them.
10019         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
10020         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
10021         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
10022         * i386/sequent.h: Kill incorrect comment.
10023
10024 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
10025
10026         * ggc-page.c (struct page_entry): Make `context_depth' an
10027         `unsigned short'.
10028         (struct globals): Likewise.
10029
10030 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
10031
10032         * loop.c (check_dbra_loop): When checking a loop for
10033         reversability, check the source of any stores to ensure
10034         they don't depend on an initial value.
10035
10036 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10037
10038         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
10039
10040 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
10041
10042         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
10043         'pz_scan' into scope of entire function.  Only affects
10044         compiles with -DDEBUG.
10045
10046 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
10047
10048         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
10049         section naming to that prior to 2000-01-07 patch.
10050         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
10051         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
10052         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
10053         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
10054         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
10055
10056 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
10057
10058         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
10059         constant.
10060
10061 2000-01-21  Jim Wilson  <wilson@cygnus.com>
10062
10063         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
10064         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
10065
10066 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
10067
10068         * cpphash.c (change_newlines): Delete function.
10069         (struct argdata): Delete 'newlines' and 'use_count' fields.
10070         (macroexpand): Remove code referencing those fields.
10071
10072 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10073
10074         * loop.c (loops_info): New variable.
10075         (loop_optimize): Allocate loops->array and free it on exit.
10076         Allocate memory for loops_info and assign to each loop,
10077         replacing alloca.
10078         (find_and_verify_loops): Do not allocate loops->array.
10079
10080 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
10081
10082         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
10083
10084 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
10085
10086         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
10087         pseudos if expanded after first flow.
10088         (movdi_pic_label_ref): Likewise.
10089
10090 2000-01-20  Richard Henderson  <rth@cygnus.com>
10091
10092         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
10093
10094 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
10095
10096         * Makefile.in (fixinc.sh): Depend on specs.
10097         * fixinc/Makefile.in: Add rule to create machname.h.
10098         (fixlib.o): Depend on machname.h.
10099         * fixinc/fixtests.c (machine_name): New test.
10100         * fixinc/fixfixes.c (machine_name): New fix.
10101         * fixinc/fixlib.c (mn_get_regexps): New helper function for
10102         the machine_name test and fix.
10103         * fixinc/fixlib.h: Prototype it.
10104         * fixinc/inclhack.def (machine_name): Use the C test and fix.
10105         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
10106
10107         * gcc.c (do_spec_1) [case P]: Take care not to create
10108         identifiers with three leading or trailing underscores.
10109
10110         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
10111         (fixincl): Don't specify libraries twice on link line.
10112         (gnu-regex.o): Remove special rule.
10113         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
10114         defined by config.h.  Do not define _REGEX_RE_COMP.
10115         (regcomp): Allocate and initialize a fastmap.
10116         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
10117
10118 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
10119
10120         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
10121
10122 2000-01-19  Richard Henderson  <rth@cygnus.com>
10123
10124         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
10125         arguments with BB.  Update all callers.  Tidy line wrapping.
10126
10127 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
10128
10129         * emit-rtl.c (try_split): Return last_insn if we split the
10130         last_insn.
10131
10132 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
10133
10134         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
10135         (ix86_initial_elimination_offset): Declare.
10136         * i386.c (ix86_nsaved_regs): Break out from ...
10137         (ix86_can_use_return_insn_p): ... here.
10138         (ix86_emit_save_regs): Break out from ...
10139         (ix86_expand_prologue): ... here.
10140         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
10141         out from ...
10142         (ix86_expand_epilogue): ... here.
10143         (ix86_compute_frame_size): Make static, add prototype.
10144         (ix86_initial_elimination_offset): Break out from ...
10145         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
10146
10147 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10148
10149         * recog.h (OUT_FCN): Delete.
10150
10151         * vax.md: Call `get_insn_template' instead of OUT_FCN.
10152
10153 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10154
10155         * cppalloc.c: PROTO -> PARAMS.
10156         * cpperror.c: Likewise.
10157         * cppfiles.c: Likewise.
10158         * cpplib.c: Likewise.
10159         * cpplib.h: Likewise.
10160
10161         * config/arm/arm-protos.h: PROTO -> PARAMS.
10162         * config/arm/arm.c: Likewise.
10163         * config/c4x/c4x.c: Likewise.
10164         * config/fr30/fr30-protos.h: Likewise.
10165         * config/nextstep.c: Likewise.
10166         * config/pa/pa.c: Likewise.
10167         * config/pj/pj.c: Likewise.
10168         * config/rs6000/rs6000.c: Likewise.
10169         * config/v850/v850-protos.h: Likewise.
10170         * config/v850/v850.c: Likewise.
10171
10172 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10173
10174         * i370-protos.h: New file.
10175
10176         * i370.c: Include tm_p.h.  Fix compile time warnings.
10177
10178         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
10179         warnings.
10180
10181         * i370.md: Likewise.
10182
10183 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10184
10185         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
10186         (target_isinf, target_isnan, eisnan): Mark parameter with
10187         ATTRIBUTE_UNUSED.
10188         (eiisinf): Wrap in INFINITY.
10189         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
10190         (ibmtoe): Remove unused variable `rndsav'.
10191
10192 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10193
10194         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
10195         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
10196
10197 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
10198
10199         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
10200         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
10201         (fix_char_macro_defines, fix_char_macro_uses): New functions.
10202
10203         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
10204         Recognize Emacs mode markers also.
10205         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
10206         C++ comments in C++ headers.  Call is_cxx_header only if
10207         necessary.
10208
10209         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
10210         bypass for ncurses.
10211         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
10212         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
10213         ... these, which use the new C fixes.
10214         (math_exception): Escape literal '+' in bypass expression.
10215
10216         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
10217         Regenerate.
10218
10219 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
10220
10221         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
10222         inside the MEM.
10223
10224 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10225
10226         * loop.c (loop_optimize): Allocate loop_info structure for each loop
10227         prior to calling scan_loop.
10228
10229 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10230
10231         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
10232         (split_branches, calc_live_regs): Likewise.
10233
10234 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10235
10236         * sh.md (fpu_single, fp_mode): New attributes.
10237
10238 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10239
10240         * loop.c (current_loop_info): Renamed from loop_info_data
10241         and changed to a pointer.
10242         (loop_optimize): Allocate loop_info structure for each loop
10243         and initialise to zero.
10244         (scan_loop): Set current_loop_info.
10245
10246         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
10247         on iteration_var.
10248
10249 2000-01-19  Richard Henderson  <rth@cygnus.com>
10250
10251         * stupid.c: Die die die.
10252         * Makefile.in (OBJS): Remove stupid.o.
10253         (stupid.o): Likewise.
10254
10255         * except.c (emit_eh_context): Don't emit USEs for stupid.
10256         * explow.c (probe_stack_range): Likewise.
10257         * flags.h (obey_regdecls): Remove.
10258         * flow.c (find_basic_blocks): Don't run try_merge_blocks
10259         when not optimizing.
10260         (life_analysis): Limit data collection when not optimizing.
10261         (mark_regs_live_at_end): Always mark the return value registers.
10262         (mark_used_regs): Remove dummy RETURN case.
10263         (print_rtl_with_bb): Don't consult obey_regdecls.
10264         * function.c (use_variable, use_variable_after): Remove.
10265         (assign_parms): Consult optimize not obey_regdecls.
10266         (expand_function_start): Don't emit USEs for stupid.
10267         (expand_function_end): Likewise.
10268         * global.c (build_insn_chain): Export.
10269         * integrate.c (expand_inline_function): Kill return-value USE
10270         handling code.
10271         * jump.c (jump_optimize_1): Do simple jump optimizations and
10272         dead code elimination.
10273         (calculate_can_reach_end): Remove check_deleted argument.
10274         (delete_insn): Patch out insns even when not optimizing.
10275         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
10276         * rtl.h (use_variable, use_variable_after): Remove declarations.
10277         (build_insn_chain): Declare.
10278         * stmt.c (expand_value_return): Don't emit USEs for stupid.
10279         (expand_end_bindings): Likewise.
10280         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
10281         * toplev.c (obey_regdecls): Remove.
10282         (rest_of_compilation): Don't set it.  Kill stupid in favour of
10283         flow1, local-alloc, and reload.
10284         (main): Don't set obey_regdecls.
10285
10286         * config/nextstep.c (handle_pragma): Likewise.
10287
10288         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
10289
10290         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
10291
10292 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10293
10294         * alpha-protos.h: PROTO -> PARAMS.
10295         * alpha.c: Likewise.
10296         * elf.h: Likewise.
10297         * h8300.c: Likewise.
10298         * i386-protos.h: Likewise.
10299         * i386.c: Likewise.
10300         * m32r-protos.h: Likewise.
10301         * m32r.c: Likewise.
10302         * mips.c: Likewise.
10303         * mips.md: Likewise.
10304         * gmon-sol2.c: Likewise.
10305         * sparc.c: Likewise.
10306
10307 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10308
10309         * ns32k-protos.h: New file.
10310
10311         * ns32k.c: Fix compile time warnings.
10312
10313         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
10314         warnings.
10315
10316         * ns32k.md: Likewise.
10317
10318 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10319
10320         * vax-protos.h: New file.
10321
10322         * vax.c: Fix compile time warnings.
10323
10324         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
10325         warnings.
10326
10327         * vax.md: Likewise.
10328
10329         * vaxv.md: Likewise.
10330
10331 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10332
10333         * romp-protos.h: New file.
10334
10335         * romp.c: Fix compile time warnings.
10336
10337         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
10338         warnings.
10339
10340         * romp.md: Likewise.
10341
10342 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10343
10344         * we32k-protos.h: New file.
10345
10346         * we32k.c: Fix compile time warnings.
10347
10348         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
10349         warnings.
10350
10351 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10352
10353         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
10354
10355         * except.c (eh_regs): Likewise.
10356
10357         * final.c (output_operand): Likewise.
10358
10359         * fold-const.c (target_isinf, target_isnan): Likewise.
10360
10361 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
10362
10363         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
10364         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
10365
10366         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
10367         when optimize_size.
10368         (clrstrsi): Rewrite.
10369         (strsethi, strsetqi): New expanders.
10370         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
10371         (cmpstrsi): Emit compare insn before cmpstrsi_1
10372         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
10373         (strlensi_1): Likewise.
10374         (cmpstrsi_1): Likewise; do not output compare.
10375         (strlen expander): Do not unroll when optimizing for size.
10376         (*subsi3_carry): Rename to subsi3_carry
10377         (addqi3_cc): New pattern.
10378         * i386.h (processor_costs): Add move_ratio field.
10379         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
10380         * i386.c (*_cost): Set move_ratio.
10381         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
10382         (x86_expand_strlensi_1): Rewrite the main loop.
10383
10384 2000-01-17  Richard Henderson  <rth@cygnus.com>
10385
10386         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
10387         * cse.c (find_comparison_args, fold_rtx): Likewise.
10388         * integrate.c (subst_constants): Likewise.
10389         * loop.c (get_condition): Likewise.
10390
10391         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
10392
10393         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
10394
10395 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10396
10397         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
10398         (RESTORE_WARN_FLAGS): Unpack it.
10399         Change semantic type of extension to ttype.
10400         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
10401         * c-parse.y, c-parse.c, objc/objc-parse.y,
10402         objc/objc-parse.c: Regenerate.
10403
10404 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
10405
10406         * fixinc/fixlib.c: Add copyright notice.
10407         (compile_re): New function.
10408         * fixinc/fixlib.h: Prototype compile_re.
10409
10410         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
10411         Use compile_re to compile regular expressions.
10412
10413         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
10414         where the pattern matched.
10415
10416         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
10417         use 'replace'.
10418         (ultrix_ansi_compat): Likewise.
10419         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
10420         add egrep test.
10421         (interactv_add2, interactv_add3): Delete.
10422         (x11_sprintf): Don't use filename glob.
10423         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
10424         Regenerate.
10425
10426 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10427
10428         * print-rtl.c: PROTO -> PARAMS.
10429         * real.c: Likewise.
10430         * reg-stack.c: Likewise.
10431         * resource.c: Likewise.
10432         * sdbout.h: Likewise.
10433         * simplify-rtx.c: Likewise.
10434         * stor-layout.c: Likewise.
10435         * stupid.c: Likewise.
10436         * xcoffout.c: Likewise.
10437         * xcoffout.h: Likewise.
10438
10439 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10440
10441         * toplev.c: PROTO -> PARAMS.
10442         * toplev.h: Likewise.
10443         * tree.c: Likewise.
10444         * tree.h: Likewise.
10445         * unroll.c: Likewise.
10446         * varasm.c: Likewise.
10447         * varray.c: Likewise.
10448         * varray.h: Likewise.
10449
10450 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10451
10452         * reload.c: PROTO -> PARAMS.
10453         * reload.h: Likewise.
10454         * reload1.c: Likewise.
10455         * reorg.c: Likewise.
10456         * resource.h: Likewise.
10457         * rtl.c: Likewise.
10458         * rtl.h: Likewise.
10459         * rtlanal.c: Likewise.
10460         * sbitmap.h: Likewise.
10461         * sdbout.c: Likewise.
10462         * stack.h: Likewise.
10463         * stmt.c: Likewise.
10464         * system.h: Likewise.
10465
10466 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10467
10468         * machmode.h: PROTO -> PARAMS.
10469         * mbchar.h: Likewise.
10470         * mips-tdump.c: Likewise.
10471         * mips-tfile.c: Likewise.
10472         * optabs.c: Likewise.
10473         * output.h: Likewise.
10474         * prefix.c: Likewise.
10475         * profile.c: Likewise.
10476         * protoize.c: Likewise.
10477         * real.h: Likewise.
10478         * recog.c: Likewise.
10479         * recog.h: Likewise.
10480         * regclass.c: Likewise.
10481         * regmove.c: Likewise.
10482         * regs.h: Likewise.
10483
10484 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10485
10486         * ggc-common.c: PROTO -> PARAMS.
10487         * ggc-page.c: Likewise.
10488         * ggc-simple.c: Likewise.
10489         * ggc.h: Likewise.
10490         * global.c: Likewise.
10491         * graph.c: Likewise.
10492         * gthr-win32.h: Likewise.
10493         * haifa-sched.c: Likewise.
10494         * halfpic.h: Likewise.
10495         * integrate.c: Likewise.
10496         * integrate.h: Likewise.
10497         * jump.c: Likewise.
10498         * lcm.c: Likewise.
10499         * local-alloc.c: Likewise.
10500         * loop.c: Likewise.
10501         * loop.h: Likewise.
10502
10503 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10504
10505         * genattr.c: PROTO -> PARAMS.
10506         * genattrtab.c: Likewise.
10507         * gencheck.c: Likewise.
10508         * gencodes.c: Likewise.
10509         * genconfig.c: Likewise.
10510         * genemit.c: Likewise.
10511         * genextract.c: Likewise.
10512         * genflags.c: Likewise.
10513         * gengenrtl.c: Likewise.
10514         * genopinit.c: Likewise.
10515         * genoutput.c: Likewise.
10516         * genpeep.c: Likewise.
10517         * genrecog.c: Likewise.
10518
10519 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
10520
10521         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
10522
10523 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10524
10525         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
10526         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
10527         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
10528         * configure, config.in: Rebuilt.
10529
10530 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
10531
10532         * config/i386/i386.md: Add peephole to merge successive stack
10533         adjusts.
10534
10535 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
10536
10537         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
10538         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
10539         when walking backwards to find all the parameter loads when
10540         the basic block ends in a call.
10541
10542 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10543
10544         * loop.c (this_loop_info): Delete.
10545         (uid_loop): Add in place of uid_loop_num.  All uses updated.
10546         (loop_number_exit_count): Delete and replace with entry in loop
10547         structure.  All uses updated.
10548         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10549         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10550         (loop_outer_loop): Likewise.
10551         (loop_invalid, loop_number_exit_labels): Likewise.
10552         (loop_used_count_register): Delete and replace with entry in
10553         loop_info structure.
10554         (find_and_verify_loops): Add loops argument.
10555         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
10556         loop_end, etc. arguments with loop structure pointer.  All callers
10557         changed.
10558         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
10559         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
10560         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
10561         (insert_bct): Likewise.
10562         (basic_induction_var): New argument level.
10563         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
10564         vtop, and cont.  Add used_count_register.
10565         (uid_loop): Delete declaration.
10566         (loop_number_exit_count): Likewise.
10567         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10568         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10569         (loop_outer_loop, loop_used_count_register): Likewise.
10570         (loop_invalid, loop_number_exit_labels): Likewise.
10571         (unroll_loop): Replace loop_start and loop_end arguments
10572         with loop structure pointer.
10573         (loop_precondition_p, loop_iterations): Likewise.
10574         Include basic-block.h.
10575         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
10576         with loop structure pointer.
10577         (loop_precondition_p, loop_iterations): Likewise.
10578         * basic-block.h (struct loop): New entries vtop, cont,
10579         cont_dominator, start, end, top, scan_start, exit_labels,
10580         exit_count.
10581         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
10582
10583 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10584
10585         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
10586
10587 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
10588
10589         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
10590
10591 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10592
10593         * pdp11-protos.h: New file.
10594
10595         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
10596         time warnings.
10597
10598         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
10599         warnings.
10600
10601         * pdp11.md: Likewise.
10602
10603         * 2bsd.h: Likewise.
10604
10605 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10606
10607         * mn10300-protos.h: New file.
10608
10609         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10610         time warnings.
10611
10612         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
10613         warnings.
10614
10615         * mn10300.md: Likewise.
10616
10617 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10618
10619         * mn10200-protos.h: New file.
10620
10621         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
10622         time warnings.
10623
10624         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
10625         warnings.
10626
10627         * mn10200.md: Likewise.
10628
10629 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10630
10631         * h8300-protos.h: New file.
10632
10633         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10634         time warnings.
10635
10636         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
10637         warnings.
10638
10639         * h8300.md: Likewise.
10640
10641 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10642
10643         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
10644         (asm_emit_uninitialised): Likewise.
10645
10646 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
10647
10648         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
10649         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
10650
10651 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10652
10653         * config/mips/mips.c (override_options): Don't turn on extra
10654         alignment for mips16.
10655
10656 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10657
10658         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
10659         eabi, and make sure queued POSTINCREMENT rtl is emitted at
10660         the right point.
10661
10662 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10663
10664         * builtins.c (PAD_VARARGS_DOWN): Define.
10665         (std_expand_builtin_va_arg): Use the above macro.
10666         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
10667         * tm.texi (Register Arguments): Document the above macro.
10668
10669 2000-01-14  Nick Clifton  <nickc@cygnus.com>
10670
10671         * emit-rtl.c (emit_insn): If checking is enabled, make sure
10672         that this function has not been used to emit a jump
10673         instruction.
10674
10675         * jump.c (return_jump_1): Cope with being passed a null rtx.
10676
10677 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10678
10679         * eh-common.h: PROTO -> PARAMS.
10680         * emit-rtl.c: Likewise.
10681         * errors.c: Likewise.
10682         * errors.h: Likewise.
10683         * except.c: Likewise.
10684         * except.h: Likewise.
10685         * explow.c: Likewise.
10686         * expmed.c: Likewise.
10687         * expr.c: Likewise.
10688         * expr.h: Likewise.
10689         * final.c: Likewise.
10690         * fix-header.c: Likewise.
10691         * flow.c: Likewise.
10692         * fold-const.c: Likewise.
10693         * function.c: Likewise.
10694         * function.h: Likewise.
10695         * gcc.c: Likewise.
10696         * gcov-io.h: Likewise.
10697         * gcov.c: Likewise.
10698         * gcse.c: Likewise.
10699
10700 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10701
10702         * sh-protos.h: New file.
10703
10704         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
10705         Add static prototypes.  Fix compile time warnings.
10706
10707         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
10708         * sh.md: Likewise.
10709         * elf.h: Likewise.
10710
10711 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10712
10713         * arc-protos.h: New file.
10714
10715         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
10716         time warnings.
10717
10718         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
10719         warnings.
10720
10721         * arc.md: Likewise.
10722
10723 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10724
10725         * dsp16xx-protos.h: New file.
10726
10727         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
10728         time warnings.
10729
10730         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
10731         warnings.
10732
10733         * dsp16xx.md: Likewise.
10734
10735 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10736
10737         * convex-protos.h: New file.
10738
10739         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
10740         time warnings.
10741
10742         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
10743         warnings.
10744
10745 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10746
10747         * elxsi-protos.h: New file.
10748
10749         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
10750         time warnings.
10751
10752         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
10753         warnings.
10754
10755         * elxsi.md: Likewise.
10756
10757 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10758
10759         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
10760         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
10761         match the comment for MIPS16.
10762
10763 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
10764
10765         * flow.c (split_edge): Do not call set_block_for_insn if we
10766         do not have a basic_block_for_insn structure.
10767
10768         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
10769         and destination functions are 32bit aligned within the trampoline.
10770         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
10771         (TRAMPOLINE_ALIGNMENT): Define.
10772
10773         * cse.c (cse_insn): When changing (set (pc) (reg)) to
10774         (set (pc) (label_ref)), verify the change creates a valid insn.
10775
10776         * fr30.c (call_operand): Tighten and rework to match rules for
10777         call RTL expressions.
10778         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
10779         * fr30.md (call patterns): Improve constraints.
10780
10781 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
10782
10783         * fr30.c (fr30_expand_epilogue): Revert last change.
10784         Use emit_jump_insn for the return insn.
10785
10786 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
10787                           Stan Cox  <scox@cygnus.com>
10788
10789         * predict.c: New file. Preliminary infrastructure work for static
10790         branch prediction and basic block reordering.
10791         * basic-block.h: Add prototype for estimate_probability.
10792         * Makefile.in: Add rules for predict.o.
10793
10794 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
10795
10796         * fixincludes (va_list): Use __not_va_list__ for the dummy.
10797         * fixinc/*: Likewise.
10798
10799 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10800
10801         * cccp.c: PROTO -> PARAMS.
10802         * cexp.y: Likewise.
10803         * collect2.c: Likewise.
10804         * combine.c: Likewise.
10805         * convert.h: Likewise.
10806         * cse.c: Likewise.
10807         * dbxout.c: Likewise.
10808         * dbxout.h: Likewise.
10809         * diagnostic.c: Likewise.
10810         * doprint.c: Likewise.
10811         * dwarf2out.c: Likewise.
10812         * dwarf2out.h: Likewise.
10813         * dwarfout.c: Likewise.
10814         * dwarfout.h: Likewise.
10815         * dyn-string.h: Likewise.
10816
10817 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10818
10819         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
10820         macro conditionals guarding use.
10821
10822         * dwarf2out.c: Include "tm_p.h".
10823
10824         * function.c (locate_and_pad_parm): Mark parameter with
10825         ATTRIBUTE_UNUSED.
10826         (expand_function_end): Likewise for variable `context'.
10827
10828         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
10829
10830 2000-01-13  Nick Clifton  <nickc@cygnus.com>
10831
10832         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
10833         register to prevent compile time warnings.
10834
10835 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
10836
10837         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
10838         to avoid -Wtraditional warning.
10839
10840 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10841
10842         * 1750a-protos.h: New file.
10843
10844         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
10845         time warnings.
10846
10847         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
10848         warnings.
10849
10850         * 1750a.md: Likewise.
10851
10852 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10853
10854         * a29k-protos.h: New file.
10855
10856         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10857         time warnings.
10858
10859         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
10860         warnings.
10861
10862 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10863
10864         * clipper-protos.h: New file.
10865
10866         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
10867         time warnings.
10868
10869         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
10870         warnings.
10871
10872 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10873
10874         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
10875
10876 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
10877
10878         * configure.in (--enable-new-gxx-abi): New option.
10879         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
10880         * Makefile.in (GXX_ABI_FLAG): New variable.
10881         * configure: Regenerate.
10882
10883 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10884
10885         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
10886         * tm.texi (FORCE_STRUCT_BLK): Document.
10887         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
10888
10889 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
10890
10891         * config/ns32k/ns32k.md: Revert Jan 9 change.
10892
10893         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
10894         to a mode-test, if the predicate is address_operand.
10895
10896 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
10897
10898         * combine.c (if_then_else_cond): Be careful about what kinds
10899         of RTL expressions are passed to operand_subword.
10900
10901         * flow.c (split_edge): If we have to insert a new jump, make
10902         sure to associate it with a basic block.
10903
10904         * flow.c (commit_one_edge_insertion): A block with one successor
10905         can end in a JUMP_INSN that is not a simplejump.
10906
10907 2000-01-12  Robert Lipe  <robertl@sco.com>
10908
10909         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
10910         (BUILD_VA_LIST_TYPE): Define.
10911         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
10912         with crtstuff.c.
10913
10914 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
10915
10916         * cccp.c (do_pragma): Add cast to (char *).
10917
10918 2000-01-12  Richard Henderson  <rth@cygnus.com>
10919             Fred Fish  <fnf@be.com>
10920             Jason Merrill  <jason@cygnus.com>
10921
10922         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
10923         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
10924         * i386/beos-elf.h, i386/beos-pe.h: New files.
10925
10926         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
10927         * cross-make (SYSTEM_HEADER_DIR): Define using
10928         CROSS_SYSTEM_HEADER_DIR.
10929
10930         * gcc.c (LIBRARY_PATH_ENV): Provide default.
10931         (process_command): Use it.
10932         (main): Likewise.  Kill trailing = from env vars.
10933         (build_search_list): Put it back.
10934         * collect2.c (main): Use LIBRARY_PATH_ENV.
10935
10936         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
10937         * toplev.c: Use NEED_DECLARATION_ENVIRON.
10938
10939         * tm.texi (Frame Layout): Document SMALL_STACK.
10940         * c-common.c (c_common_nodes_and_builtins): Check it.
10941
10942         * system.h: Undef alloca after including glibc's <stdlib.h>,
10943         if USE_C_ALLOCA is defined.
10944
10945         * gcc.c (set_input): New fn.
10946         (main): After all input files are compiled, reset the input file
10947         info to the first.
10948
10949         * aclocal.m4 (rindex, index): If already defined, don't attempt
10950         to redefine.
10951
10952         * ginclude/varargs.h: (__va_list__): Define ifndef.
10953         * ginclude/stdarg.h: Likewise.
10954
10955         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
10956         instead of unsigned char.
10957
10958         * hash.h (true, false, boolean): Undef before enum.
10959
10960         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
10961         proper type of "HOST_WIDE_INT *", rather than their natural type of
10962         "unsigned HOST_WIDE_INT *".
10963
10964 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10965
10966         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
10967
10968         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
10969
10970         * regclass.c (choose_hard_reg_mode): Likewise.
10971
10972         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
10973
10974         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
10975
10976 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10977
10978         * c-common.c: PROTO -> PARAMS.
10979         * c-common.h: Likewise.
10980         * c-decl.c: Likewise.
10981         * c-iterate.c: Likewise.
10982         * c-lang.c: Likewise.
10983         * c-lex.c: Likewise.
10984         * c-lex.h: Likewise.
10985         * c-parse.in: Likewise.
10986         * c-pragma.c: Likewise.
10987         * c-pragma.h: Likewise.
10988         * c-tree.h: Likewise.
10989         * c-typeck.c: Likewise.
10990         * objc/objc-act.c: Likewise.
10991         * objc/objc-act.h: Likewise.
10992
10993 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10994
10995         * m88k-protos.h: New file.
10996
10997         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10998         time warnings.
10999
11000         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
11001
11002         * m88k.md: Likewise.
11003
11004         * tekXD88.h: Likewise.
11005
11006 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11007
11008         * m68k-protos.h: New file.
11009
11010         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
11011         time warnings.
11012
11013         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
11014
11015         * mot3300.h: Likewise.
11016
11017 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
11018
11019         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
11020         extract_bitlst.
11021         (extract_bitlist): Declare bitlen.
11022
11023 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
11024
11025         * cccp.c: Accept and ignore -lang-fortran.
11026
11027         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
11028         qualifiers don't match at any level of pointerness.
11029
11030 2000-01-12  Robert Lipe  <robertl@sco.com>
11031
11032         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
11033
11034 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
11035
11036         * reload1.c (reload_reg_unavailable): New static variable.
11037         (reload_reg_free_p): Test it.
11038         (reload_reg_free_for_value_p): Test it instead of
11039         reload_reg_used.
11040         (choose_reload_regs_init): Compute it.
11041
11042 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
11043
11044         * reorg.c (fill_slots_from_thread): Check modified_in_p
11045         before replacing.
11046
11047 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
11048
11049         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
11050         these nodes even if INTERNALS is not set.
11051
11052 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
11053
11054         * gcse.c (delete_null_pointer_checks_1): Cope when
11055         get_condition cannot determine the condition.
11056
11057 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
11058
11059         * toplev.h (set_message_length): Declare.
11060
11061         * diagnostic.c (obstack_chunk_alloc): Define macro.
11062         (obstack_chunk_free): Likewise.
11063         (struct output_buffer): New data structure.
11064         (vmessage): Remove.
11065         (output_maximum_width): New variable.
11066         (doing_line_wrapping, set_message_length, init_output_buffer,
11067         get_output_prefix, output_space_left, emit_output_prefix,
11068         output_newline, output_append, output_puts, dump_output,
11069         vbuild_message_string, build_message_string, build_location_prefix,
11070         voutput_notice, output_printf, line_wrapper_printf,
11071         vline_wrapper_message_with_location):  New functions. Implement
11072         automatic line wrapping.
11073         (v_message_with_decl): Make it handle automatic line wrapping.
11074         (v_error_with_file_and_line): Likewise.
11075         (v_warning_with_file_and_line): Likewise.
11076         (announce_function): Likewise.
11077         (default_print_error_function): Likewise.
11078
11079 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
11080
11081         * cpplib.h (struct cpp_options): Change lang_asm to char.
11082         Add lang_fortran.
11083         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
11084         done in cpp_handle_option now.
11085         (initialize_builtins): Take out special case code used only by
11086         __STDC_VERSION__.
11087         (cpp_handle_option): Turn off trigraphs and trigraph warnings
11088         if -traditional.  Recognize -lang-fortran and set
11089         lang_fortran, also turn off cplusplus_comments.
11090         (print_help): Document -lang-fortran.
11091         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
11092         lang_asm. Ignore all directives other than `# 123 "file"' if
11093         CPP_PREPROCESSED.
11094         (cpp_get_token): If -traditional, don't recognize directives
11095         unless the # is in column 1.
11096         (parse_string): If lang_fortran or lang_asm, silently
11097         terminate strings ('' or "") at end of line.
11098         Remove unnecessary braces.
11099
11100 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11101             Richard Henderson  <rth@cygnus.com>
11102
11103         * resource.c (mark_referenced_resources): Mark a set strict_low_part
11104         as used.
11105         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
11106         strict_low_part when possible.
11107
11108 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11109
11110         * alias.c: PROTO -> PARAMS.
11111         * basic-block.h: Likewise.
11112         * bitmap.c: Likewise.
11113         * bitmap.h: Likewise.
11114         * builtins.c: Likewise.
11115         * c-aux-info.c: Likewise.
11116         * caller-save.c: Likewise.
11117         * calls.c: Likewise.
11118
11119 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11120
11121         * Makefile.in (toplev.o): Depend on regs.h.
11122
11123         * output.h (tdesc_section): Prototype.
11124
11125         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
11126
11127         * sdbout.c: Include "tm_p.h".
11128
11129         * toplev.c: Include "regs.h".
11130
11131 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
11132
11133         * unroll.c (unroll_loop): Add EH support.
11134
11135 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11136
11137         * pa-protos.h: New file.
11138
11139         * pa.c: Include recog.h and tm_p.h.
11140         (compute_zdepwi_operands, compute_movstrsi_length,
11141         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
11142         find_addr_reg, import_milli): Add static prototypes.
11143         (pa_cpu_string, pa_arch_string): Constify a char*.
11144         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
11145         (read_only_operand): Add argument `mode'.
11146         (singlemove_string, output_move_double, output_fp_move_double,
11147         output_block_move, output_and, output_ior, output_ascii,
11148         remove_useless_addtr_insns, milli_names, output_mul_insn,
11149         output_div_insn, output_mod_insn, output_arg_descriptor,
11150         output_cbranch, output_bb, output_bvb, output_dbra, ,
11151         output_millicode_call, output_call, hppa_encode_label,
11152         output_parallel_movb, output_parallel_addb): Constify a char*.
11153         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
11154         (output_parallel_addb): Remove extra arg to `constrain_operands'
11155
11156         * pa.h:  Move all prototypes to pa-protos.h.
11157         (pa_cpu_string, pa_arch_string): Constify a char*.
11158         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
11159
11160         * pa.md: Call `function_label_operand' with mode argument.
11161         Likewise for `read_only_operand'.
11162         Fix nesting of parens in call to `symbolic_operand'.
11163
11164 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11165
11166         * i860-protos.h: New file.
11167
11168         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
11169         time warnings.
11170
11171         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
11172
11173         * i860.md: Likewise.
11174
11175 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
11176
11177         * i386.md (movstrsi expander): Rewrite.
11178         (movstrsi_1 insn): Deleted.
11179         (strmovhi, strmovqi expander): New expanders.
11180         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
11181         * i386.c (x86_single_stringop): New global variable.
11182         * i386.h (x86_single_stringop): Declare.
11183         (TARGET_SINGLE_STRINGOP): New macro.
11184
11185 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
11186
11187         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
11188         integer vararg POSTINCREMENT before the destination of the jump
11189         for the hard fp case.
11190         (function_arg_pass_by_reference): Pass a copy of CUM to
11191         FUNCTION_ARG.
11192
11193         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
11194         for CONSTANT_ADDRESS_P above while loop for subreg.
11195
11196 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
11197
11198         * flow.c (propagate_block): When a prologue/epilogue insn
11199         is marked dead, unconditionally clear libcall_is_dead and
11200         insn_is_dead, and only dump rtl if warnings aren't being
11201         suppressed.
11202
11203 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
11204
11205         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
11206         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
11207         (FIXED_REGISTERS): Set dirflag as fixed.
11208         (CALL_USED_REGISTERS): Set dirflag as used.
11209         (REG_ALLOC_ORDER): Set dirflag as last one.
11210         (DIRFLAG_REG): New macro.
11211         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
11212         (HI_REGISTER_NAMES): Add dirflag.
11213         (DEBUF_PRINT_REG): Handle dirflag.
11214         * i386.md (type attribute): New cld and str types.
11215         (length_opcode attribute): Set cld and str to 1.
11216         (memory attribute): Set str to unknown - it is not clear from the
11217         patterns.
11218         (pent_np function unit): Prefixed string operations takes 12 cycles
11219         minimally; cld takes 2 cycles.
11220         (ppro_uops attribute): Str is "many" and cld is "few".
11221         (ppro_p0 unit): Handle cld here.
11222         (k6_alux unit): Handle cld and str types.
11223         (k6_load unit): It is ocupied by str opcodes.
11224         (k6_store unit): It is ocupied by str opcodes.
11225         (athlon_decode): Str is vector decoded.
11226         (athlon_ieu): Handle str and cld.
11227         (cld pattern): New.
11228         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
11229         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
11230         cmpstrsi_nz_1 insn): Do not output cld instruction
11231
11232 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
11233
11234         * gcc.texi (G++ and GCC): Add Java and Chill.
11235         (Bug Critera): Don't list languages.
11236
11237         * gcc.texi (Incompatibilities): No longer claim most C compilers
11238         are K&R.
11239
11240         * gcc.texi (G++ and GCC): Update other front-ends list.
11241
11242 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
11243
11244         * i386.c (ix86_expand_setcc): Fix typo.
11245         (ix86_expand_movcc): Similarly.
11246
11247         * Band-aid until haifa's bitset implementation is nuked.
11248         * haifa-sched.c (extract_bitlst): New parameter for size of the
11249         bitset in bits.  All callers changed.  Avoid looking at undefined
11250         bits in the bitset.
11251         (edgeset_bitsize): New variable.
11252         (schedule_region): Initialize edgeset_bitsize.
11253
11254 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11255
11256         * Makefile.in (optabs.o): Depend on real.h
11257         (resource.o): Depend on insn-attr.h
11258
11259         * builtins.c (result_vector): Wrap prototype in macro conditions
11260         governing definition and use.
11261
11262         * c-common.c: Include tm_p.h.
11263
11264         * c-lex.c: Likewise.
11265
11266         * elfos.h: Constify a char*.
11267
11268         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
11269         (get_attr_length, shorten_branches, profile_after_prologue): Mark
11270         parameter with ATTRIBUTE_UNUSED.
11271
11272         * fold-const.c (exact_real_inverse): Wrap variable `i' in
11273         CHECK_FLOAT_VALUE.
11274
11275         * haifa-sched.c (schedule_insns): Mark parameter with
11276         ATTRIBUTE_UNUSED.
11277
11278         * optabs.c: Include real.h.
11279
11280         * real.h (ereal_atof): Add prototype arguments.
11281
11282         * resource.c: Include insn-attr.h.
11283
11284         * sdbout.c (sdbout_queue_anonymous_type,
11285         sdbout_dequeue_anonymous_types): Wrap in macro
11286         SDB_ALLOW_FORWARD_REFERENCES.
11287         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
11288         ATTRIBUTE_UNUSED.
11289
11290         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
11291
11292         * stupid.c: Include tm_p.h.
11293
11294         * tree.c (real_value_from_int_cst): Mark parameter with
11295         ATTRIBUTE_UNUSED.
11296
11297 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11298
11299         * i960-protos.h: New file.
11300
11301         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
11302         time warnings.
11303
11304         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
11305
11306 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11307
11308         * combine.c (expand_field_assignment): Do not discard SUBREGs
11309         while computing nonzero_bits.
11310
11311 2000-01-09  Nick Clifton  <nickc@cygnus.com>
11312
11313         * config/arm/arm.c: Fix compile time warnings about signed vs
11314         unsigned constants.
11315         * config/arm/arm.h: Fix compile time warnings about signed vs
11316         unsigned constants.
11317
11318 2000-01-09  Philip Blundell  <philb@gnu.org>
11319
11320         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
11321         than `ldm' with only one register.
11322         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
11323         only one register.
11324
11325         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
11326         clobbered.
11327
11328 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
11329
11330         * config/ns32k/ns32k.md (load or push effective address): Operand 1
11331         must have SImode.
11332
11333 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11334
11335         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
11336         assignment used as truth value.
11337
11338         * function.c (assign_temp): Mark parameter `dont_promote' with
11339         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
11340         PROMOTE_FOR_CALL_ONLY.
11341
11342         * genrecog.c (write_subroutine): Mark variable `operands' with
11343         ATTRIBUTE_UNUSED.
11344
11345         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
11346         ATTRIBUTE_UNUSED.
11347
11348         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
11349         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
11350
11351         * toplev.c (note_deferral_of_defined_inline_function): Likewise
11352         for `decl'.
11353
11354 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11355
11356         * config/c4x.h: Tidy up comments.
11357         * config/c4x.c: Likewise.
11358
11359 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
11360
11361         * fold-const.c (lshift_double, rshift_double): Handle
11362         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
11363
11364 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11365
11366         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
11367         in prepare_function_start().
11368
11369 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
11370
11371         * config/v850/v850.c (expand_epilogue): Interrupt functions no
11372         longer allocate extra stack for function calls.
11373
11374 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11375
11376         * config/c4x/c4x.md (*subqf3_set): Fix typo.
11377
11378 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11379
11380         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
11381
11382 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
11383
11384         * rs6000.c (processor_target_table): Add power3 as alias for 630.
11385         * aix43.h: Revert Aug 2 change.
11386         (HAS_INIT_SECTION): Define, not visible yet.
11387         (LD_INIT_SWITCH): Define, not visible yet.
11388         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
11389
11390         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
11391
11392         * collect2.c (main): Expand ld2 size further.
11393         (export_object_lst): Cast assignment to avoid warning.
11394         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
11395         (scan_prog_file, COFF): Do not collect initialization or
11396         finalization functions generated for entire shared object if
11397         init/fini support present.
11398
11399 2000-01-07  Nick Clifton  <nickc@cygnus.com>
11400
11401         * config/elfos.h: Tidy up formatting of marcos.  Make sure
11402         that .section directives are always prefixed by a tab.
11403
11404         * config/svr4.h: Add #include "elfos.h" and remove duplicate
11405         definitions.
11406
11407 2000-01-07  Matt Austern  <austern@sgi.com>
11408
11409         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
11410         expon.
11411
11412 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
11413
11414         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
11415         crtstuff.c.
11416         (crtbegin.o, s-crtS): Likewise.
11417
11418 2000-01-06  Richard Henderson  <rth@cygnus.com>
11419
11420         * alpha.md (adddi_2+1): Limit offset such that it will be
11421         loadable with a single ldah+lda pair.
11422         (adddi_2+2): Explicitly fail split if we can't make it work.
11423
11424 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
11425
11426         * protoize.c: Conditionally include unistd.h.
11427         (IS_SAME_PATH_CHAR): New macro.
11428         (IS_SAME_PATH): New macro.
11429         (CPLUS_FILE_SUFFIX): New macro.
11430         (cplus_suffix): New static variable.
11431         (is_abspath): New static function.
11432         (in_system_include_dir): Handle DOS style pathnames.
11433         (file_could_be_converted): Likewise.
11434         (file_normally_convertible): Likewise.
11435         (directory_specified_p): Likewise.
11436         (file_excluded_p): Likewise.
11437         (abspath): Likewise.
11438         (shortpath): Likewise.
11439         (referenced_file_is_newer): Likewise.
11440         (save_def_or_dec): Likewise.
11441         (do_processing): Likewise.
11442         (main): Likewise.
11443         (edit_file): Likewise. Use rename instead of link.
11444         (rename_c_file): Likewise. Don't rename syscalls file.
11445         (munge_compile_params): Define null device for DOS based systems.
11446         (process_aux_info_file): Use binary mode if appliable.
11447         (edit_file): Likewise.
11448         * invoke.texi (Running Protoize): Document C++ suffixes used.
11449
11450         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
11451         IS_DIR_SEPARATOR macros.
11452         * collect2.c: Likewise.
11453         * cppinit.c: Likewise.
11454         * dwarf2out.c: Likewise.
11455         * gcc.c: Likewise.
11456         * gcov.c: Likewise.
11457         * prefix.c: Likewise.
11458         * rtl.c: Likewise.
11459         * toplev.c: Likewise.
11460         * system.h: And move to here.
11461
11462         * prefix.c (update_path): Fix typo in variable name.
11463
11464 2000-01-06  Richard Henderson  <rth@cygnus.com>
11465
11466         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
11467         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
11468         (count_reg_sets_1, count_reg_references): Likewise.
11469         (flow_loops_level_compute): Start counting actual loop depth at 1.
11470         (flow_loops_find): Likewise.
11471         * local-alloc.c (update_equiv_regs): Likewise.
11472         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
11473
11474 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
11475
11476         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
11477         FIRST_PSEUDO_REGISTER
11478         * dwarf2out.c: Don't include frame.h
11479         * dwarfout.c: Likewise
11480         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
11481         frame.h
11482
11483 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
11484
11485         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
11486         dead registers.
11487
11488         * i386.c (movsf splitter): Fix typo in my last checkin.
11489
11490 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11491
11492         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
11493         own definition of this macro.
11494         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
11495         flag_data_sections or UNIQUE_SECTION_P are true.
11496
11497         * tm.texi (UNIQUE_SECTION): Document that it can be called for
11498         unitialised data decls.
11499
11500         * config/i386/winnt.c (i386_pe_unique_section): Cope with
11501         being called for uninitialised data.
11502
11503         * config/i386/interix.c (i386_pe_unique_section): Cope with
11504         being called for uninitialised data.
11505
11506         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
11507         for uninitialised data.
11508
11509         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
11510         for uninitialised data.
11511
11512         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
11513         for uninitialised data.
11514
11515         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
11516         (UNIQUE_SECTION_P): Always generate a unique section if
11517         flag_data_sections is true.
11518         (UNIQUE_SECTION): Also generate unique sections for
11519         uninitialised data.
11520         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
11521         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
11522         named_section().
11523
11524 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11525
11526         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
11527         SI, or DI.
11528
11529 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11530
11531         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
11532         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
11533         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
11534         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
11535         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
11536
11537         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
11538
11539 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
11540
11541         * c-decl.c (finish_enum): Simplify code to determine minimum and
11542         maximum values of the enum, and calculate the type.  Remove check
11543         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
11544         the DECL_INITIAL of each enumeration constant with a copy converted
11545         to the enumeration type.  When updating variant types, don't bother
11546         updating the type itself.
11547
11548         * c-typeck.c (build_binary_op): Simplify conditional expressions
11549         when weeding out spurious signed-unsigned warnings.  Add new
11550         spurious warning category: if the unsigned quantity is an enum
11551         and its maximum value fits in signed_type(result_type).  Update
11552         commentary.
11553         (build_conditional_expr): Warn here if one alternative is signed
11554         and the other is unsigned.
11555
11556 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11557
11558         * config/fr30/fr30.h: Remove extraneous comments.
11559
11560 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
11561
11562         * reload1.c (choose_reload_regs): When disabling a reload, also
11563         set reload_spill_index to -1.
11564
11565 2000-01-04  Joel Sherrill (joel@OARcorp.com>
11566
11567         * configure.in (m68*-*-rtemscoff*): New target, formal name for
11568         old m68*-*-rtems*.
11569         (m68*-*-rtemself*): New target.
11570         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
11571         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
11572         (sparc*-*-rtemself*): New target.
11573         (sparc*-*-rtems*): Now elf not a.out.
11574         * config/i386/rtems.h: Include config/rtems.h.
11575         * config/i386/rtemself.h: Include config/rtems.h.
11576         * config/i960/rtems.h: Include config/rtems.h.
11577         * config/m68k/rtems.h: Include config/rtems.h.
11578         * config/m68k/rtemself.h: Include config/rtems.h.
11579         * config/mips/rtems64.h: Include config/rtems.h.
11580         * config/pa/rtems.h: Include config/rtems.h.
11581         * config/rs6000/rtems.h: Include config/rtems.h.
11582         * config/sh/rtems.h: Include config/rtems.h.
11583         * config/sh/rtemself.h: Include config/rtems.h.
11584         * config/sparc/rtems.h: Include config/rtems.h.
11585         * config/sparc/rtemself.h: Include config/rtems.h
11586
11587 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
11588
11589         * final.c (shorten_branches): Correctly compute length of
11590         asms without operands.
11591
11592 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
11593
11594         * configure.in: Add pj target.
11595         * configure: Regenerate.
11596         * config/pj: New directory.
11597         * config/pj/lib1funcs.S: New file.
11598         * config/pj/linux.h: New file.
11599         * config/pj/pj.c: New file.
11600         * config/pj/pj.md: New file.
11601         * config/pj/pjl.h: New file.
11602         * config/pj/t-pj: New file.
11603         * config/pj/xm-pj.h: New file
11604
11605 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
11606
11607         * toplev.c (rest_of_compilation): Run shorten-branches before
11608         reg-stack for now.
11609
11610 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11611
11612         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
11613         macros so that they're consistent with their names.
11614         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11615         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11616
11617 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11618
11619         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
11620         modified inadvertently.
11621
11622 2000-01-04  Joel Sherrill <joel@OARcorp.com>
11623
11624         * configure.in (v850*-*-rtems*): New target.
11625         * configure: Regenerate.
11626         * config/v850/rtems.h: New file.
11627
11628 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
11629
11630         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
11631         (__gthread_key_create): Likewise.
11632         (__gthread_key_dtor):  Likewise.
11633         (__gthread_once): Fix logic.
11634         (__gthread_key_delete): Cast away constness.
11635
11636         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
11637         * invoke.texi: Document.
11638         * i386/mingw32.h (CPP_SPEC): Use.
11639         (LIBGCC_SPEC): Likewise.
11640         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
11641
11642 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11643
11644         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
11645         (HANDLE_PRAGMA_PACK): Undefine.
11646         (SLOW_UNALIGNED_ACCESS): Define.
11647
11648 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11649
11650         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11651         to default definition.
11652         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
11653         (store_fixed_bit_field): Call macro with word_mode and alignment.
11654         (extract_bit_field): Call macro with relevant mode and alignment.
11655         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11656         to default definition.
11657         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
11658         and alignment.
11659         (move_by_pieces_ninsns): Likewise.
11660         (clear_by_pieces): Likewise.
11661         (emit_push_insn): Likewise.
11662         (store_field): Call macro with relevant mode and alignment.
11663         (expand_expr): Likewise.
11664         (expand_expr_unaligned): Likewise.
11665
11666         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
11667         (SLOW_UNALIGNED_ACCESS): Define.
11668         (CASE_VECTOR_MODE): Always use 32-bit offsets.
11669         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
11670         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
11671         (toc_section): Likewise and .toc pseudo-op.
11672         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
11673         64-bit mode.
11674         (TEXT_SECTION_ASM_OP): Likewise.
11675         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
11676         32-bit offsets.
11677
11678         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
11679         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
11680         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
11681         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
11682         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
11683
11684 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
11685
11686         * regclass.c: Revert my Jan 4 change to loop cost computation.
11687
11688 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11689
11690         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
11691         compilation.
11692
11693 2000-01-04  Stan Cox  <scox@cygnus.com>
11694
11695         * haifa-sched.c (build_control_flow): Change unreachable simple
11696         loop test to check if current block has only one predecessor.
11697         (find_rgns): Initialize degree.  Use dest as degree index, not src.
11698
11699 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11700
11701         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
11702
11703         * calls.c (expand_call): Likewise for
11704         `old_stack_arg_under_construction'.
11705
11706         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
11707
11708         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
11709         `save_constant'.
11710
11711         * gcc.c (execute): Likewise for `ut' and `st'.
11712
11713         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
11714
11715         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
11716
11717         * jump.c (jump_optimize_1): Likewise for `temp2'.
11718
11719         * local-alloc.c (block_alloc): Likewise for `r1'.
11720
11721         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
11722
11723         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
11724         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
11725
11726         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
11727         and `set2'.
11728
11729         * reload.c (find_reloads): Likewise for `goal_alternative_number'
11730         and `goal_earlyclobber'.
11731
11732         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
11733
11734         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
11735
11736         * stupid.c (stupid_life_analysis): Likewise for `chain'.
11737
11738         * unroll.c (copy_loop_body): Likewise for `copy'.
11739
11740         * varasm.c (output_constructor): Likewise for `byte'.
11741
11742 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11743
11744         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
11745         all FP constants for constant->reg moves.
11746         (ix86_split_to_parts): Try to convert memory address into immediate
11747         when available in the constant pool.
11748         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
11749         moves.
11750         (LEGITIMATE_CONSTANT_P): Return 1.
11751         * i386.md (pushsf): New splitter to convert constant pool memory
11752         reference to immediate.
11753         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
11754         reload.
11755
11756 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
11757
11758         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
11759         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
11760         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
11761         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
11762         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
11763
11764 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
11765
11766         * ginclude/stdbool.h:  Support compilation as C++.
11767
11768 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11769
11770         * fold-const.c (make_range): Don't try to reverse an unbounded range.
11771
11772 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
11773
11774         * regclass.c (regclass): Properly compute loop_cost.  Adjust
11775         comments.
11776
11777         * regclass.c: Fix minor whitespace problems.
11778
11779 2000-01-03  Anthony Green  <green@cygnus.com>
11780
11781         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
11782         Restore the pic register if required.
11783
11784 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
11785
11786         * c-common.c (format_char_info): Update comment.
11787         (check_format_info): Recognize 'z' modifier in the same way 'Z'
11788         was recognized.  Emit warning for formats new in ISO C99 only
11789         if flag_isoc9x is not set.
11790
11791 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
11792
11793         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
11794
11795 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11796
11797         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
11798         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
11799         (make_compound_operation): Choose cheaper alternative between
11800         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
11801
11802         * regclass.c (op_costs): Remove global variable.
11803         (record_reg_classes): New parameter "op_costs" and "reg_pref".
11804         (record_operand_costs): Break out from ...
11805         (scan_one_insn): ... here.
11806         (dump_regclass): Make dumps nicer.
11807         (regclass): Dump preferrences choosed and changes done during passes.
11808
11809 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11810
11811         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
11812
11813 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11814
11815         * config/sparc/sparc.c (gen_df_reg): New function.
11816         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
11817         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
11818         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
11819         movtf_cc_reg_sp64+1): Use it.
11820
11821 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11822
11823         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
11824         copied LABEL_DECLs.
11825
11826 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11827
11828         * config/i386/i386.c (ix86_expand_unary_operator): Function
11829         definition made void.
11830         (ix86_expand_binary_operator): Update outdated preceding comment.
11831         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
11832         prototype.
11833
11834         * config/i386/i386.c (override_options): Fix option-name typo.
11835
11836 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11837
11838         * system.h (CEIL): Define.
11839         * builtins.c (CEIL): Remove.
11840         * expmed.c (CEIL): Likewise.
11841         * expr.c (CEIL): Likewise.
11842         * stor-layout.c (CEIL): Likewise.
11843
11844 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11845
11846         * expr.c (store_constructor_field): Fix typo introduced with last
11847         gcc2 merge.
11848
11849 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
11850
11851         * tree.h (BINFO_N_BASETYPES): New macro.
11852
11853 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
11854
11855         * expmed.c (emit_store_flag): Prevent losing a pending stack
11856         adjust the same way we prevent losing queued increments.
11857
11858 Fri Dec 31 19:10:31 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11859
11860         * function.c (update_temp_slot_address): Handle case where sum of
11861         temporary address plus offset in register is a valid address.
11862
11863 1999-12-30  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
11864
11865         * genrecog.c (change_state) Corrected typo.
11866
11867 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11868
11869         * system.h (bcopy, bcmp, bzero, index, rindex, atof, atol, free,
11870         getcwd, getenv, getwd, sbrk, strstr, malloc, calloc, realloc,
11871         strerror, getrlimit, setrlimit, abort): Add prototype arguments.
11872
11873 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
11874
11875         * i386.c (ix86_expand_fp_compare): In non-sahf non-TARGET_IEEE
11876         case, expand GT comparisons correctly.  Fix a comment before this
11877         part of the code.
11878
11879 1999-12-30  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
11880
11881         * dwarfout.c: Include "frame.h"
11882         * dwarf2out.c: Likewise.
11883         * Makefile.in (dwarfout.o): Depend on frame.h
11884         (dwarf2out.o): Likewise.
11885
11886 1999-12-29  "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
11887
11888         Restore i386 binary compatibility in Dwarf EH info.
11889         * config/i386/i386.h (DWARF_FRAME_REGISTERS): Define as 17, the old
11890         value of FIRST_PSEUDO_REGISTER.
11891         * frame.h (DWARF_FRAME_REGISTERS): Default to FIRST_PSEUDO_REGISTER.
11892         (struct frame_state): Use DWARF_FRAME_REGISTERS.
11893         * dwarfout.c (output_reg_number): Ditto.
11894         * dwarf2out.c (reg_number, expand_builtin_init_dwarf_reg_sizes): Ditto.
11895         (DWARF_FRAME_RETURN_COLUMN): Default to DWARF_FRAME_REGISTERS.
11896
11897 1999-12-29  Bruce Korb  <autogen@linuxbox.com>
11898
11899         * fixinc/fixincl.c(wait_for_pid): sometimes a WSTOPSIG of zero is OK
11900         * fixinc/fixincl.tpl(<hack>TEST_CT): Just do the existence test once
11901         (<hack>_RE_CT): not needed
11902         * fixinc/fixlib.c(is_cxx_header): moved from fixtests.c
11903         rewritten to scan the file text once only
11904         "template<..." test added
11905         * fixinc/fixlib.h(apply_fix_p_t): moved from fixtests.c
11906         (is_cxx_header): declaration added
11907         * fixinc/fixtests.c(is_cxx_header): removed
11908         (apply_fix_p_t): removed
11909         (double_slash_test): is_cxx_header is only called once now
11910         * fixinc/hackshell.tpl: indexing the fixes is now done under DEBUG
11911         * fixinc/inclhack.def(FIXINC_DEBUG): added for testing DEBUG state
11912         within the templates.
11913         The borken spelling of "broken" was fixed.
11914         * fixinc/inclhack.tpl: The $VERBOSE level is used on various messages
11915         The default level depends on FIXINC_DEBUG.
11916
11917 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11918
11919         * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.
11920         Otherwise provide a declaration for atexit.
11921         (init_dummy): Make sure dummy call to atexit is nevertheless
11922         called with correct number of args.
11923
11924         * frame.c: Update comments referring to other files.
11925
11926         * libgcc2.c: Likewise.
11927
11928 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11929
11930         * cse.c (free_element, get_element): Remove unused prototypes.
11931
11932         * fold-const.c (extract_muldiv): Initialize variables `op0' and
11933         `op1'.
11934
11935         * jump.c (invert_exp): Add explicit braces to avoid ambiguous
11936         `else' clauses.
11937
11938 Wed Dec 29 12:44:54 1999  Donald Lindsay  <dlindsay@cygnus.com>
11939
11940         * configure.in,configure: case arm for mn10200-*-* now sets
11941         float_format=i32 so that float.h will correctly claim "double"
11942         to be 32 bits. Ran autoconf to generate configure from .in file.
11943
11944 Wed Dec 29 10:53:21 1999  Jeffrey A Law  (law@cygnus.com)
11945
11946         * pa.md (conditional zero): If op1 is a register, force it into
11947         the same register as op0.
11948
11949 1999-12-28  Mark Mitchell  <mark@codesourcery.com>
11950
11951         * tree.h (BINFO_BASETYPES): Improve documentation.
11952
11953 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11954
11955         * configure.in (--enable-checking): Use a more portable `for'
11956         loop syntax.
11957
11958 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11959
11960         * configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h,
11961         arm/xm-netbsd.h, NO_SYS_SIGLIST): Don't use.
11962
11963         * xm-siglist.h, arm/xm-netbsd.h, mips/xm-news.h, mips/xm-sysv4.h:
11964         Delete files.
11965
11966         * gcc.texi (NO_SYS_SIGLIST, sys_siglist, SYS_SIGLIST_DECLARED):
11967         Delete descriptions.
11968
11969         * i386/osf1elf.h, i386/xm-cygwin.h, i386/xm-mingw32.h, m68k/3b1.h,
11970         m68k/a-ux.h, m68k/dpx2.h, m68k/plexus.h, m68k/xm-hp320.h,
11971         m88k/xm-m88k.h, mips/x-sni-svr4, pa/xm-pa.h, pa/xm-pahpux.h,
11972         pa/xm-papro.h, we32k/xm-we32k.h, winnt/xm-winnt.h, xm-interix.h,
11973         xm-svr4.h: Remove all instances of sys_siglist handling.
11974
11975 1999-12-27  Jakub Jelinek  <jakub@redhat.com>
11976
11977         * config/sparc/sparc.md (cmp_zero_qi,
11978         cmp_zero_extendqisi2_andcc_set, cmp_zero_qi_sp64,
11979         cmp_zero_extendqidi2_andcc_set): New patterns.
11980
11981 1999-12-28  Manfred Hollstein  <mhollstein@cygnus.com>
11982
11983         * m68k/t-mot3300-gald (CROSS_LIBGCC1): Define to libgcc1-asm.a.
11984         (LIB1ASMSRC, LIB1ASMFUNCS, LIB2FUNCS_EXTRA): Define.
11985         (fpgnulib.c, xfgnulib.c): Add rules.
11986         * m68k/t-mot3300-gas: Likewise.
11987
11988 1999-12-27  Ian Lance Taylor  <ian@zembu.com>
11989
11990         * configure.in: Avoid [[ by using test and changequote.  Add
11991         changequote required by 1999-12-14 change.
11992         * configure: Rebuild.
11993
11994 1999-12-27  Clinton Popetz  <cpopetz@cygnus.com>
11995
11996         * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix.
11997
11998 1999-12-27  Christophe Jaillet  <jaillet.christophe@caramail.com>
11999
12000         * alias.c (nonlocal_reference_p): Add else for disjoint ifs.
12001         * flow.c (find_use_as_address): Likewise.
12002         * function.c (fixup_var_refs_1): Likewise.
12003         (walk_fixup_memory_subreg, fixup_stack_1): Likewise.
12004         * jump.c (invert_exp, redirect_exp): Likewise.
12005         * loop.c (replace_call_address): Likewise.
12006         (count_nonfixed_reads): Likewise.
12007         * rtlanal.c (modified_between_p): Likewise.
12008         (modified_in_p, volatile_insn_p, volatile_refs_p): Likewise.
12009         (side_effects_p, replace_regs, jmp_uses_reg_or_mem): Likewise.
12010         * unroll.c (remap_split_bivs): Likewise.
12011
12012 1999-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12013
12014         * diagnostic.c (v_message_with_decl): Use .* format specifier
12015         instead of building the format specifier width manually.
12016
12017         * system.h (strsignal): Don't check HAVE_STRSIGNAL when
12018         determining whether to provide a prototype.  Remove the
12019         sys_siglist clause in the conditional.
12020
12021 1999-12-23  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12022
12023         * fold-const.c (operand_equal_p): Use memcmp to compare string
12024         constants.
12025         Suggested by D. J. Bernstein
12026
12027 1999-12-17  Jakub Jelinek  <jakub@redhat.com>
12028
12029         * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make sure
12030         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
12031         compiling libgcc2.
12032         * config/mips/mips.h (TARGET_64BIT): Likewise.
12033         * config/rs6000/rs6000.h (TARGET_POWERPC64): Likewise.
12034         * libgcc2.c: Use {,U}{HW,W,DW}type and DWunion everywhere instead
12035         of {SI,DI}type and DIunion.  Define these types to QI/HI modes on
12036         dsps.  Give routines proper names if SI/DI modes are not used.
12037         * longlong.h: Use DWunion instead of DIunion.
12038
12039 1999-12-26  Zack Weinberg  <zack@wolery.cumb.org>
12040
12041         * acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING,
12042         GC_CHECKING, GC_ALWAYS_COLLECT.
12043         * configure.in: Allow --enable-checking with an argument
12044         listing check modes to enable.
12045         * config.in, configure: Rebuilt.
12046         * ggc-page.c, ggc-simple.c: Define GGC_POISON (and
12047         GGC_ALWAYS_VERIFY for ggc-simple.c) only if
12048         ENABLE_GC_CHECKING.  Define GGC_ALWAYS_COLLECT only if
12049         ENABLE_GC_ALWAYS_COLLECT.
12050         * rtl.h, rtl.c: Change ENABLE_CHECKING to ENABLE_RTL_CHECKING
12051         throughout.
12052         * tree.h, tree.c: Change ENABLE_CHECKING to
12053         ENABLE_TREE_CHECKING throughout.
12054
12055 Sun Dec 26 07:48:20 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12056
12057         * fold-const.c (fold_truthop): Properly check for FP RHS.
12058
12059 1999-12-24  Mark Mitchell  <mark@codesourcery.com>
12060
12061         * toplev.h (note_deferall_of_defined_inline_function): Declare.
12062         * toplev.c (note_deferral_of_defined_inline_function): New
12063         function, split out from ...
12064         (rest_of_compilation): ... here.  Use it.
12065
12066 Fri Dec 24 12:34:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12067
12068         * expr.c (store_constructor): Don't call clear_storage if size is
12069         variable.
12070
12071 1999-12-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12072
12073         * Makefile.in (toplev.o): Depend on loop.h.
12074
12075         * dwarfout.c: Include tm_p.h.
12076
12077         * emit-rtl.c (restore_emit_status): Mark parameter with
12078         ATTRIBUTE_UNUSED.
12079
12080         * final.c (final_scan_insn): Likewise.
12081
12082         * flow.c (flow_nodes_print, flow_exits_print, flow_loops_cfg_dump,
12083         flow_loop_nested_p, flow_loop_exits_find, flow_loop_nodes_find,
12084         flow_depth_first_order_compute, flow_loop_pre_header_find,
12085         flow_loop_tree_node_add, flow_loops_tree_build,
12086         flow_loop_level_compute, flow_loops_level_compute,
12087         flow_loop_outside_edge_p): Add prototypes.
12088         (recompute_reg_usage): Mark parameters with ATTRIBUTE_UNUSED.
12089
12090         * ggc-callbacks.c (lang_mark_tree, lang_mark_false_label_stack):
12091         Mark with ATTRIBUTE_NORETURN.
12092
12093         * hash.c (hash_newfunc): Mark parameter with ATTRIBUTE_UNUSED.
12094
12095         * local-alloc.c (no_conflict_p): Likewise.
12096
12097         * loop.c (insert_bct): Hide definitions of variables with hidden
12098         usage.
12099         (note_reg_stored): Mark parameter with ATTRIBUTE_UNUSED.
12100
12101         * regclass.c (memory_move_secondary_cost): Mark variable `mem'
12102         with ATTRIBUTE_UNUSED.
12103         (record_reg_classes): Mark parameter with ATTRIBUTE_UNUSED.
12104         (reg_scan): Likewise.
12105
12106         * reload.c (find_reloads): Remove unused variables `changed'.
12107
12108         * reload1.c (reload_reg_class_lower): Don't unnecessarily cast
12109         away const-ness.
12110         (allocate_reload_reg): Mark parameter with ATTRIBUTE_UNUSED.
12111         Remove unused variable `insn'.
12112
12113         * toplev.c: Include loop.h.
12114         (report_file_and_line): Remove unnecessary prototype.
12115
12116         * tree.c (build_block): Mark parameter with ATTRIBUTE_UNUSED.
12117
12118         * unroll.c (biv_total_increment): Likewise.
12119
12120 Thu Dec 23 23:15:22 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12121
12122         * reload1.c (emit_input_reload_insns): Restore old behaviour
12123         wrt. 'special' reloads.
12124
12125 1999-12-23  Zack Weinberg  <zack@wolery.cumb.org>
12126
12127         * Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on
12128         hash.h.  (cse.c): Don't depend on hashtab.h.
12129
12130         * cse.c: Don't include hashtab.h.
12131         (hash_cse_reg_info, cse_reg_info_equal_p): Delete prototypes
12132         of dead functions.
12133         * ggc-simple.c: Don't include hash.h.
12134
12135 1999-12-22  Jason Merrill  <jason@casey.cygnus.com>
12136
12137         * dwarf2out.c (add_abstract_origin_attribute): Call
12138         gen_abstract_function on our function context.
12139
12140 Thu Dec 23 03:57:10 1999  Hans-Peter Nilsson  <hp@bitrange.com>
12141
12142         * Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
12143
12144 1999-12-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12145
12146         * config/c4x/c4x.c (c4x_address_cost): Add statement to default
12147         case in switch.
12148
12149 1999-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12150
12151         * config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
12152         constraints to "a!r".
12153
12154 1999-12-21  Mark Mitchell  <mark@codesourcery.com>
12155
12156         * Makefile.in (calls.o): Depend on function.h.
12157         (alias.o): Likewise.
12158
12159 1999-12-21  Bernd Schmidt  <bernds@cygnus.co.uk>
12160
12161         * reload1.c (emit_reload_insns): Break out code and variables into...
12162         (input_reload_insns, other_input_address_reload_insns,
12163         other_input_reload_insns, input_address_reload_insns,
12164         inpaddr_address_reload_insns, output_reload_insns,
12165         output_address_reload_insns, outaddr_address_reload_insns,
12166         operand_reload_insns, other_operand_reload_insns,
12167         other_output_reload_insns): ... new static variables, and...
12168         (emit_input_reload_insns, emit_output_reload_insns, do_input_reload,
12169         do_output_reload): ... new functions.
12170
12171 Tue Dec 21 07:06:36 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12172
12173         * pa.h (FUNCTION_ARG_BOUNDARY): Never return 0.
12174
12175 1999-12-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12176
12177         * md.texi: Add c4x constraints documentation.
12178
12179 1999-12-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12180
12181         * config/i386/dgux.c (struct option): Rename to
12182         lang_independent_option.
12183         (struct m_options): Add description field.
12184         (output_options): Rename option type, add sep declaration, output
12185         ix86_cpu_string and ix86_arch_string only if set.
12186         (output_file_start): Rename option type.
12187
12188 Mon Dec 20 23:15:36 1999  Mike Stump  <mrs@wrs.com>
12189
12190         * Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on
12191         stmp-int-hdrs.
12192         (libgcc2.a): Similarly.
12193
12194 Mon Dec 20 23:06:47 1999  David Edelsohn  <edelsohn@gnu.org>
12195
12196         * longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss
12197         with W_TYPE_SIZE == 32.  Do not fall through to POWER architecture
12198         for umul_ppmm and smul_ppmm if !_ARCH_PPC and !_ARCH_POWER.
12199
12200 Mon Dec 20 23:02:03 1999  Jeffrey A Law  (law@cygnus.com)
12201
12202         * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
12203         Remove redundant initialization of "frexpon" and "expon".
12204
12205 Mon Dec 20 15:00:04 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12206
12207         * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.
12208
12209         * expr.c (store_constructor): New argument SIZE; pass to clear_storage.
12210         (store_constructor_field, expand_expr): Pass new arg.
12211
12212 1999-12-20  Mark Mitchell  <mark@codesourcery.com>
12213
12214         * Makefile.in (explow.o): Depend on function.h.
12215
12216         * stor-layout.c (set_sizetype): Fix typo.
12217
12218 1999-12-20  Bernd Schmidt  <bernds@cygnus.co.uk>
12219
12220         * function.c (cfun): Renamed from current_function.  All users
12221         changed.
12222         * function.h (cfun): Rename declaration as well.
12223
12224         * reload.h (struct insn_chain): Change live_throughout and dead_or_set
12225         to be of type regset_head, not regset.  All users changed by adding
12226         address operator.
12227         * reload1.c (new_insn_chain): Don't allocate regsets, just clear them.
12228
12229 1999-12-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12230
12231         * config/c4x/rtems.h: New file.
12232
12233 1999-12-19  Bernd Schmidt  <bernds@cygnus.co.uk>
12234
12235         * reload1.c (spill_failure): Take class of failed reload as argument
12236         and print it.  Caller changed.
12237
12238 Sun Dec 19 07:50:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12239
12240         * rs6000.h (SUBTARGET_DEFAULT): New macro.
12241         (TARGET_SWITCHES): Allow subtargets to default switches.
12242         * rs6000/vxppc.h (SUBTARGET_DEFAULT): New macro.
12243
12244 1999-12-18  Mark Mitchell  <mark@codesourcery.com>
12245
12246         * crtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize
12247         in a main program.
12248
12249 Sat Dec 18 20:42:43 1999  Richard Henderson  <rth@cygnus.com>
12250
12251         * cccp.c (main): Define __STDC_VERSION__ as necessary.
12252         * cppinit.c (cpp_handle_option): Likewise.
12253
12254         * ginclude/stdarg.h (va_copy): Use __STDC_VERSION__ to
12255         determine when to define.
12256
12257 Sat Dec 18 20:34:00 1999  Richard Henderson  <rth@cygnus.com>
12258
12259         * alpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle
12260         cmove with mismatched test and data modes.
12261
12262 Sat Dec 18 20:30:15 1999  Richard Henderson  <rth@cygnus.com>
12263
12264         * c-typeck.c (c_expand_start_case): Don't warn for long switch
12265         in system headers.
12266
12267 Sat Dec 18 16:28:43 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12268
12269         * alias.c: Minor reformatting.
12270         * flow.c: Likewise.
12271         * regs.h: Likewise.
12272         * stor-layout.c: Likewise.
12273         * fold-const.c: Likewise.
12274         (OVERFLOW_SUM_SIGN): Renamed from overflow_sum_sign.
12275         (struct cb_args, const_binop_1, const_binop): Pass type of arg,
12276         not arg itself.
12277         (size_int_wide): Cache nodes even if garbage collecting.
12278         (twoval_comparison_p): Reenable SAVE_EXPR case if operand
12279         of SAVE_EXPR has no side effects.
12280         * cse.c: Move a comment.
12281         * tree.c: Minor reformatting.
12282         (int_size_in_bytes): Return -1 if constant overflows.
12283
12284 Sat Dec 18 18:30:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12285
12286         * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.
12287
12288 1999-12-18 10:42 -0800  Zack Weinberg  <zack@wolery.cumb.org>
12289
12290         * objc/objc-parse.c: Regenerate.  This file must be rebuilt
12291         after any change to c-parse.in, even if objc-parse.y didn't
12292         change.  Oops.
12293
12294 1999-12-18  David S. Miller  <davem@redhat.com>
12295
12296         * toplev.c (rest_of_compilation): Restore BLOCK tree
12297         reconstruction and branch shortening changes lost in
12298         December 18th change.
12299
12300 Sat Dec 18 05:29:29 1999  Scott Bambrough  <scottb@netwinder.org>
12301
12302         * config/arm/linux-elf.h: Change all instances of
12303         ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
12304         * config/arm/uclinux-elf.h: Likewise.
12305
12306 1999-12-18 Gabriel Dos Reis  <gdr@codesourcery.com>
12307
12308         * toplev.c (notice, vmessage, v_message_with_file_and_line,
12309         v_message_with_decl, file_and_line_for_asm,
12310         v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
12311         verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
12312         v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
12313         v_pedwarn_with_file_and_line, vsorry, vnotice, count_error,
12314         pfatal_with_name, fatal_io_error, need_error_newline,
12315         last_error_function, last_error_tick, announce_function,
12316         default_print_error_function, print_error_function,
12317         report_error_function, fnotice, error_with_file_and_line,
12318         error_with_decl, error_for_asm, error, set_fatal_function, fatal,
12319         _fatal_insn, _fatal_insn_not_found, warning_with_file_and_line,
12320         warning_with_decl, warning_for_asm, warning, pedwarn,
12321         pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Move to
12322         diagnostic.c
12323         (compile_file): Use fnotice instead of notice.  Adjust call.
12324
12325         * diagnostic.c: New file.
12326
12327         * Makefile.in (OBJS): Include diagnostic.o
12328         (diagnostic.o): Define dependence.
12329
12330 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12331
12332         * config/c4x/c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
12333         Tweak formatting.
12334
12335 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12336
12337         * config/c4x/c4x.md (rpts_top, rptb_top): Add clobbers for rs and re.
12338
12339 1999-12-17 13:21 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
12340
12341         * fixtests.c (is_cxx_header): New fn, split out of
12342         double_slash_test.
12343         (else_endif_label): Allow "#endif // comment" in C++ headers,
12344         as determined by is_cxx_header.
12345         * fixfixes.c (else_endif_label_fix): Update comment.
12346         * fixincl.c: Don't output VERB_PROGRESS lines if stdout is not
12347         a tty.
12348         * genfixes: Correct double thinko in commandline parsing.
12349         * hackshell.tpl: Generate correct sh syntax for bypass
12350         entries.
12351
12352         * inclhack.def (all): Whenever an inserted preprocessor
12353         conditional is split over multiple lines, use double
12354         backslashes in this file so the fixed header will be readable.
12355
12356         (AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h
12357         and add bypass entry for correct version of this header.
12358         (AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h.
12359         (AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h.
12360
12361         (hpux8_bogus_inlines): New fix, split from...
12362         (ultrix_atof_param) ... here.
12363         (math_expression): Add bypass entry keyed to glibc comment
12364         indicating the problem has been dealt with; disable
12365         unnecessary sed operations; update commentary.
12366         (math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max,
12367         add select and bypass entries, simplify shell operation.
12368         (math_huge_val_ifndef): Split from math_gcc_ifndefs.
12369
12370         (ip_missing_semi, rs6000_param, tinfo_cplusplus,
12371          ultrix_atof_param): Add select entry.
12372         (stdio_va_list, sunos_mather_decl): Add bypass entry.
12373         (systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the
12374         comments with the fixes they describe.
12375
12376         * c-parse.in (string action): Do not warn about ANSI string
12377         concatenation in system headers.  Affects C parser only.
12378         * c-parse.y, c-parse.c, c-parse.h: Rebuild.
12379
12380 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
12381
12382         * config/sparc/sparc.h (TARGET_ARCH32): Exchange ifdefs so that if
12383         compiling libgcc2 the macro depends always on arch cpp defines.
12384
12385 Fri Dec 17 10:34:16 1999  Richard Earnshaw <rearnsha@arm.com>
12386
12387         * loop.c (insert_loop_mem): Don't record MEMs from inside
12388         EXPR_LISTs.
12389
12390 Fri Dec 17 12:08:11 MET 1999  Jan Hubicka  <hubicka@freesoftr.cz>
12391
12392         * regclass.c (regclass): Do not use flowgraph when not optimizing.
12393
12394         * gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV
12395         notes too, create one when replacement failed, attempt to simplify
12396         resulting notes.
12397         (cprop_insn): Propagate even to registers mentioned only in REG_EQUAL
12398         or REG_EQUIV notes.
12399
12400 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
12401
12402         * crtstuff.c (__dso_handle): Declare.
12403         (__cxa_finalize): Likewise.
12404         (do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
12405         non-NULL.
12406
12407         * invoke.texi: Document -fuse-cxa-atexit.
12408
12409         * tree.h (ptr_type_node): Document.
12410         (const_ptr_type_node): Likewise.
12411
12412 Fri Dec 17 01:32:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12413
12414         * regmove.c (optimize_reg_copy_1): Ignore LOOP notes.
12415         (optimize_reg_copy_2): Likewise.
12416         (optimize_reg_copy_3): Likewise.
12417         (fixup_match_2): Likewise.
12418         (regmove_optimize): Likewise.
12419         (fixup_match_1): Liekwise.
12420
12421         * i386.md (HI to SImode promoting splitters): Rewrite.
12422         (pushsf mem peep2): New.
12423         (testhi to andhi peep2): Remove.
12424         * i386.h (x86_promote_QImode): New.
12425         (TARGET_PROMOTE_QImode): New.
12426         (PREDICATE_CODES): Add promotable_binary_operator.
12427         * i386.c (x86_promote_QImode0: New.
12428         (promotable_binary_operator): New.
12429         * i386-protos.h (promotable_binary_operator): New.
12430
12431         * i386.md (test?i_1): Use "nonmemory_operand" predicate, simplify
12432         condition.
12433         (one_cmpl?i*): Pass "NOT" to unary_operator_ok.
12434
12435 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
12436
12437         * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
12438         * function.c (insert_block_after_note): Remove.
12439         (retrofit_block): Likewise.
12440         (identify_blocks): Fix indentation.
12441         (reorder_blocks): Don't NULL out NOTE_SOURCE_FILE for a
12442         NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
12443         * function.h (insert_block_after_note): Remove prototype.
12444         (retrofit_block): Likewise.
12445         * integrate.c (expand_inline_function): Don't call
12446         find_loop_tree_blocks.  Use expand_start_bindings_and_block, not
12447         just expand_start_bindings.  Use the block_map to remap old
12448         NOTE_BLOCKs to new ones.
12449         (integrate_decl_tree): Keep track of remapped blocks.
12450         * integrate.h (struct inline_remap): Add block_map.
12451         * stmt.c (expand_fixup): Don't try to retrofit_blocks.  Just set
12452         NOTE_BLOCK on the notes.
12453         (expand_start_bindings): Rename to ...
12454         (expand_start_bindings_and_block): Add parameter.  Set NOTE_BLOCK.
12455         (expand_end_bindings): Set NOTE_BLOCK.
12456         * toplev.c (rest_of_compilation): In function-at-a-time-mode,
12457         reconstruct the BLOCK tree.
12458         * tree.h (expand_start_bindings): Macroize.  Call ...
12459         (expand_start_bindings_and_block): New function.
12460
12461 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
12462
12463         * config/sparc/sparc.c (print_operand): Cast fprintf arguments
12464         to match the format.
12465
12466 1999-12-16  David S. Miller  <davem@redhat.com>
12467
12468         * expr.c (emit_move_insn_1): Only emit clobbers if one of
12469         the outputs is a SUBREG.
12470         * rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
12471         change.
12472
12473         * config/sparc/sparc.c (epilogue_renumber): Add default case
12474         to switch stmt.
12475
12476 Thu Dec 16 11:33:57 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12477
12478         * toplev.c (rest_of_compilation): Run branch shortening after
12479         reg-stack.
12480
12481         * regclass.c (loop_depth): Remove
12482         (scan_one_insn): Do not handle LOOP_NOTE insns.
12483         (regclass): Go through basic blocks and set loop_cost
12484
12485 Thu Dec 16 02:56:25 1999  Zack Weinberg  <zack@bitmover.com>
12486
12487         * tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.
12488
12489 Thu Dec 16 10:43:35 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12490
12491         * i386.md (movqi): Use "nonimmediate_operand" for output operand.
12492         (movstrictqi, movdi, movsf, movdf, movxf): Likewise.
12493         (adddi, addqi, addhi, subdi, subqi, subhi, ffs): Likewise.
12494
12495 Thu Dec 16 02:41:26 1999  Richard Henderson (rth@cygnus.com)
12496
12497         * loop.c (insert_loop_mem): Ignore memory clobbers.
12498
12499         * combine.c (simplify_comparison): Reduce (OP (MINUS A B) 0)
12500         to (OP A B).
12501
12502 Thu Dec 16 02:26:11 1999  Jeffrey A Law  (law@cygnus.com)
12503
12504         * profile.c: Remove redundant #include "output.h".
12505
12506         * h8300.md (HImode preinc peephole): Fix typo.
12507
12508 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12509
12510         * function.c (retrofit_block): Abort if we don't find a suitable insn.
12511         (insert_block_after_note): Abort if we don't have a previous block.
12512         Remove FN parameter.
12513         * function.h: Adjust.
12514
12515 1999-12-15  Mark Mitchell  <mark@codesourcery.com>
12516
12517         * builtins.c (expand_builtin_mathfn): Make sure not to expand the
12518         argument more than once.
12519
12520 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12521
12522         * stmt.c (expand_decl): Expand upper bound of a dynamic array.
12523
12524 1999-12-15  Jakub Jelinek  <jakub@redhat.com>
12525
12526         * expr.c (emit_group_load): Use dst mode if src is VOIDmode.
12527
12528 Wed Dec 15 16:11:55 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12529
12530         * function.c (PREFERRED_STACK_BOUDNARY): Provide default value.
12531         (assign_stack_local_1): Limit alignment to PREFERRED_STACK_BOUNDARY,
12532         update stack_alignment_needed.
12533         (prepare_function_start): Initialize stack_alignment_needed
12534         * function.h (struct function): Add field stack_alignment_needed.
12535
12536 Wed Dec 15 14:55:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12537
12538         * caller-save.c (insert_one_insn): Returns struct insn_chain *.
12539         Handle live_throughout / dead_or_set instead of live_before /
12540         live_after.
12541         (save_call_clobbered_regs): Get register livenessinformation from
12542         chain->live_throughout.
12543         (add_stored_regs): New function.
12544         (insert_restore, insert_save): Add restored / saved registers to
12545         dead_or_set.
12546         * global.c (reg_dies): New parameter chain.
12547         (reg_becomes_live): Third parameter is regs_set now.
12548         Changed all callers.
12549         (reg_dies): New parameter chain.  Changed all callers.
12550         (build_insn_chain): Set live_throughout instead of
12551         live_before / live_after.
12552         * reload.h (struct insn_chain): Replace members live_before /
12553         live_after with live_throughout / dead_or_set.
12554         * reload1.c (new_insn_chain): Handle live_throughout / dead_or_set
12555         instead of live_before / live_after.
12556         (maybe_fix_stack_asms, find_reload_regs, finish_spills): Likewise.
12557         (order_regs_for_reload, find_reg, finish_spills): Likewise.
12558         (choose_reload_regs_init): Likewise.
12559         * stupid.c (current_chain, find_clobbered_regs): Delete.
12560         (stupid_life_analysis): Set chain->live_throughout chain->dead_or_set
12561         instead of chain->live_before / chain->live_after.
12562         (mark_hard_ref): New function.
12563         (stupid_mark_refs): Call mark_hard_ref. Clear chain->live_throughout.
12564
12565 1999-12-15  David S. Miller  <davem@redhat.com>
12566
12567         * rtlanal.c (reg_overlap_mentioned_p): Handle CONCAT.
12568
12569 Wed Dec 15 15:05:30 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12570
12571         * flow.c (calculate_loop_depth): Make global, remove prototype,
12572         rewrite to use new loop infrastructure.
12573         (find_basic_block): Remove calculate_loop_depth call.
12574         * toplev.c (rest_of_compilation): Call find_basic_block.
12575         * output.h (calculate_loop_depth): Declare.
12576
12577         * flow.c (dump_flow_info): Dump loop_depth.
12578         (flow_loops_nodes_find): Increase loop_depth for basic block in the
12579         body.
12580         (flow_loops_find): Initialize the loop_depth for each basic block.
12581
12582 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12583
12584         * tree.c (decl_function_context): Handle virtual functions.
12585
12586         * tlink.c (scan_linker_output): Don't look in demangled name when
12587         looking for linker output keywords.
12588
12589         * dwarfout.c (output_type): We can defer namespace-scope classes.
12590
12591 Wed Dec 15 01:23:29 1999  Jeffrey A Law  (law@cygnus.com)
12592
12593         * regclass.c (record_reg_classes): Update comment for merging
12594         register class preferences in reg->reg copies.  Tighten conditions
12595         for merging register class preferences in reg->reg copies.
12596
12597 Wed Dec 15 02:19:32 1999  David Edelsohn  <edelsohn@gnu.org>
12598
12599         * rs6000.md (tablejumpdi): Generate DImode LABEL_REF.
12600
12601 1999-12-14  Geoff Keating  <geoffk@cygnus.com>
12602
12603         * config/m68k/m68020-elf.h (ENDFILE_SPEC): Delete.
12604         (INIT_SECTION_ASM_OP): Delete.
12605         (FINI_SECTION_ASM_OP): Delete.
12606         (STARTFILE_SPEC): Define to hold just crtbegin.o.
12607
12608 1999-12-14  Jason Merrill  <jason@casey.cygnus.com>
12609
12610         * dwarf2out.c (add_abstract_origin_attribute): Do call abort if
12611         the abstract origin wasn't emitted.
12612
12613         * dwarf2out.c (class_scope_p): New fn.
12614         (gen_subprogram_die): Use it.
12615         (gen_variable_die): Use it.  Tweak logic.
12616         (gen_struct_or_union_type_die): Check context_die to determine
12617         if we're function-local.
12618         (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.
12619
12620 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12621
12622         * loop.c (check_dbra_loop): Can't reverse a biv that has
12623         maybe_multiple set.
12624
12625 1999-12-14  Nick Clifton  <nickc@cygnus.com>
12626
12627         * config/arm/arm.c: Add support for -mcpu=arm720 command line
12628         switch.
12629
12630 Tue Dec 14 18:13:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12631
12632         * loop.c (strength_reduce): Fix sign of giv lifetime calculation
12633         for givs made from biv increments.
12634
12635 Tue Dec 14 08:11:27 1999  Richard Henderson  <rth@cygnus.com>
12636
12637         * configure.in (alpha-osf, alpha-linux): Handle ev6[78].
12638         * alpha.c (override_options): Recognize -mcpu=ev67.
12639         * alpha.h (CPP_CPU_EV67_SPEC): New.
12640         (CPP_CPU_DEFAULT_SPEC): Examine TARGET_CPU_DEFAULT to use it.
12641         (EXTRA_SPECS): Update.
12642
12643 Tue Dec 14 08:04:28 1999  Richard Henderson  <rth@cygnus.com>
12644
12645         * cppp.c (main): Set trigraphs and __STRICT_ANSI__ as
12646         appropriate for -lang-c89 and -std=*.
12647         * cppinit.c (cpp_handle_option): Likewise.
12648         (new_pending_define): New, split out from cpp_handle_option.
12649         * gcc.c (default_compilers): Don't define __STRICT_ANSI__
12650         or enable trigraphs for -ansi/-std=*.
12651
12652         * ginclude/stdarg.h (__va_copy): New.
12653         (va_copy): Don't define for C89.
12654
12655 Tue Dec 14 08:37:27 CST 1999 Clinton Popetz  <cpopetz@cygnus.com>
12656
12657         * config/arm/arm.md (mulsidi3adddi, umulsidi3adddi): New patterns
12658         for long long multiply-accumulate.
12659
12660 Tue Dec 14 13:51:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12661
12662         * regclass.c (scan_one_insn): Set loop_cost to 1 when
12663         optimizing for size.
12664
12665 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12666
12667         * reload1.c (reload): Can't avoid select_reload_regs/finish_spills
12668         if something changed.  Back out that part of yesterday's changes.
12669
12670         * loop.c (loop_max_reg): New static variable.
12671         (loop_optimize): Initialize it.  Eliminate one unnecessary call to
12672         max_reg_num.
12673         (scan_loop): Call reg_scan_update whenever we may have added new
12674         registers, and update loop_max_reg.
12675
12676 Tue Dec 14 12:07:29 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12677
12678         * regclass.c  (record_reg_classes): Do not do the copying preferrencing
12679         when source does not die.
12680
12681         * regclass.c (record_reg_classes): Handle INOUT operands propertly.
12682
12683 1999-12-14  Jakub Jelinek  <jakub@redhat.com>
12684
12685         * config/sparc/linux64.h (TARGET_LIVE_G0,
12686         TARGET_BROKEN_SAVERESTORE): Don't support weird SPARC
12687         variants on Linux.
12688         * config/sparc/linux.h (TARGET_LIVE_G0,
12689         TARGET_BROKEN_SAVERESTORE): Likewise.
12690         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12691         TARGET_BROKEN_SAVERESTORE): Likewise.
12692
12693         * config/sparc/sparc.h (SPARC_DEFAULT_CMODEL): Default to CM_32.
12694         (CONDITIONAL_REGISTER_USAGE): For block profiling fix %g4 on sparc64,
12695         not %g2.
12696         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Use %g4 instead of %g2
12697         as sparc64 block profiling register.
12698         * config/sparc/sparc.c (sparc_override_options): Allow block
12699         profiling with -m32.
12700         (sparc_block_profiler): Use %g4 instead of %g2 as sparc64 block
12701         profiling register.
12702         * config/sparc/linux64.h (MACHINE_STATE_*): Only provide these
12703         macros on TARGET_ARCH32. sparc.h has macros good enough for sparc64.
12704         * config/sparc/sol2.h (MACHINE_STATE_*): Likewise.
12705
12706         * config/sparc/xm-sp64.h: Avoid using __sparc_v9__ when testing
12707         for sparc64.
12708         * config/sparc/sparc.h: Likewise.
12709         * config/sparc/xm-sysv4-64.h: Likewise.
12710         * config/float-sparc.h: Likewise.
12711         * glimits.h: Likewise.
12712         * longlong.h: Likewise.
12713
12714         * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1.
12715         (ASM_IDENTIFY_GCC): Remove.
12716
12717 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12718
12719         * combine.c (combine_simplify_rtx): Don't make shared rtl.
12720         (simplify_logical): Likewise.
12721
12722 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12723
12724         * cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.
12725         * cppfiles.c (INO_T_EQ): Likewise.
12726
12727 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12728
12729         * i386/crtdll.h (STARTFILE_SPEC): Add -pg profiling support.
12730         * i386/mingw32.h (LIB_SPEC): Likewise.
12731         (STARTFILE_SPEC): Likewise.
12732         * i386/uwin.h (LIB_SPEC): Likewise.
12733         (STARTFILE_SPEC): Likewise.
12734
12735         * i386/mingw32.h (SUBTARGET_PROLOGUE): Override Cygwin definition.
12736         * i386/uwin.h (SUBTARGET_PROLOGUE): Likewise.
12737
12738 Mon Dec 13 20:25:29 1999  Jeffrey A Law  (law@cygnus.com)
12739
12740         * combine.c (combine_simplify_rtx): Fix order of checks for
12741         (ashiftrt foo C) -> (lt foo (const_int 0)) simplification.
12742
12743 1999-12-13  Clinton Popetz  <cpopetz@cygnus.com>
12744
12745         * config/arm/arm.md  (*mulsidi3adddi, *umulsidi3adddi) Backed out
12746         12/10/99 change, reapplied to merged-arm-thumb-backend-branch.
12747
12748 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
12749
12750         * hard-reg-set.h (inv_reg_alloc_order): Declare if REG_ALLOC_ORDER is
12751         defined.
12752         * regclass.c (inv_reg_alloc_order): New array.
12753         (regclass_init): If REG_ALLOC_ORDER is defined, initialize it.
12754
12755         * reload.h (struct insn_chain): Delete fields group_size, group_mode,
12756         counted_for_groups, counted_for_nongroups.  Add fields rld and
12757         n_reloads.
12758         * reload.c (push_secondary_reload): Don't set nongroup field of
12759         new reloads.
12760         (push_reload): Likewise.
12761         (find_reloads): Delete code to compute nongroup fields.
12762         * reload1.c (reload_insn_firstobj): New static variable.
12763         (pseudos_counted, spilled_pseudos): Now of type regset_head.  All
12764         users changed.
12765         (calculate_needs, find_tworeg_group, find_group, possible_group_p,
12766         count_possible_groups, modes_equiv_for_class_p, new_spill_reg,
12767         dump_needs, maybe_mark_pseudo_spilled, hard_reg_use_compare): Delete
12768         functions.
12769         (count_pseudo, select_reload_regs, copy_reloads, find_reg): New
12770         functions.
12771         (struct hard_reg_n_uses): Deleted.
12772         (potential_reload_regs): Deleted.
12773         (init_reload): Initialize spilled_pseudos and pseudos_counted.
12774         (reload): Don't try to allocate reload registers if we already know
12775         we have to make another pass.  Call select_reload_regs.  Free memory
12776         starting with reload_firstobj when starting another pass.
12777         Don't allocate spilled_pseudos.
12778         (calculate_needs_all_insns): Call copy_reloads for an insn that
12779         needs reloads; don't call calculate_needs.
12780         (spill_cost): New static array.
12781         (used_spill_regs_local): New static variable.
12782         (order_regs_for_reload): Rewrite to lose hard_reg_n_uses and the code
12783         to compute potential_reload_regs.
12784         (find_reload_regs): Completely rewritten to use find_reg.
12785         (allocate_reload_reg): Don't test counted_for_groups or
12786         counted_for_nongroups.  Lose NOERROR arg and code to give an error;
12787         all cllers changed.
12788         (choose_reload_regs): Add fallback code that uses the existing
12789         register allocation from find_reload_regs.
12790
12791 Mon Dec 13 00:54:14 1999  Philippe De Muyter  <phdm@macqel.be>
12792
12793         * flow.c (create_edge_list): Cast xmalloc return value.
12794
12795 Mon Dec 13 00:47:58 1999  Jeffrey A Law  (law@cygnus.com)
12796
12797         * doprnt.c: Remove incorrect comment closure.
12798
12799         * cse.c: Fix a few minor whitespace goofs.
12800
12801 1999-12-13  Don Bowman  <don@pixstream.com>
12802
12803         * mips/vxworks.h: Fix problem with comment termination.
12804         (EXTRA_SECTIONS): Add in_sbss.
12805         (EXTRA_SECTION_FUNCTIONS): Corresponding changes.
12806
12807 1999-12-12  David S. Miller  <davem@redhat.com>
12808
12809         * cse.c (struct cse_reg_info): Add hash_next member,
12810         reorder rest of struct for better packing on 64-bit
12811         hosts.
12812         (cse_reg_info_tree): Kill.
12813         (REGHASH_SHIFT, REGHASH_SIZE, REGHASH_MASK, reg_hash,
12814         REGHASH_FN): New custom pow2 hash mechanism.
12815         (NBUCKETS): Kill.
12816         (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
12817         use a pow2 hash table.
12818         (get_cse_reg_info): Rework to use new REGHASH.
12819         (new_basic_block): Likewise, use HASH_SIZE, and inline
12820         free_element call.
12821         (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
12822         and inline free_element call.
12823         (lookup_as_function, insert, flush_hash_table, invalidate,
12824         remove_invalid_refs, remove_invalid_subreg_refs, rehash_using_reg,
12825         invalidate_for_call, use_related_value, find_comparison_args,
12826         fold_rtx, equiv_constant, cse_insn, invalidate_memory): Likewise.
12827         (hash_cse_reg_info, cse_reg_info_equal_p, free_element,
12828         get_element): Kill.
12829
12830 Sun Dec 12 21:31:44 1999  Jeffrey A Law  (law@cygnus.com)
12831
12832         * cse.c (cse_basic_block): Free qty_table consistently.
12833
12834 1999-12-12  David S. Miller  <davem@redhat.com>
12835             Jakub Jelinek    <jakub@redhat.com>
12836
12837         * config/sparc/sparc.md (movtf reg/reg split): Don't generate
12838         SUBREGs by hand, gen the appropriate hard reg directly.
12839         (movtf reg/mem split): Likewise and alter_subreg on destination
12840         if necessary.
12841         (movtf mem/reg split): Similarly.
12842         (movdf_cc_sp64): Rename from hidden pattern.
12843         (movtf_cc_hq_sp64): Renamed from movtf_cc_sp64.
12844         (movtf_cc_sp64, following split): New pattern and splitter.
12845         (movdf_cc_reg_sp64): Rename from hidden pattern.
12846         (movtf_cc_reg_hq_sp64): Renamed from movtf_cc_reg_sp64, require
12847         TARGET_HARD_QUAD.
12848         (movtf_cc_reg_sp64, following split): New pattern and splitter.
12849
12850 1999-12-12  Stephen L Moshier <moshier@mediaone.net>
12851
12852         * loop.c (load_mems): Don't hoist written floating point mem
12853         if -ffloat-store.
12854
12855 1999-12-12  Mark Mitchell  <mark@codesourcery.com>
12856
12857         * except.h (struct eh_queue): Add `next' pointer.
12858         (struct eh_status): Make x_ehqueue a pointer.
12859         (push_ehqueue):  Declare.
12860         (pop_ehqueue): Likewise.
12861         * except.c (expand_eh_region_end): Adjust now that ehqueue is a
12862         pointer.
12863         (expand_fixup_region_end): Likewise.
12864         (expand_leftover_cleanups): Likewise.
12865         (push_ehqueue): Define.
12866         (pop_ehqueue): Likewise.
12867         (emit_cleanup_handler): Use push_ehqueue and pop_ehqueue rather
12868         than doing it inline.
12869         (expand_start_all_catch):  Adjust now that ehqueue is a
12870         pointer.
12871         (mark_eh_queue): Mark all level of the queue.
12872         (mark_eh_status):  Adjust now that ehqueue is a
12873         pointer.
12874         (init_eh_for_function): Allocate ehqueue.
12875         (free_eh_status): Free it.
12876         * stmt.c (expand_cleanups): Save the ehqueue around the cleanup
12877         expansion for a fixup.
12878
12879 1999-12-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12880
12881         * gthr-single.h (__gthread_active_p): Add prototype arguments.
12882
12883         * libgcc2.c (__udivmoddi4): Remove unnecessary decls.
12884         (__dummy, __builtin_saveregs, __bb_exit_trace_func, __bb_init_prg,
12885         __bb_trace_func, __bb_trace_func_ret, __bb_trace_ret,
12886         function_ptr, getpagesize, __enable_execute_stack,
12887         __enable_execute_stack, __clear_insn_cache,
12888         __enable_execute_stack, __do_global_dtors, __do_global_ctors,
12889         _cleanup, _exit, __default_terminate, __terminate_func,
12890         __terminate, __empty, __throw, new_eh_context,
12891         eh_context_initialize, eh_context_static, eh_context_specific,
12892         get_eh_context, __get_eh_context, __get_eh_info,
12893         init_reg_size_table, eh_threads_initialize,
12894         __get_dynamic_handler_chain, __sjthrow, __sjpopnthrow,
12895         __unwinding_cleanup, throw_helper, __throw, __rethrow,
12896         __pure_virtual): Add prototype arguments.
12897         (__bb_exit_func): Cast a sizeof to long when comparing against one.
12898         Cast a signed value to unsigned long when comparing against one.
12899         (new_eh_context): Wrap in _GTHREADS macro.
12900         (__sjthrow, __sjpopnthrow): Initialize variable `cleanup' at
12901         declaration.
12902         (in_reg_window): Mark parameters with __attribute__ ((__unused__)).
12903         (throw_helper): Initialize variables `handler_p' and `pc_p'.
12904
12905 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12906
12907         * combine.c (record_promoted_value): Remove unused variable
12908         `links2'.
12909
12910         * emit-rtl.c (renumber_insns): Likewise for `old_max_uid'.
12911
12912         * global.c (record_conflicts): Likewise for `j'.
12913
12914         * genoutput.c (output_insn_data): Don't unnecessarily cast away
12915         const-ness.
12916
12917 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12918
12919         * i386-protos.h (output_387_binary_op, output_fix_trunc,
12920         output_fp_compare): Constify a char*.
12921
12922         * i386.c (ix86_split_to_parts, ix86_safe_length_prefix): Add
12923         static prototypes.
12924         (override_options, ix86_comp_type_attributes, print_operand,
12925         output_387_binary_op, output_fix_trunc, output_fp_compare):
12926         Constify a char*.
12927         (ix86_sched_reorder): Mark parameter `clock_var' with
12928         ATTRIBUTE_UNUSED.
12929
12930         * i386.h (DEBUG_PRINT_REG): Constify a char*.
12931
12932 Fri Dec 10 16:12:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12933
12934         * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
12935         operand, for use in the Java front-end.
12936
12937 1999-12-10  Ben Collins  <bcollins@debian.org>
12938
12939         * configure.in: Fix typo for "-64" in 64bit as check.
12940         * configure: Rebuilt.
12941
12942 1999-12-10  Jakub Jelinek  <jakub@redhat.com>
12943
12944         * longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
12945         appropriate.
12946
12947 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12948
12949         * c-parse.in (string): With -Wtraditional, warn if ANSI string
12950         concatenation is utilized.
12951
12952         * invoke.texi (-Wtraditional): Document it.
12953
12954 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12955
12956         * flow.c (flow_loops_dump): Avoid ANSI string concatenation.
12957         Cast a ptrdiff_t to long and pass it to printf with %ld.
12958
12959 1999-12-10  Geoff Keating  <geoffk@cygnus.com>
12960
12961         * config/m68k/m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no
12962         68881, we have no 68881 registers at all.
12963         (HARD_REGNO_MODE_OK): It is always OK to put a MODE_FLOAT
12964         value in a 68881 register if it is available.
12965
12966 1999-12-10  Clinton Popetz  <cpopetz@cygnus.com>
12967
12968         * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi): New patterns
12969         for long long multiply-accumulate.
12970
12971 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
12972
12973         * loop.c (insert_loop_mem): Undo last change.
12974
12975 1999-12-10  David S. Miller  <davem@redhat.com>
12976
12977         * config/sparc/sparc.c (fp_sethi_p, fp_mov_p, fp_high_losum_p):
12978         New functions.
12979         * config/sparc/sparc-protos.h: Add them.
12980         * config/sparc/sparc.h: Add them to PREDICATE_CODES.
12981         (EXTRA_CONSTRAINT_BASE): New macro, handling Q, R, and S
12982         constraints which use those helpers.
12983         (EXTRA_CONSTRAINT): Use this new macro.
12984         * md.texi: Update sparc target constraints documentation.
12985         * config/sparc/sparc.md (clear_sf, clear_sfp, movsf_const_intreg,
12986         movsf_const_high, movsf_const_lo, movsf_insn): Delete.
12987         (movsf_insn_novis_liveg0, movsf_insn_novis_noliveg0,
12988         movsf_insn_vis, movsf_lo_sum, movsf_high): New patterns.
12989         (movsf high/lo_sum split): Rework for new patterns.
12990         (movsf expander): Allow storing fp_zero to memory if ! live_g0.
12991
12992 1999-12-09  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
12993
12994         * c-common.c (c_common_nodes_and_builtins):
12995         Create __builtin_ptrdiff_t and __builtin_size_t.
12996
12997 Thu Dec  9 18:05:48 1999  Jeffrey A Law  (law@cygnus.com)
12998
12999         * pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
13000
13001 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13002
13003         * regclass.c (globalize_reg): Re-instate test that allows
13004         fixed registers to be declared as a variable even after functions
13005         are defined.
13006
13007 Fri Dec 10 00:52:13 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13008
13009         * i386.md (cpu attribute): Add "athlon".
13010         (athlon_decode): New attribute.
13011         (Athlon scheduling units definitions): New.
13012         (fcmp and shld patterns): Set athlon_decode to "vector".
13013         * i386.c (athlon_cost): New.
13014         (m_ATHLON): New.
13015         (x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,
13016         x86_use_sahf): Set for Athlon.
13017         (x86_use_fiop): Unset for Athlon.
13018         (override_options): Define Athlon alignments and "athlon" name.
13019         (x86_adjust_cost): Penalize AGI and delayed latencies for Athlon.
13020         * i386.h (TARGET_ATHLON): New.
13021         (enum processor_type): Add PROCESSOR_ATHLON.
13022         (TARGET_CPU_DEFAULT_SPEC): Set to "-D__tune_athlon__"
13023         for CPU_DEFAULT==5
13024         (TARGET_CPP_CPU_SPECS): Set -D__tune_athlon__ for Athlon.
13025
13026 1999-12-09  Andreas Jaeger  <aj@suse.de>
13027
13028         * loop.c (record_biv): Declare parameter as int.
13029
13030         * config/i386/i386-protos.h: Declare long_memory_operand.
13031
13032 1999-12-09  Mark Mitchell  <mark@codesourcery.com>
13033
13034         * tree.c (copy_node): Do zero the TREE_CHAIN, even for an
13035         EXPR_WITH_FILE_LOCATION.
13036
13037 Thu Dec  9 11:36:24 MET 1999 Jan Hubicka  <hubicka@freesoft.cz>
13038
13039         * i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand
13040         in expander.
13041
13042         * flow.c (recompute_reg_usage): Use basic block info to get loop_depth.
13043
13044         * combine.c (try_combine, distribute_notes): Remove REG_N_REFS
13045         updating code.
13046
13047 1999-12-09  Jakub Jelinek  <jakub@redhat.com>
13048
13049         * config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs
13050         default on linux64 again.
13051         * config/sparc/t-linux64: Add mno-app-regs and non-medlow code
13052         models for multilibing.
13053         * genmultilib: Accept | as alternative separator within a set in
13054         MULTILIB_OPTIONS.
13055
13056         * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.
13057
13058         * calls.c (precompute_arguments): Make sure initial_value contains
13059         value pseudo which CSE expects.
13060         * cse.c (struct set): New entry orig_src.
13061         (cse_insn): Set it early on entry, use it for libcall EQUIV note
13062         replacement.
13063
13064 Wed Dec  8 22:24:15 1999  Richard Henderson  <rth@cygnus.com>
13065
13066         * flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns.
13067
13068 1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
13069
13070         * loop.c (insert_loop_mem): Don't hoist volatile mems out of loops.
13071
13072 1999-12-08  Jakub Jelinek  <jakub@redhat.com>
13073
13074         * config/sparc/sparc.c (ultra_cmove_results_ready_p,
13075         ultra_fpmode_conflict_exists, ultra_flush_pipeline): Typo fix.
13076
13077         * config/sparc/sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits
13078         if TARGET_ARCH32.
13079
13080         * longlong.h: Merge in changes from glibc.
13081         Also don't clobber %g2 register in 32bit SPARC assembly, so that
13082         -mno-app-regs libgcc can be compiled.
13083         * libgcc2.c: Add defines so that the updated longlong.h
13084         can be used in libgcc2.a. Also, make sure on most architectures
13085         (at least on all which have optimized code in longlong.h defined
13086         for) {SI,W}_TYPE_SIZE is suitable for preprocessor tests.
13087
13088 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13089
13090         * config/sparc/sol2-64.h: Same as sol2-sld-64.h, except that
13091         `-m EMULATION' is added to non-default LINK_ARCH_SPECs.
13092         * configure.in: Use sol2-64.h instead of sol2-sld-64.h if linker
13093         is GNU ld.
13094         * configure: Rebuilt.
13095
13096 Wed Dec  8 03:45:40 1999  Richard Henderson  <rth@cygnus.com>
13097
13098         * alpha.c (secondary_reload_class): For !BWX, sub-simode
13099         outputs require a register.
13100
13101 1999-12-08  Brendan Kehoe  <brendan@cygnus.com>
13102
13103         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Add _sf_to_usi
13104         _df_to_usi.  Required by some targets, so US_SOFTWARE_GOFAST calls to
13105         functions like dptoul will be resolved.
13106         (libgcc2.a): Make sure that the object files from DPBIT are named
13107         differently (prefix `_dp') from those that would be coming from
13108         FPBIT.
13109
13110 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>,  Jakub Jelinek  <jakub@redhat.com>
13111
13112         * configure.in: When target is sparc* and tm_file contains 64,
13113         test for 64bit support in assembler.  If not supported, remove
13114         sparc/t-sol2-64 from target-dependent Makefile fragments.
13115         (AS_SPARC64_FLAG): Define to the assembler flag for 64bit.
13116         (HAVE_AS_OFFSETABLE_LO10): Rework test to use these flags.
13117         (HAVE_AS_REGISTER_PSEUDO_OP): Use config.cache.
13118         * acconfig.h (AS_SPARC64_FLAG): Added.
13119         * configure, config.in: Rebuilt.
13120         * config/sparc/sol2-sld-64.h: Same as sol2.h, if without 64bit
13121         support.  Use AS_SPARC64_FLAG.
13122
13123 1999-12-07  Jakub Jelinek  <jakub@redhat.com>
13124
13125         * config/sparc/sparc.c (hard_32bit_mode_classes): Mark registers
13126         suitable for holding OFmode values so that gcc works with complex
13127         quad long doubles.
13128         (hard_64bit_mode_classes): Likewise.
13129
13130         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern
13131         so that it is actually matched.
13132         (sethi_di_medlow): Likewise.
13133
13134         * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L
13135         as legitimate constant if -mvis.
13136         * config/sparc/sparc.md (movtf): Likewise.
13137         (clear_sf): Use const_double_operand.
13138         (clear_sfp, clear_dfp, clear_tf, clear_tfp): New patterns.
13139
13140         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): New function.
13141         * config/sparc/sparc-protos.h (sparc_emit_float_lib_cmp): Prototype.
13142         * config/sparc/sparc.h (*_LIBCALL): Only use for _Q_*
13143         routines, _Qp_* cannot be handled like that now.
13144         (INIT_TARGET_OPTABS): Likewise.
13145         * config/sparc/sparc.md (cmptf): Accept soft float ARCH64.
13146         (seq, sne, sgt, sge, slt, sle, beq, bne, bgt, bge, blt, ble): Call
13147         sparc_emit_float_lib_cmp if ARCH64 and soft float.
13148         (extendsftf2, extenddftf2, trunctfsf2, trunctfdf2, floatsitf2,
13149         floatditf2, fix_trunctfsi2, fix_trunctfdi2, addtf3, subtf3, multf3,
13150         divtf3, sqrttf3): New expanders.
13151         (extendsftf2_hq, extenddftf2_hq, trunctfsf2_hq, trunctfdf2_hq,
13152         floatsitf2_hq, floatditf2_hq, fix_trunctfsi2_hq, fix_trunctfdi2_hq,
13153         addtf3_hq, subtf3_hq, multf3_hq, divtf3_hq, sqrttf3_hq): Rename from
13154         non-_hq patterns.
13155
13156         * configure.in (sparc64-*-linux*): Use posix threads if enabled.
13157         * configure: Rebuilt.
13158         * config/sparc/linux64.h: Default to -mcpu=ultrasparc if no
13159         -mcpu is given and we're doing 64bit compiles.
13160
13161 Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
13162
13163         * loop.h (struct induction): Add multi_insn_incr.
13164         * loop.c (basic_induction_var): New multi_insn_incr argument.
13165         Set it if we search back through previous insns for the biv.
13166         (record_biv): New multi_insn_incr argument; fill in struct induction.
13167         (strength_reduce): Discard an iv with multiple bivs, any of
13168         which require multiple insns to increment.
13169
13170 1999-12-07  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13171
13172         * invoke.texi (C Dialect Options): Remove -flang-c9x, add -std
13173         documentation.
13174
13175 1999-12-06  David S. Miller  <davem@redhat.com>
13176
13177         * combine.c (check_promoted_subreg): Do not conditionalize this upon
13178         PROMOTE_FUNCTION_RETURN.
13179
13180 Mon Dec  6 15:12:14 1999  Jim Wilson  <wilson@cygnus.com>
13181
13182         * regmove.c (optimize_reg_copy_1): If no REG_DEAD note, check for
13183         and handle REG_UNUSED note on insn.
13184
13185         * combine.c (force_to_mode, case LSHIFTRT): New local inner_mask.  Set
13186         inner_mask instead of mask.
13187
13188 1999-12-06  Brendan Kehoe  <brendan@cygnus.com>
13189
13190         * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be
13191         zero if there was an error.
13192
13193 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
13194
13195         * config/sparc/sparc.md (return_losum_di): Fix typo in asm
13196         output string.
13197
13198         * longlong.h: Fix clobbers in SPARC asm statements.
13199
13200         * config/sparc/sparc.c (input_operand): Allow HImode and QImode
13201         valid sethi operations when TARGET_ARCH64.
13202
13203         * calls.c (save_fixed_argument_area): If save_mode is BLKmode,
13204         always use move_by_pieces to avoid infinite recursion.
13205         (restore_fixed_argument_area): Likewise.
13206
13207         * combine.c (check_promoted_subreg, record_promoted_value): New
13208         functions.
13209         (combine_instructions): Use them to retain nonzero and sign bit
13210         information after SUBREGs are eliminated by optimizations in
13211         this pass if PROMOTE_FUNCTION_RETURN.
13212
13213         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document
13214         .register declaration. Don't use variables with __ prefixes.
13215
13216 Mon Dec  6 12:24:52 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13217
13218         * fold-const.c (optimize_bit_field_compare): Only use one mode
13219         for both RHS and LHS in non-constant case.
13220
13221 1999-12-06  Nathan Sidwell  <nathan@acm.org>
13222
13223         * frame.c (start_fde_sort): Only allocate erratic array, if
13224         linear one was allocated. Return allocated flag.
13225         (fde_insert): Only insert, if there's a valid array.
13226         (fde_end_sort): Split, sort and merge if linear and erratic
13227         arrays exist, else just sort linear one.
13228         (search_fdes): New function. Linear search through original fde
13229         structure.
13230         (frame_init): Permit multiple initializations. Cope with
13231         memory shortages.
13232         (find_fde): Fallback on linear search, if failed to sort array.
13233         (__deregister_frame_info): Only free sorted array, if we
13234         allocated it.
13235
13236 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
13237
13238         * config/sparc/sparc.h (MUST_PASS_IN_STACK): New macro.
13239
13240 1999-12-05  Jakub Jelinek  <jakub@redhat.com>
13241
13242         * config/sparc/sparc.c (sparc64_initialize_trampoline): Use gen_flushdi.
13243
13244 1999-12-05  Mark Mitchell  <mark@codesourcery.com>
13245
13246         * tree.h (special_function_p): Declare.
13247         * calls.c (special_function_p): Make it global.  Don't take `name'
13248         as a parameter.  Fix typo in 1999-11-28 change.
13249         (expand_cal): Adjust.
13250
13251 1999-12-04  Mark Mitchell  <mark@codesourcery.com>
13252
13253         * tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.
13254         * tree.h (EXPR_WFL_FILENAME): Define in terms of
13255         EXPR_WFL_FILENAME_NODE.
13256         (EXPR_WFL_FILENAME_NODE): Use the second operand slot rather than
13257         the TREE_CHAIN.
13258         * print-tree.c (print_note): Print TREE_PRIVATE and
13259         TREE_PROTECTED.
13260
13261         * dwarf2out.c (add_abstract_origin_attribute): Don't abort when
13262         the original die cannot be found.
13263
13264         * varray.h (varray_head_tag): Add elements_used.
13265         (VARRAY_PUSH): New macro.
13266         (VARRAY_POP): Likewise.
13267         (VARRAY_TOP): Likewise.
13268         Add variants of VARRAY_PUSH and VARRAY_POP for all varray element
13269         types.
13270         * varray.c (varray_init): Initialize elements_used.
13271         * Makefile.in (BASIC_BLOCK_H): Add varray.h.
13272         (INTEGRATE_H): New variable.
13273         (integrate.o): Depend on INTEGRATE_H.
13274         (unroll.o): Likewise.
13275
13276         * function.h (insert_block_after_note): Declare.
13277         * function.c (insert_block_after_note): Split out from ...
13278         (retrofit_block): ... here.
13279
13280         * stmt.c (expand_fixup): Fix typo in comment.
13281
13282 Sat Dec  4 14:13:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13283
13284         * regmove.c (copy_src_to_dest): Remove loop_depth parameter.
13285         (optimize_reg_copy_1): Remove REG_N_REFS updating code.
13286         (optimize_reg_copy_2, copy_src_to_dest, fixup_match_2): Likewise.
13287         (regmove_optimize, fixup_match_1): Likewise.
13288
13289 1999-12-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13290
13291         * flow.c (flow_loops_dump): Add missing argument when calling
13292         flow_loop_nested_p.
13293
13294 1999-12-04  Geoffrey Keating  <geoffk@cygnus.com>
13295             Greg McGary  <gkm@gnu.org>
13296
13297         * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
13298         (init_attributes): Add A_NO_LIMIT_STACK.
13299         (decl_attributes): Handle A_NO_LIMIT_STACK.
13300         * c-decl.c (duplicate_decls): Handle DECL_NO_LIMIT_STACK.
13301         * explow.c (allocate_dynamic_stack_space) [!HAVE_allocate_stack]:
13302         Handle stack bounds checking.
13303         * flags.h (flag_stack_check): Use the word 'probe' rather than
13304         'check', because the flag doesn't actually cause any checking to
13305         be done.
13306         * function.c (expand_function_start): Set
13307         current_function_limit_stack.
13308         * function.h (struct function): Add limit_stack.
13309         (current_function_limit_stack): Define.
13310         * invoke.texi (Code Gen Options): Document new options.
13311         * rtl.h: Declare stack_limit_rtx.
13312         * toplev.c (stack_limit_rtx): New variable.
13313         (decode_f_option): Handle new options -fstack-limit-register=REG,
13314         -fstack-limit-symbol=IDENT, -fno-stack-limit.
13315         (main): Add stack_limit_rtx as GC root.
13316         * tree.h (DECL_NO_LIMIT_STACK): New macro.
13317         (struct tree_decl): New member no_limit_stack.
13318
13319         * config/rs6000/rs6000.c (rs6000_allocate_stack_space): Handle
13320         stack_limit_rtx.
13321         * config/rs6000/rs6000.md (allocate_stack): Handle stack_limit_rtx.
13322         (conditional_trap+1): Get new mnemonic correct.
13323         (conditional_trap+2): New pattern for DImode traps.
13324
13325         * config/m68k/m68k.c (output_function_prologue): Handle
13326         stack_limit_rtx.
13327         * config/m68k/m68k.md (trap): New insn.
13328         (conditional_trap): New insn.
13329         * md.texi (Standard Names): Document `trap' and
13330         `conditional_trap'.
13331         * optabs.c (gen_cond_trap): Use start_sequence()/end_sequence()
13332         so a cc0 setter doesn't get emitted at some random place in the
13333         function.
13334
13335         * config/i960/i960.md (trap): New insn.
13336         (conditional_trap): New expander.
13337         (conditional_trap+1, conditional_trap+2): New insns for signed
13338         and unsigned cases.
13339         * config/i960/i960.c (i960_function_prologue): Use
13340         STARTING_FRAME_OFFSET.  Handle stack_limit_rtx.
13341
13342 Thu Dec  2 21:22:45 1999  Greg McGary  <gkm@gnu.org>
13343                           Geoffrey Keating  <geoffk@cygnus.com>
13344
13345         * flags.h (warn_padded, warn_packed): Add global var decls.
13346         * toplev.c (warn_padded, warn_packed): Add global var defns.
13347         (W_options): Add warnings `-Wpacked' and `-Wpadded'.
13348         * stor-layout.c (layout_record): Add local variable `type'
13349         to hold often-used TREE_TYPE (field).  Add local variable
13350         `unpacked_align' to hold alignment that would be in force
13351         if no `packed' attribute were present.  Warn if `packed' attribute
13352         is unnecessary, or even harmful.  Warn when gcc inserts padding
13353         to satisfy alignment requirements of members.  Use NULL_TREE
13354         when checking whether var_size is set.
13355         * invoke.texi: Document new flags.
13356
13357 1999-12-03  Nathan Sidwell  <nathan@acm.org>
13358
13359         * frame.c (fde_split): Reimplement to avoid variable sized array.
13360
13361 Thu Dec  2 18:59:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13362
13363         * combine.c (try_combine): Before fixing up LOG_LINKS for the
13364         i3_subst_into_i2 case, check that GET_CODE (PATTERN (i2)) == PARALLEL.
13365
13366 1999-12-02  Gavin Romig-Koch  <gavin@cygnus.com>
13367
13368         * invoke.texi: Document the mips option -mno-crt0
13369
13370 1999-12-02  Mike Karr  <mkarr@mathworks.com>
13371
13372         * cccp.c (argdata): Added free_ptr member.
13373         (macroexpand): Initialize free_ptr of each argument. When an
13374         argument's buffers are freed, if the argument's free_ptr corresponds
13375         to a buffer on the input stack, then return the free_ptr to that stack
13376         frame, otherwise, free it.
13377         (macarg): If an argument begins and ends on the same input stack level,
13378         then transfer the free_ptr of that buffer to the argument in case
13379         the stack is popped during the processing of a subsequent argument.
13380
13381 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
13382
13383         * loop.c (note_reg_stored): New function.
13384         (struct note_reg_stored_arg): New structure.
13385         (try_copy_prop): Change to be more conservative; only replace within
13386         one extended basic block and stop replacing if a store to the
13387         replacement reg is seen.
13388
13389 1999-12-02  Nick Clifton  <nickc@cygnus.com>
13390
13391         * config/fp-bit.c: Initialise all fields of the NAN
13392         constants.
13393
13394         * c-lex.c (check_newline): Pass pragma_getc and pragma_ungetc
13395         to HANDLE_PRAGMA.
13396
13397 Wed Dec  1 18:16:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
13398
13399         * i386.md (extend?f?f2): Force the input into a register, not
13400         the output.
13401
13402 1999-12-01  Jakub Jelinek  <jakub@redhat.com>
13403
13404         * config/sparc/sparc.md (movsf_const_intreg): Add constraints for
13405         regclass' sake.
13406         (movdf_const_intreg_sp32): Likewise. Prefer the memory load
13407         alternative because setting up 64bit constant is usually costly,
13408         especially when reload is in progress or completed.
13409         (movdf_const_intreg_sp64): Likewise.
13410         (movdf_const_intreg split): Fix building up constants when
13411         HOST_BITS_PER_WIDE_INT is 64 yet long is 32bit.
13412
13413 Wed Dec  1 16:51:22 1999  Jeffrey A Law  (law@cygnus.com)
13414
13415         * combine.c (if_then_else_cond): Use const_true_rtx instead of
13416         const1_rtx for return values in EQ/NE comparison against (const_int 0)
13417         case.
13418
13419         * mn10300.c (REG_SAVE_BYTES): Allocate space for AM33 registers.
13420         (asm_file_start): Emit .am33 into assembly file when compiling for
13421         the AM33.
13422         (print_operand_address): Handle POST_INC addresses.
13423         (can_use_return_insn, initial_offset): Check AM33 registers too.
13424         (expand_prologue): Check & save AM33 registers too.
13425         (expand_epilogue): Similarly.
13426         (secondary_reload_class): Handle AM33 specific secondary reloads.
13427         (output_tst): Emit efficient code for the AM33 too.
13428         * mn10300.h (CPP_SPEC, TARGET_AM33): Define.
13429         (TARGET_SWITCHES): Add -mam33 switch.
13430         (FIRST_PSEUDO_REGISTER): Handle new AM33 registers.
13431         (FIXED_REGISTERS, CALL_USED_REGISTERS): Likewise.
13432         (REG_ALLOC_ORDER, CONDITIONAL_REGISTER_USAGE): Likewise.
13433         (HARD_REGNO_MODE_OK, MODES_TIEABLE_P): Likewise.
13434         (enum reg_class, REG_CLASS_NAMES): Likewise.
13435         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Likewise.
13436         (INDEX_REG_CLASS, REG_CLASS_FROM_LETTER): Likewise.
13437         (REGNO_OK_FOR_INDEX_P, PREFERRED_RELOAD_CLASS): Likewise.
13438         (PREFERRED_OUTPUT_RELOAD_CLASS, LIMIT_RELOAD_CLASS): Likewise.
13439         (REGISTER_MOVE_COST, REGISTER_NAMES): Likewise.
13440         (HAVE_POST_INCREMENT): Define.
13441         (GO_IF_LEGITIMATE_ADDRESS): Allow POST_INC addresses for the AM33.
13442         (GO_IF_MODE_DEPENDENT_ADDRESS): POST_INC is a mode dependent address.
13443         * mn10300.md (movqi, movhi, addsi, subsi): Add AM33 variants.
13444         (mulsi, andsi, iorsi, xorsi, notsi): Likewise.
13445         (ashiftsi, lshiftrtsi, ashiftrtsi): Likewise.
13446         (zero_extend to SI from QI/HI): Likewise.
13447         (sign_extend to SI from QI/HI): Likewise.
13448         (mulsidi3, umulsidi3): New patterns for the AM33.
13449         (tstsi with zero extension from QI/HI): Add AM33 variants.
13450         (movsi, movsf, movdi, movdf): Generate efficient code for the AM33 too.
13451         (return_internal_regs, store_movm): Handle new AM33 registers.
13452         * t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Define.
13453         (LIBGCC, INSTALL_LIBGCC): Likewise.
13454         * invoke.texi: Document new flags.
13455
13456 Fri Nov 26 10:59:12 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13457
13458         * i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.
13459         (addsi3_carry): Likewise.
13460         (sbbsi3_cc): Add "binary_operator_ok" to the condition.
13461         (sbbsi3_carry): Likewise.
13462         (mulsi3): Rewrite to expander, ensure that only one operand is memory.
13463         (mulhi3): Likewise.
13464         (test?i_1): Ensure that only one operand is memory.
13465         (conditional move patterns): likewise.
13466         (shift and rotate patterns): Rewrite to expander, add
13467         "binary_operator_ok" to the condition.
13468
13469         * i386.md (QImode patterns): Remove '*' before the 'r' constraints.
13470         * i386.h (procesor_costs): Add movzbl_load field.
13471         (HARD_REGNO_MODE_OK): Accept QImode on non PARTIAL_REGISTER_STALL in
13472         non-Q registers, accept DImode registers anywhere.
13473         (Q_CLASS_P): New.
13474         (MEMORY_MOVE_COST): Calculate QImode moves correctly.
13475         * i386.c (*_cost): Set value for movxbl_load field.
13476
13477         * (addsi): New add to lea splitter.
13478         (ashlsi): Likewise.
13479         (lea to add/shift peep2): New.
13480
13481 1999-12-01  Mark Salter <msalter@cygnus.com>
13482
13483         * config/mips/elf.h (STARTFILE_SPEC): Add no-crt0.
13484         * config/mips/elf64.h (STARTFILE_SPEC): Add no-crt0.
13485         * config/mips/mips.h (TARGET_SWITCHES): Add no-crt0.
13486
13487 Tue Nov 30 15:20:52 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13488
13489         * i386.c (ix86_expand_move): Never add clobbers to move patterns.
13490         * i386.md (movsi_xor): New.
13491         (movsi_or): New.
13492         (movsi_1, movhi_1, movqi_1): Remove.
13493         (movsi_2): Rename to movsi_1.
13494         (movhi_2): Rename to movhi_1.
13495         (movqi_2): Rename to movqi_1.
13496         (movdi_1): Remove; remove splitter.
13497         (movdi_2): Rename to movdi_1.
13498         (divmodsi4 splitter): Do not emit clobbers for move patterns.
13499         (long move peep2): Do not create QI or HI mode mov0s
13500         (mov -1,reg -> or peep2s): Enable again, rewrite to single peephole.
13501
13502         * i386.md (zero_extend?i?i2): Rewrite to expanders; new patterns,
13503         rewrite splitters.
13504
13505         * i386.md (neg?f2_if): Split "r" and "f" to separate alternatives.
13506         (abs?f2_if): Likewise.
13507
13508 1999-11-30  Alex Samuel  <samuel@codesourcery.com>
13509
13510         * ggc.h (ggc_test_and_set_mark): New macro.
13511         (ggc_mark_rtx): Use ggc_test_and_set_mark.
13512         (ggc_mark_tree): Likewise.
13513         (ggc_mark_rtvec): Likewise.
13514         * ggc-common.c (ggc_mark_rtx_children): Reduce recursion.
13515
13516 1999-11-30  Jason Merrill  <jason@casey.cygnus.com>
13517
13518         * dwarf2out.c (scope_die_for): Only handle types.  Only search for
13519         containing types.
13520         (decl_scope_table): Just an array of trees now.
13521         (push_decl_scope): Simplify.
13522         (dwarf2out_init): Adjust.
13523         (local_scope_p): New fn.
13524         (gen_inlined_enumeration_type_die): Don't call scope_die_for.
13525         (gen_inlined_union_type_die, gen_inlined_structure_type_die): Likewise.
13526         (gen_typedef_die): Likewise.
13527         (gen_lexical_block_die): Don't call push/pop_decl_scope.
13528         (gen_inlined_subroutine_die): Likewise.
13529         (gen_abstract_function): Set current_function_decl temporarily.
13530         (gen_subprogram_die): Don't check DECL_ABSTRACT to set declaration.
13531         Handle block extern declarations.  Don't call push/pop_decl_scope.
13532         (gen_decl_die): Fix logic for block externs.
13533
13534 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13535
13536         * calls.c (special_function_p): Remove `realloc' and add `strdup'
13537         to the list of functions which have attribute malloc by default.
13538
13539 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13540
13541         * c-lex.c (yylex): With -Wtraditional, when the ANSI type of an
13542         integer constant does not match the traditional type, limit the
13543         warnings to cases where the base of the type is ten.
13544
13545         * invoke.texi (-Wtraditional): Document it.
13546
13547 Tue Nov 30 15:18:35 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13548
13549         * combine.c (try_combine): Only pass SET or CLOBBER to SET_DEST
13550         * rs6000.md: Only access a CONST_INT with INTVAL
13551
13552 Tue Nov 30 14:21:00 1999  Richard Henderson  <rth@cygnus.com>
13553
13554         * lcm.c (compute_laterin): Cast bb->aux to size_t not int.
13555         (compute_nearerout): Likewise.
13556         * ggc-page.c (ggc_page_print_statistics): Explicitly cast
13557         size_t to unsigned long for formatting.
13558
13559 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13560
13561         * config/sparc/sparc.h (FIXED_REGISTERS, CONDITIONAL_REGISTER_USAGE):
13562         Allow the user to override call-used/fixed state of %g2-5
13563         registers from the command line (with the exception of %g4 for
13564         embedded model).
13565         (REG_LEAF_ALLOC_ORDER): Move %g1 and %g4-7 registers to front, so that
13566         there is a higher chance of having a leaf function.
13567         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Provide separate macros
13568         for ARCH64 which has %ccr register.
13569         * config/sparc/sparc.md (return_losum_si, return_losum_di): New
13570         patterns.
13571         * config/sparc/sparc.c (eligible_for_epilogue_delay): For the return
13572         insn accept into delay slot any insn which does not use %[ol]
13573         registers.  Accept some LO_SUM and shift left by 1 for the normal
13574         restore case.
13575         (output_function_epilogue): Likewise.
13576         (epilogue_renumber): Added argument which inhibits any renumbering
13577         and just tests if the rtx does not use any %[ol] registers.
13578         (output_return): Reflect above change.
13579
13580 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13581
13582         * config/sparc/sparc.c (sparc_va_arg): Fix sparc64 va_arg
13583         aggregate passing for sizes <= 16 bytes.
13584
13585 1999-11-30  Bernd Schmidt  <bernds@cygnus.co.uk>
13586
13587         * cse.c (FIXED_REGNO_P): Delete tests for OVERLAPPING_REGNO_P.
13588         * global.c (global_alloc): Delete [OVERLAPPING_REGNO_P] code.
13589         * reload.c (find_dummy_reload): Likewise.
13590         (find_equiv_reg): Likewise; also for INSN_CLOBBERS_REGNO_P.
13591         * reload1.c (reload_as_needed): Likewise.
13592         * stupid.c (stupid_find_reg): Likewise.
13593         * tm.texi (Obsolete Register Macros): Delete section.
13594         * gmicro.h: Remove all traces of the two macros.
13595         * i386.h: Likewise.
13596         * m88k.h: Likewise.
13597         * mips.h: Likewise.
13598
13599 1999-11-30  Brendan Kehoe  <brendan@cygnus.com>
13600
13601         * sparc.h (MASK_FASTER_STRUCTS, TARGET_FASTER_STRUCTS): Define.
13602         (TARGET_SWITCHES): Add -mfaster-structs/-mno-faster-structs flags.
13603         (ROUND_TYPE_ALIGN): Use better value if -mfaster-structs.
13604         * sparc.md (sparclite86x_branch, sparclite86x_shift): New function
13605         units for the sparclite86x chip.
13606         (flush): Revert October 14th change; add SImode specifically.
13607         (flushdi): Copy of flush, but DImode, to avoid genrecog warnings.
13608         * invoke.texi: Document it.
13609
13610 Tue Nov 30 14:58:14 1999  Nick Clifton  <nickc@cygnus.com>
13611
13612         * config/mn10200/mn10200.h (PREDICATE_CODES): Add
13613         psimode_truncation_operand.
13614
13615         * config/mn10200/mn10200.c (psimode_truncation_operand): New
13616         function.  Return true if the operand is either a MEM valid
13617         for a PSImode address or not a MEM at all.
13618
13619         * config/mn10200/mn10200.md (truncsipsi2): Use
13620         psimode_truncation_operand.
13621
13622 1999-11-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13623
13624         * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions.
13625         (flow_loop_nested_p, flow_loops_dump, flow_loops_free): Likewise.
13626         (flow_loop_exits_find, flow_loop_nodes_find): Likewise.
13627         (flow_depth_first_order_compute, flow_loop_pre_header_find): Likewise.
13628         (flow_loop_tree_node_add, flow_loops_tree_build): Likewise.
13629         (flow_loop_level_compute, low_loops_level_compute): Likewise.
13630         (flow_loops_find, flow_loop_outside_edge_p): Likewise.
13631         * basic-block.h: Protect from multiple inclusion.
13632         (flow_loops_find, flow_loops_free, flow_loop_dump): Add protoypes.
13633         (struct loops, struct loop): Define structures.
13634         * sbitmap.c (sbitmap_a_subset_b_p): New function.
13635         * sbitmap.h: Protect from multiple inclusion.
13636         (sbitmap_a_subset_b_p): Add prototype.
13637         * Makefile.in (LOOP_H): New macro.
13638         (stmt.o, integrate.o, loop.o, unroll.o): Replace loop.h with LOOP_H.
13639
13640 Tue Nov 30 01:34:47 1999  Philippe De Muyter  <phdm@macqel.be>
13641
13642         * cppinit.c (CAT): The argument list of this macro may not contain
13643         spaces !
13644
13645 1999-11-29  David S. Miller  <davem@redhat.com>
13646
13647         Move quantity tables and register equivalence chains into
13648         per-qty and per-register structure arrays respectively.
13649         * cse.c (qty_first_reg, qty_last_reg, qty_mode, qty_const,
13650         qty_const_insn, qty_comparison_code, qty_comparison_const,
13651         qty_comparison_qty): Delete, replace with...
13652         (qty_table): this structure table.
13653         (reg_next_eqv, reg_prev_eqv): Delete, replace with...
13654         (reg_eqv_table): this structure table.
13655         (make_new_qty): Add argument MODE.  Caller updated.
13656         Update to use qty_table and reg_eqv_table.
13657         (make_regs_eqv, delete_reg_equiv, insert_regs,
13658         insert, exp_equiv_p, cse_rtx_varies_p, canon_reg,
13659         fold_rtx, equiv_constant, record_jump_cond, cse_insn,
13660         cse_process_notes, cse_main, cse_basic_block): Likewise.
13661
13662 Mon Nov 29 16:56:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13663
13664         * fold-const.c (extract_muldiv, case {MIN,MAX}_EXPR): Reverse
13665         operation if C is negative.
13666         (extract_muldiv, case SAVE_EXPR): Supresss if arg has side effects.
13667         (extract_muldiv, case {PLUS,MINUS}_EXPR): Don't apply distributive
13668         law for some divisions if constant is negative and change other
13669         divisions to the opposite rounding.
13670
13671         * expr.c (store_constructor_field): If bit position is not multiple
13672         of alignment of TARGET's mode, use BLKmode.
13673
13674         * expr.c (expand_expr_unaligned): Add more code from full case
13675         that is needed when OP0 is in a register.
13676
13677 Mon Nov 29 18:09:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13678
13679         * dwarfout.c (field_byte_offset): Size can be zero if there was
13680         an error.
13681
13682 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13683
13684         * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE.
13685         (associate_trees): Delete unused var TEM.
13686         (extract_muldiv): Delete unused var CANCEL_P.
13687
13688         * fold-const.c [TARGET_FLOAT_FORMAT != IEEE_FLOAT_FORMAT]
13689         (target_isinf, target_isnan, target_negative): Add return types to
13690         function definitions.
13691
13692 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13693
13694         * fixinc/fixincl.c(process): don't skip GLIBC files any more.
13695         * fixinc/hackshell.tpl: ditto
13696         * fixinc/fixtests.c(double_slash_test): more C++ header testing
13697         * fixinc/inclhack.def(AAB_fd_zero_glibc*): corrected spelling of mach
13698
13699 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13700
13701         * reload.c (push_reload): When looking for a register to put into
13702         reg_rtx, make sure all hard regs in a multi-reg register are in the
13703         right class and nonfixed.
13704
13705         * haifa-sched.c (reg_last_uses, reg_last_sets, reg_last_clobbers,
13706         pending_read_insns, pending_write_insns, pending_read_mems,
13707         pending_write_mems, pending_list_length, last_pending_memory_flush,
13708         last_function_call, sched_before_next_call): Move static variables
13709         into a structure.
13710         (bb_ prefixed versions): Replace with single array bb_deps.
13711         (struct deps): New structure.
13712         (add_insn_mem_dependence, flush_pending_lists, sched_analyze_1,
13713         sched_analyze_2, sched_analyze_insn, sched_analyze): Accept new
13714         argument of type "struct deps *"; use that instead of global
13715         variables.  All callers changed.
13716         (init_rgn_data_dependencies): Delete function.
13717         (init_rtx_vector): Delete function.
13718         (init_deps): New function.
13719
13720         (free_pending_lists): Simplify, we always use the bb_deps array even
13721         if only one basic block.
13722         (compute_block_backward_dependences): Likewise.
13723         (schedule_region): Likewise.
13724
13725         (propagate_deps): New function, broken out of
13726         compute_block_backward_dependences.
13727         (compute_block_backward_dependences): Use it.
13728
13729         * alpha.md: Delete useless patterns that tried to work around
13730         register elimination problems.
13731
13732         * unroll.c (loop_iterations): Don't abort if iteration variable
13733         was made by loop.
13734
13735         From Joern Rennecke:
13736         * reload1.c (reloads_conflict): Reverse test comparing operand
13737         numbers when testing for conflict between output/outaddr reloads.
13738
13739 1999-11-29  David S. Miller  <davem@redhat.com>
13740
13741         * config/sparc/sparc.c (init_cumulative_args): Fix type of third
13742         arg.
13743         * config/sparc/sparc-protos.h: Update proto, move into RTX_CODE.
13744
13745 1999-11-28  Robert Lipe  <robertl@cygnus.com>
13746
13747         * i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
13748         table from .fini into .dtor.
13749
13750 1999-11-28  Anthony Green  <green@cygnus.com>
13751
13752         * tree.h (struct tree_decl): Add malloc_flag.
13753         (DECL_IS_MALLOC): Define.
13754         * c-common.c (attrs): Add A_MALLOC attribute.
13755         (init_attributes): Add this attribute to the table.
13756         (decl_attributes): Handle malloc attribute.
13757         * calls.c (special_function_p): Check for the malloc attribute.
13758         * extend.texi (Function Attributes): Document malloc attribute.
13759
13760 Sun Nov 28 13:21:00 1999  Jeffrey A Law  (law@cygnus.com)
13761
13762         * pa.md (reload shift-add patterns): Remove.
13763
13764 1999-11-28 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13765
13766         * reorg.c (dbr_schedule) Print more statistics. Corrected
13767         problem when printing info when 3 delay slots are filled.
13768
13769 1999-11-28  Jakub Jelinek  <jakub@redhat.com>
13770
13771         * combine.c (setup_incoming_promotions): Pass an outgoing
13772         regno to FUNCTION_ARG_REGNO_P which it expects.
13773
13774 1999-11-28  Andreas Jaeger  <aj@suse.de>
13775
13776         * mips/linux.h (CPP_PREDEFINES): Undefine before redefining.
13777
13778 Sun Nov 28 00:48:15 1999  Philippe De Muyter  <phdm@macqel.be>
13779
13780         * cccp.c (do_include): Avoid initialization of automatic variable.
13781
13782         * integrate.c (mark_stores): Function definition made void, to match
13783         previous declaration.
13784         * regclass.c (dump_regclass): Ditto.
13785         * Makefile.in (WARN_CFLAGS): Macro augmented by `-Wtraditional'.
13786
13787 Sat Nov 27 08:38:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13788
13789         * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is
13790         known to be multiple of divisor.
13791
13792         * expr.c (store_constructor): Don't clobber TARGET if CLEARED.
13793
13794         * combine.c (try_combine): Add code to try to merge a set of a
13795         two-word pseudo to a constant with a setting of one of those words
13796         to a constant.
13797
13798         * fold-const.c (negate_expr, associate_trees, extract_muldiv): New.
13799         (split_tree): Completely rework to make more general.
13800         (make_range, fold): Call negate_expr.
13801         (fold, case NEGATE_EXPR): Simplify -(a-b) is -ffast-math.
13802         (fold, associate): Call new split_tree and associate_trees.
13803         (fold, case MULT_EXPR, case *_{DIV,MOD}_EXPR): Call extract_muldiv.
13804
13805 1999-11-26  Bernd Schmidt  <bernds@cygnus.co.uk>
13806
13807         * loop.c (try_copy_prop): Avoid GNU C extension.
13808
13809 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13810
13811         * except.c (init_eh_for_function): Still zero eh_return_context,
13812         eh_return_stack_adjust, and eh_return_handler.
13813
13814         * except.h (eh_status): Adjust documentation for x_protect_list.
13815         (begin_protect_partials): New function.
13816         * except.c (enqueue_eh_entry): Fix formatting.
13817         (get_first_handler): Add consistency check.
13818         (add_partial_entry): Adjust usage of protect_list.
13819         (emit_cleanup_handler): Save and restore ehqueue.
13820         (expand_start_all_catch): Add comment.
13821         (begin_protect_partials): New function.
13822         (end_protect_partials): Adjust usage of protect_list.
13823         (init_eh_for_function): Use xcalloc.
13824
13825 1999-11-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13826
13827         * c-common.c (check_format_info): Don't call a variadic function
13828         with a non-literal format string.
13829
13830         * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
13831
13832         * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else,
13833         pedantic_lvalue_warning, error_init, pedwarn_init, warning_init):
13834         Likewise.
13835
13836         * cccp.c (check_macro_name, do_xifdef, vwarning_with_line):
13837         Likewise.
13838
13839         * collect2.c (collect_wait): Likewise.
13840
13841         * dbxout.c (dbxout_type): Likewise.
13842
13843         * gcc.c (do_spec_1): Likewise.
13844
13845         * genemit.c (gen_insn, gen_expand): Likewise.
13846
13847         * genrecog.c (write_switch, write_subroutine): Likewise.
13848
13849         * mips-tfile.c (catch_signal, botch): Likewise.
13850
13851         * print-rtl.c (print_rtx): Likewise.
13852
13853         * toplev.c (default_print_error_function, report_error_function,
13854         _fatal_insn): Likewise.
13855
13856 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13857
13858         * tree.c (unsave_expr_now): Handle NULL_TREE as input.
13859
13860 Wed Nov 24 17:08:09 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13861
13862         * reg-stack.c (subst_stack_regs_pat): Swap operands in commutative
13863         operations when needed.
13864         * i386.md (fop_?f_comm): New.
13865         (fop_?f_1): Do not accept commutative operands.
13866
13867 1999-11-25  Andreas Jaeger  <aj@suse.de>
13868
13869         * config/mips/mips.md (casesi_internal): Add missing brace.
13870
13871 1999-11-25  Jason Merrill  <jason@casey.cygnus.com>
13872
13873         * dwarf2out.c (pend_type, output_pending_types_for_scope): Lose.
13874         (splice_child_die): Handle moving a child DIE from the declaration
13875         DIE of a class to its specification.
13876         (gen_struct_or_union_type_die): Use 'complete' consistently.
13877         (gen_decl_die): Generate the virtual context DIE first.
13878         Use decl_ultimate_origin instead of DECL_ABSTRACT_ORIGIN.
13879
13880 1999-11-24  Gavin Romig-Koch  <gavin@cygnus.com>
13881
13882         * config/mips/mips.md (call_value_multiple_interanal1): New.
13883
13884 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
13885
13886         * dwarf2out.c (free_AT, free_die): New fns.
13887         (remove_children): Call them.
13888         (output_line_info): Disable removal of duplicate notes.
13889
13890         Generate minimal debug info for types with TYPE_DECL_SUPPRESS_INFO set.
13891         * dwarf2out.c (gen_struct_or_union_type_die): TYPE_DECL_SUPPRESS_INFO
13892         means pretend the type isn't defined.
13893         Don't defer emitting types.
13894         (gen_type_die_for_member): New fn.
13895         (gen_decl_die): Call it.
13896         (splice_child_die): New fn.
13897         (gen_member_die): Call it rather than generate duplicate dies.
13898
13899         Defer emitting information for the abstract instance of an inline
13900         until we either inline it or emit an out-of-line copy.
13901         * dwarf2out.c (decl_ultimate_origin): Ignore DECL_ABSTRACT_ORIGIN
13902         from output_inline_function if DECL_ABSTRACT is also set.
13903         (block_ultimate_origin): Likewise.
13904         (gen_abstract_function): New fn.
13905         (gen_decl_die, gen_inlined_subroutine_die): Call it.
13906         (gen_subprogram_die):  An abstract instance is not a declaration
13907         just because it doesn't match current_function_decl.  Don't abort
13908         because DECL_DEFER_OUTPUT isn't set.  Do abort if a declaration
13909         has an abstract origin.
13910         * toplev.c (rest_of_compilation): Don't emit dwarf2 info for the
13911         abstract instance here.
13912
13913 Wed Nov 24 18:39:18 1999  Andrew Haley  <aph@cygnus.com>
13914
13915         * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case
13916         where we need to reload fpul from a system register.
13917
13918 1999-11-24  Andreas Jaeger  <aj@suse.de>
13919
13920         * config/mips/linux.h (CPP_PREDEFINES): Added.
13921         (LINK_SPEC): Remove -Y since this is only needed on sparc.
13922
13923 1999-11-24  Andreas Jaeger  <aj@suse.de>
13924
13925         * config/mips/linux.h (TARGET_VERSION): Added.
13926         (HANDLE_SYSV_PRAGMA): Added.
13927         (DEFAULT_VTABLE_THUNKS): Added.
13928
13929 Wed Nov 24 14:12:15 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13930
13931         * local-alloc.c (qty): New structure and static variable.
13932         (qty_phys_reg): Remove, all references changed to qty.
13933         (qty_n_refs): Likewise.
13934         (qty_min_class): Likewise.
13935         (qty_birth): Likewise.
13936         (qty_death): Likewise.
13937         (qty_size): Likewise.
13938         (qty_mode): Likewise.
13939         (qty_n_calls_crossed): Likewise.
13940         (qty_alternate_class): Likewise.
13941         (qty_changes_size): Likewise.
13942         (qty_first_reg): Likewise.
13943         (alloc_qty): Rename variable QTY to QTYNO.
13944         (finf_free_reg): Likewise.
13945         (local_alloc): Allocate qty, do not allocate the removed variables.
13946
13947 Wed Nov 24 17:26:05 1999  Geoffrey Keating  <geoffk@cygnus.com>
13948
13949         * config/mips/mips.h (ASM_SPEC): Don't pass -G to the assembler
13950         when -membedded-pic is passed.
13951
13952         * config/mips/mips.md (casesi): Handle 64-bit case too.
13953         (casesi_internal_di): New insn.
13954
13955         * config/mips/mips.c (embedded_pic_offset): Always make the
13956         embedded-pic subtractions relative to the name of the current
13957         function by use of the magic string "..CURRENT_FUNCTION".
13958         * config/mips/mips.h (ASM_OUTPUT_LABELREF): Make the magic happen.
13959
13960 1999-11-24  Geoffrey Keating  <geoffk@cygnus.com>
13961
13962         * config/mips/mips.md (div_trap_normal): Don't ask for the REGNO
13963         of (const_int 0), when what we really care about is
13964         whether it's a zero constant anyway.
13965         (div_trap_mips16): Likewise.
13966
13967 1999-11-23  Mark Mitchell  <mark@codesourcery.com>
13968
13969         * loop.c (loop_optimize): Always find_loop_tree_blocks and
13970         unroll_block_trees when generating debuggable code.
13971
13972         * tree.h (unsave_expr_1): New function.
13973         (lang_unsave): New variable.
13974         (get_callee_fndecl): New function.
13975         * tree.c (unsave_expr_now_r): New function.
13976         (lang_unsave): Define.
13977         (unsave_expr_1): Likewise.
13978         (unsave_expr_now_r): Split out from unsave_expr_now.
13979         (unsave_expr_now): Call lang_unsave if it is non-NULL.  Otherwise,
13980         call unsave_expr_now_r.
13981         (get_callee_fndecl): Define.
13982
13983         * Makefile.in (gencheck): Don't depend on lang_tree_files.
13984         (gencheck.o): Do depend on lang_tree_files.
13985
13986         * integrate.h (copy_decl_for_inlining): New declaration.
13987         * integrate.c (copy_and_set_decl_abstract_origin): Remove.
13988         (copy_decl_for_inlining): New function.
13989         (integrate_parm_decls): Use it.
13990         (integrate_decl_tree): Likewise.
13991
13992 1999-11-23  Gavin Romig-Koch  <gavin@cygnus.com>
13993
13994         * config/mips/mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split
13995         the second two from the first.
13996         (CONDITIONAL_REGISTER_USAGE): Use ISA_HAS_8CC rather than ISA_HAS_FP4.
13997         * config/mips/mips.md (movcc,reload_incc,reload_outcc,
13998         conditional move): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
13999         ISA_HAS_FP4.
14000         * config/mips/mips.c (mips_move_1word,gen_conditional_branch,
14001         override_options): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
14002         ISA_HAS_FP4.
14003
14004 Tue Nov 23 11:15:04 1999  Jeffrey A Law  (law@cygnus.com)
14005
14006         * pa.md (call_internal_symref, call_value_internal_symref): No mode
14007         needed on the address operand.
14008         * pa.c (call_operand_address): Check for the correct mode.
14009
14010 1999-11-23  Bernd Schmidt  <bernds@cygnus.co.uk>
14011
14012         * loop.c: Include "basic-block.h".
14013         (try_copy_prop, replace_loop_reg): New functions.
14014         (load_mems): Detect registers that just hold copies of the hoisted
14015         mem, and call try_copy_prop to eliminate them.
14016         * Makefile.in (loop.o): Update dependencies.
14017
14018 Tue Nov 23 01:03:29 1999  Hans-Peter Nilsson  <hp@axis.com>
14019
14020         * Makefile.in (gencheck.o): Depend on gencheck.h.
14021         (insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h.
14022         (insn-peep.o): Depend on except.h and function.h.
14023         (insn-attrtab.o): Depend on RECOG_H.
14024         (insn-output.o): Depend on toplev.h and flags.h.
14025         (gengenrtl.o): Depend on real.h.
14026         (gen-protos.o): Depend on cpplib.h and cpphash.h.
14027         Unify all dependencies to be on RECOG_H rather than recog.h.
14028
14029 Tue Nov 23 00:57:10 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14030
14031         From Casper H.S. Dik on comp.unix.solaris, 23 Oct 1998:
14032         * configure.in: Try building a bi-arch 32/64-bit compiler on
14033         sparc-*-solaris2.7 and higher.
14034         * configure: Rebuild.
14035
14036 Mon Nov 22 23:09:44 1999  David O'Brien  <obrien@FreeBSD.org>
14037
14038         * config/freebsd.h: New, FreeBSD architecture independent file.
14039         * config/i386/freebsd-elf.h: removed FreeBSD architecturally
14040         independent pieces.
14041         * config/i386/freebsd.h: include i386/perform.h via tm.h rather than
14042         directly by i386/freebsd.h.
14043         * configure.in (*-*-freebsdelf): Include new FreeBSD architecturally
14044         independent configuration file.
14045         (*-*-freebsdelf): Include i386/perform.h via tm.h rather than
14046         directly by i386/freebsd.h.
14047         * configure: Rebuilt.
14048
14049         * xm-i386.h: Define `__i386__' if not defined, rather than `i386'
14050         which is in the user's namespace.
14051         * libgcc2.c: Look for the ANSI-C approved `__i386__' symbol, vs.
14052         `i386' which is not in our namespace.
14053
14054 Mon Nov 22 22:58:01 1999  "R. Kelley Cook" <KelleyCook@attglobal.net>
14055
14056         * invoke.texi (ARM Options): Add in -mno-alignment-traps
14057
14058 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
14059
14060         * dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.
14061         (add_dwarf_attr, add_child_die): Just push onto the front.
14062         (reverse_die_lists): New fn.
14063         (add_sibling_attributes): Use it.
14064         (push_decl_scope): Reorganize.
14065         (add_name_and_src_coords_attributes): Don't set file and line for
14066         an artificial decl.
14067         (gen_subprogram_die): An artificial function doesn't need to match
14068         file and line.
14069         (gen_compile_unit_die): Return the generated die.  Only add
14070         AT_comp_dir if the filename is relative.
14071         (remove_AT): Simplify loop.  Also free string values.
14072         (output_die): A DIE ref can't be null.
14073         (output_value_format, value_format): Take a dw_attr_ref.
14074         (dwarf_last_decl, is_extern_subr_die, sibling_offset): Remove.
14075         (AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
14076         AT_addr, AT_lbl): New fns.
14077         (various): Use them.
14078         (various): Constify.
14079
14080 Mon Nov 22 23:53:50 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14081
14082         * combine.c (combine_simplify_rtx): When handling a SUBREG,
14083         take SUBREG_WORD into account.
14084         (if_then_else_cond): Likewise.
14085
14086 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
14087
14088         * gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising
14089         clause from BSD license, pursuant with
14090
14091           ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
14092
14093 1999-11-22  Bernd Schmidt  <bernds@cygnus.co.uk>
14094
14095         * loop.c (load_mems): Reformat slightly.
14096         * basic-block.h (regset_head): New typedef.
14097         (INIT_REG_SET): New macro.
14098
14099 1999-11-22  Bruce Korb  <autogen@linuxbox.com
14100
14101         * fixinc/mkfisinc.sh(i?86-*-linux): disable script, run fixincl exe
14102         (mips-dec-bsd*): non-functional code
14103         (alpha*-*-linux-gnu*): redundant, duplicated by "*-*-linux-gnu*"
14104
14105         * fixinc/inclhack.def(AAB_fd_zero_glibc_*):
14106         added three replacement fixes
14107         (no_double_slash): removed comments that are not (any longer) pertinent
14108         (bad_lval): this fix currently runs against many files.
14109         The comment seems to indicate that we should select for files
14110         containing 'pragma extern_prefix'.
14111
14112         * fixinc/fixinc.x86-linux-gnu: deleted
14113         * fixinc/inclhack.sh:  regen
14114         * fixinc/fixincl.x:  regen
14115         * fixinc/fixincl.sh:  regen
14116
14117 Fri Nov 12 14:08:40 1999  Andrew Haley  <aph@cygnus.com>
14118
14119         * emit-rtl.c (gen_sequence): Only return the pattern of an insn if
14120         its code is INSN and it has no notes.
14121
14122 1999-11-22  Andrew Haley  <aph@cygnus.com>
14123
14124         * varasm.c (function_defined): Remove.
14125         (make_function_rtl): Don't set function_defined.
14126         (make_decl_rtl): Remove global register warning.
14127         * regclass.c (no_global_reg_vars): New variable.
14128         (globalize_reg): Warn if function has already been defined.
14129         (regclass_init): Set no_global_reg_vars.
14130
14131 Mon Nov 22 14:42:22 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14132
14133         * regclass.c (reg_pref): New structure and static variable
14134         (prefclass): Delete.
14135         (altclass): Delete.
14136         (all uses of prefclass and altclass): Use reg_pref instead.
14137
14138 1999-11-21  Nick Clifton  <nickc@cygnus.com>
14139
14140         * invoke.texi (ARM Options): Replace -mshort-load-bytes with
14141         -malignment-traps.
14142         (arm.h): Replace -mshort-load-bytes with -malignment-traps.
14143         (arm.c): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
14144         (arm.md): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
14145
14146 Sun Nov 21 17:11:13 1999  Geoffrey Keating  <geoffk@cygnus.com>
14147
14148         * varasm.c (output_constructor): Solve problem with long long
14149         bitfields, even on BYTES_BIG_ENDIAN machines (testcase 991118-1).
14150
14151 Fri Nov 19 05:48:45 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14152
14153         * global.c (allocno): New structure and static variable.
14154         (allocno_reg): Remove, all references replaced by allocno.
14155         (allocno_size): Likewise.
14156         (hard_reg_conflicts): Likewise.
14157         (hard_reg_preferences): Likewise.
14158         (hard_reg_copy_preferences): Likewise.
14159         (hard_reg_full_preferences): Likewise.
14160         (regs_someone_prefers): Likewise.
14161         (allocno_calls_crossed): Likewise.
14162         (allocno_n_refs): Likewise.
14163         (allocno_live_length): Likewise.
14164         (find_reg): Rename ALLOCNO to NUM.
14165
14166         * regclass.c (may_move_in_cost): Rename from may_move_cost, all
14167         references updated.
14168         (may_move_out_cost): New variable.
14169         (init_reg_sets_1): Initialize may_move_out_cost.
14170         (record_reg_classes): Use may_move_out_cost.
14171
14172         * regclass.c (dump_regclass): New function.
14173         (regclass): New parameter DUMP, call DUMP_REGCLASS.
14174         * toplev.c (rest_of_compilation): Open lreg dump file before regclass,
14175         pass rtl_dump_file to regclass.
14176         * rtl.h (regclass): Update prototype.
14177
14178 Fri Nov 19 06:32:19 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14179
14180         * i386.md (neg, not and abs patterns): Revmap to use
14181         ix86_expand_unary_operator and ix86_unary_operator_ok.
14182         (add?f and sub?f expanders): Force operand 1 to register.
14183         * i386.c (ix86_expand_unary_operator): Rewrite.
14184         (ix86_unary_operator_ok): Ensure that memory operands
14185         match real opcode.
14186         (ix86_binary_operator_ok): Do not allow operand 1 to
14187         come into memory and operand 0 not.
14188         (ix86_expand_binary_operator): Ensure that
14189         src1 is not non-matching memory.
14190
14191         * i386.md (negs?2): Rewrite to expanders, new patterns and splitters
14192         to support integer registers and memory.
14193         (abss?2_integer): Likewise.
14194
14195         * i386.h (enum reg_class): Add FLOAT_INT_REGS.
14196         (REG_CLASS_NAMES): Likewise.
14197         (REG_CLASS_CONTENTS): Define FLOAT_INT_REGS as union of FLOAT_REGS
14198         and GENERAL_REGS.
14199         * i386.md (pushsf): Do not preferre FLOAT_REGS over GENERAL_REGS.
14200         (movsf): Likewise; unify 4th and 5th alternative.
14201         (pushdf): Likewise.
14202         (movdf_1): Likewise; rename to movdf_integer.
14203         (pushxf): Likewise; rename to pushxf_integer; fix output template;
14204         remove redundant splitter.
14205         (movxf_1): Likewise; rename to movxf_integer; fix splitter's condition.
14206         (movdf_nointeger): New.
14207         (movxf_nointeger): New.
14208         (pushxf_nointeger): New.
14209
14210         * i386.md (extend?f?f): Split to expander and pattern, refuse two
14211         memory operands in patterns.
14212         (fop*): Refuse two memory operands.
14213
14214         * i386.md (ashrsi3_31): Allow cltd when optimizing for size even
14215         on !TARGET_USE_CLTD CPUs.
14216
14217 Fri Nov 19 10:41:15 GMT 1999  Nathan Sidwell  <nathan@acm.org>
14218
14219         * extend.texi: Document C++ restricted pointers and references.
14220
14221 1999-11-19  Bernd Schmidt  <bernds@cygnus.co.uk>
14222
14223         * cse.c (addr_affects_sp): No longer conditional on AUTO_INC_DEC.
14224         (invalidate_skipped_set): Call it unconditionally.
14225         (cse_set_around_loop): Likewise.
14226
14227 Thu Nov 18 17:29:34 MST 1999    Diego Novillo <dnovillo@cygnus.com>
14228
14229         * rtl.texi (mem): Add documentation for alias-set argument
14230         to RTX `mem'.
14231
14232 Fri Nov 18 13:39:22 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14233
14234         * i386.h (struct_processor_costs): New fields int_load, int_store,
14235         fp_move, fp_load and fp_store
14236         (REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of
14237         fp->int moves
14238         (MEMORY_MOVE_COST): New macro.
14239         * i386.c (386_cost): Define new fields.
14240         (i486_cost): Likewise.
14241         (pentium_cost): Likewise.
14242         (pentiumpro_cost): Likewise.
14243         (k6_cost): Likewise.
14244
14245 Fri Nov 19 11:11:55 1999  Greg McGary  <gkm@gnu.org>
14246                           Geoffrey Keating  <geoffk@cygnus.com>
14247
14248         * config/m68k/m68kelf.h: Suppress '/* within comment' warning.
14249
14250         * config/m68k/m68k.h (MASK_PCREL): Don't use same value as
14251         MASK_ALIGN_INT.
14252
14253         * config/m68k/m68k.h (MASK_NO_STRICT_ALIGNMENT): New macro.
14254         (TARGET_STRICT_ALIGNMENT): New macro.
14255         (TARGET_SWITCHES): Add "strict-align" and "no-strict-align".
14256         (STRICT_ALIGNMENT): Depend on TARGET_STRICT_ALIGNMENT.
14257         * invoke.texi (M680x0 Options): Document -mstrict-align.
14258
14259 Thu Nov 18 11:10:03 1999  Jan Hubicka  <hubicka@freesoft.cz>
14260                           Richard Henderson  <rth@cygnus.com>
14261
14262         * i386-protos.h (split_xf, ix86_split_movdi): Remove.
14263         (ix86_split_long_move): Declare.
14264         * i386.c (split_xf, ix86_split_movdi): Remove.
14265         (ix86_split_to_parts, ix86_split_long_move): New.
14266         * i386.md (dimode move splitters): Use ix86_split_long_move.
14267         (dfmode move splitters): Likewise.
14268         (xfmode move splitters): Likewise.
14269         (movsf_1): Allow F->r.
14270         (movdf_1, movxf_1): Allow F->ro.
14271
14272 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
14273
14274         * except.h (struct eh_entry): Add goto_entry_p.
14275         (eh_region_from_symbol): Remove prototype.
14276         * except.c (find_func_region_from_symbol): New function.
14277         (emit_cleanup_handler): Likewise.
14278         (eh_region_from_symbol): Make it static.
14279         (add_new_handler): Verify the argument.
14280         (find_func_region): Update comment.
14281         (expand_eh_region_end): Expand handlers here, rater than waiting
14282         until expand_leftover_cleanups or start_all_catch.
14283         (expand_leftover_cleanups): Don't expand here.
14284         (expand_start_all_catch): Or here.
14285         (expand_rethrow): Check the return value from find_func_region.
14286         * function.c (expand_function_end): Emit the catch_clauses.
14287
14288 1999-11-18  Gavin Romig-Koch  <gavin@cygnus.com>
14289
14290         * integrate.c (expand_inline_function): Add necessary check for NULL.
14291
14292 1999-11-18  Nick Clifton  <nickc@cygnus.com>
14293
14294         * toplev.c (main): Correctly detect an unrecognised option.
14295
14296         * cppinit.c (cpp_handle_option): Do not claim to have consumed
14297         a -f option if it has not been recognised.
14298
14299 Thu Nov 18 00:59:11 1999  Michael Gschwind  <mikeg@alagoas.watson.ibm.com>
14300
14301         * basic-block.h (update_life_extent): Remove trailing comma on
14302         enumeration type list.
14303
14304 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14305
14306         * varasm.c (output_constructor) Solved problem with long long
14307         bitfields. Corrected calculating this_time and shift. Also
14308         corrected calculating mask when BITS_PER_UNIT == 32 (c4x).
14309
14310 Wed Nov 17 23:46:14 1999  Jeffrey A Law  (law@cygnus.com)
14311
14312         * flow.c (split_edge): Take looping structure into account when
14313         determining where to put the new block note.
14314
14315 Wed Nov 17 20:42:43 1999  Jeff Holcomb  <jeffh@cygnus.com>
14316
14317         * Makefile.in (ggc-none.o): Provide host specific version if
14318         needed.
14319
14320 Wed Nov 17 16:51:23 1999  Richard Henderson  <rth@cygnus.com>
14321
14322         * cse.c (delete_trivially_dead_insns): Identify no-op insns
14323         containing subregs too.
14324
14325 Wed Nov 17 17:39:48 MST 1999    Diego Novillo <dnovillo@cygnus.com>
14326
14327         * invoke.texi: Add documentation for -muninit-const-in-rodata.
14328         * config/mips/mips.h (MASK_UNINIT_CONST_IN_RODATA): Define.
14329         (TARGET_UNINIT_CONST_IN_RODATA): Define.
14330         (text_section): Add switches -munint-const-in-rodata and
14331         -mno-uninit-const-in-rodata.
14332         (ASM_OUTPUT_COMMON): Remove.
14333         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define. Check if uninitialized
14334         const objects should be placed in read-only data. Otherwise declare
14335         them in common.
14336
14337 Wed Nov 17 16:38:32 1999  Richard Henderson  <rth@cygnus.com>
14338
14339         * jump.c (jump_optimize_1): Revert last change.
14340
14341 Wed Nov 17 15:18:30 1999  Richard Henderson  <rth@cygnus.com>
14342
14343         * jump.c (jump_optimize_1): Don't try to duplicate the loop exit
14344         test if optimizing for size.
14345
14346 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
14347
14348         * Makefile.in (toplev.o): Depend on except.h.
14349         (dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise.
14350
14351 Mon Nov 15 22:45:39 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14352
14353         * i386.md (divmodsi4): Rewrite to expander.
14354         (*divmodsi4_nocltd): New.
14355         (*divmodsi4_cltd): New.
14356         (divmodsi4 splitter): Handle the case when input comes in edx.
14357         (udivmodhi4): Do not use constraints in exander.
14358         (ashrsi3_31): Conditionize by TARGET_USE_CLTD.
14359
14360 1999-11-17  Jason Merrill  <jason@yorick.cygnus.com>
14361
14362         * dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1
14363         for the common case.
14364
14365 1999-11-16  Jakub Jelinek  <jakub@redhat.com>
14366
14367         * explow.c (hard_function_value): Add outgoing argument.
14368         * expr.h (hard_function_value): Declare it.
14369         * calls.c (expand_call, emit_library_call_value): Update callers.
14370         * function.c (aggregate_value_p): Ditto.
14371         (diddle_return_value): Must look at the outgoing registers
14372         on archs with register windows.
14373
14374 Mon Nov 15 20:46:45 1999  Richard Henderson  <rth@cygnus.com>
14375
14376         * alpha.c (alpha_build_va_list): Use make_lang_type and
14377         initialize TYPE_NAME for the va_list record.
14378
14379         * flow.c (calculate_global_regs_live): Zero bb->aux to begin.
14380
14381         * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long
14382         for printing.
14383         * ggc.h (struct ggc_statistics): Rearrange elements for better
14384         packing on 64-bit hosts.
14385         * lcm.c (compute_laterin): Store a size_t not an int in bb->aux.
14386         (compute_nearerout): Likewise.
14387
14388 Tue Nov 16 14:37:52 1999  Geoffrey Keating  <geoffk@cygnus.com>
14389
14390         * config/rs6000/rs6000.c (first_reg_to_save): Save
14391         PIC_OFFSET_TABLE_REGNUM when -fpic even though it is fixed.
14392
14393 1999-11-15  Jason Merrill  <jason@casey.cygnus.com>
14394
14395         * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table
14396         notion of nesting to find the DIE for a type or function.
14397         DIEs can go in limbo even if we got a context_die.
14398         (push_decl_scope): Our context doesn't need to be in decl_scope_table.
14399         (gen_struct_or_union_type_die): Don't use TREE_PERMANENT to test
14400         for local type.
14401         (gen_decl_die): Ignore NAMESPACE_DECLs for now.
14402         (gen_type_die): Writing out the context doesn't cause member class
14403         template instantiations to be written out as well.
14404
14405 Mon Nov 15 15:33:18 1999  Richard Henderson  <rth@cygnus.com>
14406
14407         * rs6000.h (ASM_OUTPUT_DEF): New.
14408         Based on proposed addition from David Edelsohn.
14409
14410 1999-11-15  Robert Lipe  <RobertLipe@usa.net>
14411             Bruce Korb  <autogen@linuxbox.com>
14412
14413         * fixinc/inclhack.def
14414         (AAB_svr4_replace_byteorder): added.  Takes advantage of GCC features
14415         (unixware7_byteorder_fix): added.  Removes conflicts for new defs
14416                 in net/inet.h.
14417         (svr5_mach_defines): added.  Like svr4_mach_defines, with new syntax
14418         (svr4_endian): enabled with SVR5
14419         (svr4_mkdev): simplified syntax and enabled with SVR5
14420
14421 Sun Nov 14 18:49:37 1999  David O'Brien  <obrien@FreeBSD.org>
14422
14423         * configure.in: Handle libgcc2 threads support on FreeBSD platforms.
14424         * configure: Rebuilt.
14425         * config/t-freebsd-thread: New file.
14426
14427 Sun Nov 14 23:11:05 1999  Jeffrey A Law  (law@cygnus.com)
14428
14429         * i386.c (ix86_decompose_address): Verify the base is a REG
14430         before trying to examine its register number.
14431
14432         * basic-block.h: Remove all #defines and prototypes related to
14433         integer lists.
14434         (free_bb_mem, compute_preds_succs): Remove prototype.
14435         * rtl.h (free_bb_mem): Remove prototype.
14436         * flow.c (alloc_int_list_node); Remove function.
14437         (add_inst_list_node, free_int_list, add_pred_succ): Likewise.
14438         (compute_preds_succs, free_bb_mem): Likewise.
14439         * gcse.c (gcse_main): Do not call free_bb_mem anymore.
14440         * toplev.c (rest_of_compilation): Likewise.
14441         * haifa-sched.c (build_control_flow): Use flow generated edge
14442         list to build the haifa specific edge list.
14443         (find_rgns): Use new CFG data structures instead of pred/succ lists.
14444         (schedule_insns): Do not build pred/succ lists anymore.  Instead
14445         build the edge table.
14446
14447         * basic-block.h (dump_bb_data): Remove declaration.
14448         * flow.c (dump_bb_data): Remove function.
14449         * sbitmap.c (sbitmap_intersect_of_predsucc): Delete function.
14450         (sbitmap_union_of_predsucc): Likewise.
14451
14452         * gcse.c (delete_null_pointer_checks_1): Kill unused s_preds
14453         argument.  All callers changed.
14454         (delete_null_pointer_checks_1): No longer need to compute the
14455         pred/succ lists.
14456
14457         * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.
14458         All callers changed.
14459         (pre_expr_reaches_here_p_work): Likewise.
14460         (pre_edge_insert): No longer call pre_expr_reaches_here_p.
14461         * lcm.c (compute_laterin): Fix initialization of LATER.
14462         (compute_nearerout): Similarly for NEARER.
14463
14464 Sun Nov 14 12:41:57 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14465
14466         * cse.c (set_nonvarying_address_components): Delete unused function.
14467         (refers_to_p): Likewise.
14468
14469 Fri Nov 12 20:53:22 1999  Jeffrey A Law  (law@cygnus.com)
14470
14471         * function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as
14472         needed.
14473
14474 Sat Nov 13 16:20:09 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14475
14476         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro
14477         definition in do while (0).
14478
14479 Fri Nov 12 16:26:25 1999  Jim Wilson  <wilson@cygnus.com>
14480
14481         * stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change.
14482
14483 Fri Nov 12 12:43:49 1999  Richard Henderson  <rth@cygnus.com>
14484
14485         * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.
14486
14487 Fri Nov 12 15:14:19 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
14488
14489         * i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it.
14490         (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto.
14491         (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
14492         (INITIAL_FRAME_POINTER_OFFSET): Remove it.
14493
14494         * i960.c (i960_function_prologue): Don't allocate space for g8-g11
14495         saved on the stack.  Output more accurate stack frame statistics
14496         into assembler file.
14497
14498 1999-11-12 11:47 -0800  Zack Weinberg  <zack@bitmover.com>
14499
14500         * genextract.c (record_insn_name): New function.
14501         (get_insn_name): No longer a stub.
14502         (main): Call record_insn_name for each insn.  After each label
14503         written, print the insn name in a comment.
14504
14505 Fri Nov 12 13:45:02 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14506
14507         * output.h (const_section, init_section, fini_section): Add
14508         prototypes.
14509
14510         * alpha/elf.h (const_section): Delete declaration.
14511
14512         * svr4.h (const_section): Likewise.
14513
14514 Fri Nov 12 08:54:22 1999  Mark Mitchell  <mark@codesourcery.com>
14515
14516         * tree.h (SAVE_EXPR_PERSISTENT_P): New macro.
14517         * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially.
14518         (unsave_expr_now): Don't unsave SAVE_EXPR_PERSISTENT_P
14519         expressions.
14520         * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on
14521         variable-sized array bounds.
14522
14523 Fri Nov 12 08:04:45 1999  Catherine Moore  <clm@cygnus.com>
14524
14525         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME):  Use
14526         ASM_OUTPUT_LABEL.
14527
14528 Fri Nov 12 13:31:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14529
14530         * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Treat QImode
14531         addresses the same way GO_IF_LEGITIMATE_INDEX does.
14532
14533 Fri Nov 12 12:36:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14534
14535         * cse.c (hash_arg_in_struct): Delete.
14536         (struct table_elt): Delete elt in_struct.
14537         (struct set): Delete elt src_in_struct.
14538         (merge_equiv_classes): Don't set either hash_arg_in_struct or
14539         the corresponding in_struct elts.
14540         (canon_hash): Likewise.
14541         (safe_hash): Likewise.
14542         (find_best_addr): Likewise.
14543         (record_jump_cond): Likewise.
14544         (cse_insn): Likewise.
14545
14546 Thu Nov 11 19:45:24 1999  Jim Wilson  <wilson@cygnus.com>
14547
14548         * loop.c (invariant_p, case MEM): Put MEM_VOLATILE_P check back.
14549
14550         * dbxout.c (dbxout_type, case INTEGER_TYPE): Handle too large
14551         unsigned types.
14552
14553 Thu Nov 11 18:54:24 1999  Jeffrey A Law  (law@cygnus.com)
14554
14555         * function.c (diddle_return_value): Put back check that the DECL_RTL
14556         for the function is a register.
14557
14558         * function.c (diddle_return_value): Use hard_function_value to
14559         get an rtx suitable for use in the USE/CLOBBER insn.
14560
14561         * global.c (global_conflicts): Update comments.
14562         (record_conflicts): No need to record conflicts between pseudos here.
14563
14564 1999-11-11  Bruce Korb  <autogen@linuxbox.com>
14565
14566         * fixinc/fixincl.c: Added verbose levels for status messages
14567
14568 Thu Nov 11 13:23:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14569
14570         * jump.c (jump_optimize_1): Avoid passing an rtx that is not an
14571         operand as argument to expand_and or expand_binop.
14572
14573 Thu Nov 11 02:21:16 1999  Rodney Brown <RodneyBrown@pmsc.com>
14574
14575         * xcoffout.c (xcoffout_source_file): Change ggc_add_root to
14576         gcc_add_string_root.
14577
14578 Wed Nov 10 21:24:19 1999  Jason Eckhardt  <jle@cygnus.com>
14579
14580         * config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
14581
14582 Wed Nov 10 15:56:16 1999  Jeffrey A Law  (law@cygnus.com)
14583
14584         * flow.c (compute_flow_dominators): Initially put all blocks on
14585         the worklist.
14586         * lcm.c (compute_antinout_edge, compute_available): Similarly.
14587         * gcse.c (compute_cprop_avinout): Remove.
14588         (compute_cprop_data): Use compute_available.
14589         (delete_null_pointer_checks_1): Use compute_available.
14590
14591         * basic-block.h (compute_available): Returns a void now.
14592         * gcse.c (one_classic_gcse_pass): Do not expect compute_available
14593         to return a value anymore.
14594         * lcm.c (compute_available, compute_antinout_edge): Revamp to use
14595         worklists.  Fix boundary cases. Compute maximal solutions.
14596         (compute_laterin, compute_nearerout): Similarly.
14597
14598         * dwarf2out.c (add_AT_location_description): Allow
14599         (mem (plus (pseudo) (...)) too.
14600
14601 Wed Nov 10 10:52:42 1999  Tom Tromey  <tromey@cygnus.com>
14602
14603         * gcc.c (do_spec_1): Support text between `%u' and `%O'.
14604
14605 Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
14606                           Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14607
14608         * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
14609
14610         * gansidecl.h: Likewise.
14611
14612         * rtl.c: Likewise.
14613
14614         * rtl.h: Likewise.
14615
14616         * toplev.h: Likewise.
14617
14618         * tree.c: Likewise.
14619
14620         * tree.h: Likewise.
14621
14622         * varray.c: Likewise.
14623
14624         * varray.h: Likewise.
14625
14626 Wed Nov 10 10:57:22 1999  Clinton Popetz  <cpopetz@cygnus.com>
14627
14628         * gcov.c (struct arcdata): Add hits and total, remove prob.
14629         (output_branch_counts): New.
14630         (process_args): Set output_branch_counts if -c.
14631         (calculate_branch_probs): Store hits and total instead of
14632         percentage.
14633         (output_data): Emit counts if output_branch_counts is true.
14634         * gcov.texi (Invoking Gcov): Document -c switch..
14635
14636 Wed Nov 10 01:10:41 1999  Philippe De Muyter  <phdm@macqel.be>
14637
14638         * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
14639         `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.
14640
14641 Wed Nov 10 00:51:41 1999  Hans-Peter Nilsson  <hp@axis.se>
14642
14643         * invoke.texi (C Dialect Options): Add missing builtins from
14644         c-common.c to list.
14645         * extend.texi (Other Builtins): Copy to this list.
14646
14647 Wed Nov 10 04:58:09 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14648
14649         * Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
14650         (print-rtl.o, $(HOST_PREFIX_1)print-rtl.o): Likewise.  Remove
14651         redundant bitmap.h.
14652
14653 Wed Nov 10 00:02:53 1999  Jeffrey A Law  (law@cygnus.com)
14654
14655         * flow.c (compute_flow_dominators): No longer treat basic block 0
14656         or (n_basic_blocks - 1) specially.  Clear the AUX field before
14657         starting computation of doms/pdoms.  Fix initial state for pdoms.
14658
14659 Wed Nov 10 03:58:08 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14660
14661         * Makefile.in ($(HOST_PREFIX_1)rtl.o): Update dependencies to
14662         match rtl.o's: added ggc.h and toplev.h
14663         ($(HOST_PREFIX_1)print-rtl.o): Likewise: added system.h.
14664         ($(HOST_PREFIX_1)rtlanal.o): Likewise: added system.h.
14665         ($(HOST_PREFIX_1)obstack.o): Likewise: added $(CONFIG_H).
14666
14667 Tue Nov  9 10:30:08 1999  Tom Tromey  <tromey@cygnus.com>
14668
14669         * config/i386/xm-djgpp.h (HAVE_DOS_BASED_FILE_SYSTEM): Renamed
14670         from HAVE_DOS_BASED_FILESYSTEM.
14671         * gcc.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM, not
14672         HAVE_DOS_BASED_FILESYSTEM.
14673         (main): Likewise.
14674         (split_directories): Only special-case DOS file names if
14675         HAVE_DOS_BASED_FILE_SYSTEM is defined.  Use IS_DIR_SEPARATOR
14676         instead of explicit tests.  Conditionalize on !VMS.
14677         (make_relative_prefix): Use IS_DIR_SEPARATOR instead of explicit
14678         tests.  Conditionalize on !VMS.
14679         (process_command): Only use make_relative_prefix if !VMS.
14680         (free_split_directories): Conditionalize on !VMS.
14681         (DIR_UP): Conditionalize on !VMS.
14682
14683 Wed Jun  9 16:57:11 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14684
14685         * gcc.c (STANDARD_BINDIR_PREFIX): Provide default.
14686
14687 Fri Feb  5 14:22:01 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14688
14689         * gcc.c (make_relative_prefix): Handle the HAVE_EXECUTABLE_SUFFIX
14690         case.
14691
14692 Mon Nov  8 14:16:57 1999  Michael Meissner  <meissner@cygnus.com>
14693
14694         * invoke.texi (Environment Variables): Document relative path
14695         lookup.
14696         * gcc.c (DIR_UP): If not defined, define as "..".
14697         (standard_bindir_prefix): New static, holds target location to
14698         install binaries.
14699         (split_directories): New function to split a filename into
14700         component directories.
14701         (free_split_directories): New function, release memory allocated
14702         by split_directories.
14703         (make_relative_prefix): New function, make a relative pathname if
14704         the compiler is not in the expected location.
14705         (process_command): If GCC_EXEC_PREFIX was not specified, see if we
14706         can figure out an appropriate prefix from argv[0].
14707         * Makefile.in (DRIVER_DEFINES): Use unlibsubdir in definition of
14708         STANDARD_STARTFILE_PREFIX and TOOLDIR_BASE_PREFIX.  Define
14709         STANDARD_BINDIR_PREFIX.
14710
14711 Wed Nov 10 11:47:54 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14712
14713         * config/c4x/c4x-protos.h: New file.  Prototypes for functions defined
14714         in c4x.c.
14715         * config/c4x/c4x.h: Moved prototypes to c4x.h.
14716         * config/c4x/c4x.c (c4x_preferred_reload_class, c4x_limit_reload_class,
14717         c4x_secondary_memory_needed) Delete.
14718         (fp_zero_operand): Add mode argument.
14719
14720 Thu Nov  4 15:52:35 1999  Andrew Haley  <aph@cygnus.com>
14721
14722         * reload1.c (reload_reg_free_for_value_p): Don't use a register
14723         that is in reload_reg_used.
14724
14725 Tue Nov  9 16:43:00 1999  Nick Clifton  <nickc@cygnus.com>
14726
14727         * config/arm/arm-protos.h: New file: Prototypes for functions
14728         defined in arm.c and pe.c.
14729         * config/arm/arm.h: Fix compile time warnings.
14730         * config/arm/arm.c: Fix compile time warnings.
14731         * config/arm/pe.h: Fix compile time warnings.
14732         * config/arm/aout.h: Fix compile time warnings.
14733
14734 Tue Nov  9 14:55:44 1999  Nick Clifton  <nickc@cygnus.com>
14735
14736         * config/m32r/m32r-protos.h: New file: Prototypes for functions
14737         defined in m32r.c
14738
14739         * config/m32r/m32r.h: Move prototypes to m32r-protos.h
14740         Add support for subtargets.
14741         Add prototypes for new predicates.
14742         Add scheduling macros.
14743
14744         * config/m32r/m32r.c: Fix compile time warnings.
14745         (int8_operand): New predicate function.
14746         (reg_or_cmp_int16_operand): New predicate function.
14747         (extend_operand): New predicate function.
14748         (m32r_adjust_code): New scheduling function.
14749         (m32r_adjust_priorty): New scheduling function.
14750         (m32r_sched_init): New scheduling function.
14751         (m32r_sched_reorder): New scheduling function.
14752         (m32r_sched_variable_issue): New scheduling function.
14753         (direct_return): New codegen function.
14754         (m32r_not_same_reg): New rtl testsing function.
14755
14756         * config/m32r/m32r.md: Fix compile time warnings.
14757         Add support for pre decrement and post increment memory
14758         references.
14759         Add S<cc> patterns.
14760         Add fabs patterns.
14761
14762 Mon Nov  8 22:20:13 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14763
14764         * global.c (EXECUTE_IF_CONFLICT): Don't define.
14765         (prune_preferences): Use EXECUTE_IF_SET_IN_ALLOCNO_SET instead.
14766         (find_reg): Likewise.
14767
14768 Mon Nov  8 13:16:46 1999  Jason Eckhardt  <jle@cygnus.com>
14769
14770         * config/pa/pa.md (fmpynfadd,{sgl,dbl} insns): Use %fr0 rather than 0
14771         to avoid assembler errors.
14772
14773 Mon Nov  8 15:38:41 1999  Nick Clifton  <nickc@cygnus.com>
14774
14775         * config/v850/v850-protos.h: New file: Prototypes for functions
14776         defined in v850.c
14777         * config/v850/v850.h: Move prototypes to v850-protos.h
14778         * config/v850/v850.c: Move prototypes to v850-protos.h
14779         * config/v850/v850.md: Fix compile time warnings.
14780
14781         * config/fr30/fr30-protos.h: New file: Prototypes for functions
14782         defined in fr30.c
14783         * config/fr30/fr30.h: Move prototypes to fr30-protos.h
14784         * config/fr30/fr30.c: Fix compile time warnings.
14785         * config/fr30/fr30.md: Fix compile time warnings.
14786
14787 Mon Nov  8 07:25:37 1999  Mark Mitchell  <mark@codesourcery.com>
14788
14789         * tree.h (get_containing_scope): Declare it.
14790         * tree.c (get_containing_scope): New fucntion.
14791         (decl_function_context): Use it.
14792         * toplev.c (rest_of_compilation): Use get_containing_scope.
14793
14794 aMon Nov  8 03:03:07 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14795
14796         * Makefile.in (rtl.o): Depend on toplev.h.
14797
14798 Sun Nov  7 20:55:14 1999  Mark Mitchell  <mark@codesourcery.com>
14799
14800         * cse.c (delete_trivially_dead_insns): Replace alloca with
14801         xmalloc/xcalloc.
14802         * except.c (update_rethrow_references): Likewise.
14803         (init_eh_nesting_info): Likewise.
14804         * function.c (identify_blocks): Likewise.
14805         * gcse.c (dump_hash_table): Likewise.
14806         * graph.c (print_rtl_graph_with_bb): Likewise.
14807         * loop.c (combine_movables): Likewise.
14808         (move_movables): Likewise.
14809         (count_loop_regs_set): Likewise.
14810         (strength_reduce): Likewise.
14811         * profile.c (compute_branch_probabilities): New function, split
14812         out from ...
14813         (branch_prob): Here.  Replace alloca with xmalloc/xcalloc.
14814         * regclass.c (regclass): Likewise.
14815         * regmove.c (regmove_optimize): Likewise.
14816         * toplev.c (compile_file): Likewise.
14817         (main): Don't mess with the stack rlimit.
14818
14819 Sun Nov  7 19:41:17 1999  Catherine Moore  <clm@cygnus.com>
14820
14821         * config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define.
14822         (ASM_DECLARE_FUNCTION_SIZE): Conditionally define.
14823
14824 Sun Nov  7 10:23:28 1999  Mark P. Mitchell  <mark@codesourcery.com>
14825
14826         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
14827
14828 Sun Nov  7 02:58:48 1999  Jeffrey A Law  (law@cygnus.com)
14829
14830         * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
14831         (EXECUTE_IF_SET_IN_ALLOCNO_SET): Put curleys around CODE in
14832         macro expansion.
14833
14834 Sat Nov  6 23:48:30 1999  Robert Lipe  (robertlipe@usa.net)
14835
14836         * global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
14837
14838 Sat Nov  6 17:34:39 1999  Jeffrey A Law  (law@cygnus.com)
14839
14840         * gcse.c (post_dominators): Kill.
14841         (alloc_code_hoist_mem, free_code_hoist_mem); Kill post_dominators.
14842         (compute_code_hoist_data): Use compute_flow_dominators.  Do not
14843         pass in a pdom array since we do not need pdoms.
14844         * haifa-sched.c (schedule_insns): Similarly.
14845         * flow.c (compute_dominators): Remove dead function.
14846         (compute_flow_dominators): Do not compute doms or pdoms if the
14847         caller does not request them.  Split up loop to build doms and
14848         pdoms.  Use a worklist to compute doms and pdoms.
14849         * basic-block.h (compute_dominators): Remove prototype.
14850
14851 Sat Nov  6 11:38:39 1999  Richard Henderson  <rth@cygnus.com>
14852
14853         * haifa-sched.c (struct haifa_insn_data, h_i_d): New.
14854         (insn_luid, insn_priority, insn_costs, insn_units): Remove.
14855         (insn_reg_weight, insn_depend, insn_dep_count): Remove.
14856         (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
14857         (cant_move, fed_by_spec_load, is_load_insn): Remove.
14858         (schedule_region): Remove unused variable.
14859         (schedule_insns): Allocate h_i_d, and not all the separate arrays.
14860
14861 Sat Nov  6 10:00:34 1999  Mark Mitchell  <mark@codesourcery.com>
14862
14863         * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.
14864         (update_equiv_regs): Likewise.
14865         (block_alloc): Likewise.
14866         * reg-stack.c (reg_to_stack): Likewise.
14867         (convert_regs_2): Likewise.
14868         * reload1.c (reload_as_needed): Likewise.
14869
14870 Sat Nov  6 09:57:59 1999  Mark Mitchell  <mark@codesourcery.com>
14871
14872         * Makefile.in (dbxout.o): Depend on ggc.h.
14873         (dwarf2out.o): Likewise.
14874         (xcoffout.o): Likewise.
14875         * dbxout.c: Include ggc.h.
14876         (dbxout_init): Register lastfile as a root.
14877         * dwarf2out.c: Include ggc.h.
14878         (dwarf2out_line): Register lastfile as a root.
14879         * xcoffout.c: Include ggc.h.
14880         (xcoffout_source_line): Register xcoff_lastfile as a root.
14881
14882 Sat Nov  6 09:52:09 1999  Richard Henderson  <rth@cygnus.com>
14883
14884         * i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
14885
14886 Sat Nov  6 07:48:59 1999  Catherine Moore  <clm@cygnus.com>
14887
14888         * config/svr4.h (ASM_DECLARE_FUNCTION): Check if already
14889         defined.
14890         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
14891
14892 Fri Nov  5 18:33:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14893
14894         * global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.
14895         (EXECUTE_IF_CONFLICT): Likewise.
14896         (ALLOCNO_LIVE_P): Avoid signed division.
14897         (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Likewise.
14898         (prune_preferences, find_reg): Use EXECUTE_IF_CONFLICT.
14899         (record_one_conflict): Use EXECUTE_IF_SET_IN_ALLOCNO_SET.
14900
14901 Fri Nov  5 12:04:02 1999  Richard Henderson  <rth@cygnus.com>
14902
14903         * haifa-sched.c (schedule_block): Don't crash if there's no
14904         next insn for an interblock movement.
14905         (add_branch_dependences): Don't allow clobber insns to move either.
14906
14907 Fri Nov  5 10:18:11 1999  Richard Henderson  <rth@cygnus.com>
14908
14909         * i386.c (split_xf): New.
14910         * i386-protos.h: Declare it.
14911         * i386.md (movxf_1): Add general regs alternatives.
14912         (movxf_1+1): New splitter for same.
14913
14914 Fri Nov  5 12:05:52 1999  Nick Clifton  <nickc@cygnus.com>
14915
14916         * function.c (purge_addressof_1): Add missing return values.
14917
14918 Fri Nov  5 10:07:25 1999  Nick Clifton  <nickc@cygnus.com>
14919
14920         * function.c (is_addressof): New function.  Returns true if
14921         the given piece of RTL is an ADDRESSOF.
14922         (purge_addressof_1): Make boolean.  Return false if the
14923         ADDRESSOFs could not be purged.
14924         (purge_addressof): If ADDRESSOFs could not be purged from the
14925         notes attached to an insn, remove the offending note(s),
14926         unless they are attached to a libcall.
14927
14928 1999-11-05  Andreas Jaeger  <aj@suse.de>
14929
14930         * genoutput.c (null_operand =): Initialize all fields.
14931
14932         * errors.h: Add extern to prototypes.
14933
14934 Fri Nov  5 01:44:09 1999  Jeffrey A Law  (law@cygnus.com)
14935
14936         * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
14937         * configure: Rebuilt.
14938
14939 Fri Nov  5 01:24:37 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14940
14941         * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.
14942         (mirror_conflicts): New function.
14943         (global_alloc): Call it.
14944         (expand_preferences): Remove redundant CONFLICTP test.
14945         (find_reg, dump_conflicts): Likewise.
14946         (prune_preferences): Process conflicts one word at a time.
14947
14948 Fri Nov  5 01:05:21 1999  Richard Henderson <rth@cygnus.com>
14949
14950         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_BITMAP
14951         instead of an explicit loop.
14952
14953 Thu Nov  4 23:07:14 1999  Jim Wilson  <wilson@cygnus.com>
14954
14955         * cse.c (cse_insn): Revert Oct 31 change.  When computing src_elt,
14956         if REG_RETVAL check succeeds, then put classp in src_elt.
14957
14958 Thu Nov  4 23:48:14 1999  Jeffrey A Law  (law@cygnus.com)
14959
14960         * function.c (pad_to_arg_alignment): Only update argument_pad
14961         if the argument's alignment is greater than STACK_BOUNDARY.
14962
14963 Thu Nov  4 16:44:53 1999  Richard Henderson  <rth@cygnus.com>
14964
14965         * bitmap.h (BITMAP_XFREE): New.
14966         * flow.c (life_analysis): Use it.
14967         (life_analysis_1): Free blocks.
14968
14969         * combine.c (undo_commit): New.
14970         (try_combine): Use it.  Don't zap undobuf.undos.
14971         (combine_instructions): Don't zap undobuf.undos; free the
14972         undobuf.frees list.
14973
14974         * local-alloc.c (local_alloc): Free qty_phys_num_sugg.
14975
14976         * stmt.c (cost_table_): New.
14977         (estimate_case_costs): Use it instead of xmalloc.
14978
14979         * toplev.c (compile_file): Reuse dumpname memory instead
14980         of strdup'ing it.
14981
14982 Thu Nov  4 16:36:44 1999  Richard Henderson  <rth@cygnus.com>
14983
14984         * reg-stack.c (convert_regs_1): Initialize target_stack->top
14985         after verifying an EH edge.
14986
14987         * haifa-sched.c (init_rgn_data_dependences): Correctly
14988         size bb_pending_lists_length when zeroing.
14989
14990 Thu Nov  4 16:36:36 1999  Richard Henderson  <rth@cygnus.com>
14991
14992         * function.c (diddle_return_value): New.
14993         (expand_function_end): Use it.
14994         * stmt.c (expand_null_return): Likewise.
14995         (expand_value_return): Likewise.
14996
14997         * reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.
14998
14999         * reload1.c (reload): Don't remove return value clobbers.
15000
15001 Thu Nov  4 13:33:46 1999  Richard Henderson  <rth@cygnus.com>
15002
15003         * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
15004
15005 Thu Nov  4 12:49:52 1999  Richard Henderson  <rth@cygnus.com>
15006
15007         * cse.c (cse_main): Use xmalloc, not alloca.
15008         (cse_basic_block): Likewise.
15009         * local-alloc.c (local_alloc): Likewise.
15010
15011 Thu Nov  4 14:22:12 1999  David Billinghurst  <David.Billinghurst@riotinto.com.au>
15012                           Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15013
15014         * rtl.c: Include toplev.h.
15015         (fatal): Remove declaration.
15016
15017 Thu Nov  4 06:39:47 1999  Jeffrey A Law  (law@cygnus.com)
15018
15019         * haifa-sched.c (schedule_block): Fix thinko.
15020
15021 1999-11-03  James McKelvey <mckelvey@fafnir.com>
15022
15023         * fixinc/fixincl.c(create_file):  Allow for systems that do not have
15024         S_IR* defined values
15025
15026 1999-11-03  Philippe De Muyter  <phdm@macqel.be>
15027
15028         * fixlib.c (load_file_data): Do not call `realloc' with a NULL pointer;
15029         call `malloc' instead.
15030
15031 Wed Nov  3 23:05:14 1999  Mark Mitchell  <mark@codesourcery.com>
15032
15033         * flags.h (flag_renumber_insns): Declare.
15034         * emit-rtl.c (renumber_insns): Check flag_renumber_insns.  Print
15035         renumbering table.
15036         * rtl.h (renumber_insns): Change prototype.
15037         * toplev.c (flag_renumber_insns): Define.
15038         (rest_of_compilation): Pass rtl_dump_file to flag_renumber_insns.
15039
15040 Wed Nov  3 15:11:27 1999  David S. Miller  <davem@redhat.com>
15041
15042         * config/sparc/sparc.md: Remove insn type fpsqrt, add fpsqrts
15043         and fpsqrtd.  Use them and create fdiv function unit to more
15044         accurately represent fpu sqrt pipeline semantics on UltraSparc.
15045         * config/sparc/sparc.c: Account for fpsqrt{s,d} changes.
15046
15047 Wed Nov  3 15:11:27 1999  Matteo Frigo <athena@fftw.org>
15048
15049         * config/sparc/sparc.md: Adjust FADD/FMUL result latencies to
15050         3 on UltraSparc.
15051         * config/sparc/sparc.c (ultra_schedule_insn): Insert launched
15052         insn into ready list, do not use just a raw swap.
15053
15054 Wed Nov  3 14:51:59 1999  Mark P. Mitchell  <mark@codesourcery.com>
15055
15056         * rtl.h (renumber_insns): New function.
15057         (remove_unnecessary_notes): Likewise.
15058         * emit-rtl.c (renumber_insns): Define.
15059         (remove_unncessary_notes): Likewise.
15060         * toplev.c (rest_of_compilation): Remove dead code.
15061         Use renumber_insns and remove_unncessary_notes.
15062
15063         * gcse.c (struct null_pointer_info): New type.
15064         (get_bitmap_width): New function.
15065         (current_block): Remove.
15066         (nonnull_local): Likewise.
15067         (nonnull_killed): Likewise.
15068         (invalidate_nonnull_info): Take a null_pointer_info as input.
15069         (delete_null_pointer_checks_1): New function.
15070         (delete_null_pointer_checks): Use it.
15071
15072         * haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
15073         (split_edges): Likewise.
15074         (schedule_block): Likewise.
15075         (compute_block_backward_dependencies): Likewise.
15076         (schedule_region): Likewise.
15077         (schedule_insns): Likewise.
15078
15079 Wed Nov  3 15:40:23 1999  Catherine Moore  <clm@cygnus.com>
15080
15081         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
15082         * emit-rtl.c (gen_label_rtx): Support LABEL_ALTERNATE_NAME.
15083         * final.c (final_scan_insn): Emit LABEL_ALTERNATE_NAME.
15084         * ggc-common.c (ggc_mark_rtx_children): Mark LABEL_ALTERNATE_NAME.
15085         * jump.c (delete_unreferenced_labels): Don't delete if
15086         LABEL_ALTERNATE_NAME is set.
15087         * print-rtl.c (print_rtx): Dump alternate name.
15088         * rtl.def (CODE_LABEL): Change format to "iuuis00s".
15089         * rtl.h (LABEL_ALTERNATE_NAME): Define.
15090         * rtl.texi (LABEL_ALTERNATE_NAME): Document.
15091         * tm.texi (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Document.
15092
15093 Wed Nov  3 15:39:19 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15094
15095         * fix-header.c (recognized_extern, recognized_function): Constify
15096         a char*.
15097
15098         * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
15099         (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
15100         (compute_available): Remove unused variable `last'.
15101         (compute_nearerout): Remove unused variable `temp_bitmap'.
15102         (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
15103         Remove unused variable `x'.
15104
15105         * scan.h (recognized_function, recognized_extern): Constify a
15106         char*.
15107
15108         * simplify-rtx.c (simplify_rtx): Remove unused variable `new'.
15109
15110 Wed Nov  3 10:40:53 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15111
15112         * varasm.c (decode_rtx_const): Use XSTR to access the string
15113         of a SYMBOL_REF.
15114
15115 Wed Nov  3 10:10:58 1999  Richard Henderson  <rth@cygnus.com>
15116
15117         * c-decl.c (duplicate_decls): Copy DECL_MODE too.
15118
15119 Wed Nov  3 12:12:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15120
15121         * reload1.c (eliminate_regs_in_insn): If copying insn, also copy notes.
15122
15123 Wed Nov  3 03:26:28 1999  Jeffrey A Law  (law@cygnus.com)
15124
15125         * pa.c (ireg_operand): New function.
15126         * pa.h (PREDICATE_CODES): Handle ireg_operand.
15127         * pa.md (parallel_addb, parallel_movb): Use ireg_operand.
15128         Fix out of date comment.
15129
15130         * pa.md (negdi2): Turn into expander + anonymous pattern.
15131
15132         * reload.c (find_reloads): Fix typos in recent change.
15133
15134         * dwarf2out.c: Do not include ctype.h.
15135
15136 Tue Nov  2 21:53:44 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15137
15138         * regclass.c (record_reg_classes): Always use may_move_cost when
15139         seeing how operand fits with various register classes.
15140
15141 Tue Nov  2 15:38:17 1999  Richard Henderson  <rth@cygnus.com>
15142
15143         * resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
15144         * toplev.c: Revert Nov 1 13:22 change.
15145
15146 Tue Nov  2 14:21:37 1999  Jason Eckhardt  <jle@cygnus.com>
15147
15148         * config/pa/pa.md (height reduction patterns): Add checks for
15149         overlapping operands to avoid semantic-destroying splits for
15150         height reduction patterns.
15151
15152 Tue Nov  2 15:27:31 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15153
15154         * configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
15155         have been an hyphen, fixed.
15156         * configure: Rebuilt.
15157
15158 Tue Nov  2 17:04:36 1999  Nick Clifton  <nickc@cygnus.com>
15159
15160         * config/arm/tpe.h: Add prototypes for exported functions.
15161         * config/arm/pe.c: Fix compile time warnings.
15162         * config/arm/semi.h: Fix compile time warnings.
15163         * config/arm/arm.c: Fix compile time warnings.
15164         * config/arm/arm.h: Fix compile time warnings.
15165         * config/arm/arm.md: Fix compile time warnings.
15166         * config/arm/thumb.c: Fix compile time warnings.
15167         * config/arm/thumb.h: Fix compile time warnings.
15168         * config/arm/thumb.md: Fix compile time warnings.
15169
15170 Tue Nov  2 04:10:24 1999  Jan Hubicka  <hubicka@freesoft.cz>
15171
15172         * jump.c (jump_optimize_1): Swap the incscc and the conditional mode
15173         detection code
15174
15175         * unroll.c (unroll_loop): Remove LOOP notes when loop is
15176         completely unrolled.
15177
15178 Tue Nov  2 16:57:22 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15179
15180         * cse.c (simplify_plus_minus, check_fold_const): Delete declarations.
15181
15182 Tue Nov  2 09:43:00 1999  Catherine Moore  <clm@cygnus.com>
15183
15184         * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).
15185         * rtl.h (rtx_equal_p): Move prototype.
15186         * rtl.c (rtx_equal_function_value_matters): Move from
15187         rtlanal.c
15188         (rtx_equal_p): Likewise.
15189         * rtlanal.c (rtx_equal_function_value_matters): Delete.
15190         (rtx_equal_p): Likewise.
15191
15192 Mon Nov  1 23:21:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
15193
15194         * libgcc2.c (__do_global_dtors): Only do EH frame stuff if
15195         ! HAS_INIT_SECTION.
15196
15197 Mon Nov  1 23:37:38 1999  Jeffrey A Law  (law@cygnus.com)
15198
15199         * gcc.1 (PA options): Remove obsolete -mshared-libs options.
15200
15201         * pa.h (ADDR_VEC_ALIGN): Define.
15202
15203         * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
15204         notes when presented with "if (foo) break; end_of_loop" and
15205         the break sequence gets moved out of the loop.
15206
15207         * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
15208         Remove explicit zero initializations of entries within MAP.
15209
15210 Mon Nov  1 18:09:14 1999  Richard Henderson  <rth@cygnus.com>
15211
15212         * reg-stack.c (convert_regs_1): Handle EH edges specially.
15213
15214 Mon Nov  1 15:41:01 1999  Mark P. Mitchell  <mark@codesourcery.com>
15215
15216         * bitmap.h (BITMAP_XMALLOC): New macro.
15217         * flow.c (CLEAN_ALLOCA): Remove.
15218         (delete_unreachable_blocks): Use xmalloc/xcalloc instead of alloca.
15219         (life_analysis): Likewise.
15220         (update_life_info): Don't use CLEAN_ALLOCA.
15221         (life_analysis_1): Use xmalloc/xcalloc instead of alloca.
15222         (calculate_global_regs_live): Likewise.
15223         (print_rtl_with_bb): Likewise.
15224         (verify_flow_info): Likewise.
15225         * global.c (global_alloc): Likewise.
15226         (global_conflicts): Likewise.
15227         * integrate.c (save_for_inline_nocopy): Likewise.
15228         (expand_inline_function): Likewise.
15229         * jump.c (jump_optimize_1): Likewise.
15230         (duplicate_loop_exit_test): Likewise.
15231         (thread_jumps): Likewise.
15232         * loop.c (loop_optimize): Likewise.
15233         (combine_givs): Likewise.
15234         (recombine_givs): Likewise.
15235         * reorg.c (dbr_schedule): Likewise.
15236         * unroll.c (unroll_loop): Likewise.
15237
15238         * combine.c (combine_instructions): Use xmalloc instead of alloca.
15239
15240 Mon Nov  1 13:22:30 1999  Richard Henderson  <rth@cygnus.com>
15241
15242         * toplev.c (rest_of_compilation): Don't optimize the CFG
15243         when rebuilding, just before dbr.
15244
15245 Mon Nov  1 14:35:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15246
15247         * output.h (assemble_end_function, assemble_destructor,
15248         assemble_constructor, assemble_gc_entry, assemble_global,
15249         assemble_label, output_constant_pool) Constify a char*.
15250
15251         * varasm.c (assemble_destructor, assemble_constructor,
15252         assemble_gc_entry, assemble_end_function, assemble_global,
15253         assemble_label, output_constant_pool): Likewise.
15254
15255 Mon Nov  1 14:22:51 1999  Nick Clifton  <nickc@cygnus.com>
15256
15257         * config/arm/thumb.c (thumb_expand_prologue): Add comments
15258         explaining what is goin on in this function.
15259
15260 Mon Nov  1 08:03:15 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15261
15262         * regclass.c (record_reg_classes): In matching case, recompute
15263         costs since the direction of movement is different.
15264
15265 Sun Oct 31 21:59:34 MST 1999  Diego Novillo <dnovillo@cygnus.com>
15266
15267         * resource.c (mark_target_live_regs): For unconditional branches,
15268         the resources found at the branch target should be added to the
15269         resources found so far, not intersected.
15270
15271 Sun Oct 31 15:48:49 1999  Philippe De Muyter  <phdm@macqel.be>
15272
15273         * fixinc/fixtests.c, fixinc/fixfixes.c : Keep `#' in first column for
15274         old cpp's.
15275         * fixinc/fixincl.c (fcntl.h) : Do not include this file twice.
15276         (sys/mman.h): Include this file only if #HAVE_MMAP.
15277         (run_compiles): Initialize `esac_fmt' with one old KR string, not
15278         with automatically concatenated ANSI strings.
15279
15280 Sun Oct 31 23:57:07 1999  Mark Mitchell  <mark@codesourcery.com>
15281
15282         * ggc-page.c (struct page_entry): Remove save_num_free_objects.
15283         (DIV_ROUND_UP): Robustify.
15284         (ggc_recalculate_in_use_p): New function.
15285         (release_pages): Don't inline it.
15286         (ggc_alloc_obj): Don't refuse to allocate objects on pages for
15287         outer contexts.
15288         (ggc_pop_context): Use ggc_recalculate_in_use_p.
15289         (clear_marks): Always save in_use_p.
15290         (sweep_pages): Use ggc_recalculate_in_use_p.
15291         (ggc_page_print_statistics): Avoid signed/unsigned comparisons.
15292         Release pages before counting statistics.
15293
15294 Sun Oct 31 23:42:37 1999  Mark Mitchell  <mark@codesourcery.com>
15295
15296         * toplev.c (rest_of_compilation): Fix thinko in this change:
15297
15298         Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
15299
15300         (rest_of_compilation): If inside an inlined external function,
15301         pretend we are just being declared.
15302
15303 Sun Oct 31 23:03:25 1999  Jeffrey A Law  (law@cygnus.com)
15304
15305         * flow.c (calculate_global_regs_live): Fix thinko.
15306
15307         * integrate.c (expand_inline_function): Fix bugs in previous
15308         change from Oct 28, 1999.
15309
15310 Sun Oct 31 20:27:45 1999  Mark Mitchell  <mark@codesourcery.com>
15311
15312         * stmt.c (expand_value_return): Fix typo in this change:
15313
15314         Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15315         (expand_value_return): Correctly convert VAL when promoting function
15316         return; support RETURN_REG being a PARALLEL.
15317
15318 Sun Oct 31 20:25:42 1999  Mark P. Mitchell  <mark@codesourcery.com>
15319
15320         * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.
15321
15322 Sun Oct 31 20:42:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15323
15324         * hard-reg-set.h (reg_names): Constify a char*.
15325
15326         * regclass.c  (reg_names): Likewise.
15327
15328         * regs.h (reg_names): Likewise
15329
15330         * a29k/a29k.c (reg_names): Delete declaration.
15331
15332         * a29k/a29k.h (CONDITIONAL_REGISTER_USAGE): Constify a char*.
15333
15334         * arc/arc.c (arc_save_restore, arc_output_function_prologue,
15335         arc_output_function_epilogue): Likewise.
15336
15337         * elxsi/elxsi.c (reg_names): Likewise.
15338
15339         * gmicro/gmicro.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Likewise.
15340
15341         * m32r/m32r.c (m32r_output_function_epilogue, emit_cond_move):
15342         Likewise.
15343
15344         * m88k/m88k.c (output_function_profiler): Likewise.
15345
15346         * sparc/sparc.c (sparc_flat_output_function_prologue,
15347         sparc_flat_output_function_epilogue): Likewise.
15348
15349 Sun Oct 31 13:32:15 CET 1999  Marc Lehmann <pcg@goof.com>
15350
15351         * toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber
15352         warning from -Wuninitialized and put it under -W.
15353         * function.c (uninitialized_vars_warning): Warn only when the
15354         corresponding flag is set.
15355
15356 Sun Oct 31 01:53:30 1999  Jeffrey A Law  (law@cygnus.com)
15357
15358         * cse.c (cse_insn): If an insn has only a single set, SRC_EQV
15359         is nonzero and the single set does not have an elt, then assign
15360         it an elt.
15361
15362         * simplify-rtx.c: New file.
15363         * Makefile.in (OBJS): Add simplify-rtx.o
15364         (simplify-rtx.o): Add dependencies.
15365         * rtl.h (simplify_gen_binary, simplify_rtx): Add prototypes.
15366         * cse.c: Use simplify_gen_binary intead of cse_gen_binary.
15367         (cse_gen_binary, simplify_unary_operation): Delete.
15368         (simplify_binary_operation, simplify_plus_minus): Likewise.
15369         (check_fold_consts, simplify_relation_operation): Likewise.
15370         (simplify_ternary_operation): Likewise.
15371         (delete_trivially_dead_insns): Simplify the contents of the
15372         REG_EQUAL note before trying to substitute it into the source
15373         of the reg-reg copy at the end of a libcall sequence.
15374
15375         * combine.c (combine_simplify_rtx): Renamed from simplify_rtx.  All
15376         references/callers changed.
15377
15378         * mn10200.c (mn10200_va_arg): Force the return value into a
15379         register.
15380
15381         * fr30.h (EXTRA_CC_NAMES): Remove obsolete macro.
15382
15383         * cccp.c (macroexpand): Avoid out of range accesses for omitted
15384         arguments.
15385
15386 Sat Oct 30 22:42:50 1999  Stephen L Moshier <moshier@mediaone.net>
15387
15388         * c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.
15389
15390 Sat Oct 30 22:19:26 1999  Jeffrey A Law  (law@cygnus.com)
15391
15392         * fold-const.c (fold): Fix thinko when optimizing comparisons
15393         against -0.0.
15394
15395 Sat Oct 30 21:32:17 1999  David Starner  <dstarner98@aasaa.ofe.org>
15396
15397         * gcc.texi (Passes): Update front-end files to their current
15398         location.
15399
15400 Sat Oct 30 14:41:40 1999  Richard Henderson  <rth@cygnus.com>
15401
15402         * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Call secondary_reload_class.
15403         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
15404         (PREDICATE_CODES): Add addition_operation.
15405         * alpha-protos.h (addition_operation): Declare.
15406         (secondary_reload_class): Likewise.
15407         * alpha.c (addition_operation): New.
15408         (secondary_reload_class): New, from old SECONDARY_INPUT_RELOAD_CLASS.
15409         * alpha.md (adddi3): Turn into expander.
15410         (*lda, *adddi_2): New.
15411         (movsf, movdf patterns): Don't preference integer regs.
15412         (movsi, movdi patterns): Don't preference fp regs.
15413
15414 Sat Oct 30 14:38:22 1999  Richard Henderson  <rth@cygnus.com>
15415
15416         * genrecog.c (write_switch): Check for duplicate CODE cases.
15417
15418 Sat Oct 30 14:31:48 1999  Richard Henderson  <rth@cygnus.com>
15419
15420         * ggc-common.c: Update pre-function commentary.
15421         * ggc-page.c: Likewise.
15422         (poison): Remove.
15423         (poison_pages): Use memset directly.
15424         (ggc_alloc_obj): Likewise.  Use a different pattern than poison_pages.
15425         (ggc_collect): Poison before sweeping.
15426         * ggc-simple.c: Update pre-function commentary.
15427         (ggc_alloc_obj): Poison non-zeroed memory.
15428
15429 Sat Oct 30 14:28:52 1999  Mark Mitchell  <mark@codesourcery.com>
15430
15431         * ggc-common.c (ggc_print_statistics): Make arguments to fprintf
15432         match format string, even on 64-bit hosts.
15433         * gcc-page.c (ggc_page_print_statistics): Likewise.
15434
15435 Sat Oct 30 14:38:04 1999  Catherine Moore  <clm@cygnus.com>
15436
15437         * config/i386/i386.c (ix86_cpu): Revert last patch.
15438         * config/i386/i386.h (ix86_cpu): Ditto.
15439
15440 Fri Oct 29 17:00:42 1999  Jim Wilson  <wilson@cygnus.com>
15441
15442         * stor-layout.c (layout_type): When compute TYPE_SIZE_UNIT from
15443         TYPE_SIZE, convert type of result to sizetype.
15444
15445 Fri Oct 29 14:34:17 1999  Richard Henderson  <rth@cygnus.com>
15446
15447         * flow.c (count_or_remove_death_notes): Equate NULL with the
15448         universal set.
15449
15450         * jump.c, reg-stack.c, toplev.c: Revert Oct 27 change.
15451         * toplev.c (rest_of_compilation): Rebuild CFG immediately before
15452         dbr_schedule.
15453
15454         * i386.c (pic_label_no): Delete.
15455         (ix86_attr_length_default): Don't use single_set to peek
15456         inside a parallel.
15457
15458         * recog.c (peephole2_optimize): Allow recog_next_insn to index
15459         the first insn after bb->end.
15460         * i386.md (push mem peeps): Scratch is live after evaluation
15461         of the memory.
15462         (cmp mem peep): Similarly.
15463
15464 Fri Oct 29 11:50:11 1999  Catherine Moore  <clm@cygnus.com>
15465
15466         * calls.c (emit_library_call_value): Fix declaration of alignment_pad.
15467         * function.c (pad_to_arg_alignment): Add missing braces.
15468
15469 Fri Oct 29 13:53:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15470
15471         * alpha/alpha-protos.h (literal_section): Add prototype.
15472         (alpha_need_linkage, alpha_start_function,alpha_end_function):
15473         Constify a char*.
15474
15475         * alpha/alpha.c (alpha_ra_ever_killed, set_frame_related_p): Add
15476         prototype.
15477         (alpha_start_function, alpha_end_function, float_strings,
15478         alpha_need_linkage): Constify a char*
15479
15480         * alpha/alpha.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_MI_THUNK): Likewise.
15481
15482         * alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
15483
15484         * alpha/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
15485
15486         * alpha/vms.h (ASM_OUTPUT_SECTION_NAME): Likewise.
15487
15488 Fri Oct 29 13:49:39 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15489
15490         * flow.c (debug_flow_info): Add prototype.
15491
15492         * gcc.c (main): Likewise.
15493
15494         * gcse.c (expr_reaches_here_p_work, pre_expr_reaches_here_p_work):
15495         Likewise.
15496
15497         * reload1.c (failed_reload, set_reload_reg): Likewise.
15498
15499         * mips-tfile.c (main): Likewise.
15500         (pfatal_with_name, fancy_abort, botch, fatal, catch_signal): Mark
15501         with ATTRIBUTE_NORETURN.
15502
15503 Fri Oct 29 18:16:03 1999  Andrew Haley  <aph@cygnus.com>
15504
15505         * config/i386/i386.h (ENCODE_SECTION_INFO): Don't do anything if
15506         DECL is not a memory ref.
15507
15508 Fri Oct 29 09:05:34 1999  Catherine Moore  <clm@cygnus.com>
15509
15510         * config/i386/i386.h (ix86_cpu): Remove extern attribute.
15511         * config/i386/i386.c (ix86_cpu): Add extern attribute.
15512
15513 Fri Oct 29 16:30:04 1999  Andrew Haley  <aph@cygnus.com>
15514
15515         * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN.
15516         * config/mips/elf64.h: ditto.
15517
15518 Fri Oct 29 08:03:57 1999  Catherine Moore  <clm@cygnus.com>
15519
15520         * expr.c (emit_push_insn): New argument alignment_pad.
15521         Update all callers.  Adjust stack pointer based on alignment pad.
15522         * function.c (pad_to_arg_alignment):  New argument alignment_pad.
15523         Update all callers.  Track alignment_pad if boundary > PARM_BOUNDARY.
15524         (locate_and_pad_parm): New argument alignment_pad.  Update all
15525         callers.
15526         * expr.h (emit_push_insn): Update prototype.
15527         (locate_and_pad_parm): Update prototype.
15528         * calls.c (arg_data):  Add new field alignment_pad.
15529         (initialize_argument_information): Initialize alignment_pad.
15530
15531 Fri Oct 29 02:51:35 1999  Mark Mitchell  <mark@codesourcery.com>
15532
15533         * except.c (free_eh_nesting_info): Free the info itself.
15534         * function.c (free_after_compilation): Don't free NULL.
15535         * gcse.c (alloc_pre_mem): Free the temp_bitmap, too.
15536         (pre_edge_insert): Free inserted.
15537         * stmt.c (free_stmt_status): Don't free NULL.
15538
15539 Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
15540
15541         * gcov.c (DIR_SEPARATOR): Provide default.
15542         (output_data): Add test for MS-DOS format absolute filename.
15543         (fancy_abort): Correct program name.
15544         (open_files): Open all files in binary mode.
15545         * libgcc2.c (__bb_exit_func): Likewise.
15546
15547         * profile.c (init_branch_prob): Specify binary when opening files.
15548
15549         * flags.h (flag_unwind_tables): New decl.
15550         * toplev.c (flag_unwind_table): New definition.
15551         (f_options): Add -funwind-tables.
15552         (decode_g_option): Clarify warning when unknown -g option is given.
15553         (rest_of_compilation): If inside an inlined external function,
15554         pretend we are just being declared.
15555
15556         * dwarf2out.c (dwarf2out_do_frame): Check -funwind_tables.
15557         (dwarf2out_frame_finish): Likewise.
15558
15559 Fri Oct 29 07:44:26 1999  Vasco Pedro  <vp@di.fct.unl.pt>
15560
15561         * fold-const.c (merge_ranges): If not in0, but in1, handle
15562         upper bounds equal like subset case.
15563
15564 Thu Oct 28 19:22:24 1999  Douglas Rupp <rupp@gnat.com>
15565
15566         * dbxout.c (dbxout_parms): Generate a second stabs line for parameters
15567         passed in a register but moved to the stack.
15568
15569 Thu Oct 28 19:12:57 1999  Sam Tardieu  <tardieu@act-europe.fr>
15570
15571         * gcc.c (pass_exit_codes, greatest_status): New variables.
15572         (struct option_map): Add entry for "--pass-exit-codes".
15573         (execute): Update greatest_status if error.
15574         (display_help): Add documentation for -pass-exit-codes.
15575         (process_command): Handle -pass-exit-codes.
15576         (main): Look at pass_exit_codes and greatest_status on call to exit.
15577
15578 Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15579
15580         * reload.c (find_reloads): Refine test for no input reload
15581         case to not includes reloads emitted after insn.
15582
15583         * function.c (find_temp_slots_from_address): Handle sum involving
15584         a register that points to a temp slot.
15585         (update_temp_slot_address): Make recursive call if both old and
15586         new are PLUS with a common operand.
15587         * calls.c (expand_call): Mark temp slot for result as having
15588         address taken.
15589
15590         * rtlanal.c (reg_referenced_p, case IF_THEN_ELSE): New case.
15591
15592         * gcc.c (process_command): Add standard_exec_prefix with "GCC"
15593         component as well as "BINUTILS".
15594
15595         * integrate.h (copy_rtx_and_substitute): New arg, FOR_LHS.
15596         * integrate.c (copy_rtx_and_substitute): Likewise.
15597         (expand_inline_function, integrate_parm_decls, integrate_decl_tree):
15598         All callers changed.
15599         * unroll.c (inital_reg_note_copy, copy_loop_body): Likewise.
15600
15601         * dbxout.c (dbxout_type, case INTEGER_TYPE_NODE): If can use
15602         gdb extensions, write size of type; also be more consistent
15603         in using references when this is a subtype.
15604
15605         * pa.md (extv, extzv, insv): Use define_expand to reject constant
15606         that is out of range.
15607
15608         * loop.c (unknown_constant_address_altered): New variable.
15609         (prescan_loop): Initialize it.
15610         (note_addr_stored): Set it for RTX_UNCHANGING_P MEM.
15611         (invariant_p, case MEM): Remove handling for volatile and readonly;
15612         check new variable if readonly.
15613         (check_dbra_loop): Chdeck unknown_constant_address_altered.
15614
15615         * cse.c (canon_hash, case MEM): Do not record if BLKmode.
15616         (addr_affects_sp_p): Removed from note_mem_written and only
15617         define #ifdef AUTO_INC_DEC.
15618
15619         * alpha.c (input_operand, case ADDRESSOF): Treat as REG.
15620
15621         * regclass.c (record_reg_classes): Properly handle register move
15622         directions.
15623
15624         * varasm.c (initializer_constant_valid_p, case MINUS_EXPR):
15625         Don't think valid if both operands are invalid.
15626         (struct constant_descriptor): New field RTL.
15627         (mark_const_hash_entry): Mark it.
15628         (record_constant{,_rtx}): Initialize it.
15629         (output_constant_def): Allocate RTL in permanent obstack and
15630         save in table.
15631         ({record,compare}_constant_1): Modes must match for
15632         CONSTRUCTOR of ARRAY_TYPE.
15633
15634         * c-common.h (initializer_constant_valid_p): Delete decl from here.
15635         * output.h (initializer_constant_valid_p): Move decl to here.
15636         * c-common.c (initializer_constant_valid_p): Delete function from here.
15637         * varasm.c (initializer_constant_valid_p): Move function to here.
15638
15639         * tree.h (STRIP_SIGN_NOPS): New macro.
15640         * fold-const.c (optimize_minmax_comparison): New function.
15641         (invert_truthvalue, case WITH_RECORD_EXPR): New case.
15642         (fold): Use STRIP_SIGN_NOPS instead of STRIP_TYPE_NOPS.
15643         (fold, case EQ_EXPR): Call optimize_minmax_comparison and add
15644         cases with ABS_EXPR, NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR, and
15645         widening conversions.
15646         (fold, case LE_EXPR): Rework changing unsigned to signed comparisons
15647         to look at size of mode, not precision of type; also add missing cases.
15648         (optimize_bit_field_compare, decode_field_reference): Don't try to
15649         optimize COMPONENT_REF of a PLACEHOLDER_EXPR.
15650
15651         * dwarf2out.c (ctype.h): Include.
15652         (dwarf2out_set_demangle_name_func): New function.
15653         (size_of_line_info): Deleted.
15654         (output_line_info): Compute size of line info table from difference
15655         of labels.
15656         (base_type_die, add_name_attribute): Call demangle function, if any.
15657         (field_byte_offset): Use bits per word for variable length fields.
15658         (gen_array_type_die): Add array name.
15659         (gen_subprogram_die): Ignore DECL_INLINE if -fno-inline.
15660         (dwarf2out_add_library_unit_info): New function.
15661
15662         * explow.c (set_stack_check_libfunc): New function.
15663         (stack_check_libfunc): New static variable.
15664         (probe_stack_range): Allow front-end to set up a libfunc to call.
15665
15666         * combine.c (simplify_comparison): When making comparison in wider
15667         mode, check for having commuted an AND and a SUBREG.
15668         (contains_muldiv): New function.
15669         (try_combine): Call it when dividing a PARALLEL.
15670         (simplify_rtx, case TRUNCATE): Don't remove for umulsi3_highpart.
15671         (simplify_comparison, case ASHIFTRT): Recognize sign-extension of
15672         a PLUS.
15673         (record_value_for_reg): If TEM is a binary operation with two CLOBBERs,
15674         use one of the CLOBBERs instead.
15675         (if_then_else_cond): If comparing against zero, just return thing
15676         being compared.
15677
15678         * optabs.c (expand_abs): If machine has MAX, ABS (x) is MAX (x, -x).
15679         Don't generate shifts and subtract if have conditional arithmetic.
15680
15681         * rtl.h (delete_barrier): New declaration.
15682         * jump.c (jump_optimize): Set up to handle conditional call.
15683         In conditional arithmetic case, handle CALL_INSN followed by a BARRIER.
15684         (delete_barrier): New function.
15685
15686         * rtl.c (read_rtx): Call fatal if bad RTL code; check for bad mode.
15687
15688         * recog.c (nonmemory_operand): Accept ADDRESSOF.
15689
15690         * tree.c (build_type_attribute_variant): Push to obstack of
15691         ttype around type_hash_canon call.
15692
15693         * expr.c (placeholder_list): Move decl to file scope.
15694         (expand_expr): Don't force access to volatile just because its
15695         address is taken.
15696         If ignoring reference operations, just expand the operands.
15697         (expand_expr, case COMPONENT_REF): Propagate
15698         EXPAND_CONST_ADDRESS to recursive call when expanding inner.
15699         Refine test for using bitfield operations vs pointer punning.
15700         (expand_expr, case CONVERT_EXPR): If converting to
15701         BLKmode UNION_TYPE from BLKmode, just return inner object.
15702         Use proper mode in store_field call.
15703         Properly set sizes of object to store and total size in store_field
15704         call for convert to union.
15705         (expand_expr, case ARRAY_REF): If OP0 is in a register, put it in
15706         memory (like for ADDR_EXPR).  Also, don't put constant in register if
15707         we'll want it in memory.
15708         (readonly_fields_p): New function.
15709         (expand_expr, case INDIRECT_REF): Call it if LHS.
15710         (expand_assignment): Handle a RESULT_DECL where
15711         DECL_RTL is a PARALLEL.
15712         (do_jump, case WITH_RECORD_EXPR): New case.
15713         (get_inner_reference): Always go inside a CONVERT_EXPR
15714         and NOP_EXPR if both modes are the same.
15715         (store_field): Use bitfield operations if size of bitsize is not same
15716         as size of RHS's type.
15717         Check for bitpos not a multiple of alignment in BLKmode case.
15718         Do block move in largest possible alignment.
15719         (store_constructor): Set BITSIZE to -1 for variable size and properly
15720         in case of array of BLKmode.
15721         (expand_expr_unaligned): New function.
15722         (do_compare_and_jump): Call it.
15723
15724         * mips/iris5.h (SWITCHES_NEED_SPACES): New macro.
15725         * collect2.c (main): Only allow -ofoo if SWITCHES_NEED_SPACES
15726         does not include 'o'.
15727
15728         * function.c (instantiate_virtual_regs_1, case SET): Handle case where
15729         both SET_DEST and SET_SRC reference a virtual register.
15730         (gen_mem_addressof): Copy RTX_UNCHANGING_P from new REG to old REG.
15731
15732         * integrate.c (expand_inline_function): Handle case of setting
15733         virtual stack vars register (from built in setjmp); when parameter
15734         lives in memory, expand virtual_{stack_vars,incoming_args}_rtx early.
15735         (subst_constant): Add new parm, MEMONLY.
15736         (expand_inline_function, integrate_parm_decls): Pass new parm.
15737         (integrate_decl_tree): Likewise.
15738         (copy_rtx_and_substitute, case MEM): Do copy RTX_UNCHANGING_P.
15739         (try_constants): Call subst_constants twice, with MEMONLY 0 and 1.
15740         (copy_rtx_and_substitute, case SET): Add explicit calls to
15741         copy_rtx_and_substitute for both sides.
15742
15743         * stmt.c (expand_asm_operands): Don't use TREE_STRING_LENGTH for
15744         constraints.
15745         (pushcase{,_range}): Convert to NOMINAL_TYPE after checking for
15746         within INDEX_TYPE, instead of before.
15747         (fixup_gotos): Use f->target_rtl, not the next insn,
15748         since latter may be from a later fixup.
15749         (expand_value_return): Correctly convert VAL when promoting function
15750         return; support RETURN_REG being a PARALLEL.
15751         (expand_return): When checking for result in regs and having
15752         cleanup, consider PARALLEL in DECL_RTL as being in regs.
15753
15754 1999-10-28 21:27 -0700  Zack Weinberg  <zack@bitmover.com>
15755
15756         * cpplib.h (struct cpp_buffer: fname, nominal_fname,
15757         last_nominal_fname): Mark const.
15758         (struct include_hash: name, nshort, control_macro): Mark
15759         const.
15760         (struct macrodef: symnam): Mark const.
15761         (struct if_stack: fname): Mark const.
15762         (is_idchar, is_idstart, is_hor_space, trigraph_table): Delete.
15763         (IStable): New character-syntax array which encompasses all
15764         the old is_foo arrays.
15765         (is_idchar, is_numchar, is_idstart, is_numstart, is_hspace,
15766         is_space): New macros for interrogating IStable.
15767         (check_macro_name): Kill last argument.  All callers changed.
15768
15769         * cppinit.c (initialize_char_syntax): Delete.
15770         (is_idchar, is_idstart, is_hor_space, is_space,
15771         trigraph_table): Delete.
15772         (IStable): New.  Initialize with clever macros to avoid
15773         information duplication.
15774         (builtin_array): Table of builtins to get rid of explicit list
15775         in initialize_builtins.
15776         (initialize_builtins): Use builtins_array.
15777         (cpp_start_read): Call init_IStable, and set IStable['$'] if
15778         opts->dollars_in_ident.
15779
15780         * cppexp.c: Change all refs to is_xyz[] arrays to use new
15781         is_xyz() macros.
15782         (cpp_parse_expr): Avoid 'format string is not constant'
15783         warning. Use ISGRAPH to identify printable chars.
15784         * cppfiles.c: Change all refs to is_xyz[] arrays to use new
15785         is_xyz() macros.
15786         (read_and_prescan): Map trigraphs to chars with open-coded
15787         if-else-if-... sequence, not a lookup table.
15788         * cpphash.c: Change all refs to is_xyz[] arrays to use new
15789         is_xyz() macros.
15790         * cpplib.c: Change all refs to is_xyz[] arrays to use new
15791         is_xyz() macros.  Kill SKIP_ALL_WHITE_SPACE (unused).
15792         (check_macro_name): Remove ability to report an invalid
15793         assertion name, which is never used.
15794         (do_line): Constify a couple of char *'s.
15795         * cppmain.c (main): Call cpp_cleanup before returning.
15796
15797 Thu Oct 28 21:16:35 1999  Mark Mitchell  <mark@codesourcery.com>
15798
15799         * ggc.h (struct ggc_statistics): New type.
15800         (ggc_get_size): New function.
15801         (ggc_print_statistics): Likewise.
15802         * ggc-common.c (ggc_stats): New variable.
15803         (ggc_mark_rtx_children): Keep statistics.
15804         (ggc_mark_tree_children): Likewise.
15805         (ggc_print_statistics): New function.
15806         * ggc-page.c (struct globals): Add bytes_mapped field.
15807         (alloc_anon): Update it.
15808         (release_pages): Likewise.
15809         (ggc_get_size): New function.
15810         (ggc_page_print_statistics): New function.
15811         * ggc-simple.c (ggc_get_size): New function.
15812
15813 Fri Oct 29 06:32:44 1999  Geoffrey Keating  <geoffk@cygnus.com>
15814
15815         * flow.c (propagate_block): When the last reference to a label
15816         before an ADDR_VEC is deleted because the reference is a dead
15817         store, delete the ADDR_VEC.
15818
15819 Thu Oct 28 12:28:50 1999  Richard Henderson  <rth@cygnus.com>
15820
15821         * resource.c (find_free_register): Don't use the frame pointer
15822         if frame_pointer_needed.
15823
15824 Thu Oct 28 10:02:00 1999  Jim Wilson  <wilson@cygnus.com>
15825
15826         * config/mips/mips.c (mips_va_arg): Delete gen_jump as emit_jump arg.
15827         (function_arg_pass_by_reference): Check for a NULL pointer in cum.
15828
15829         * config/i960/i960.c (i960_va_start): New locals base, num.
15830         Use INDIRECT_REF instead of ARRAY_REF on valist.
15831         (i960_va_arg): Use INDIRECT_REF instead of ARRAY_REF on valist.
15832
15833 Thu Oct 28 09:45:48 1999  Mark Mitchell  <mark@codesourcery.com>
15834
15835         * gcse.c (delete_null_pointer_checks): Fix typo in previous change.
15836
15837 Thu Oct 28 03:37:50 1999  Peter Gerwinski <peter@gerwinski.de>
15838
15839         * tree.def (PLACEHOLDER_EXPR): Update comments.
15840
15841 Thu Oct 28 06:47:32 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15842
15843         * c-common.c (check_format_info): Avoid non-literal format string
15844         warnings when `first_arg_num' is zero.
15845
15846 Thu Oct 28 12:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15847
15848         * rtl.texi: Delete explicit Prev, Up and Next entries in "@node"s.
15849
15850 Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
15851
15852         * arm.md (casesi_insn): Add a clobber of the condition code
15853         register.
15854
15855 Mon Oct 18 21:16:06 1999  Fred Fish  <fnf@be.com>
15856
15857         * tm.texi (CC1PLUS_SPEC): Make it clear in the docs that CC1_SPEC is
15858         used by both cc1 and cc1plus.
15859
15860 Thu Oct 28 10:00:48 1999  Nick Clifton  <nickc@cygnus.com>
15861
15862         * config/arm/arm.c: Initialise arm_structure_size_boundary to
15863         DEFAULT_STRUCTURE_SIZE_BOUNDARY.
15864         * config/arm/arm.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define
15865         to the value 32 if it has not already been defined.
15866         * config/arm/netbsd.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY):
15867         Override definition in arm.h with a value of 8.
15868
15869 Thu Oct 28 03:12:02 1999  David Starner  <dstarner98@aasaa.ofe.org>
15870
15871         * c-pragma.c (push_alignment): Don't check the return value
15872         of xmalloc.
15873
15874 Thu Oct 28 03:08:38 1999  Matteo Frigo <athena@fftw.org>
15875
15876         * sparc.h (ADJUST_COST): Fix thinko.
15877
15878 Thu Oct 28 02:44:03 1999  Glen Nakamura  <glen.nakamura@usa.net>
15879
15880         * cccp.c (rescan): Fixed obp pointer handling around call to
15881         check_expand subroutine.
15882
15883 Thu Oct 28 02:15:22 1999  Jeffrey A Law  (law@cygnus.com)
15884
15885         * gcse.c (delete_null_pointer_checks): Only record non-null info
15886         for pseudos when examining stores.
15887
15888         * arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
15889         splitters for these patterns.  Use "#" for output templates.
15890         (addsi3_carryin_shift): New pattern.
15891
15892 Thu Oct 28 10:20:02 1999  Geoffrey Keating  <geoffk@cygnus.com>
15893
15894         * config/rs6000/rs6000.md (movsf): Don't convert a SUBREG
15895         of the function return register into a plain REG until
15896         after function inlining is done.
15897
15898 Wed Oct 27 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
15899
15900         * jump.c (jump_optimize_1): If we did cross-jumping, and
15901         the data will matter, rebuild the CFG.
15902         * reg-stack.c (reg_to_stack): Only (re)build the CFG if
15903         not optimizing.  Don't run shorten_branches.
15904         * toplev.c (rest_of_compilation): Run shorten_branches after
15905         reg_to_stack.
15906
15907 Wed Oct 27 12:33:40 1999  Mark Mitchell  <mark@codesourcery.com>
15908
15909         * rtl.h (note_stores): Add additional paramter.
15910         * rtlanal.c (reg_set_p_1): Take additional paramter.
15911         (reg_set_last_1): Likewise.
15912         (reg_set_p): Adjust call to note_stores.
15913         (reg_set_last): Likewise.
15914         (note_stores): Pass data parameter to worker function.
15915         * alias.c (record_set): Take additional parameter.
15916         (init_alias_analysis): Pass it.
15917         * caller-save.c (mark_set_regs): Take additional parameter.
15918         (save_call_clobbered_regs): Pass NULL to note_stores.
15919         * combine.c (set_nonzero_bits_and_sign_copies): Take additional
15920         parameter.
15921         (record_dead_and_set_regs_1): Likewise.
15922         (reg_dead_at_p_1): Likewise.
15923         (combine_instructions): Adjust calls to note_stores.
15924         (try_combine): Likewise.
15925         (record_dead_insn): Remove.
15926         (record_dead_and_set_regs): Adjust calls to note_stores.
15927         (reg_dead_at_p): Likewise.
15928         * cse.c (invalidate_skipped_set): Take additional parameter.
15929         (cse_check_loop_start): Likewise.
15930         (cse_check_loop_start_value): Remove.
15931         (cse_set_around_loop): Adjust calls to note_stores.
15932         * flow.c (notice_stack_pointer_modification): Take additional
15933         parameter.  Remove duplicate declaration.
15934         (record_volatile_insns): Adjust calls to note_stores.
15935         * gcse.c (record_set_info): Take additional parameter.
15936         (record_last_set_info): Likewise.
15937         (invalidate_nonnull_info): Likewise.
15938         (record_set_insn): Remove.
15939         (compute_sets): Adjust calls to note_stores.
15940         (last_set_insn): Remove.
15941         (compute_hash_table): Adjust calls to note_stores.
15942         (insert_insn_end_bb): Likewise.
15943         (delete_null_pointer_checks): Likewise.
15944         * global.c (mark_reg_store): Take additional parameter.
15945         (mark_reg_clobber): Likewise.
15946         (reg_becomes_live): Likewise.
15947         (global_conflicts): Adjust calls to note_stores.
15948         (build_insn_chain): Likewise.
15949         * integrate.c (note_modified_parmregs): Take additional parameter.
15950         (mark_stores): Likewise.  Make it static.
15951         (save_for_inline_nocopy): Adjust calls to note_stores.
15952         (try_constants): Likewise.
15953         * integrate.h (mark_stores): Remove declaration.
15954         * jump.c (mark_modified_reg): Take additional parameter.
15955         (thread_jumps): Adjust calls to note_stores.
15956         * local-alloc.c (validate_equiv_mem_from_store): Take additional
15957         parameter.
15958         (no_equiv): Likewise.
15959         (reg_is_set): Likewise.
15960         (validate_equiv_mem): Adjust calls to note_stores.
15961         (update_equiv_regs): Likewise.
15962         (block_alloc): Likewise.
15963         * loop.c (note_set_pseudo_multiple_uses_retval): Remove.
15964         (note_addr_stored): Take additional parameter.
15965         (note_set_pseudo_multiple_uses): Likewise.
15966         (record_initial): Likewise.
15967         (prescan_loop): Adjust calls to note_stores.
15968         (strength_reduce): Likewise.
15969         (check_dbra_loop): Likewise.
15970         * regmove.c (flags_set_1): Take additional paramter.
15971         (mark_flags_life_zones): Adjust calls to note_stores.
15972         * reload1.c (mark_not_eliminable): Take additional parameter.
15973         (forget_old_reloads_1): Likewise.
15974         (reload_cse_invalidate_rtx): Likewise.
15975         (reload_cse_check_clobber): Likewise.
15976         (reload_combine_note_store): Likewise.
15977         (move2add_note_store): Likewise.
15978         (reload): Adjust calls to note_stores.
15979         (reload_as_needed): Likewise.
15980         (emit_reload_insns): Likewise.
15981         (reload_cse_regs_1): Likewise.
15982         (reload_cse_record_set): Adjust calls to reload_cse_invalidate_rtx.
15983         (reload_combine): Adjust calls to note_stores.
15984         * resource.c (update_live_status): Take additional paramter.
15985         (mark_target_live_regs): Adjust calls to note_stores.
15986         * stupid.c (find_clobbered_regs): Take additional parameter.
15987         (stupid_life_analysis): Adjust calls to note_stores.
15988
15989 Wed Oct 27 19:26:12 1999  Nick Clifton  <nickc@cygnus.com>
15990
15991         * config/arm/coff.h (STRUCTURE_SIZE_BOUNDARY): Delete
15992         definition.
15993
15994         * config/arm/elf.h (STRUCTURE_SIZE_BOUNDARY): Delete
15995         definition.
15996
15997         * config/arm/arm.h (STRUCTURE_SIZE_BOUNDARY): Define in terms
15998         of the variable arm_structure_size_boundary.
15999
16000 Wed Oct 27 02:05:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
16001
16002         * alias.c (init_alias_analysis): Allocate reg_known_value and
16003         reg_known_equiv_p on the heap.  Likewise for new_reg_base_value
16004         and reg_seen.
16005         (end_alias_analysis): Free reg_known_value and reg_known_equiv_p.
16006         * cse.c (cse_main): Call end_alias_analysis.
16007         * haifa-sched.c (schedule_insns): Likewise.
16008         * local-alloc. (update_equiv_regs): Likewise.
16009         * reload1.c (reload_cse_regs): Likewise.
16010
16011 Wed Oct 27 01:49:17 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16012
16013         * sparc/sparc.c (sparc_override_options): Clear MASK_FPU_SET.
16014         * sparc/sparc.h (TARGET_SWITCHES): Add "fpu" entry for reverse
16015         mapping from MASK_FPU.
16016
16017 Wed Oct 27 01:42:26 1999  Scott Christley  <scottc@net-community.com>
16018
16019         * sparc.md (call): Don't bound structure return size to 0xfff.
16020
16021 Wed Oct 27 00:56:59 1999  Richard Henderson  <rth@cygnus.com>
16022
16023         * resource.c (mark_target_live_regs): Check that the target
16024         insn wasn't created after compute_bb_for_insn.
16025
16026 Tue Oct 26 23:15:03 1999  Mark Mitchell  <mark@codesourcery.com>
16027
16028         * ggc-page.c (poison_pages): Don't be overzealous.
16029
16030 Tue Oct 26 23:29:18 1999  Jeffrey A Law  (law@cygnus.com)
16031
16032         * alias.c: Update comments for ADDRESS.
16033         (nonlocal_reference_p): Look inside the ADDRESS to determine if
16034         it is a local memory reference.
16035
16036         * c-typeck.c (build_function_call): Check that the built-in
16037         function is of class BUILT_IN_NORMAL before trying to recongize
16038         it as BUILT_IN_ABS.
16039         * calls.c (calls_function_1): Similarly for BUILT_IN_ALLOCA.
16040         * stmt.c (expand_end_cae): Similarly for BUILT_IN_CLASSIFY_TYPE.
16041
16042 Wed Oct 27 00:14:13 1999  Robert Lipe  <robertlipe@usa.net>
16043
16044         * gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
16045         of alloca.
16046         (pre_gcse): Likewise.
16047         (hoist_expr_reaches_here_p): Likewise.
16048         (hoist_code): Likewise.
16049         (pre_expr_reaches_here_p): Replace alloca with xcalloc.  Move core
16050         code to ...
16051         (pre_expr_reaches_here_p_work): ... here.
16052         (expr_reaches_here_p): Replace alloca with xcalloc.  Move core
16053         code to ...
16054         (expr_reaches_here_p_work): ... here.
16055
16056 Tue Oct 26 20:42:45 1999  Richard Henderson  <rth@cygnus.com>
16057
16058         * resource.c (find_basic_block): Delete.
16059         (mark_target_live_regs, incr_ticks_for_insn): Use BLOCK_NUM instead.
16060         (init_resource_info): Call compute_bb_for_insn.
16061
16062 Tue Oct 26 20:21:02 1999  Richard Henderson  <rth@cygnus.com>
16063
16064         * flow.c (merge_blocks_move_predecessor_nojumps): Cope
16065         with already adjacent blocks, but no fallthru.
16066         (merge_blocks_move_successor_nojumps): Simplify.
16067         (debug_flow_info): New.
16068
16069         * toplev.c (rest_of_compilation): Open jump1 dump file before
16070         jump and close after, as opposed to just using dump_rtl.
16071
16072 Wed Oct 27 03:09:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
16073
16074         * reload.h (earlyclobber_operand_p): Declare.
16075         * reload.c (earlyclobber_operand_p): Don't declare.  No longer static.
16076         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
16077         an earlyclobbered output conflict with RELOAD_INPUT reloads - handle
16078         case where the RELOAD_OTHER reload is new.  Use earlyclobber_operand_p.
16079
16080 Tue Oct 26 18:23:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
16081                           Richard Henderson  <rth@cygnus.com>
16082
16083         * emit-rtl.c (emit_block_insn_before): New.
16084         (emit_block_insn_after): New.
16085         * basic-block.h: Declare them.
16086
16087         * bitmap.h: Protect from multiple inclusion.
16088
16089         * recog.c (scratch_operand): Handle VOIDmode correctly.
16090
16091         * rtl.h (JUMP_CROSS_JUMP_DEATH_MATTERS): New.
16092
16093         * builtins.c (expand_builtin_apply_args_1): Remove STACK_REGS hack.
16094         * function.c (assign_parms): Likewise.
16095         * global.c (global_conflicts): Clarify STACK_REGS commentary.
16096
16097         * reg-stack.c (max_uid): Remove.
16098         (blocks, block_begin, block_end, block_drops_in): Remove.
16099         (block_stack_in, block_out_reg_set, block_number): Remove.
16100         (struct block_info_def, BLOCK_INFO): New.
16101         (enum emit_where): New.
16102         (current_block): New.
16103         (BLOCK_NUM): Remove.
16104         (mark_regs_pat, record_label_references): Remove.
16105         (record_reg_life_pat, record_reg_life, find_blocks): Remove.
16106         (nan): New.
16107         (goto_block_pat, print_blocks, dump_stack_info): Remove.
16108         (reg_to_stack): Simplified test for existance of fp code.  Use
16109         flow.c code.  Call shorten_branches after cross-jump opt.
16110         (check_asm_stack_operands): Renamed from record_asm_reg_life.
16111         Return false if the asm doesn't use stack regs.  Don't do life
16112         analysis on the asm.
16113         (emit_pop_insn): Replace function pointer arg `when' with
16114         enum `where'.  Update all callers.
16115         (change_stack): Likewise.  Update basic block end.
16116         (emit_swap_insn): Use current_block->head to limit reverse search
16117         for start of block.  Use emit_block_insn_after.
16118         (subst_stack_regs_pat): Handle USE and CLOBBER patterns.
16119         (subst_asm_stack_regs): Use check_asm_stack_operands.  Use direct
16120         structure assignment instead of bcopy.
16121         (print_stack): New.
16122         (convert_regs_entry, convert_regs_exit): New.
16123         (convert_regs_1, convert_regs_2): Split out from convert_regs.
16124         Work on basic blocks and the CFG.
16125         (convert_regs): Use them.
16126
16127         * i386.c (output_fix_trunc): Remove code for DImode input operand
16128         not at top-of-stack.
16129         * i386.c (fix_truncdfdi2, fix_truncsfdi2): Use scratch with
16130         appropriate mode.
16131         (fix_truncdi_1): Allow any mode scratch.
16132
16133 Tue Oct 26 13:30:35 1999  Richard Henderson  <rth@cygnus.com>
16134
16135         * alpha.h (TARGET_MEM_FUNCTIONS): Define here.
16136         * linux.h, netbsd.h, vms.h: Not here.
16137
16138 1999-10-26  Gavin Romig-Koch  <gavin@cygnus.com>
16139
16140         * config/mips/mips.h (ISA_HAS_64BIT_REGS,ISA_HAS_BRANCHLIKELY,
16141         ISA_HAS_FP4,ISA_HAS_CONDMOVE): New.
16142         (GENERATE_BRANCHLIKELY,HAVE_SQRT_P,
16143         CONDITIONAL_REGISTER_USEAGE): Use them.
16144         * config/mips/mips.c (mips_move_1word,mips_move_2words,
16145         gen_conditional_branch,override_options) : Use them.
16146         * config/mips/mips.md : Use them.
16147
16148 Tue Oct 26 13:09:23 1999  Richard Henderson  <rth@cygnus.com>
16149
16150         * i386.md (zero_extendqihi2): Use SImode register name with andl.
16151
16152 Tue Oct 26 12:35:38 1999  Richard Henderson  <rth@cygnus.com>
16153
16154         * integrate.c (function_cannot_inline_p): Don't allow inlining
16155         if setjmp is used.
16156
16157 Tue Oct 26 14:10:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16158
16159         * c-parse.in (cast_expr): Constify.
16160
16161         * cccp.c (special_symbol): Likewise.
16162
16163         * cse.c (hash_cse_reg_info, cse_reg_info_equal_p): Likewise.
16164
16165         * dwarf2out.c (base_type_die): Likewise.
16166
16167         * global.c (allocno_compare): Likewise.
16168
16169         * local-alloc.c (qty_compare_1, qty_sugg_compare_1): Likewise.
16170
16171         * regclass.c (fix_register): Likewise.
16172
16173         * rtl.h (fix_register): Likewise.
16174
16175         * stupid.c (stupid_reg_compare): Likewise.
16176
16177         * toplev.c (decode_f_option): Likewise.
16178
16179         * tree.c (build_complex_type): Likewise.
16180
16181 Tue Oct 26 18:35:25 1999  Richard Earnshaw  <rearnsha@arm.com>
16182
16183         * output.h: Don't unnecessarily conditionalize prototypes on TREE_CODE.
16184
16185 Tue Oct 26 15:42:56 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16186
16187         * reload.c (find_reloads): Compute mode and nregs fields of all
16188         reloads.
16189         * reload1.c (calculate_needs_all_insns): Simplify a bit.
16190         (calculate_needs): Use precomputed mode/nregs values.
16191         (allocate_reload_reg): Likewise.
16192         Break out two...
16193         (failed_reload, set_reload_reg): ... new functions.
16194         (choose_reload_regs_init): New function, mostly broken out from...
16195         (choose_reload_regs): ... here.  Lose all the save_xxx nonsense.
16196         Also lose one #if 0 block.
16197
16198 Tue Oct 26 02:48:32 1999  Marc Espie <espie@cvs.openbsd.org>
16199
16200         * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET):  Fix target name
16201         substitution.
16202
16203 Tue Oct 26 01:27:32 1999  Mark Mitchell  <mark@codesourcery.com>
16204
16205         * tree.h (BLOCK_TYPE_TAGS): Remove.
16206         (BLOCK_END_NOTE): Likewise.
16207         (BLOCK_LIVE_RANGE_FLAG): Likewise.
16208         (BLOCK_LIVE_RANGE_START): Likewise.
16209         (BLOCK_LIVE_RANGE_END): Likewise.
16210         (tree_block): Remove live_range_flag, live_range_var_flag, and
16211         type_tags.  Remove end_note, live_range_start, and live_range_end.
16212         (remember_end_note): Remove prototype.
16213         * tree.c (build_block): Don't set BLOCK_TYPE_TAGS.
16214         * c-decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
16215         remember_end_note.
16216         * ggc-common.c (ggc_mark_tree_children): Don't mark
16217         BLOCK_TYPE_TAGS or BLOCK_END_NOTE.
16218         * integrate.c (adjust_copied_decl_tree): Remove.
16219         * print-tree.c (print_node): Don't print BLOCK_TYPE_TAGS.
16220         * stmt.c (last_block_end_note): Remove.
16221         (init_stmt): Don't add a GC root for it.
16222         (expand_fixup): Don't set it.
16223         (remember_end_note): Remove.
16224         (expand_end_bindings): Don't set last_block_end_note.
16225
16226 Tue Oct 26 00:41:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16227
16228         * reload1.c (reload_reg_free_for_value_p): Show
16229         RELOAD_FOR_OTHER_ADDRESS reloads can conflict with RELOAD_OTHER
16230         reloads.
16231
16232 Mon Oct 25 23:54:45 1999  Geoff Keating  <geoffk@cygnus.com>
16233
16234         * expmed.c (extract_bit_field): Allow for the case of non-integer
16235         objects that are smaller than a word (like SFmode on a 64-bit
16236         machine).
16237
16238         * loop.c (basic_induction_var): A non-integer variable which is
16239         being set by a paradoxical subreg is probably not a biv.
16240
16241 1999-10-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16242
16243         * prefix.c (translate_name) Check for empty prefix string.
16244
16245 Mon Oct 25 23:10:45 1999  Andreas Schwab  <schwab@suse.de>
16246
16247         * Makefile.in (CPP_CROSS_NAME): New variable.
16248         (install-cpp): Use it instead of CPP_INSTALL_NAME for the cross
16249         xcpp.
16250         (uninstall-cpp): Use CPP_INSTALL_NAME and CPP_CROSS_NAME for the
16251         names of the files to be uninstalled.
16252
16253 Mon Oct 25 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
16254
16255         * collect2.c (IS_DIR_SEPARATOR): Define.
16256         (prefix_from_string): Use IS_DIR_SEPARATOR and DIR_SEPARATOR.
16257
16258         * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
16259         functions too.
16260
16261         * haifa-sched.c (add_dependence): Update the true dependency
16262         cache the first time we add a true dependence to the LOG_LINKS chain.
16263
16264 Mon Oct 25 22:27:40 1999  Jim Kingdon  <http://developer.redhat.com/>
16265
16266         * fold-const.c (fold): Fix comment.
16267
16268 Mon Oct 25 22:49:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16269
16270         * dbxout.c (lastfile, cwd, dbxout_type_method_1,
16271         dbxout_symbol_location, dbxout_symbol_name, dbxout_init,
16272         dbxout_start_new_source_file, dbxout_source_file,
16273         dbxout_source_line, dbxout_finish, dbxout_type_fields,
16274         dbxout_type_methods, dbxout_symbol, dbxout_prepare_symbol):
16275         Constify a char*.
16276         (dbxout_types, dbxout_args, dbxout_symbol): Delete prototypes.
16277         (dbxout_symbol): Mark parameter `local' with ATTRIBUTE_UNUSED.
16278         (dbxout_block): Initialize variable `blocknum'.
16279
16280         * dbxout.h (dbxout_init, dbxout_finish,
16281         dbxout_start_new_source_file, dbxout_source_file, dbxout_types,
16282         dbxout_args, dbxout_source_line): Constify a char*.
16283
16284         * dwarfout.c (dwarf_tag_name, dwarf_attr_name,
16285         dwarf_stack_op_name, dwarf_typemod_name, dwarf_fmt_byte_name,
16286         dwarf_fund_type_name, name_attribute, stmt_list_attribute,
16287         low_pc_attribute, high_pc_attribute, body_begin_attribute,
16288         body_end_attribute, comp_dir_attribute, sf_names_attribute,
16289         src_info_attribute, mac_info_attribute, producer_attribute,
16290         lookup_filename, generate_macinfo_entry, fundamental_type_code,
16291         dwarfout_line, dwarfout_start_new_source_file, dwarfout_define,
16292         dwarfout_undef): Constify a char*.
16293         (add_incomplete_type, retry_incomplete_types): Add prototypes.
16294
16295         * dwarfout.h (dwarfout_define, dwarfout_undef,
16296         dwarfout_start_new_source_file, dwarfout_line): Constify a char*.
16297
16298 1999-10-25  Gavin Romig-Koch  <gavin@cygnus.com>
16299
16300         * config/mips/mips.h (MIPS_ISA_DEFAULT): Insure it's defined.
16301         (MULTILIB_ISA_DEFAULT): New.
16302         (MULTILIB_DEFAULTS): Use it.
16303         * config/mips/mips.c (): Remove the now unnecessary definition
16304         of MIPS_ISA_DEFAULT.
16305         * config/mips/elf64.h (MULTILIB_DEFAULTS): Remove the now
16306         unnecessary definition.
16307
16308 Mon Oct 25 22:08:35 1999  Richard Earnshaw (rearnsha@arm.com)
16309
16310         * arm.md (pic_load_addr): Add constraints to operand 1.
16311
16312 1999-10-25  Bruce Korb  <autogen@linuxbox.com>
16313
16314         * fixinc/genfixes:  Provide a means for specifying -D options to
16315         AutoGen
16316
16317 Mon Oct 25 00:42:35 1999  Jeffrey A Law  (law@cygnus.com)
16318
16319         * arm.c (arm_override_options): Correct initialization of
16320         arm_fast_multiply, arm_arch4, arm_arch5, arm_ld_sched,
16321         arm_is_strong, and arm_is_6_or_7.
16322
16323         * loop.c (note_set_pseudo_multiple_uses_retval): New variable.
16324         (note_set_pseudo_multiple_uses): New function.
16325         (check_dbra_loop): Use not_set_pseudo_multiple_uses to determine
16326         if a pseudo set in the loop exit is used elsewhere.
16327
16328 Sun Oct 24 20:52:40 1999  Mark Mitchell  <mark@codesourcery.com>
16329
16330         * i386.md (mulsi3): Tweak to work with SCO OSR5 COFF assembler.
16331
16332 Sun Oct 24 21:02:46 1999  Richard Henderson  <rth@cygnus.com>
16333
16334         * i386.md (*lea_0): Collapse addsi_0, addsi_lea_[123] into
16335         a single load-address pattern.
16336
16337 Sun Oct 24 19:33:24 1999  Mark P. Mitchell  <mark@codesourcery.com>
16338
16339         * haifa-sched.c (schedule_insns): Don't assign LUIDs differently
16340         depending on whether or not line-number notes are present.
16341
16342 Sun Oct 24 20:29:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16343
16344         * cccp.c (progname, file_buf, default_include, include_file,
16345         macrodef, definition, hashval, wchar_type, user_label_prefix,
16346         directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
16347         expand_to_temp_buffer, is_system_include, base_name,
16348         absolute_filename, read_name_map, open_include_file,
16349         record_control_macro, check_precompiled, check_preconditions,
16350         pcfinclude, pass_thru_directive, create_definition,
16351         check_macro_name, comp_def_part, collect_expansion,
16352         check_assertion, read_token_list, assertion_install,
16353         assertion_lookup, eval_if_expression, conditional_skip,
16354         validate_else, skip_quoted_string, quote_string, macarg1,
16355         error_from_errno, install, lookup, hashf, dump_defn_1,
16356         perror_with_name, pfatal_with_name, main, trigraph_pcp,
16357         check_white_space, rescan, handle_directive, monthnames,
16358         special_symbol, do_include, remap_include_file, write_output,
16359         arglist, do_assert, do_unassert, do_line, do_error, do_once,
16360         do_ident, do_sccs, do_xifdef, skip_if_group,
16361         output_line_directive, macroexpand, macarg, change_newlines,
16362         initialize_builtins, make_definition): Constify a char*.
16363
16364         * pcp.h (stringdef): Likewise.
16365
16366 Sun Oct 24 13:29:28 1999  Richard Henderson  <rth@cygnus.com>
16367
16368         * unroll.c (copy_loop_body): Examine SET_DEST of single_set
16369         not of pattern.
16370
16371 Sun Oct 24 13:14:20 1999  Graham  <grahams@rcp.co.uk>
16372                           Richard Henderson  <rth@cygnus.com>
16373
16374         * alias.c: Include ggc.h.
16375         (reg_base_value, new_reg_base_value, reg_base_value_size): Make static.
16376         (record_set): Verify enough room in reg_base_value.
16377         (init_alias_analysis): Allocate reg_base_value with xcalloc.
16378         Register it as a GC root.
16379         (end_alias_analysis): Free reg_base_value.  Remove it as a GC root.
16380         * Makefile.in (alias.o): Depend on ggc.h.
16381
16382         * unroll.c (unroll_loop): Verify the insn before a barrier
16383         is a JUMP_INSN before checking JUMP_LABEL.
16384
16385 Sun Oct 24 15:46:44 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16386
16387         * mips/bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
16388         * mips/iris4.h (ASM_OUTPUT_ASCII): Likewise.
16389         * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
16390         * mips/mips.h (ASM_OUTPUT_ASCII): Likewise.
16391         * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
16392         * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
16393
16394 Sun Oct 24 15:35:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16395
16396         * output.h (ctors_section, dtors_section, bss_section): Prototype.
16397
16398         * alpha/alpha-interix.h (text_section): Delete prototype.
16399         * alpha/elf.h (text_section): Likewise.
16400         * arm/linux-elf.h (text_section): Likewise.
16401         * arm/linux-telf.h (text_section): Likewise.
16402         * c4x/c4x.h (text_section): Likewise.
16403         * dsp16xx/dsp16xx.h (bss_section): Likewise.
16404         * elfos.h (text_section): Likewise.
16405         * i386/aix386ng.h (text_section): Likewise.
16406         * i386/i386-interix.h (text_section): Likewise.
16407         * i386/sco5.h (text_section): Likewise.
16408         * i386/svr3gas.h (text_section): Likewise.
16409         * nextstep.h (text_section): Likewise.
16410         * psos.h (text_section): Likewise.
16411         * ptx4.h (text_section): Likewise.
16412         * svr3.h (text_section): Likewise.
16413         * svr4.h (text_section, ctors_section, dtors_section): Likewise.
16414
16415 Sun Oct 24 15:20:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16416
16417         * final.c (peephole): Delete prototype.
16418
16419         * gcse.c (process_insert_insn, pre_edge_insert): Add prototypes.
16420         (pre_insert_copies): Remove unused variable `bb'.
16421
16422         * genrecog.c (debug_decision_0, debug_decision_list, main): Add
16423         prototypes.
16424
16425         * output.h (peephole): Add prototype.
16426
16427 Sun Oct 24 11:35:30 1999  Mark P. Mitchell  <mark@codesourcery.com>
16428
16429         * config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
16430         -O0.
16431
16432 Sat Oct 23 21:13:00 1999  Mark Mitchell  <mark@codesourcery.com>
16433
16434         * integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT
16435         for inlined declarations.
16436
16437 Fri Oct 22 18:05:43 1999  Jeffrey A Law  (law@cygnus.com)
16438
16439         * arm.c (logical_binary_operator): New fucntion.
16440         * arm.h (logical_binary_operator): Declare it.
16441         (PREDICATE_CODES): Handle logical_binary_operator.
16442         * arm.md (anddi3, anddi_zesidi_di, anddi_sesdi_di): Use "#" for
16443         output constraints.  Add appropriate splitters.
16444         (anddi_notdi_di, anddi_notzesidi_di, anddi_notsesidi_di): Likewise.
16445         (iordi3, iordi_zesidi_di, iordi_sesidi_di): Likewise.
16446         (xordi3, xordi_zesidi_di, xordi_sesidi_di): Likewise.
16447
16448 Fri Oct 22 23:46:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16449
16450         * genoutput.c (struct operand_data): New elt eliminable.
16451         (output_operand_data): Write it.
16452         (scan_operands): Set it for MATCH_OPERAND, clear for other matchers.
16453         (compare_operands): Take it into account.
16454         * recog.h (struct insn_operand_data): New elt eliminable.
16455         * reload1.c (check_eliminable_occurrences, elimination_effects): New
16456         functions.
16457         (old_asm_operands_vec, new_asm_operands_vec): Delete.
16458         (eliminate_regs): Move code that detects changes to elimination
16459         target regs into new function elimination_effects.
16460         Delete one #if 0 block.
16461         Abort for USE, CLOBBER, ASM_OPERANDS and SET.
16462         (eliminate_regs_in_insn): Return immediately for USEs, CLOBBERs,
16463         ADDR_VECs, ADDR_DIFF_VECs and ASM_INPUTs.
16464         Only call eliminate_regs for real operands of the insn, not for parts
16465         of its structure or parts matched by things like match_operator.
16466         Use elimination_effects and check_eliminable_occurrences.  Use
16467         copy_insn to duplicate the pattern when not in the final pass.
16468
16469 Fri Oct 22 09:03:44 1999  Mark Mitchell  <mark@codesourcery.com>
16470
16471         * i386.md: Add missing `y' modifiers to uses of fst, fstp, fld,
16472         and fld.
16473
16474 1999-10-22  Bruce Korb  <autogen@linuxbox.com>
16475
16476         * fixinc/README: document the "mach" machine matching test
16477         * fixinc/fixfixes.c: Implement the #else/#endif label fix
16478         * fixinc/fixtests.c: Implement the #else/#endif label test
16479         * fixinc/inclhack.def: utilize these tests and fixes
16480         * fixinc/inclhack.sh:  regen
16481         * fixinc/fixincl.x:  regen
16482         * fixinc/fixincl.sh:  regen
16483
16484 Thu Oct 21 20:37:19 1999  Jeffrey A Law  (law@cygnus.com)
16485
16486         * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.  Also
16487         depend on ggc.h.
16488
16489 Thu Oct 21 20:30:19 1999  Matthias Klose  <doko@debian.org>
16490
16491         * gcc.1: Document exit codes.
16492
16493 Thu Oct 21 12:49:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16494
16495         * calls.c: Include tm_p.h later, so everything we need is defined.
16496         * expr.c: Likewise.
16497         * function.c: Likewise.
16498
16499         * except.c: Include tm_p.h.
16500
16501         * sparc.c: Likewise.
16502         (dwarf2out_cfi_label): Don't prototype.
16503         (check_return_regs, epilogue_renumber,
16504         ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
16505         ultra_find_type, ultra_build_types_avail, ultra_flush_pipeline,
16506         ultra_rescan_pipeline_state, set_extends, ultra_code_from_mask,
16507         ultra_schedule_insn): Add static prototype.
16508         (data_segment_operand, text_segment_operand): Call itself with the
16509         proper number of arguments.
16510         (sparc_flat_save_restore, sparc_v8plus_shift): Constify a char*.
16511
16512         * sparc.h: Move all declarations to sparc-protos.h.
16513         (SELECT_RTX_SECTION):  Pass a missing MODE argument to
16514         symbolic_operand.
16515
16516         * sparc/sysv4.h (SELECT_RTX_SECTION): Likewise.
16517
16518         * config/svr4.h (text_section, ctors_section, dtors_section): Add
16519         Prototypes.
16520         (ASM_OUTPUT_SECTION_NAME, UNIQUE_SECTION,
16521         ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
16522         ASM_OUTPUT_ASCII): Constify a char*.
16523
16524         * sparc-protos.h: New file for sparc prototypes.
16525
16526 Thu Oct 21 12:23:40 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16527
16528         * function.c (record_insns, contains): Always declare and define.
16529         (record_insns): Mark with ATTRIBUTE_UNUSED.
16530
16531 Thu Oct 21 13:03:49 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
16532
16533         * config/arm/telf.h (ASM_OUTPUT_SECTION_NAME): Add %nobits option
16534         to .section when outputting a .bss section to deal with multiple
16535         .bss input sections (as happens with -fdata-sections)
16536         Also output %progbits, not @progbits so the assembler doesn't treat as
16537         a comment.
16538         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Likewise
16539
16540         * config/arm/lib1funcs.asm (_call_via_rX): Allow compilation of
16541         thumb parts even when building with non-thumb CPUs, by forcing
16542         thumb mode.
16543
16544 Wed Oct 20 22:57:58 1999  Jeffrey A Law  (law@cygnus.com)
16545
16546         * sparc.md (movsf_const_intreg): If splitting, length must be > 1.
16547         (movdf_const_intreg_sp64): Similarly.
16548
16549         * local-alloc.c (update_equiv_regs): Check the correct insn
16550         for pre-existing REG_EQUIV notes.
16551
16552 Wed Oct 20 20:41:46 1999  Mark Mitchell  <mark@codesourcery.com>
16553
16554         * cse.c (cse_end_of_basic_block): Don't return the end of a basic
16555         block reached by a branch if we're not going to actually process
16556         this block.
16557
16558 Wed Oct 20 15:18:42 1999  Jim Wilson  <wilson@cygnus.com>
16559
16560         * integrate.c (integrate_decl_tree): Set DECL_CONTEXT to 0 if this is
16561         a local extern function declaration.
16562
16563 Wed Oct 20 13:56:01 1999  Richard Henderson  <rth@cygnus.com>
16564
16565         * i386.c (ix86_expand_prologue): Properly wrap USE around
16566         reg for CALL_INSN_FUNCTION_USAGE.
16567
16568 Thu Oct 14 18:51:37 1999  Andrew Haley  <aph@cygnus.com>
16569
16570         * config/mips/mips.md (movdf_internal1a): Allow floating-point
16571         move between GP_REGs.
16572
16573 Wed Oct 20 15:36:11 1999  Andrew Haley  <aph@cygnus.com>
16574
16575         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of
16576         the mode size when finding out if an offset is legal.
16577
16578 Wed Oct 20 06:26:58 1999  Richard Henderson  <rth@cygnus.com>
16579
16580         * basic-block.h (PROP_*): Move constants from ...
16581         * flow.c: ... here.
16582         (compute_bb_for_insn): Free the array before reallocating.
16583         (update_life_info): New arg PROP_FLAGS; pass on to propagate_block.
16584         (allocate_reg_life_data): Reset all reg variables collected by
16585         propagate_block.
16586         (get_block_head_tail): Don't convert from bb to block.
16587         (get_bb_head_tail): New.  Update all callers of get_block_head_tail.
16588         (find_insn_reg_weight): Take block not bb.
16589         (schedule_block): Don't set block num for moved insns.
16590         (schedule_region): Don't update_life_info or find_insn_reg_weight.
16591         (schedule_insns): Do it here instead.
16592         * combine.c (combine_instructions): Invoke compute_bb_for_insn
16593         before update_life_info.
16594         * recog.c (split_all_insns, peephole2_optimize): Update for
16595         new arg to update_life_info.
16596         * rtlanal.c (remove_note): Cope with NULL note.
16597         * toplev.c (rest_of_compilation): Don't invoke recompute_reg_usage
16598         if we did sched1.
16599
16600 Wed Oct 20 10:46:41 1999  Richard Earnshaw (rearnsha@arm.com)
16601
16602         * jump.c (jump_optimize_1): More accurately detect casesi insns.
16603
16604         * flow.c (merge_blocks_move_predecessor_nojumps): Re-order the basic
16605         block records so that merge_blocks_nomove will clean up correctly.
16606         (split_edge): Handle casesi insns.
16607
16608         * gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.
16609
16610 Tue Oct 19 23:43:50 1999  Jeffrey A Law  (law@cygnus.com)
16611
16612         * pa.md (call, call_value): Do not emit a blockage after restoring
16613         the PIC register.
16614
16615 Tue Oct 19 17:22:39 1999  Mark Mitchell  <mark@codesourcery.com>
16616
16617         * c-typeck.c (c_expand_asm_operands): Fix typo.
16618
16619 Tue Oct 19 18:42:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16620
16621         * arm.c (fpu_rhs_operand): Verify modes.
16622         (fpu_add_operand): Likewise.
16623         (di_operand): Likewise.
16624         (soft_df_operand): Likewise.
16625
16626 Tue Oct 19 15:26:11 1999  Richard Earnshaw  (rearnsha@arm.com)
16627
16628         * arm.c (arm_return_in_memory): APCS rules state that the elements
16629         of a structure returned in a register must be 'integer-like'.
16630
16631 1999-10-19  Bruce Korb  <autogen@linuxbox.com>
16632
16633         * fixinc/Makefile.in: Change the generation rules to run `genfixes'
16634         in the source tree when the generated targets are out of date
16635         * fixinc/genfixes: Alter it to run individual fixes for make.
16636         * fixinc/README: rewrite
16637         * fixinc/inclhack.def: moved initial comments to README
16638
16639 Tue Oct 19 14:01:34 1999  Nick Clifton  <nickc@cygnus.com>
16640
16641         * toplev.c (main): Do not generate an error message if an
16642         unrecognised command line switch is recognisable by another
16643         language.  If extra_warnings are enabled, then generate a
16644         warning message instead.
16645
16646 Tue Oct 19 11:41:12 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16647
16648         * c-pragma.h (PRAGMA_INSERT_ATTRIBUTES): Delete macro.
16649         (insert_pack_attributes): Delete prototype.
16650
16651         * c-pragma.c (default_alignment): New static variable.
16652         (push_alignment): Initialize to current effective alignment.
16653         (pop_alignment): Use to set new alignment.
16654         (insert_pack_attributes): Delete function.
16655         (handle_pragma_token): Set default_alignment as well each time
16656         a #pragma pack(<n>) is encountered.
16657
16658 Tue Oct 19 02:03:00 1999  Jeffrey A Law  (law@cygnus.com)
16659
16660         * reg-stack.c (stack_result): Aggregates are not returned in
16661         stack registers.
16662
16663 Tue Oct 19 01:26:48 1999  Alasdair Baird <alasdair@wildcat.demon.co.uk>
16664
16665         * fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.
16666
16667 Mon Oct 18 15:19:41 1999  Richard Henderson  <rth@cygnus.com>
16668
16669         * basic-block.h (set_block_num): Declare.
16670         * flow.c (update_life_info): Don't call compute_bb_for_insn
16671         or free_basic_block_vars.
16672         * haifa-sched.c (remove_dependence): Conditionalize on HAVE_cc0.
16673         (insn_orig_block): Remove.
16674         (INSN_BLOCK): Remove.  Update all callers to use BLOCK_NUM.
16675         (schedule_block): Keep BLOCK_NUM up-to-date.
16676         (schedule_insns): Use compute_bb_for_insn.
16677         * recog.c (split_all_insns): Likewise.
16678         (peephole2_optimize): Likewise.
16679
16680 Mon Oct 18 18:50:51 1999  Andreas Schwab  <schwab@suse.de>
16681
16682         * config/m68k/m68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word
16683         if the pic register is used.
16684
16685 Mon Oct 18 02:38:46 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16686
16687         * c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.
16688         (finish_decl): Duplicate test for TREE_ASM_WRITTEN in else branch of
16689         if that tests TREE_PERMANENT.
16690
16691 Mon Oct 18 01:41:35 1999  Jeffrey A Law  (law@cygnus.com)
16692
16693         * cse.c (invalidate_for_call): Do not remove memory references from
16694         the table here.  It's handled elsewhere.
16695
16696         * haifa-sched.c (add_dependence): Protect references to the
16697         true dependency cache with #ifdef INSN_SCHEDULING.
16698         (remove_dependence): Similarly.
16699
16700         * mn10200.md (outline_epilogue_jump): Embed a (return) to indicate
16701         to the cfg code that this is a return instruction.
16702         * mn10300.md (return_internal): Similarly.
16703
16704         * combine.c (get_last_value): If the last set of a register
16705         is after subst_low_cuid, then we can not use it to determine
16706         the register's last value.
16707
16708 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16709
16710         * Makefile.in: Back out previous change.
16711
16712 Sun Oct 17 15:22:50 1999  Jeffrey A Law  (law@cygnus.com)
16713
16714         * pa.c (move_operand): Reject (lo_sum (reg) (unspec ...)).
16715
16716         * haifa-sched.c (add_dependence): Only check/update the cache
16717         if it exists.
16718         (remove_dependence): Likewise.
16719         (schedule_insns): Only create the true_dependency_cache if the
16720         average number of instructions in a basic block is very large.
16721
16722 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16723
16724         * Makefile.in (ggc-common.o): Depend on genrtl.h.
16725         (ggc-simple.o): Likewise.
16726         (ggc-page.o): Likewise.
16727
16728 Sun Oct 17 02:09:50 1999  Andrew MacLeod  <amacleod@cygnus.com>
16729
16730         * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):
16731         Prototype for exported functions.
16732         (pre_lcm, pre_rev_lcm): Remove prototypes.
16733         * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
16734         (compute_available): Move to lcm.c, and change parameter order.
16735         (one_classic_gcse_pass): Call compute_ae_kill with parameters.
16736         (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
16737         (gcse_main): No longer call compute_preds_succs.  Rebuild the
16738         set table after reach pre pass.
16739         (pre_insert_map, pre_delete_map, edge_list): New.
16740         (alloc_pre_mem): Allocate edge vectors.
16741         (free_pre_mem): Delete edge vectors.
16742         (compute_pre_data): Call new edge based lcm routines.
16743         (process_insert_insn): New function.
16744         (insert_insn_end_bb): Use it.
16745         (pre_edge_insert): New function.
16746         (pre_insert_copy_insn): Formatting fixes.  Update BLOCK_END as
16747         needed.
16748         (pre_insert_copies): Revamp using new edge based lcm outputs.
16749         (pre_delete): Likewise.
16750         (one_pre_gcse_pass): Insert & remove fake edges to the exit
16751         block.
16752         (compute_code_hoist_vbeinout): New new edge based routines.
16753         * lcm.c: Remove all the old LCM functions.  Replace with new ones
16754         that work with the new cfg datastructures and work with edges
16755         instead of blocks.
16756
16757 Sun Oct 17 00:44:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16758
16759         * reload.h (struct reload): Add new fields "mode" and "nregs".
16760         * reload1.c: Change all occurrences of reload_mode and reload_nregs
16761         to reference the "mode" and "nregs" field within struct reload.
16762
16763 Sat Oct 16 21:50:28 1999  Jeffrey A Law  (law@cygnus.com)
16764
16765         * haifa-sched.c (true_dependency_cache): New.
16766         (add_dependence): Use the true dependency cache to avoid expensive
16767         walks down the LOG_LINKS dependency list.  Add entries to the
16768         cache as necessary.
16769         (remove_dependence): Remove entries from the true dependency cache
16770         as needed.
16771         (schedule_insns): Allocate and initialize and free the true
16772         dependency cache.
16773
16774         * haifa-sched.c (schedule_insns): Do not remove inter-block
16775         dependencies anymore.
16776
16777 Sat Oct 16 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
16778
16779         * i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
16780         * i386/t-winnt: Likewise.
16781
16782 Sat Oct 16 11:11:54 1999  Richard Henderson  <rth@cygnus.com>
16783
16784         * ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
16785
16786 1999-10-16  Manfred Hollstein  <mhollstein@cygnus.com>
16787
16788         * Makefile.in (LANGUAGES): Omit "proto".
16789         (clean): Remove stale comment about removing unprotoize.c.
16790
16791 Sat Oct 16 11:29:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16792
16793         * protoize.c (safe_read, safe_write): Avoid the gcc extension of
16794         using arithmetic on void pointers.
16795
16796 Sat Oct 16 02:48:22 1999  Jeffrey A Law  (law@cygnus.com)
16797
16798         * haifa-sched.c (compute_block_forward_dependencies): Only check
16799         for notes, deleted insns and duplicates if ENABLE_CHECKING is defined.
16800
16801 Sat Oct 16 00:07:01 1999  Richard Henderson  <rth@cygnus.com>
16802
16803         * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
16804         (expr_equiv_p): Reject memories with different alias sets.
16805
16806 Fri Oct 15 15:17:29 1999  Greg McGary  <gkm@gnu.org>
16807
16808         * flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls.
16809         * toplev.c (flag_bounds_check, flag_bounded_pointers): New flags.
16810         (f_options): Add "bounded-pointers" and "bounds-check" entries.
16811         * c-lang.c (lang_init_options): Set flag_bounds_check as "unspecified".
16812         (lang_init): Set default for flag_bounds_check if still "unspecified".
16813
16814 Sat Oct 16 13:42:29 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16815
16816         * config/c4x/c4x.md (HF mode patterns):  Add missing modes.
16817
16818 Sat Oct 16 13:37:46 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16819
16820         * config/c4x/c4x.md (movstrqi_small): Utilise parallel move
16821         instructions.
16822
16823 Sat Oct 16 13:26:47 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16824
16825         * config/c4x/c4x.md (*db_noclobber,
16826         *decrement_and_branch_until_zero_noclobber): New patterns and
16827         associated splitters.
16828
16829 Sat Oct 16 13:13:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16830
16831         * config/c4x/c4x.md (parallel instruction patterns): Rework
16832         constraints to keep reload happy.
16833
16834 Sat Oct 16 13:03:16 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16835
16836         * config/c4x/c4x.md (*absqi2_noclobber, *negqi2_noclobber,
16837         *one_cmplqi2_noclobber, *subqi3_noclobber, *andqi3_255_noclobber,
16838         *andqi3_65535_noclobber, *andnqi3_noclobber, *xorqi3_noclobber):
16839         Add new patterns and associated post-reload splitters.
16840
16841 Sat Oct 16 12:42:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16842
16843         * config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
16844
16845 Sat Oct 16 12:34:44 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16846
16847         * config/c4x/c4x.c (c4x_rptb_insert): Emit rpts_top pattern
16848         if appropriate.
16849         * config/c4x/c4x.md (rpts_top): New pattern and splitter.
16850
16851 Sat Oct 16 12:26:30 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16852
16853         * config/c4x/c4x.c (src_operand):  Check SYMBOL_REF and LABEL_REF
16854         memory mode.
16855
16856 Fri Oct 15 17:02:09 1999  Jeffrey A Law  (law@cygnus.com)
16857
16858         * pa.c (move_operand): Rely on memory_address_p to determine the
16859         validity of non-indexed memory addresses.
16860         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow LO_SUM with a symbolic
16861         operand in DFmode and SFmode when generating PA2.0 code.
16862
16863 Fri Oct 15 14:25:19 1999  Richard Henderson  <rth@cygnus.com>
16864
16865         * print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF.
16866
16867 Fri Oct 15 13:48:45 1999  Richard Henderson  <rth@cygnus.com>
16868
16869         * mips.c (function_prologue): Fix argument types.
16870         * mips.md (casesi): Use emit_jump_insn for casesi_internal.
16871         (casesi_internal): Write to the scratch register.
16872
16873 1999-10-15 11:16 -0700  Zack Weinberg  <zack@bitmover.com>
16874
16875         * cppexp.c (cpp_parse_escape): Make static.  Change second arg
16876         to U_CHAR **.
16877         (parse_charconst): Delete unnecessary cast when calling
16878         cpp_parse_escape.
16879         (cpplib.h): Kill prototype of cpp_parse_escape.
16880
16881 Fri Oct 15 11:02:46 1999  Richard Henderson  <rth@cygnus.com>
16882
16883         Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:
16884         * unroll.c (unroll_loop): Cast return value of alloca.
16885         * i370/i370.c: Include function.h and toplev.h.
16886         (i370_label_scan): Remove c++ commented abort.
16887         * i370/i370.h (HANDLE_PRAGMA): Takes three arguments.
16888         (ASM_OUTPUT_LABELREF): Fix TOUPPER/else broken 16 Sept.
16889         * i370/xm-i370.h (HOST_BITS_PER_LONGLONG): Define.
16890         * i370/xm-mvs.h, i370/xm-oe.h: Likewise.
16891
16892 Fri Oct 15 03:01:01 1999  Loren Rittle  <ljrittle@acm.org>
16893
16894         * config/t-freebsd: Do not override USER_H.
16895         * ginclude/stddef.h: Generalize check for _MACHINE_ANSI_H_.
16896
16897 Fri Oct 15 02:37:28 1999  Alastair J. Houghton <ajh8@doc.ic.ac.uk>
16898                           Mumit Khan  <khan@xraylith.wisc.edu>
16899
16900         * c-parse.in (component_decl): Support anonymous struct/union.
16901         (%expect): Update.
16902         * c-parse.y: Regenerate.
16903         * c-parse.c: Likewise.
16904         * objc/objc-parse.y: Likewise.
16905         * objc/objc-parse.c: Likewise.
16906         * c-decl.c (finish_struct): Don't sort the fields.
16907         (field_decl_cmp): Delete unused function.
16908
16909 Fri Oct 15 01:20:52 1999  Richard Henderson  <rth@cygnus.com>
16910
16911         * sparc.md (movsf_const_intreg): Revert last constraint change.
16912         (movdf_const_intreg_sp32): Likewise.
16913
16914 Fri Oct 15 01:47:51 1999  Vladimir Makarov  <vmakarov@loony.cygnus.com>
16915
16916         * cse.c: Include hashtab.h instead of splay-tree.h
16917         (struct cse_reg_info): No longer use variant union.  Add new
16918         field "regno".  All references changed to avoid union.
16919         (cse_reg_info_used_list, cse_reg_info_used_list_end): New variables.
16920         (free_cse_reg_info): Remove.
16921         (hash_cse_reg_info, cse_reg_info_equal_p): New functions.
16922         (get_cse_reg_info): Revamp to use expandable hash tables instead
16923         of splay trees.  Initialize new fields in cse_reg_info structure.
16924         (new_basic_block): Similarly.
16925
16926 Thu Oct 14 23:51:56 1999  Richard Henderson  <rth@cygnus.com>
16927
16928         * genrecog.c (message_with_line): Prototype.
16929         (validate_pattern): Pass along the set for the dest, not a flag.
16930         Fix non-lvalue message.  Don't warn for VOIDmode SET_DEST of CALL.
16931         Check for PC/CC0 as sources.
16932         (nodes_identical): Check for children position match before
16933         allowing the combination.
16934
16935         * rtl.c (read_rtx): Track line number across \\\n.
16936
16937 Thu Oct 14 23:50:25 1999  Richard Henderson  <rth@cygnus.com>
16938
16939         * mips.h (SPECIAL_MODE_PREDICATES): New.
16940         * mips.md (*) Use nonimmediate_operand not general_operand for outputs.
16941         (movdi+1, movsi+1): Add output reload constraint.
16942         (casesi_internal): Likewise.  Fix commentary.
16943         (return_internal): Use pmode_register_operand.
16944
16945 Thu Oct 14 23:19:34 1999  Richard Henderson  <rth@cygnus.com>
16946
16947         * 1750a.md (movstrqi): Add missing output reload constraint.
16948         (call_value): Likewise.
16949         * a29k.md (cpxxx patterns): Add missing match_operator mode.
16950         (jmpfdec): Add missing inout reload constraint.
16951         * elxsi.md (addsi patterns): Add missing output reload constraint.
16952         (move from sp): Use @ alternates.
16953         (call_value): No constraint on output.
16954         * fr30.md (movsi_pop): Add missing output reload constraint.
16955         (movsf_constant_store): Likewise.
16956         (splits): Remove constraints.
16957         (subsi3): Add missing mode.
16958         * i370.md (cmpstrsi+1): Add missing output reload constraint.
16959         (call_value): Likewise.
16960         * i960.md (cmpinc/cmpdec patterns): Add inout reload constraints.
16961         * m32r.h (PREDICATE_CODES): Add seth_add3_operand.
16962         * m32r.md (movsicc_internal): Add output reload constraint.
16963         (movstrsi_internal): Add inout reload constraints.
16964         * m88k.h (reg_names): Don't declare.
16965         (SPECIAL_MODE_PREDICATES): New.
16966         * m88k.md (*): Use register_operand not reg_or_0_operand
16967         on destinations.
16968         * mn10200.h (PREDICATE_CODES): New.
16969         * ns32k.md (ffs pattern): Add output reload constraint.
16970         * pdp11.md (sob pattern): Add inout reload constraint.
16971         * sh.md (splits): Remove constraints.
16972         (indirect_jump_scratch, fpu_switch): Add output reload constraint.
16973         * v850.md (pattern_is_ok_for_epilogue): Likewise.
16974         * vax.md (jgequ pattern): Add inout reload constraint.
16975
16976 Fri Oct 15 00:05:00 1999  Jeffrey A Law  (law@cygnus.com)
16977
16978         * configure.in (djgpp): Revert previous patch.
16979         * configure: Rebuit.
16980         * config/i386/djgpp.h: Revert previous patch.
16981
16982 Fri Oct 15 00:00:24 1999  Loren J. Rittle <ljrittle@acm.org>
16983
16984         * fixinc/inclhack.def: Restore patch lost during last merge of
16985         "no_bogosity" branch.
16986         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
16987
16988 Thu Oct 14 23:57:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
16989
16990         * fixincludes: Add a HPUX 11 fix for inttypes.h.
16991         * fixinc/inclhack.def: Same.
16992         * fixinc/inclhack.sh, fixinc/fixincl.sh, fixinc/fixincl.x: Regenerate.
16993
16994 Thu Oct 14 22:51:55 1999  Richard Henderson  <rth@cygnus.com>
16995
16996         * alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF
16997         as the base of a PLUS.
16998
16999 Fri Oct 15 18:36:07 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17000
17001         * config/c4x/c4x.md:  Define mode for remaining unspec operators.
17002         * config/c4x/c4x.c (dst_operand):  Use nonimmediate_operand.
17003
17004 Thu Oct 14 22:14:23 1999  Richard Henderson  <rth@cygnus.com>
17005
17006         * pa.md (post_stw+1): Use pmode_register_operand.
17007         (dcacheflush, icacheflush): Likewise.
17008
17009         * i386.md (movstricthi_1): Allow r/r.
17010
17011 Thu Oct 14 19:44:08 1999  Jan Hubicka  <hubicka@freesoft.cz>
17012
17013         * fold-const.c (fold): Convert (or (not arg0) (not arg1))
17014         to (not (and (arg0) (arg1))). Similary for and.
17015
17016         * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
17017         fallthrough to associate code.
17018         Convert XOR to OR in code like (a&c1)^(a&c2) where c1 and c2 don't have
17019         bits in common.
17020
17021         * combine.c (simplify_logical): Convert XOR to IOR if operands have
17022         no bits in common; remove XOR to ROTATE conversion.
17023
17024 Fri Oct 15 17:40:11 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17025
17026         * config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.
17027
17028 Fri Oct 15 17:27:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17029
17030         * config/c4x/c4x.c (dst_operand): New.
17031         (PREDICATE_CODES): Update.
17032         * config/c4x/c4x.h (dst_operand): Declare it.
17033         * config/c4x/c4x.md:  Define mode for each unspec usage.
17034         (move patterns):  Use dst_operand predicate instead of src_operand.
17035         (movqi_update, movqf_update): Delete.
17036
17037 Thu Oct 14 18:48:54 1999  Richard Henderson  <rth@cygnus.com>
17038
17039         * recog.c (pmode_register_operand): New.
17040         * recog.h: Declare it.
17041         * genrecog.c (pred_codes): Likewise.
17042         (special_mode_pred_table): Likewise.
17043         (validate_pattern): Don't warn no mode for address_operand.
17044
17045         * print-rtl.c (print_rtx) [LABEL_REF]: Only do full subexpression
17046         if the operand is not insn-like.
17047
17048 Thu Oct 14 19:38:42 1999  Jeffrey A Law  (law@cygnus.com)
17049                           Sylvian Pion <Sylvain.Pion@sophia.inria.fr>
17050
17051         * fold-const.c (fold): Handle more simplifications allowed by IEEE.
17052
17053 Thu Oct 14 17:30:14 1999  Richard Henderson  <rth@cygnus.com>
17054
17055         * sparc.md (*): Use {nonimmediate,register}_operand as appropriate
17056         instead of general_operand in a SET_DEST.  Use const_double_operand
17057         instead of an explicit test against CONST_DOUBLE.
17058         (movsf_const_lo): Add missing register mode.
17059         (goto_handler_and_restore): Add auxiliary test for Pmode.
17060         (flush): Adjust to use address_operand.
17061         (return_sf_no_fpu): Add missing output constraint.
17062
17063 Thu Oct 14 17:21:26 1999  Richard Henderson  <rth@cygnus.com>
17064
17065         * rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
17066         for call return value.
17067         (call_value_indirect_aix64, call_value_indirect_nt): Likewise.
17068
17069 Thu Oct 14 13:54:25 1999  Jason Merrill  <jason@yorick.cygnus.com>
17070
17071         * toplev.c (main): Only warn about options for other languages.
17072         * collect2.c (main): Pass -w to sub-gcc.
17073
17074 Thu Oct 14 16:27:50 1999  Richard Henderson  <rth@cygnus.com>
17075
17076         * flow.c (propagate_block): Add call-clobbered registers to
17077         significant too.
17078
17079         * flow.c (propagate_block): Use free_EXPR_LIST_list instead of
17080         zapping mem_set_list.
17081         (invalidate_mems_from_autoinc): Use free_EXPR_LIST_node.
17082         (mark_set_1, mark_used_regs): Likewise.
17083
17084 Thu Oct 14 10:51:49 1999  Richard Henderson  <rth@cygnus.com>
17085
17086         * m68k.md (zero_extendsidi2): Add missing output reload constraint.
17087
17088 Wed Oct 13 00:09:18 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17089
17090         * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
17091         -Wnested-externs, -Wstrict-prototypes, and -Wtraditional as C only
17092         options. Also add a new item "C-only Warning Options" to the
17093         option summary.
17094
17095 1999-10-14  Gavin Romig-Koch  <gavin@cygnus.com>
17096
17097         * libgcc2.c (__do_global_dtors): Protect __deregister_frame_info
17098         from multiple calls.
17099
17100 Thu Oct 14 04:54:54 1999  Richard Henderson  <rth@cygnus.com>
17101
17102         * i386.md (call value patterns): Move to the end of the file.
17103         (prologue_set_got, prologue_get_pc): Use register_operand for op 0.
17104
17105 1999-10-14 Mark Elbrecht <snowball3@bigfoot.com>
17106
17107         * configure.in (djgpp configuration): Define extra_objects..
17108         * configure: Rebuilt.
17109         * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define.
17110         (DTORS_SECTION_ASM_OP): Define.
17111         (INIT_SECTION_ASM_OP): Define.
17112         (FINI_SECTION_ASM_OP): Define.
17113         (DATA_SECTION_ASM_OP): Define.
17114         (TEXT_SECTION_ASM_OP): Define.
17115         (EH_FRAME_SECTION_ASM_OP): Define.
17116         (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl.
17117         (STARTFILE_SPEC): Add crtbegin.o.
17118         (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl
17119         to here from LINK_COMMAND_SPEC.
17120         (DO_GLOBAL_CTORS_BODY): Define.
17121         (CRTSTUFF_USE_FINI_SECTION): Define
17122         (HAS_INIT_SECTION): Delete.
17123
17124 Thu Oct 14 05:08:14 1999  Andreas Schwab  <schwab@suse.de>
17125
17126         * Makefile.in (all.cross): Depend on xcpp$(exeext).
17127
17128 Thu Oct 14 04:00:40 1999  Richard Henderson  <rth@cygnus.com>
17129
17130         * pa.h (PREDICATE_CODES): New.
17131
17132         * genrecog.c (validate_pattern): Condense the destination
17133         non-lvalue message.
17134
17135 Thu Oct 14 03:23:08 1999  Richard Henderson  <rth@cygnus.com>
17136
17137         * alpha.md (call-1): Supply missing mode for operator.
17138         (*): Add missing output reload constraints.  Remove constraints
17139         from define_splits.
17140
17141         * i386.h (SPECIAL_MODE_PREDICATES): New.
17142         * i386.md (movstricthi_1): Use nonimmediate_operand for op 0.
17143         (movqi_1, movdi_1, movdi_2, some splits): Likewise.
17144         (addsi_lea_3): Add missing mode for op 3.
17145         (prologue_set_got, prologue_get_pc): Add missing modes.
17146         (*) Add missing output reload constraints.
17147
17148 Thu Oct 14 03:59:57 1999  Stephane Carrez  <stcarrez@worldnet.fr>
17149
17150         * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
17151         check for member bit-size overflow and use var_size if it occurs.
17152         (layout_record): Use bitsize_int() to define the type size in bits.
17153         Likewise for computation and assignment to DECL_FIELD_BITPOS.
17154         (layout_decl): Likewise when assigning to DECL_SIZE.
17155
17156 Thu Oct 14 02:57:05 1999  Richard Henderson  <rth@cygnus.com>
17157
17158         * genrecog.c (validate_pattern): Typo last change.  Verify
17159         that output operands have output reloads.
17160
17161 Thu Oct 14 01:49:54 1999  Richard Henderson  <rth@cygnus.com>
17162
17163         * genrecog.c (special_mode_pred_table): New.
17164         (NUM_SPECIAL_MODE_PREDS): New.
17165         (find_operand): New.
17166         (validate_pattern): New argument `insn'.  Warn for assignment to
17167         any predicate accepting non-lvalues.  Conditionaly warn for
17168         match_operand without a mode.  Try much harder to match source
17169         and destination modes on a set.
17170         * tm.texi (SPECIAL_MODE_PREDICATES): Document.
17171
17172 Thu Oct 14 02:54:13 1999  Jeffrey A Law  (law@cygnus.com)
17173
17174         * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.
17175
17176 Thu Oct 14 02:18:19 1999  Marc Espie <espie@cvs.openbsd.org>
17177
17178         * combine.c (simplify_logical): Recognize xor pattern that encodes
17179         rotation.
17180
17181 Wed Oct 13 23:23:45 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17182
17183         * rs6000.c (expand_block_move): Use INTVAL, not XINT to access
17184         alignment.
17185
17186 Wed Oct 13 21:47:18 1999  Richard Henderson  <rth@cygnus.com>
17187
17188         * ggc-page.c (MAP_FAILED): Provide default.
17189
17190 Wed Oct 13 21:41:59 1999  Richard Henderson  <rth@cygnus.com>
17191
17192         * sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
17193         * sparc.h (PREDICATE_CODES): Update.
17194
17195 Wed Oct 13 21:18:17 1999  Richard Henderson  <rth@cygnus.com>
17196
17197         * alpha.c (some_ni_operand): New.
17198         * alpha-protos.h: Declare it.
17199         * alpha.h (PREDICATE_CODES): Update.
17200         * alpha.md (sXaddq reload insns): Use some_ni_operand
17201         for SET_DEST instead of some_operand.
17202
17203 Wed Oct 13 21:04:45 1999  Richard Henderson  <rth@cygnus.com>
17204                           Jim Wilson  <wilson@cygnus.com>
17205
17206         * genrecog.c (maybe_both_true_2): Don't compare modes of
17207         two DT_pred tests.
17208         (process_tree): Elide peephole2_insns.  Invoke simplify_tests
17209         after find_afterward.
17210         (debug_decision_1): Dump next and afterward codes.
17211
17212 Wed Oct 13 20:35:16 1999  Richard Henderson  <rth@cygnus.com>
17213
17214         * rtl.c (dump_and_abort): Remove.
17215         (fatal_with_file_and_line): New.
17216         (fatal_expected_char): New.
17217         (read_rtx_lineno, read_rtx_filename): New.
17218         (read_skip_spaces): Track line number.
17219         (read_name): Use fatal_with_file_and_line.
17220         (read_rtx): Use fatal_expected_char.  Track line number.
17221         * rtl.h (read_rtx_filename, read_rtx_lineno): Declare.
17222
17223         * print-rtl.c (print_rtx): Don't special case LABEL_REF argument
17224         if it isn't a CODE_LABEL.
17225
17226         * genattr.c (main): Set read_rtx_filename.
17227         * genattrtab.c (main): Likewise.
17228         * gencodes.c (main): Likewise.
17229         * genconfig.c (main): Likewise.
17230         * genemit.c (main): Likewise.
17231         * genextract.c (main): Likewise.
17232         * genflags.c (main): Likewise.
17233         * genopinit.c (main): Likewise.
17234         * genoutput.c (main): Likewise.
17235         * genpeep.c (main): Likewise.
17236
17237         * genrecog.c (decision_test.u.insn): Add `lineno'.
17238         (pattern_lineno, error_count): New variables.
17239         (message_with_line): New.
17240         (add_to_sequence): Break out checking code to ...
17241         (validate_pattern): ... here.  Detect SET_DEST matching CONST_INT.
17242         (merge_insn): Use message_with_line.
17243         (make_insn_sequence): Use validate_pattern.  Record insn lineno.
17244         (main): Set read_rtx_filename, pattern_lineno.  Exit early on error.
17245
17246 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17247
17248         * expr.c (store_constructor): Clear union if constructor is empty.
17249
17250 Wed Oct 13 15:19:04 1999  Jim Wilson  <wilson@cygnus.com>
17251
17252         * config/rs6000/sysv4.h (CC1_SPEC): Fix errors from Jan 19 change.
17253         Add !endian checks.  Change %{...} to %(...).
17254
17255 Wed Oct 13 13:30:34 1999  Richard Henderson  <rth@cygnus.com>
17256
17257         * i386.md (*addsi3_cc): Renamed from addcsi3.
17258         (*addsi3_carry): Renamed from addxsi3.
17259         (*subsi3_cc): Renamed from subcsi3.
17260         (*subsi3_carry): Renamed from subxsi3.
17261         (*xorqi_cc_1): Renamed from xorcqi_1.
17262         (xorqi_cc_ext_1): Renamed from xorcqi_ext_1.
17263         * i386.c (ix86_expand_fp_compare): Update for xorqi_cc_ext_1.
17264
17265 Wed Oct 13 13:10:46 1999  Richard Henderson  <rth@cygnus.com>
17266
17267         * Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.
17268         (ggc-simple.o, ggc-page.o, ggc-none.o, ggc-callbacks.o): Likewise.
17269
17270 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
17271
17272         * regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
17273         climb up the chain of insns.
17274
17275 Wed Oct 13 10:20:58 1999  Richard Henderson  <rth@cygnus.com>
17276
17277         * genrecog.c (write_subroutine): Careful for null trees.
17278         (process_tree): Don't elide empty functions.
17279
17280 Wed Oct 13 10:07:54 1999  Richard Henderson  <rth@cygnus.com>
17281
17282         * Makefile.in (genrtl.o): Depend on ggc.h.
17283         * configure.in (valloc): Probe for it.
17284         (with-gc): Use ggc-page if valloc present.
17285         * ggc-common.c (ggc_mark_rtx_children): Use ggc_mark_if_gcable.
17286         (ggc_mark_rtvec_children): New from corpse of ggc_mark_rtvec.
17287         (ggc_alloc_string): Moved from ggc-page.c.
17288         * ggc-none.c (ggc_alloc_obj): New.
17289         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove.
17290         * ggc-page.c (sys/mman.h): Only include if HAVE_MMAP.
17291         (struct globals): Likewise for dev_zero_fd.
17292         (init_ggc): Likewise for it's initialization.
17293         (ggc_allocated_p): Move careful dereference from ...
17294         (ggc_lookup_page_table): ... here.  Delete.
17295         (lookup_page_table_entry): Don't use ggc_lookup_page_table.
17296         (alloc_anon): Use valloc if no mmap.
17297         (release_pages): Use free if using valloc.
17298         (ggc_alloc_obj): Renamed from alloc_obj.
17299         (ggc_set_mark): Renamed from mark_obj.
17300         (ggc_mark_if_gcable): Renamed from ggc_mark_string_if_gcable.
17301         (ggc_alloc_rtx, ggc_alloc_rtvec): Delete.
17302         (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete.
17303         (ggc_set_mark_rtx, ggc_set_mark_rtvec): Delete.
17304         (ggc_set_mark_tree, ggc_mark_string, ggc_mark): Delete.
17305         (ggc_collect): Use fp printing instead of our own rounding.
17306         * ggc-simple.c (IS_MARKED, IGNORE_MARK): Delete.
17307         (GGC_STRING_MAGIC, GGC_STRING_MAGIC_MARK): Delete.
17308         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): Delete.
17309         (struct ggc_rtx, struct ggc_rtvec, struct ggc_tree): Delete.
17310         (struct ggc_string, struct ggc_any): Delete.
17311         (offsetof): Provide default definition.
17312         (GGC_BALANCE, GGC_ALWAYS_COLLECT, GGC_ALWAYS_VERIFY): New.
17313         (PTR_KEY): New.
17314         (struct ggc_mem): New, from corpse of ggc_any.
17315         (struct ggc_status): Delete.
17316         (ggc_chain, ggc_allocated_strings, ggc_strings_used): Delete.
17317         (n_rtxs_collected, n_vecs_collected, n_trees_collected): Delete.
17318         (n_strings_collected, n_anys_collected): Delete.
17319         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete.
17320         (ggc_alloc_string, ggc_alloc): Delete.
17321         (ggc_free_rtx, ggc_free_rtvec, ggc_free_tree): Delete.
17322         (ggc_free_string, ggc_free_any): Delete.
17323         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Delete.
17324         (ggc_compare_addresses, ggc_mark_string): Delete.
17325         (ggc_mark_string_if_gcable, ggc_mark): Delete.
17326         (search_data): Delete.
17327         (struct globals): New.
17328         (GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED): New.
17329         (tree_insert, tree_lookup): New.
17330         (ggc_alloc_obj, ggc_set_mark, ggc_mark_if_gcable): New.
17331         (clear_marks, sweep_objs): New.
17332         (ggc_collect): Gut.  Use clear_marks, sweep_objs.
17333         (init_ggc): Set allocated_last_gc.
17334         (ggc_push_context): Gut.  Use G.context.
17335         (ggc_pop_context): Likewise.
17336         (ggc_pop_context_1): New.
17337         (debug_ggc_tree): New.
17338         (debug_ggc_balance, tally_leaves): New.
17339         * ggc.h (ggc_mark_rtvec, ggc_mark_string, ggc_mark): Remove decl.
17340         (ggc_mark_string_if_gcable): Remove decl.
17341         (ggc_mark_rtx, ggc_mark_tree): Use ggc_set_mark.
17342         (ggc_mark_rtvec_children): New.
17343         (ggc_mark_rtvec, ggc_mark_string, ggc_mark): New.
17344         (ggc_mark_if_gcable): New decl.
17345         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove decl.
17346         (ggc_alloc_tree, ggc_alloc): Likewise.
17347         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Likewise.
17348         (ggc_alloc_obj): New decl.
17349         (ggc_alloc_rtx, ggc_alloc_rtvec): New macros.
17350         (ggc_alloc_tree, ggc_alloc): Likewise.
17351         (ggc_set_mark): New decl.
17352         * rtl.h (struct rtx_def): Remove gc_mark.
17353         (struct rtvec_def): Likewise.
17354         * tree.h (struct tree_common): Likewise.
17355
17356 Wed Oct 13 01:44:29 1999  Carol LePage  <carolo@hal.com>
17357
17358         * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
17359         float_format and thread_file definitions.
17360         * configure: Rebuilt.
17361
17362 Wed Oct 13 09:25:03 1999  Niels Möller <nisse@lysator.liu.se>
17363
17364         * extend.texi (Function Names): Document types of function names.
17365
17366 Wed Oct 13 00:45:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17367
17368         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
17369         an earlyclobbered output conflict with RELOAD_INPUT reloads.
17370
17371 Tue Oct 12 23:28:28 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17372
17373         * sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
17374
17375 Tue Oct 12 23:19:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17376
17377         * sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS.
17378
17379 Tue Oct 12 17:09:38 1999  David Edelsohn  <edelsohn@gnu.org>
17380
17381         * collect2.c (main): Do prelimnary link on AIX if rflag.
17382
17383 Tue Oct 12 09:45:19 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17384
17385         * config/rs6000/eabi-ctors.c (__do_global_ctors): Run through
17386         __CTOR_LIST__ in opposite order, which is the correct order for sorted
17387         constructors.
17388         (__do_global_dtors): similarly for __DTOR_LIST__.
17389
17390 Fri Oct  8 19:46:03 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17391                                 Diego Novillo <dnovillo@cygnus.com>
17392
17393         * config/sh/sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to
17394         FPUL_REGS.
17395
17396 Tue Oct 12 07:38:41 1999  Bruce Korb  <autogen@linuxbox.com>
17397
17398         * fixincl/*: Merged "no_bogosity" branch
17399         * fixincl/fixlib.h: protect against doubly defining t_bool
17400         * fixincl/server.h: protect against doubly defining t_bool
17401
17402 Mon Oct 11 20:18:41 1999  Jim Wilson  <wilson@cygnus.com>
17403
17404         * genoutput.c: Include toplev.h.
17405
17406 Mon Oct 11 18:56:14 1999  Jim Wilson  <wilson@cygnus.com>
17407
17408         * config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
17409         Undef.
17410         * configure.in (sparclite-*-elf, sparc86x-*-elf): Don't use libgloss.h.
17411         * configure: Regenerate.
17412
17413 Mon Oct 11 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
17414
17415         * gcse.c (delete_null_pointer_checks): Returns void.
17416
17417 Mon Oct 11 20:31:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17418
17419         * rtl.c (copy_rtx): Don't use accessor macros to copy fields.
17420         * emit-rtl.c (copy_insn_1): Likewise.
17421
17422 Mon Oct 11 13:29:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
17423
17424         * config/mips/mips.c (mips_build_va_list): Correct
17425         TREE_CHAIN setting when hard-float.
17426         (mips_va_start): Use corrected setting.
17427         (mips_va_arg): Likewise.  Also pass a tree to build of
17428         POSTINCREMENT_EXPR rather than a naked 'int'.
17429
17430 Sun Oct 10 18:27:27 1999  Mark Mitchell  <mark@codesourcery.com>
17431
17432         * ggc.h (ggc_push_context): Fix comment.
17433         (ggc_pop_context): Likewise.
17434         (mark_string_if_gcable): Likewise.
17435         * ggc-common.c (ggc_mark_rtx_children): Use
17436         ggc_mark_string_if_gcable.
17437         * ggc-page.c (ggc_lookup_page_table): New function.
17438         (ggc_allocated_p): Likewise.
17439         (mark_obj): Fix formatting.
17440         (ggc_mark_string_if_gcable): New function.
17441         * ggc-simple.c (ggc_allocated_strings): New variable.
17442         (ggc_strings_used): Likewise.
17443         (ggc_compare_addresses): New function.
17444         (ggc_pop_context): Pop the `any' memory too.
17445         (ggc_mark_string_if_gcable): New function.
17446         (ggc_collect): Initialize and tear down ggc_allocated_strings.
17447
17448 Sun Oct 10 20:05:21 1999  David Edelsohn  <edelsohn@gnu.org>
17449
17450         * rs6000.md (movstrsi_?reg): Use preferred rD/rS = r5 form.
17451         (scc patterns): Disable most SImode variants if TARGET_POWERPC64.
17452         * rs6000.c (expand_block_move): Match movstrsi_?reg register
17453         changes.
17454
17455 Sun Oct 10 16:37:01 1999  Richard Henderson  <rth@cygnus.com>
17456
17457         * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
17458         (sched_reg_live_length, sched_reg_basic_block): Delete.
17459         (current_block_num, bb_live_regs, old_live_regs): Delete.
17460         (dead_notes, struct sometimes): Delete.
17461         (sched_note_set, birthing_insn_p): Delete.
17462         (adjust_priority): Gut useless reg lifetime code.
17463         (create_reg_dead_note, attach_deaths): Delete.
17464         (attach_deaths_insn, new_sometimes_live): Delete.
17465         (finish_sometimes_live): Delete.
17466         (find_pre_sched_live, find_post_sched_live): Delete.
17467         (update_reg_usage): Delete.
17468         (find_insn_reg_weight): New, from corpse of find_pre_sched_live.
17469         (schedule_insns): Delete reg lifetime code.
17470         (sched_analyze): Use REG_SAVE_NOTE to stuff NOTE_INSN notes away.
17471         (unlink_other_notes): Adjust REG_NOTE commentary.
17472         (reemit_notes): Use REG_SAVE_NOTE.
17473         (schedule_block): Likewise.
17474         (schedule_region): Allocate bitmap of blocks in region.  Use
17475         count_or_remove_death_notes.  Use update_life_info.
17476
17477         * rtl.h (REG_SAVE_NOTE): New.
17478         * rtl.c (reg_note_name): Update.
17479
17480 Sun Oct 10 16:14:16 1999  Richard Henderson  <rth@cygnus.com>
17481
17482         * combine.c (refresh_blocks, need_refresh): New.
17483         (combine_instructions): Allocate refresh_blocks.  Invoke
17484         update_life_info if needed.
17485         (distribute_notes): Mark refresh_blocks instead of installing
17486         USE insns.
17487         * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
17488         * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.
17489
17490         * Makefile.in (recog.o): Depend on basic-block.h.
17491
17492 Sun Oct 10 12:03:21 1999  Richard Henderson  <rth@cygnus.com>
17493
17494         * genrecog.c (add_to_sequence): Thinko last change: delete
17495         shadowing allow_const_int variable.
17496
17497 Sun Oct 10 08:40:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17498
17499         * cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
17500         __GNUC__ and __GNUC_MINOR__.
17501
17502         * gansidecl.h: Likewise.
17503
17504         * rtl.c: Likewise.
17505
17506         * rtl.h: Likewise.
17507
17508         * toplev.h: Likewise.
17509
17510         * tree.c: Likewise.
17511
17512         * tree.h: Likewise.
17513
17514         * varray.c: Likewise.
17515
17516         * varray.h: Likewise.
17517
17518 Sun Oct 10 13:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17519
17520         * loop.c (find_and_verify_loops): When looking for a BARRIER, don't
17521         use one before a jump table.
17522
17523         * rtl.def (ADDRESS): Change documentation to match reality.
17524         * md.texi: Don't document it.
17525         * gmicro.md (load address pattern): Use 'p' constraint, delete use
17526         of ADDRESS rtx.
17527
17528         * emit-rtl.c (copy_insn_1): Make format_ptr a const char *.
17529
17530 Sun Oct 10 02:41:41 1999  Richard Henderson  <rth@cygnus.com>
17531
17532         * genrecog.c (add_to_sequence): Move allow_const_int test outside
17533         known predicate block; default allow_const_int true.
17534         (debug_decision_list): New.
17535
17536 Sun Oct 10 00:43:08 1999  Richard Henderson  <rth@cygnus.com>
17537
17538         * i386.h (CC1_SPEC): Typo -- use cc1_cpu.
17539
17540 Sat Oct  9 23:26:55 1999  Jeffrey A Law  (law@cygnus.com)
17541
17542         * gcse.c (gcse_main): Avoid global optimizations if we have a
17543         large number of basic blocks and the ratio of edges to blocks
17544         is high.
17545         (delete_null_pointer_checks): Likewise.
17546
17547 Sat Oct  9 23:16:01 1999  Ken Raeburn  <raeburn@mit.edu>
17548
17549         * c-common.c (check_format_info): Warn if format string isn't a
17550         string literal.
17551
17552 Sat Oct  9 23:04:02 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17553
17554         * configure.in (arm*-*-*): Don't let autoconf remove brackets
17555         * configure: regenerate
17556
17557 Sat Oct  9 13:15:53 1999  Richard Henderson  <rth@cygnus.com>
17558
17559         * alpha.md (extendsidi2): Turn into a splitter.  Allow f/f.
17560         If TARGET_FIX, allow r/f.  Remove cvtlq unspec pattern.
17561         (peepholes): Re-enable.
17562
17563 Sat Oct  9 12:18:16 1999  Richard Henderson  <rth@cygnus.com>
17564
17565         * Makefile.in (flow.o): Depend on TREE_H.
17566         * basic-block.h (REG_SET_EQUAL_P): New.
17567         (XOR_REG_SET): New.
17568         (n_edges): Declare.
17569         (free_regset_vector): Remove declaration.
17570         (flow_delete_insn_chain): Declare.
17571         (enum update_life_extent): New.
17572         (update_life_info, count_or_remove_death_notes): Declare.
17573         * combine.c (distribute_notes) [REG_DEAD]: Stop search at bb->head.
17574         Verify register live at bb->global_live_at_start before adding USE.
17575         * flow.c (HAVE_epilogue, HAVE_prologue): Provide default.
17576         (CLEAN_ALLOCA): New.
17577         (n_edges): New.
17578         (PROP_*): New flags.
17579         (find_basic_blocks_1): Use alloc_EXPR_LIST.
17580         (clear_edges): Zero n_edges.
17581         (make_edge): Increment n_edges.
17582         (split_edge): Don't allocate bb->local_set.  Increment n_edges.
17583         (flow_delete_insn_chain): Export.
17584         (delete_block): Decrement n_edges.
17585         (merge_blocks_nomove): Likewise.
17586         (life_analysis): Give life_analysis_1 PROP flags.
17587         (verify_wide_reg_1, verify_wide_reg): New.
17588         (verify_local_live_at_start): New.
17589         (update_life_info): Rewrite to call into propogate_block.
17590         (mark_reg): New.
17591         (mark_regs_live_at_end): After reload, if epilogue as rtl,
17592         always mark stack pointer.  Conditionally mark PIC register.
17593         After reload, mark call-saved registers, return regsiters.
17594         (life_analysis_1): Accept PROP flags not remove_dead_code.
17595         Call mark_regs_live_at_end before zeroing regs_ever_live.
17596         Use calculate_global_regs_live.  Copy global_live_at_end before
17597         calling final propagate_block.  Zero reg_next_use on exit.
17598         (calculate_global_regs_live): New.
17599         (allocate_bb_life_data): Don't allocate bb->local_set.
17600         (init_regset_vector, free_regset_vector): Remove.
17601         (propagate_block): Accept FLAGS not FINAL or REMOVE_DEAD_CODE.
17602         Test flags before every operation.  Warn if prologue/epilogue insn
17603         would have been deleted.
17604         (mark_set_regs, mark_set_1): Accept and use FLAGS.
17605         Use alloc_EXPR_LIST.
17606         (mark_used_regs): Accept and use FLAGS, not FINAL.
17607         Remove special handling for RETURN.
17608         (try_pre_increment): Use alloc_EXPR_LIST.
17609         (dump_flow_info): Dump n_edges.
17610         (unlink_insn_chain, split_hard_reg_notes): Remove.
17611         (maybe_add_dead_note, maybe_add_dead_note_use): Remove.
17612         (find_insn_with_note, new_insn_dead_notes): Remove.
17613         (update_n_sets, sets_reg_or_subreg_1, sets_reg_or_subreg): Remove.
17614         (maybe_remove_dead_notes, prepend_reg_notes): Remove.
17615         (replace_insns): Remove.
17616         (count_or_remove_death_notes): New.
17617         (verify_flow_info): Abort on error after all checks.
17618         (remove_edge): Decrement n_edges.
17619         (remove_fake_edges): Tweak format.
17620         * haifa-sched.c (schedule_insns): Use split_all_insns.
17621         * output.h (update_life_info): Remove declaration.
17622         * recog.c (split_all_insns): From the corpse of split_block_insns,
17623         do the whole function block by block.  Use update_life_info.
17624         (recog_last_allowed_insn): New.
17625         (recog_next_insn): Mind it.
17626         (peephole2_optimize): Set it.  Walk backwards through blocks.
17627         Use update_life_info.
17628         * rtl.h (update_flow_info, replace_insns): Remove declarations.
17629         (split_all_insns): Declare.
17630         * toplev.c (rest_of_compilation): Thread prologue before flow2.
17631         Use split_all_insns.
17632
17633         * i386.md (or -1 peep2s): Disable.
17634
17635 Fri Oct  8 17:49:08 1999  Richard Henderson  <rth@cygnus.com>
17636
17637         * config/mips/mips.md (movstrsi+[123]) : Combine these into
17638         a single pattern.  Scrap the 'd' versions as unnecessary.
17639
17640         * config/mips/mips.md (tablejump_internal3,tablejump_mips161,
17641         tablejump_mips162,tablejump_internal4): The operands to a
17642         label_ref must be VOIDmode.
17643
17644 Fri Oct  8 16:12:42 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17645
17646         * configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
17647
17648 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17649
17650         * mips.c (mips_va_arg) [EABI]: Return addr_rtx.
17651
17652 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17653
17654         * lists.c (init_EXPR_INSN_LIST_cache): Don't need to zap the
17655         cache every function if ggc_p.
17656
17657 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17658
17659         * jump.c (duplicate_loop_exit_test): Use copy_insn/copy_insn_1
17660         instead of copy_rtx.  Accept sequences that contain asm statements.
17661         * emit-rtl.c (copy_insn_1, copy_insn): New functions.
17662         (copy_insn_scratch_in, copy_insn_scratch_out, copy_insn_n_scratches,
17663         orig_asm_operands_vector, copy_asm_operands_vector,
17664         orig_asm_constraints_vecotr, copy_asm_constraints_vector): New static
17665         variables.
17666         * rtl.h (copy_insn, copy_insn_1): Declare.
17667
17668 Fri Oct  8 13:08:12 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17669
17670         * Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.
17671
17672         * alpha.h (ASM_OUTPUT_MI_THUNK): Pass the correct number of
17673         arguments to `current_file_function_operand'.
17674
17675         * genrecog.c: Include hard-reg-set.h and resource.h in the
17676         generated output file.
17677
17678         * real.c: Include tm_p.h.
17679
17680 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17681
17682         * i386.md (prologue_allocate_stack): Add '=' constraint letter on
17683         output operand.
17684
17685 Thu Oct  7 23:06:50 1999  Richard Henderson  <rth@cygnus.com>
17686
17687         * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber
17688         before the fctiwz insn.
17689
17690 Thu Oct  7 22:53:00 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17691                           Mark Mitchell  <mark@codesourcery.com>
17692
17693         * tree.c (make_lang_type_fn): New funtion pointer.
17694         (make_lang_type): Call it.
17695         * tree.h (make_lang_type): Declare.
17696         (make_lang_type_fn): Likewise.
17697         * rs6000.c (rs6000_build_va_list): Use make_lang_type.
17698
17699 Thu Oct  7 00:36:17 1999  Diego Novillo  <dnovillo@cygnus.com>
17700
17701         * config/rs6000/rs6000.c (secondary_reload_class): For TARGET_ELF
17702         make sure that HIGH instructions are copied into BASE_REGS.
17703
17704 Thu Oct  7 17:02:34 1999  Jason Merrill  <jason@yorick.cygnus.com>
17705
17706         * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner.
17707
17708 Thu Oct  7 17:01:58 1999  Greg McGary  <gkm@gnu.org>
17709
17710         * c-decl.c (finish_struct): Use simpler method of
17711         removing elements of a singly-linked list.
17712
17713 Thu Oct  7 15:23:28 1999  Michael Meissner  <meissner@cygnus.com>
17714
17715         * alpha.md (peephole2's): Comment out peephole2's that generate
17716         buggy code.
17717
17718 Thu Oct  7 12:00:53 1999  Richard Henderson  <rth@cygnus.com>
17719
17720         * genrecog.c (add_to_sequence): Disable mode check for
17721         wildcard matches.
17722
17723 Thu Oct  7 20:14:16 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17724
17725         * ggc-simple.c (init_ggc): Set empty_string.
17726
17727 Thu Oct  7 01:13:15 1999  Richard Henderson  <rth@cygnus.com>
17728
17729         * configure.in: Detect mmap.  Add --with-gc=foo to select
17730         garbage collector; default to page if mmap available.
17731         * Makefile.in (GGC): Substitute.
17732
17733 Wed Oct  6 23:56:30 1999  Richard Henderson  <rth@cygnus.com>
17734
17735         * c-decl.c (ggc_p): Enable.
17736
17737 Wed Oct  6 17:17:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17738
17739         * flow.c (verify_flow_info): Make it extern & unconditionally define.
17740
17741 1999-10-06  Brendan Kehoe  <brendan@cygnus.com>
17742
17743         * sparc/sp86x-elf.h (SUBTARGET_SWITCHES): Add missing doc
17744         string for little-endian-data.
17745
17746 Wed Oct  6 16:10:35 1999  Michael Meissner  <meissner@cygnus.com>
17747
17748         * varray.h (VARRAY_CHECK): Fix up appropriate revision check, in
17749         case somebody tries to compile --enable-checking code with gcc
17750         1.34 or such.
17751
17752 Wed Oct  6 12:22:50 1999  Richard Henderson  <rth@cygnus.com>
17753
17754         * genrecog.c (add_to_sequence): Verify operand to label_ref is
17755         VOIDmode.
17756
17757 Wed Oct  6 10:21:15 1999  Richard Henderson  <rth@cygnus.com>
17758
17759         * genconfig.c (main): Disable HAVE_conditional_arithmetic.
17760         * jump.c (jump_optimize_1): Document why.
17761
17762 Wed Oct  6 10:41:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17763
17764         * collect2.c (scan_prog_file, scan_libraries): Prototype function
17765         pointers and casts for `int_handler' and `quit_handler'.
17766
17767         * flow.c (verify_flow_info, split_hard_reg_notes,
17768         find_insn_with_note, sets_reg_or_subreg_1, prepend_reg_notes,
17769         remove_edge, remove_fake_successors): Add static prototypes.
17770         (verify_flow_info): Wrap with macro ENABLE_CHECKING.
17771         (mark_set_1): Initialize variable `regno'.
17772         (unlink_insn_chain): Likewise for variable `curr'.
17773         (remove_fake_edges): Remove unused variables `e', `tmp' and `last'.
17774
17775         * loop.c (strength_reduce): Initialize variable
17776         `unrolled_insn_copies'.
17777         (cmp_combine_givs_stats, cmp_recombine_givs_stats): Add static
17778         prototypes.  Change these functions to take const PTR parameters
17779         to avoid prototype conflict when used as the comparson argument
17780         for qsort.
17781         (check_dbra_loop): Initialize variable `comparison_val'.
17782
17783         * reload.c (debug_reload_to_stream, debug_reload): Add prototypes.
17784         (get_secondary_mem): Mark parameter `x' with ATTRIBUTE_UNUSED.
17785         (find_valid_class): Initialize variable `best_class'.
17786         (find_reloads): Call memcpy, not bcopy.
17787
17788         * reload1.c (gen_mode_int, dump_needs): Add prototypes.
17789         (hard_reg_use_compare): Don't needlessly cast away const.
17790         (reload_reg_class_lower): Likewise.
17791         (choose_reload_regs): Initialize variable `regno'.
17792
17793 Tue Oct  5 16:34:12 1999  Paul Burchard <burchard@pobox.com>
17794
17795         * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
17796
17797 Tue Oct  5 16:14:40 1999  Michael Meissner  <meissner@cygnus.com>
17798
17799         * libgcc1-test.c (toplevel): Include stddef.h to get size_t.
17800         ({,d}discard): Add forward declarations.  Declare parameter as
17801         unused.
17802         (main_without_main): Explicitly declare return type to be int.
17803         (memcpy): Properly declare.
17804
17805         * libgcc2.c (toplevel): If inhibit_libc is defined and not
17806         building the trampoline support, declare malloc, free, and
17807         atexit.
17808         (__clear_cache): Mark arguments as potentially unused.
17809
17810         * frame.c (toplevel): If inhibit_libc is defined, declare
17811         malloc and free.
17812
17813 Tue Oct  5 12:00:32 1999  Richard Henderson  <rth@cygnus.com>
17814
17815         * flow.c (make_edge): Accept an optional 2D bitmap in which
17816         to cache edge existence.  Update all callers.
17817         (make_label_edge, make_eh_edge): Pass through the edge cache.
17818         (make_edges): Provide the cache.
17819
17820 Tue Oct  5 12:16:49 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17821
17822         * mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
17823         a char*.
17824         (local_mbtowc): Change the type of variable `i' from int to size_t.
17825
17826         * mbchar.h (ISSJIS1, ISSJIS2): Use parens around && within ||.
17827         (local_mbtowc, local_mblen, literal_codeset): Constify a char*.
17828
17829 Tue Oct  5 11:34:52 1999  Michael Meissner  <meissner@cygnus.com>
17830
17831         * ggc-common.c (toplevel): Reorder includes, so that ggc.h comes
17832         after other includes that define the appropriate types.  Include
17833         tm_p.h for getting user prototypes.
17834         * ggc-callbacks.c (toplevel): Ditto.
17835         * ggc-none.c (toplevel): Ditto.
17836         * gcc-page.c (toplevel): Ditto.
17837         * ggc-simple.c (toplevel): Ditto.
17838
17839 Mon Oct  4 16:48:16 1999  Diego Novillo <dnovillo@cygnus.com>
17840                           Jonathan Larmour  <jlarmour@cygnus.co.uk>
17841
17842         * config/mips/mips.c (mips_move_2words): Split doubles if
17843         ISA >= 3, !TARGET_64BIT, and destination is not an FP register.
17844
17845 Mon Oct  4 21:47:31 1999  Richard Henderson  <rth@cygnus.com>
17846
17847         * genrecog.c (struct decision_test): New.
17848         (struct decision): Remove test-related members, sort the rest by size.
17849         (IS_SPLIT): Simplify.
17850         (new_decision, new_decision_test): New.
17851         (add_to_sequence): Use them.  No special handling for args of
17852         non-MATCH codes.
17853         (maybe_both_true): Renamed from not_both_true; return sense changed.
17854         (maybe_both_true_1, maybe_both_true_2): New.  Broken out
17855         of maybe_both_true and adjusted for decision_test.
17856         (position_merit): Remove.
17857         (nodes_identical, nodes_identical_1): New, broken out of merge_trees.
17858         (merge_accept_insn): New, broken out of merge_trees.
17859         (merge_trees): Use them.  No special case for c_test; no node
17860         splitting; use test type instead of position_merit.
17861         (factor_tests): New.
17862         (simplify_tests): New.
17863         (break_out_subroutines): Don't write code now.
17864         (find_afterward): New.
17865         (write_afterward, write_switch, write_cond): New.
17866         (write_action, is_unconditional): New.
17867         (write_node): New.  Use them.
17868         (write_tree_1): Rewrite.  Use the new functions above.
17869         (write_tree): Remove afterward processing.
17870         (write_subroutine): Simplify function variant emission.
17871         (write_subroutines): New.
17872         (same_codes, clear_codes): Remove.
17873         (same_modes, clear_modes): Remove.
17874         (write_header): New, broken out of main.
17875         (make_insn_sequence): Use new_decision and new_decision_test.
17876         (process_tree): New, broken out of main.
17877         (main): Adjust for merge_trees interface change.
17878         Don't #define operands in the output file.
17879         (record_insn_name): New, broken out of make_insn_sequence.
17880         (debug_decision_2, debug_decision_1, debug_decision_0): New.
17881         (debug_decision): New.
17882
17883 1999-10-04 21:58 -0700  Zack Weinberg  <zack@bitmover.com>
17884
17885         * resource.c (find_free_register): Mark class_str argument const.
17886         * resource.h: Update prototype to match.
17887
17888         * i386.h (PREDICATE_CODES): Add entry for long_memory_operand.
17889         * i386.md: Give all anonymous insns names.
17890
17891 Mon Oct  4 21:12:02 1999  Jeffrey A Law  (law@cygnus.com)
17892
17893         * flow.c (merge_blocks): Avoid assing BASIC_BLOCK for non-existent
17894         blocks.
17895
17896 Mon Oct  4 21:01:39 1999  Richard Henderson  <rth@cygnus.com>
17897
17898         * toplev.c (dbr_sched_time): Unconditional.
17899         (peephole2_time): New.
17900         (compile_file): Add pass numbers to all of the dump file suffixes.
17901         Dump peephole2_time.  Don't dump times for non-applicable passes.
17902         (rest_of_compilation): Add pass numbers to dump file suffixes.
17903         Conditionalize calls to the scheduler.
17904         * invoke.texi: Update.
17905
17906 Mon Oct  4 20:25:13 1999  Anthony Green  <green@cygnus.com>
17907
17908         * flow.c (make_edges): Fix insn iteration.
17909         (find_basic_blocks): Assign NULL_RTX, not 0, to rtx.
17910         (find_basic_blocks_1): Fix spelling mistake.
17911
17912 Mon Oct  4 16:56:11 1999  Richard Henderson  <rth@cygnus.com>
17913
17914         * tree.c (build1): Set TREE_SIDE_EFFECTS for expressions that
17915         always have side-effects.  Use memset not bzero.
17916         (make_node): Likewise.
17917
17918 Mon Oct  4 16:22:20 1999  Mark Mitchell  <mark@codesourcery.com>
17919
17920         * stmt.c (expand_anon_union_decl): When any of the elements of the
17921         union is addressable, so is the entire union.
17922
17923 Mon Oct  4 11:38:33 1999  Richard Henderson  <rth@cygnus.com>
17924
17925         * sbitmap.c (sbitmap_ones): Don't set too many bits.
17926
17927         * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.
17928         * bitmap.c (bitmap_operation): Return true iff TO changed.
17929         (bitmap_equal_p): New.
17930         (bitmap_bit_p): Tidy arithmetic.
17931         (debug_bitmap_file): Likewise.
17932
17933 Mon Oct  4 11:28:37 1999  Richard Henderson  <rth@cygnus.com>
17934
17935         * toplev.c (rest_of_compilation): Turn on cse_not_expected
17936         before cse2 instead of after.
17937
17938 Mon Oct 4 09:55:17 1999  Stan Cox  <scox@cygnus.com>
17939
17940         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large
17941         register offsets.
17942
17943 Mon Oct  4 08:54:12 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17944
17945         * cppinit.c (is_idchar initializer): Loosen tests to accept
17946         gcc 2.>6 and >2.
17947
17948 Mon Oct  4 02:31:20 1999  Mark Mitchell  <mark@codesourcery.com>
17949
17950         * mips.md: Define conditional move patterns for floating point
17951         operands and DI mode conditions.
17952
17953 Mon Oct  4 02:12:41 1999  Mark Mitchell  <mark@codesourcery.com>
17954
17955         * tree.c (make_node): Set TREE_SIDE_EFFECTS for expressions that
17956         always have side-effects.
17957
17958 Sun Oct  3 14:14:16 1999  Jeffrey A Law  (law@cygnus.com)
17959
17960         * mn10200.c (asm_file_start): Fix typo.
17961
17962         * cppinit.c (is_idchar initializer): Tighten tests for when
17963         to put the table into initialized memory.
17964
17965         * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
17966         not an array of rtunion.
17967         * gcc-page.c (ggc_alloc_rtvec): Similarly.
17968         * gcc-simple (ggc_free_rtvec): Similarly.
17969
17970         * genattrtab.c (simplify_cond): Make TESTS an array of rtxs, instead
17971         of rtunions.
17972
17973         * mbchar.h: Add missing #endif.
17974
17975         * t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
17976         (FPBIT, DPBIT): Define.
17977
17978 Sun Oct  3 12:44:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17979
17980         * print-tree.c (print_node, indent_to): Remove redundant prototypes.
17981
17982         * profile.c (instrument_arcs, output_gcov_string,
17983         tablejump_entry_p): Add static prototypes.
17984         (output_gcov_string): Constify a char*.
17985
17986         * regmove.c (replacement_quality, fixup_match_2): Add static
17987         prototypes.
17988
17989         * resource.h (reg_dead_p): Add extern prototype.
17990
17991         * rtl.c (trim_filename): Add static prototype.
17992
17993         * scan-decls.c (skip_to_closing_brace): Likewise.
17994
17995         * stmt.c (expand_decl_cleanup_no_eh): Hide definition.
17996         (expand_end_case): Initialize variable `range'.
17997         (emit_case_nodes): Remove unused prototype `rtx_fn'.
17998
17999         * varasm.c (asm_emit_uninitialised): Add static prototype.
18000         (asm_emit_uninitialised, assemble_variable): Mark parameter with
18001         ATTRIBUTE_UNUSED.
18002
18003 Sun Oct  3 12:24:52 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18004
18005         * cpplib.c (if_directive_nameo): Add static prototype.
18006
18007         * cse.c (cse_insn): Remove unused variable `p'.
18008
18009         * except.c (create_rethrow_ref, push_entry,
18010         receive_exception_label, new_eh_region_entry, find_func_region,
18011         clear_function_eh_region, process_nestinfo): Add static prototypes.
18012         (get_reg_for_handler): Hide definition.
18013         (process_nestinfo): Initialize variable `extra_handlers'.
18014
18015         * expr.h (expand_builtin_longjmp): Add extern prototype.
18016
18017         * final.c (final_addr_vec_align, align_fuzz): Add static prototypes.
18018
18019         * function.c (prepare_function_start): Likewise.
18020         (pop_function_context_from): Mark parameter `context' with
18021         ATTRIBUTE_UNUSED.
18022         (push_temp_slots_for_block, flush_addressof): Hide definition.
18023
18024         * gcov.c (init_arc, reverse_arcs, create_program_flow_graph,
18025         solve_program_flow_graph, calculate_branch_probs,
18026         function_summary, main, fancy_abort): Add prototypes.
18027
18028         * gen-protos.c (add_hash, parse_fn_proto, main): Likewise.
18029         (add_hash): Constify a char*.
18030
18031         * ggc-common.c (ggc_mark_rtx_ptr, ggc_mark_tree_ptr,
18032         ggc_mark_tree_varray_ptr, ggc_mark_tree_hash_table_ptr,
18033         ggc_mark_string_ptr, ggc_mark_tree_hash_table_entry): Add prototypes.
18034
18035         * integrate.c (expand_inline_function_eh_labelmap): Likewise.
18036
18037         * lists.c (free_list, zap_lists): Likewise.
18038
18039 Sun Oct  3 12:05:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18040
18041         * alias.c (nonlocal_reference_p): Add static prototype.
18042
18043         * bitmap.c (bitmap_element_allocate): Prototype args in function
18044         pointer cast.
18045
18046         * builtins.c (stabilize_va_list): Add static prototype.
18047         (expand_builtin_va_arg): Constify a char*.
18048
18049         * c-lex.c (getch, put_back, extend_token_buffer_to,
18050         read_line_number, token_getch, token_put_back): Add static
18051         prototypes.
18052
18053         * c-parse.gperf (hash, is_reserved_word): Likewise.
18054
18055         * cccp.c (is_dir_separator): Likewise.
18056
18057 Sat Oct  2 16:07:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18058
18059         * graph.h: New file to prototype functions exported by graph.c.
18060
18061         * Makefile.in (graph.o, toplev.o): Depend on graph.h.
18062
18063         * graph.c: Include graph.h.
18064
18065         * toplev.c: Likewise.  Remove redundant prototypes.
18066
18067 Sat Oct  2 11:28:33 1999  Krister Walfridsson <cato@df.lth.se>
18068
18069         * invoke.texi: Removed duplicated description for -Q.
18070
18071 Sat Oct  2 11:16:00 1999  Jim Kingdon  <http://developer.redhat.com>
18072
18073         * extend.texi: Grammar fix in __extension__ text.
18074
18075 Sat Oct  2 11:06:31 1999  Richard Henderson  <rth@cygnus.com>
18076
18077         * md.texi (define_peephole2): New section.
18078
18079 Sat Oct  2 10:57:56 1999  Jan Hubicka  <hubicka@freesoft.cz>
18080
18081         * i386.md (mov?i patterns): Fix handling of TARGET_USE_MOV0
18082         (mov $-1 to or peepholer): Enable for pentium when optimizing for
18083         speed.
18084
18085 Sat Oct  2 10:55:25 1999  Jan Hubicka  <hubicka@freesoft.cz>
18086
18087         * builtins.c (expand_builtin_strlen): Fix best mode searching loop.
18088
18089 Sat Oct  2 10:53:22 1999  Jan Hubicka  <hubicka@freesoft.cz>
18090
18091         * i386.md (ffs expander): Emit Pentium friendly code for
18092         TARGET_PENTIUM.
18093
18094 Sat Oct  2 02:48:21 1999  Mark P. Mitchell  <mark@codesourcery.com>
18095
18096         * tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES
18097         for non-trees.
18098         (build1): Likewise.
18099
18100 Fri Oct  1 18:01:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18101
18102         * i386elf.h (TARGET_DEFAULT): Use symbolic constants.
18103
18104 Fri Oct  1 12:42:53 1999  Andreas Schwab  <schwab@suse.de>
18105
18106         * config/m68k/m68k.c (use_return_insn): Return false if the pic
18107         register is in use.
18108
18109 Fri Oct  1 10:56:06 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18110
18111         * md.texi (No Constraints): Delete section.
18112         * Makefile.in (genattrtab.o): Don't depend on "insn-config.h".
18113         * final.c (final_scan_insn): We always have register constraints.
18114         * genattrtab.c: Don't include "insn-config.h".
18115         (write_attr_case): We always have register constraints.
18116         * genconfig.c (register_constraint_flag): Delete.
18117         (walk_insn_part): Don't check whether we have register constraints.
18118         (main): Don't write out "#define REGISTER_CONSTRAINTS".
18119         * genoutput.c (have_constraints): Delete.
18120         (main): Don't set it.
18121         (output_operand_data): We always have constraints.
18122         (scan_operands): Likewise.
18123         (compare_operands): Likewise.
18124         * local-alloc.c (block_alloc): We always have constraints.
18125         (requires_inout): Always compile this function.
18126         * recog.c (extract_insn): We always have constraints.
18127         (constrain_operands, reg_fits_class_p): Always compile these
18128         functions.
18129         * recog.h (struct recog_data): Delete non-REGISTER_CONSTRAINTS
18130         fields.
18131         (struct insn_operand_data): Likewise.
18132         * regclass.c (regclass): We always have constraints.
18133         (record_reg_classes, copy_cost, record_address_regs,
18134         auto_inc_dec_reg_p): Always compile these functions.
18135         * regmove.c (regmove_optimize): We always have constraints.
18136         * reload.c (find_reloads): Likewise.
18137         * reload1.c (reload): Likewise.
18138         (reload_cse_simplify_operands): Likewise.
18139         * i860.c (output_delay_insn): Likewise.
18140
18141 Thu Sep 30 23:04:41 1999  Mark P. Mitchell  <mark@codesourcery.com>
18142
18143         * iris6.h (BUILD_VA_LIST_TYPE): Define.
18144
18145 Thu Sep 30 18:44:50 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18146
18147         * rs6000.c (rs6000_build_va_list): Create a TYPE_DECL node
18148         for the va_list record.
18149
18150 Thu Sep 30 18:34:54 1999  Jan Hubicka  <hubicka@freesoft.cz>
18151
18152         * i386.c (ix86_adjust_cost): Ignore false ebp dependencies in
18153         prologues.
18154
18155 Thu Sep 30 18:31:36 1999  Jan Hubicka  <hubicka@freesoft.cz>
18156
18157         * alias.c: Include insn-flags.h.
18158         * Makefile.in (alias.o): Update.
18159
18160 Thu Sep 30 18:21:30 1999  Jan Hubicka  <hubicka@freesoft.cz>
18161
18162         * i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons
18163         to LTU and GEU.  Handle more cases using sbb.
18164
18165 Thu Sep 30 18:18:39 1999  Jan Hubicka  <hubicka@freesoft.cz>
18166
18167         * i386.md (truncatexfdf splitters): Do not use subreg.
18168         (fop XFmode patterns): Fix mode in operand testing.
18169
18170 Thu Sep 30 18:04:13 1999  Richard Henderson  <rth@cygnus.com>
18171
18172         * jump.c (jump_optimize_1): Amend last change to test only the
18173         form of the operand, not the insn.
18174
18175         * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
18176         not register_operand to determine when B may need preloading.
18177
18178 Thu Sep 30 17:39:16 1999  Richard Henderson  <rth@cygnus.com>
18179
18180         * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
18181         (ffsdi2, extxl, insxh, mskxh): Add missing DImode to SET_SRC.
18182         (call-value patterns): Move to end of file.
18183         (*): Remove mode from label_ref in (pc) context.
18184         (movstrqi): Use memory not general_operand for BLKmode operands.
18185         (prologue_stack_probe_loop, builtin_longjmp): Add missing mode
18186         to register_operand operands.
18187         (peep2 patterns): Convert from commented-out peephole patterns.
18188
18189 Thu Sep 30 14:39:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18190
18191         * tree.h (enum built_in_function): Rename BUILT_IN_DWARF_REG_SIZE
18192         to BUILT_IN_INIT_DWARF_REG_SIZES.
18193         * builtins.c (expand_builtins, case BUILT_IN_INIT_DWARF_REG_SIZES):
18194         Renamed from BUILT_IN_DWARF_REG_SIZE; call
18195         expand_builtin_init_dwarf_reg_sizes.
18196         * c-decl.c (init_decl_processing): Replace __builtin_dwarf_reg_size
18197         with __builtin_init_dwarf_reg_size_table.
18198         * dwarf2out.c (struct reg_size_range): Delete.
18199         (expand_builtin_init_dwarf_reg_sizes): New function.
18200         (expand_builtin_dwarf_reg_size): Delete.
18201         * except.h (expand_builtin_init_dwarf_reg_sizes): Declare.
18202         (expand_builtin_dwarf_reg_size): Don't declare.
18203         * libgcc2.c (dwarf_reg_size_table_initialized): New.
18204         (dwarf_reg_size_table): New.
18205         (init_reg_size_table): New function.
18206         (copy_reg): Use dwarf_reg_size_table.
18207         (eh_context_initialize): Make sure dwarf_reg_size_table is initialized
18208         before use.
18209
18210 Thu Sep 30 05:40:34 1999  Richard Earnshaw <rearnsha@arm.com>
18211
18212         * c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):
18213         Correctly build argument list to constructor and destructor functions.
18214
18215 Thu Sep 30 00:13:27 1999  Dirk Zoller  <duz@rtsffm.com>
18216
18217         * c-tree.h (warn_float_equal): Declare.
18218         * c-decl.c (warn_float_equal): Define.
18219         (c_decode_option): Recognize -W[no-]float-equal.
18220         * c-typeck.c (build_binary_op): Conditionally warn
18221         about equality tests of floating point types.
18222         * toplev.c (documented_lan_options): Add -W[no-]float-equal.
18223         * invoke.texi: Add docs for -Wfloat-equal warning.
18224
18225 Wed Sep 29 23:43:39 1999  Jeffrey A Law  (law@cygnus.com)
18226
18227         * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of
18228         generating RTL directly.
18229         * mips.h (INIT_TARGET_OPTABS): Likewise.
18230         * mn10200.h (INIT_TARGET_OPTABS): Likewise.
18231
18232         * expr.h (init_mov_optab): Delete declaration
18233
18234         * h8300.c (WORD_REG_USED): Update to avoid useless register
18235         saves in interrupt functions and functions which never return.
18236
18237         * cse.c (struct set): Delete inner_dest_loc field.
18238         (cse_insn): Remove assignments to inner_dest_loc field.
18239
18240 Wed Sep 29 16:06:20 1999  Richard Henderson  <rth@cygnus.com>
18241
18242         * ggc-page.c: Don't include <unistd.h> etc taken care of
18243         by "system.h".  Include <sys/mman.h> afterward.
18244
18245 Wed Sep 29 16:05:18 1999  Richard Henderson  <rth@cygnus.com>
18246
18247         * rs6000.c (rs6000_encode_section_info): If ggc_p, use
18248         ggc_alloc_string.
18249
18250 Tue Sep 28 16:45:40 1999  David Edelsohn  <edelsohn@gnu.org>
18251
18252         * xcoffout.c (xcoffout_declare_function): Add documentation.
18253         * rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not
18254         TARGET_64BIT.  Compare constant to -1, not bit pattern.
18255         (easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT.
18256         (expand_block_move): Allow 8 DImode loads for PowerPC64.  Fix
18257         gen_movsi typos.
18258
18259 Tue Sep 28 16:43:14 1999  Nick Clifton  <nickc@cygnus.com>
18260
18261         * dwarf2out.c (add_abstract_origin_attribute): Abort if
18262         origin_die is NULL.
18263         (gen_inlined_enumeration_type_die): Do not abort if the type has
18264         not been writeen out.
18265         (gen_inlined_structure_type_die): Do not abort if the type has
18266         not been writeen out.
18267         (gen_inlined_union_type_die): Do not abort if the type has
18268         not been writeen out.
18269         (gen_tagged_type_instantiation_die): Do not abort if the type
18270         has not been written out.
18271
18272 Tue Sep 28 14:33:47 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18273
18274         * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,
18275         call it.
18276         * reg-stack.c (straighten_stack): Copy hard reg set with
18277         COPY_HARD_REG_SET.
18278
18279 Tue Sep 28 01:11:05 1999  Richard Henderson  <rth@cygnus.com>
18280
18281         * builtins.c (stabilize_va_list): Stabilize array type va_list
18282         to a pointer type, not the base record type.
18283         (expand_builtin_va_copy): Dereference the pointers explicitly;
18284         use the correct size for the copy.
18285
18286         * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
18287         (rs6000_va_arg): Likewise.
18288
18289 Mon Sep 27 23:27:21 1999  Richard Henderson  <rth@cygnus.com>
18290
18291         * rtl.h (struct rtx_def): Move gc_mark to align mode field.
18292
18293 Mon Sep 27 23:20:29 1999  Mark Mitchell  <mark@codesourcery.com>
18294
18295         * tree.h (struct tree_decl): Use `bclass', not `class', in name of
18296         field.
18297         (DECL_BUILT_IN_CLASS): Adjust accordingly.
18298
18299 Mon Sep 27 23:03:16 1999  Richard Henderson  <rth@cygnus.com>
18300
18301         * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
18302         (init_ggc): Use it instead of a constant.
18303         (ggc_collect): Bound allocated_last_gc by it.
18304
18305 Mon Sep 27 19:06:04 1999  Jeffrey A Law  (law@cygnus.com)
18306
18307         * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems
18308         with va_list.
18309
18310 Mon Sep 27 19:40:17 CEST 1999   Marc Espie <espie@cvs.openbsd.org>
18311
18312         * configure.in (mips*el-*-openbsd*):  Don't duplicate default settings.
18313         (mips*-*-openbsd*):  Let big endian configuration be a fragment.
18314         * configure:  Regen.
18315         * config/mips/openbsd.h:  New, OpenBSD little endian target.
18316         * config/mips/openbsd-be.h:  New, OpenBSD big endian target fragment.
18317         * config/mips/xm-openbsd.h:  New, OpenBSD host.
18318
18319 Mon Sep 27 10:28:48 1999  Andreas Schwab  <schwab@suse.de>
18320
18321         * config/m68k/m68k.c (output_function_prologue,
18322         output_function_epilogue): Use
18323         current_function_uses_pic_offset_table instead of regs_ever_live
18324         to decide whether to save/restore pic register.
18325         (legitimize_pic_address): Don't modify regs_ever_live any more.
18326
18327 Sun Sep 26 10:55:36 1999  Mark Mitchell  <mark@codesourcery.com>
18328
18329         * function.h (struct function): Add x_dont_save_pending_sizes_p.
18330         * stor-layout.c (variable_size): Don't add sizes to the pending
18331         sizes list if x_dont_save_pending_sizes_p is set.
18332
18333 Sun Sep 26 16:36:52 1999  Robert Lipe  (robertlipe@usa.net)
18334
18335         * config/i386/dgux.h (SELECT_RTX_SECTION): Provide dummy argument
18336         for symbolic_operand().
18337         * config/i386/sco5.h (SELECT_RTX_SECTION): Likewise.
18338
18339 Sun Sep 26 07:37:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18340
18341         * combine.c (gen_rtx_combine): Add missing call to va_end().
18342
18343         * final.c (asm_fprintf): Likewise.
18344
18345         * genattrtab.c (attr_rtx): Likewise.
18346
18347 Sat Sep 25 13:11:07 1999  Jeffrey A Law  (law@cygnus.com)
18348
18349         * cse.c: Update comments.
18350         (cse_insn): When converting a conditional/computed jump into
18351         an unconditional jump, always make sure a BARRIER immediately
18352         follows the converted jump.  Do not delete unreachable code.
18353         (cse_basic_block): Do not delete unreachable code.
18354         * toplev.c (rest_of_compilation): Move call to
18355         delete_trivially_dead_insns after the conditional call to
18356         jump_optimize.
18357
18358 Sat Sep 25 09:03:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18359
18360         * collect2.c (make_temp_file): Don't prototype.
18361
18362         * gcc.c (make_temp_file): Likewise.
18363
18364         * mips.c (mips_make_temp_file): Renamed from `make_temp_file'.
18365
18366 Sat Sep 25 13:42:15 1999  Nick Clifton  <nickc@cygnus.com>
18367
18368         * varasm.c (asm_emit_uninitialised): New function: Generate
18369         the assembler statements necessary to declare an uninitialised
18370         variable.
18371         (ASM_EMIT_LOCAL): New macro: Emit a local, uninitialised
18372         variable.
18373         (ASM_EMIT_BSS): New macro: Emit an entry in the bss section.
18374         (ASM_EMIT_COMMON): New macro: Emit an entry in the common
18375         section.
18376         (assemble_variable): Use asm_emit_uninitialised to emit an
18377         uninitialised variable.
18378
18379 Fri Sep 24 17:10:56 1999  Nick Clifton  <nickc@cygnus.com>
18380
18381         * combine.c (simplify_comparison): Cope with downshifting a 32 bit
18382         constant on a 64 bit host.  Patch supplied by Geoffrey Keating
18383         <geoffk@cygnus.com>.
18384
18385 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18386
18387         * builtins.c (expand_builtin): Use MD_EXPAND_BUILTIN if defined.
18388         * c-common.h (builtin_function): Don't declare.
18389
18390         * c-decl.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
18391         DECL_BUILT_IN.
18392         (pushdecl): Likewise.
18393         (finish_decl): Likewise.
18394         (builtin_function): New arg CLASS.  Arg FUNCTION_CODE now of type
18395         int.  All callers changed.
18396         Set the builtin's DECL_BUILT_IN_CLASS.
18397         * tree.h (enum built_in_class): New.
18398         (enum built_in_function): Delete NOT_BUILT_IN.
18399         (DECL_FUNCTION_CODE): The corresponding field in tree_decl is now
18400         in a union.
18401         (DECL_SET_FUNCTION_CODE): Likewise.
18402         (DECL_BUILT_IN_CLASS): New macro.
18403         (DECL_BUILT_IN): Use DECL_BUILT_IN_CLASS.
18404         (struct tree_decl): Split builtin function code field into a
18405         struct.
18406         (builtin_function): Declare.
18407
18408 Fri Sep 24 01:45:05 1999  Mark Mitchell  <mark@codesourcery.com>
18409
18410         * optabs.c (init_traps): Fix typo in last change.
18411
18412 Fri Sep 24 01:10:11 1999  Mark Mitchell  <mark@codesourcery.com>
18413
18414         * toplev.c (rest_of_decl_compilation): Update comment.
18415
18416 Fri Sep 24 11:57:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
18417
18418         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbol
18419         in .sbss if appropriate.
18420         (EXTRA_SECTION_FUNCTIONS): Add sbss.
18421         (SBSS_SECTION_ASM_OP): New macro.
18422         * config/mips/linux.h (EXTRA_SECTION_FUNCTIONS): Add sbss.
18423         (EXTRA_SECTIONS): Add in_sbss.
18424         * config/mips/mips.h: Prototype sbss_section.
18425
18426 Thu Sep 23 18:18:55 1999  Mark Mitchell  <mark@codesourcery.com>
18427
18428         * stmt.c (expand_start_bindings): Don't allow cleanup instructions
18429         to disappear.
18430
18431 Thu Sep 23 18:07:01 1999  Mark Mitchell  <mark@codesourcery.com>
18432
18433         * optabs.c (init_traps): Register trap_rtx as a GC root.
18434
18435 Thu Sep 23 17:41:47 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18436
18437         * config/mips/mips.c (function_arg_pass_by_reference): Define
18438         unconditionally, since it's called unconditionally.
18439
18440 Thu Sep 23 13:40:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
18441
18442         * toplev.c (documented_lang_options): Add -fshort-wchar.
18443         * c-decl.c (c_decode_option): Likewise.
18444         (init_decl_processing): If -fshort-wchar, use 'short unsigned int'
18445         for wchar_t.
18446         * c-common.c, c-lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.
18447         * gcc.c (default_compilers): If -fshort-wchar,
18448         override __WCHAR_TYPE__.
18449         * tm.texi (C Dialect Options): Add -fshort-wchar.
18450
18451         * dwarf2out.c (output_aranges): Use DW_AT_location to find the
18452         symbol for a variable.
18453
18454         * cpplib.h (CPP_PREPROCESSED): New macro.
18455         * cpplib.c (handle_directive): Don't complain about `# NUMBER' if
18456         we're seeing this input for a second time.
18457
18458 Thu Sep 23 12:54:49 1999  Alex Samuel  <samuel@codesourcery.com>
18459
18460         * emit-rtl.c (init_emit_once): Initialize modes first.
18461
18462 Sun Sep 19 01:23:23 1999  Alex Samuel  <samuel@codesourcery.com>
18463
18464         * config/i386/i386.c (pic_label_name): Change to char pointer.
18465         (global_offset_table): New variable.
18466         (load_pic_register): Fill global_offset_table if it hasn't
18467         already been done.  Allocate pic_label_name dynamically.
18468         * ggc.h (empty_string): New variable.
18469         * ggc-simple.c (empty_string): Likewise.
18470         (init_ggc): Allocate empty_string and add as root.
18471         * stmt.c (digit_strings): New variable.
18472         (init_stmt): Add last_block_end_note as root.  Allocate and
18473         initialize digit_strings.
18474         (expand_asm_operands): Use empty_string instead of string
18475         constant.  Use digit_strings instead of string constants.
18476         * profile.c (init_arc_profiler): Allocate string with
18477         ggc_alloc_string instead of xmalloc.
18478         (output_func_start_profiler): Likewise.
18479         * c-typeck.c (digest_init): Check if init is error_mark_node.
18480
18481 Thu Sep 23 12:59:14 1999  Alex Samuel  <samuel@codesourcery.com>
18482                           Richard Henderson  <rth@cygnus.com>
18483
18484         * ggc-page.c: New file.
18485         * Makefile.in (ggc-page.o): New.
18486
18487 Thu Sep 23 13:55:21 1999  Jeffrey A Law  (law@cygnus.com)
18488
18489         * invoke.texi: Document -fdelete-null-pointer-checks
18490         * toplev.c (flag_delete_null_pointer_checks): New.
18491         (f_options): Add entry for -fdelete-null-pointer-checks.
18492         (rest_of_compilation): Conditionalize null pointer check
18493         elimination on flag_delete_null_pointer_checks.
18494         (main): If -O2 or greater, enable -fdelete-null-pointer-checks
18495
18496 1999-09-23 10:56 -0700  Zack Weinberg  <zack@bitmover.com>
18497
18498         * iso646.h, stdarg.h, stdbool.h, stddef.h, varargs.h: Add
18499         copyright notice and special exception to GPL.
18500
18501 Thu Sep 23 13:40:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18502
18503         * abi64.h (mips_function_value): Add prototype arguments.
18504
18505         * mips-protos.h: New file with mips prototypes.
18506
18507         * mips.c: Include "tm_p.h".
18508         (mktemp, lookup_name): Add prototype arguments.
18509         (extern_list, string_constant, mips_fill_delay_slot,
18510         mips_output_external, mips_output_external_libcall,
18511         mips_output_filename, mips_declare_object, function_prologue,
18512         mips_expand_prologue, function_epilogue, mips16_constant,
18513         build_mips16_function_stub, mips_output_conditional_branch):
18514         Constify a char*.
18515         (mips_va_start): Remove unused variable `u'.
18516         (mips_va_arg): Cast value to unsigned when comparing against one.
18517         (trace): Delete.
18518         (save_restore_insns, mips_expand_prologue): Add missing arg in
18519         call to `large_int'.
18520
18521         * mips.h: Move prototypes to mips-protos.h.
18522         (data_section, memory_address_p, rdata_section,
18523         readonly_data_section, simple_epilogue_p, text_section): Delete
18524         prototypes delcared elsewhere.
18525         (mips_epilogue_delay_slots, print_options): Delete unused decls.
18526         (trace): Delete.
18527         (GO_PRINTF, GO_PRINTF2): Call fprintf, not trace.
18528
18529         * mips.md: Delete extra args in call to `mips_move_2words'.
18530
18531         * xm-iris6.h (alloca): Add prototype argument.
18532
18533         * genpeep.c: Include "tm_p.h" in generated output file.
18534
18535 Thu Sep 23 10:36:55 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18536
18537         * basic-block.h (find_edge_index): Change parameters.
18538         * flow.c (verify_edge_list): Pass basic_block parameters to
18539         find_edge_index instead of integers.
18540
18541 Thu Sep 23 15:54:12 1999  Nick Clifton  <nickc@cygnus.com>
18542
18543         * combine.c (simplify_comparison): Use an unsigned shift to adjust
18544         the constant.
18545
18546 Thu Sep 23 08:46:21 1999  Guy Harris  <guy@netapp.com>
18547
18548         * gcc.1: Fix a formatting error.
18549
18550 Wed Sep 22 16:10:21 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18551
18552         * install.texi (Configurations): Remove pyramid. Add fr30, i686,
18553         i786, mn10200, mn10300, pdp11, v850.
18554
18555 Thu Sep 23 07:37:13 1999  Dan Nicolaescu  <dann@ics.uci.edu>
18556
18557         * libgcc2.c (num_digits): Add prototype with
18558         __attribute__((const)).
18559         (__terminate): Add prototype.
18560
18561 Thu Sep 23 05:32:06 1999  Richard Henderson  <rth@cygnus.com>
18562
18563         * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
18564
18565         * alpha/alpha.c (print_operand): Fix type of `code'.
18566         (alpha_output_filename): Constify.
18567         * alpha/alpha.h: Move all function declarations ...
18568         * alpha/alpha-protos.h: ... here.  New file.
18569         * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function.
18570         (SECTION_FUNCTION_TEMPLATE): Likewise.
18571
18572 Thu Sep 23 11:15:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18573
18574         * expmed.c (do_cmp_and_jump): Pass ccp_jump to can_compare_p.
18575         * expr.c (expand_expr): Likewise.
18576         (do_jump): Likewise.
18577         (do_store_flag): Pass ccp_store_flag to can_compare_p.
18578         * expr.h (enum optab_index): Add cbranch, cmov, cstore optabs and
18579         accessor macros.
18580         (enum can_compare_purpose): New.
18581         (can_compare_p): Adjust prototype.
18582         (prepare_cmp_insn, prepare_operand): Declare.
18583         * genopinit.c (optabs): Add cbranch_optab, cmov_optab, cstore_optab.
18584         * optabs.c (cmp_available_p): Deleted.
18585         (expand_abs): Pass ccp_jump to can_compare_p.
18586         (can_compare_p): New arg PURPOSE.  Check for combined optabs.
18587         (prepare_cmp_insn): No longer static.  Add arg PURPOSE.
18588         Call can_compare_p rather than cmp_available_p.
18589         (prepare_operand): No longer static.
18590         (emit_cmp_and_jump_insn): Check for and use cbranch patterns.
18591         (emit_cmp_and_jump_insns): Pass ccp_jump to prepare_cmp_insn.
18592         (expand_float): Fix a slightly broken emit_cmp_insn/emit_jump_insn
18593         sequence to use emit_cmp_and_jump_insns.
18594         (init_optabs): Initialize cbranch_optab, cmov_optab, cstore_optab.
18595
18596 Wed Sep 22 17:58:01 1999  Stan Cox  <scox@cygnus.com>
18597
18598         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large
18599         register offsets; let LEGITIMIZE_ADDRESS load it into a register.
18600         (LEGITIMIZE_ADDRESS): Use plus_constant to avoid
18601         (plus (reg) (const_int 0))
18602         * mips.md (call_internal3c): New pattern for -mips16 -mlong-calls.
18603
18604 Wed Sep 22 17:55:31 1999  David Edelsohn  <edelsohn@gnu.org>
18605
18606         * rs6000.c (expand_block_move): DImode loads and stores require
18607         word-aligned displacements.  Increment address registers with
18608         adddi3 on 64-bit platform.  Use TARGET_POWERPC64 not TARGET_64BIT.
18609
18610 Wed Sep 22 17:35:55 1999  Michael Meissner  <meissner@cygnus.com>
18611
18612         * dwarf2out.c (base_type_die): Use the name __unknown__ if there
18613         is no name for the base type, rather than segfault.  If we are
18614         writing out a complex integer type, use DW_ATE_lo_user.
18615
18616         * expr.c (emit_move_insn_1): If we are copying a complex that fits
18617         in one word or less (complex char, complex short, or on 64 bit
18618         systems complex float) to/from a hard register, copy it through
18619         memory instead of dying in gen_{real,imag}part.  If we have a
18620         short complex type, prevent inlining since it allocates stack
18621         memory.
18622
18623         * tree.c (build_complex_type): If we are writing dwarf2 output,
18624         generate a name for complex integer types.
18625
18626 Wed Sep 22 11:34:08 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18627
18628         * basic-block.h (add_noreturn_fake_exit_edges): Use correct name.
18629         * flow.c (remove_edge): Remove extra whitespace.
18630         (remove_fake_edges): Fix comment.
18631         (add_noreturn_fake_exit_edges): Use the correct name.
18632
18633 Wed Sep 22 16:12:40 BST 1999  Nathan Sidwell  <nathan@acm.org>
18634
18635         * Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.
18636         (mostlyclean): Depend on INTL_MOSTLYCLEAN.
18637         (clean): Depend on INTL_CLEAN.
18638         (maintainer-clean): Adjust.
18639
18640 Wed Sep 22 10:18:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18641
18642         * configure.in (AC_PREREQ): Bump to 2.13.
18643         (AC_C_STRINGIZE): Call this instead of using a custom macro.
18644
18645         * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__.
18646
18647         * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY.
18648
18649         * acconfig.h (HAVE_CPP_STRINGIFY): Delete.
18650
18651         * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete.
18652         (HAVE_STRINGIZE): Define.
18653
18654 Wed Sep 22 06:25:15 1999  Jim Kingdon  <http://developer.redhat.com>
18655
18656         * c-parse.in: save and restore warn_pointer_arith on __extension__
18657         along with pedantic.
18658         (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added.
18659         Set the type of extension to itype rather than $<itype>1 kludge.
18660         * extend.texi (Alternate Keywords): Adjust documentation.
18661         * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt.
18662
18663 Wed Sep 22 06:06:57 1999  Jeffrey A Law  (law@cygnus.com)
18664
18665         * pa.c, pa.h, pa.md: Support multiple assembler dialects in
18666         most assembler templates.
18667
18668         * pa.c (hppa_legitimize_address): Handle full offsets for PA2.0
18669         FP loads and stores.
18670         (following_call): Always return zero for the PA8000.
18671         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Handle full offsets for PA2.0
18672         FP loads and stores.
18673         (LEGITIMIZE_RELOAD_ADDRESS): Similarly.
18674
18675         * pa.h (BRANCH_COST): Define.
18676
18677         * pa.md (return, return_internal): Use bve for PA2.0.
18678
18679         * pa.md (fused multiply): Add variants which reduce height for the
18680         fused multiply, but which still generate 2 insns.
18681         (fnegabs): Similarly.
18682
18683         * pa.md (subsi3): Turn into an expander.  Create two anonymous
18684         patterns.  One for PA2.0 one for PA1.x.  Use mtsarcm for PA2.0.
18685         * pa.h (EXTRA_CONSTRAINT): Handle 'S'.
18686
18687         * pa.md (floatunssisf2, floatunssidf2): Generate different RTL
18688         for TARGET_PA_20.
18689         (floatunssidf2_pa20, floatunssisf2_pa20): New patterns for PA2.0
18690         code generation.
18691         (floatunsdisf2, floatunsdidf2, fixuns_truncsfsi2): Likewise.
18692         (fixuns_truncdfsi2, fixuns_truncsfdi2, fixuns_truncdfsi2): Likewise.
18693
18694         * regclass.c (init_regs): Add "top_of_stack" as a garbage
18695         collection root.
18696
18697         * flow.c (record_active_eh_regions): Terminate loop after finding
18698         the last insn in the last basic block.
18699
18700 Wed Sep 22 20:25:00 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18701
18702         * config/c4x/c4x.md: Delete parallel instruction peepholes.
18703
18704 Wed Sep 22 19:59:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18705
18706         * config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.
18707
18708 Wed Sep 22 19:56:25 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18709
18710         * config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn
18711         splitting to not use output template.
18712
18713 Wed Sep 22 19:50:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18714
18715         * config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.
18716         * config/c4x/c4x.c (c4x_va_start): New function.
18717
18718 Tue Sep 21 18:40:01 1999  Jan Hubicka  <hubicka@freesoft.cz>
18719
18720         * genrecog.c (not_both_true): Handle correctly cases when called for
18721         tests with different positions in the insn.
18722
18723 Tue Sep 21 18:29:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18724
18725         * machmode.h (HOST_PTR_PRINTF): Move from here ...
18726
18727         * system.h (HOST_PTR_PRINTF): ... to here.
18728
18729         * mips-tfile.c: Don't include machmode.h.
18730
18731         * Makefile.in (MACHMODE_H): New variable.  Update to use it.
18732         (mips-tfile.o): Don't depend on machmode.h.
18733
18734 Tue Sep 21 18:27:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18735
18736         * haifa-sched.c (sched_analyze): Rename local variable `region' to
18737         avoid conflicts with typedef struct `region' at the top level scope.
18738
18739 Tue Sep 21 14:14:50 1999  Richard Henderson  <rth@cygnus.com>
18740
18741         * basic-block.h (basic_block): Add eh_beg, eh_end.
18742         * flow.c (entry_exit_blocks): Update.
18743         (find_basic_blocks): Don't allocate bb_eh_end, or pass it around.
18744         Call new functions.
18745         (find_basic_blocks_1): Don't record eh_list at each bb.  Use
18746         lists.c functions to allocate insn lists.
18747         (make_edges): Use eh_beg+eh_end, not the lists.  Split out EH
18748         edge creation ...
18749         (make_eh_edge): ... here.  New.
18750         (move_stray_eh_region_notes): New.
18751         (record_active_eh_regions): New.
18752         (delete_unreachable_blocks): Split out block merging ...
18753         (try_merge_blocks): ... here.  New.
18754         (merge_blocks_move_predecessor_nojumps): Remove edge arg.
18755         Dump debugging data.
18756         (merge_blocks_move_successor_nojumps): Likewise.
18757         (merge_blocks): Use eh_beg+eh_end to validate block movement.
18758
18759 Tue Sep 21 11:15:03 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18760
18761         * extend.texi (Bound member functions): Document unbound pmf
18762         conversion.
18763
18764 Tue Sep 21 14:55:11 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18765
18766         * flow.c (split_edge): Handle insertion on a fallthrough edge which
18767         has the EXIT_BLOCK as a dest.
18768
18769 Tue Sep 21 14:51:23 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18770
18771         * flow.c (remove_edge): New function to remove an edge from the
18772         flow graph.
18773         (remove_fake_successors): New function to remove fake successor edges.
18774         (remove_fake_edges): New function to remove all fake edges from the
18775         flow graph.
18776         (add_fake_exit_edges): New function to add fake edges from all blocks
18777         with no successors to the exit block.
18778         * basic-block.h (remove_fake_edges, add_fake_exit_edges): Add
18779         prototypes for new functions.
18780
18781 Tue Sep 21 14:49:53 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18782
18783         * config/mips/elf64.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
18784         Use Pmode to determine whether to output .dword or .word.
18785
18786 Tue Sep 21 11:04:34 1999  Alex Samuel  <samuel@codesourcery.com>
18787
18788         * tree.c (built_in_filename): New variable.
18789         (BUILT_IN_FILENAME): New macro.
18790         (init_tree_codes): Allocate built_in_filename.
18791         (make_node): Use built_in_filename instead of string constant.
18792
18793 Tue Sep 21 14:13:27 1999  Nick Clifton  <nickc@cygnus.com>
18794
18795         * configure.in: Add fr30 target.
18796         * configure: Regenerate.
18797         * config/fr30: New directory.
18798         * config/fr30/crti.asm: New file.
18799         * config/fr30/fr30.c: New file.
18800         * config/fr30/crtn.asm: New file.
18801         * config/fr30/fr30.h: New file.
18802         * config/fr30/fr30.md: New file.
18803         * config/fr30/lib1funcs.asm: New file.
18804         * config/fr30/t-fr30: New file.
18805         * config/fr30/xm-fr30.h: New file.
18806
18807 Tue Sep 21 06:45:31 1999  Jeffrey A Law  (law@cygnus.com)
18808
18809         * flow.c (merge_blocks_move_successor_nojumps): Delete the
18810         BARRIER at the end of the successor, not the BARRIER before
18811         the successor.
18812
18813         * pa.c (pa_add_gc_roots): Fix thinko in last change.
18814
18815 Tue Sep 21 05:29:17 1999  Richard Earnshaw (rearnsha@arm.com)
18816
18817         * stmt.c (any_pending_cleanups): Don't crash when
18818         current_function->stmt is unset.
18819
18820 Tue Sep 21 00:59:49 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18821
18822         * emit-rtl.c (init_emit_once): Initialize const_int_rtx before
18823         other initializations that may use it for relative offsets.
18824
18825 Mon Sep 20 21:43:25 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18826
18827         * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
18828         (ASM_SPEC): Moved from sol2dbg.h.  Added work-around for gas.
18829         * config/i386/sol2dbg.h: Removed.
18830         * config/i386/sol2gas.h: New file, to enable gas work-around.
18831         * configure.in: Use i386/sol2gas.h on Solaris/x86 --with-gas.
18832         Don't use sol2dbg.h.
18833         * configure: Rebuilt.
18834
18835 Mon Sep 20 13:29:41 1999  Mark Mitchell  <mark@codesourcery.com>
18836
18837         * invoke.texi (-fthis-is-variable): Remove documentation.
18838
18839 Mon Sep 20 12:59:16 1999  Richard Henderson  <rth@cygnus.com>
18840
18841         * basic-block.h (compute_bb_for_insn): Declare.
18842         * flow.c (compute_bb_for_insn): Export.  Don't accept the varray
18843         to use; set size of basic_block_for_insn directly.
18844         (find_basic_blocks): Update.
18845
18846 Mon Sep 20 15:11:54 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18847
18848         * flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
18849
18850 Mon Sep 20 14:56:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18851
18852         * crtstuff.c (ON_EXIT): Delete empty macro definition.
18853         (__do_global_ctors_aux): Call atexit(), not ON_EXIT().
18854
18855 Mon Sep 20 15:25:35 1999  Nick Clifton  <nickc@cygnus.com>
18856
18857         * c-decl.c (c_decode_option): Extend comment.
18858
18859 Mon Sep 20 14:43:37 1999  Nick Clifton  <nickc@cygnus.com>
18860
18861         * toplev.c (progname): Make 'const char *'
18862         (flag_print_mem): Move out of main.
18863         (version_flag): Move out of main.
18864         (filename): Move out of main.
18865         (debug_args): Remove g prefix from options.
18866         (documented_lang_options): Remove cpplib specific options.
18867         (display_help): Add g prefix to debug options.
18868         (check_lang_option): Delete this function.
18869         (decode_d_option): New function: Decode -d... option.
18870         (decode_f_option): New function: Decode -f... option.
18871         (decode_W_option): New function: Decode -W... option.
18872         (decode_g_option): New function: Decode -g... option.
18873         (independent_decode_option): New function: Decode a language
18874         independent command line option.
18875         (main): Invoke lang_decode_option and then
18876         independent_decode_option on each command line option in
18877         turn.
18878
18879 Mon Sep 20 05:41:36 1999  Jeffrey A Law  (law@cygnus.com)
18880
18881         Revert this change.  Gavin's patch to operand_equal_p is a better fix.
18882          * fold-const.c (fold_range_test): Do not try to fold the range
18883          test if the rhs or lhs has side effects.
18884
18885         * basic-block.h (compute_flow_dominators): Declare.
18886
18887         * gcse.c (alloc_code_hoist_mem): New function.
18888         (free_code_hoist_mem, compute_code_hoist_vbeinout): Likewise.
18889         (compute_code_hoist_data, hoist_expr_reaches_here_p): Likewise.
18890         (hoist_code, one_code_hoisting_pass): Likewise.
18891         (gcse_main): If optimizing for size, then hoist expressions
18892         computed in multiple dominated basic blocks.
18893
18894         * gcse.c (invalid_nonnull_info): New function.
18895         (delete_null_pointer_checks): Likewise.
18896         * rtl.h (delete_null_pointer_checks): Declare.
18897         * toplev.c (rest_of_compilation): Call delete_null_pointer_checks.
18898
18899         * flow.c (merge_blocks_move_predecessor_nojumps): New function.
18900         (merge-blocks_move_successor_nojumps): Likewise.
18901         (merge_blocks): Allow merging of some blocks, even if it requires
18902         physical movement of the blocks, but not if it requires new jumps.
18903
18904         * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.
18905         Callers and prototype changed.
18906         * bitmap.h: Fix debug_bitmap and debug_bitmap_file prototypes.
18907
18908 Mon Sep 20 06:56:32 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18909
18910         * config/sparc/sol2.h (LINK_SPEC): Avoid the duplication of
18911         -YP when both -p and -pg are present.  From i386/sol2.h.
18912
18913 Mon Sep 20 10:49:05 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18914
18915         * Makefile.in (distclean): Delete tm_p.h.
18916         * configure.in: Create a new file, "tm_p.h", from a list in
18917         "tm_p_file". For ix86 systems, set up "tm_p_file" to include
18918         "i386/i386-protos.h".
18919
18920         * alias.c: Include "tm_p.h".
18921         * c-typeck.c: Likewise.
18922         * calls.c: Likewise.
18923         * cse.c: Likewise.
18924         * emit-rtl.c: Likewise.
18925         * explow.c: Likewise.
18926         * expmed.c: Likewise.
18927         * expr.c: Likewise.
18928         * final.c: Likewise.
18929         * flow.c: Likewise.
18930         * fold-const.c: Likewise.
18931         * function.c: Likewise.
18932         * gcse.c: Likewise.
18933         * global.c: Likewise.
18934         * haifa-sched.c: Likewise.
18935         * integrate.c: Likewise.
18936         * jump.c: Likewise.
18937         * local-alloc.c: Likewise.
18938         * loop.c: Likewise.
18939         * optabs.c: Likewise.
18940         * recog.c: Likewise.
18941         * reg-stack.c: Likewise.
18942         * regclass.c: Likewise.
18943         * regmove.c: Likewise.
18944         * reload.c: Likewise.
18945         * reload1.c: Likewise.
18946         * reorg.c: Likewise.
18947         * resource.c: Likewise.
18948         * stmt.c: Likewise.
18949         * stor-layout.c: Likewise.
18950         * toplev.c: Likewise.
18951         * tree.c: Likewise.
18952         * unroll.c: Likewise.
18953         * genattrtab.c (main): Make generated file include "tm_p.h".
18954         * genemit.c (main): Likewise.
18955         * genoutput.c (main): Likewise.
18956         * genrecog.c (main): Likewise.
18957
18958         * i386.h: Delete all prototypes.
18959         * i386.c: Include "tm_p.h".
18960         (ix86_attr_length_default): Call constant_call_address_operand
18961         with correct number of arguments.
18962         * i386-protos.h: New file.
18963         * i386.md (unnamed patterns): Call constant_call_address_operand
18964         with correct number of arguments.
18965         (exception_receiver): Call load_pic_register with correct number
18966         of arguments.
18967
18968 Sun Sep 19 14:18:39 1999  Richard Henderson  <rth@cygnus.com>
18969
18970         * c-pragma.c (mark_align_stack): Dereference the void* properly.
18971
18972 Sun Sep 19 09:03:40 1999  Mark Mitchell  <mark@codesourcery.com>
18973
18974         * rtl.h (insns_safe_to_move_p): New function.
18975         * loop.c (find_and_verify_loops): Use it.
18976         * rtlanal.c (insns_safe_to_move_p): Define it.
18977
18978 Sun Sep 19 02:54:33 1999  Richard Henderson  <rth@cygnus.com>
18979
18980         * c-pragma.c: Include ggc.h.
18981         * Makefile.in (c-pragma.o): Update.
18982
18983 Sat Sep 18 16:01:18 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18984
18985         * config/i386/sol2.h (CPP_SPEC): Support -[p]threads
18986         (LIB_SPEC): Likewise.
18987         (LINK_SPEC): Do not assert -z text with -shared -mimpure-text.
18988         Reindent -YP/-p/-pg.
18989         Copied from config/sparc/sol2.h.
18990
18991 Sat Sep 18 11:52:43 1999  Richard Henderson  <rth@cygnus.com>
18992
18993         * c-pragma.c (mark_align_stack): New.
18994         (init_pragma): New.
18995         * c-pragma.h (init_pragma): Declare it.
18996         * c-lex.c (init_parse): Call it.
18997
18998 Sat Sep 18 15:20:38 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18999
19000         * configure.in: Pick up thread library on Solaris/x86 just
19001         like on Solaris/sparc.
19002         * configure: Rebuilt.
19003
19004 Sat Sep 18 11:15:58 1999  Alex Samuel  <samuel@codesourcery.com>
19005
19006         * rtl.h (global_rtx_index): New enum.
19007         (global_rtl): Change to array of rtx.
19008         (pc_rtx, cc0_rtx): Redefine accordingly.
19009         (cc0_rtx, stack_pointer_rtx, frame_pointer_rtx): Likewise.
19010         (hard_frame_pointer_rtx, arg_pointer_rtx): Likewise.
19011         (virtual_incoming_args_rtx, virtual_stack_vars_rtx): Likewise.
19012         (virtual_outgoing_args_rtx, virtual_cfa): Likewise.
19013         (const_int_rtx): Change to array of rtx.
19014         (const0_rtx, const1_rtx, const2_rtx, constm1_rtx): Redefine
19015         accordingly.
19016         * emit-rtl.c (global_rtl): Change to array of rtx.
19017         (const_int_rtx): Change to aray of rtx.
19018         (gen_rtx_CONST_INT): Redefine accordingly.
19019         (init_emit_once): Allocate and initialize global_rtl.  Likewise
19020         for const_int_rtx.  Add both as GC roots.
19021         * genattrtab.c (global_rtl): Update declaration.
19022
19023 1999-09-17  Ulrich Drepper  <drepper@cygnus.com>
19024
19025         * Makefile (USER_H): Add iso646.h back.
19026
19027 Sat Sep 18 01:07:21 1999  Jeffrey A Law  (law@cygnus.com)
19028
19029         * haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of
19030         zapping the LOG_LINKS of sched_before_next_call.
19031
19032         * pa.h (INSN_SETS_ARE_DELAYED): Delete.
19033         * pa.c (insn_refs_are_delayed): Renamed from
19034         insn_sets_and_refs_are_delayed.
19035
19036 Fri Sep 17 15:19:01 1999  Mark Mitchell  <mark@codesourcery.com>
19037
19038         * functiion.h (struct function): Add x_whole_function_mode_p.
19039         (retrofit_block): Declare.
19040         * function.c (retrofit_block): New function.
19041         (identify_blocks): Add assertions.  Allow an incomplete set of
19042         block notes if we're still generating code for the function.
19043         * integrate.c: Include loop.h.
19044         (expand_inline_function): Call find_loop_tree_blocks to map block
19045         notes to blocks when in whole-function mode.  Use retrofit_block
19046         to insert new BLOCKs for the inlined function, rather than
19047         insert_block.
19048         * stmt.c (expand_fixup): Likewise.  Don't use pushlevel/polevel.
19049         * Makefile.in (integrate.o): Depend on loop.h.
19050
19051 Fri Sep 17 15:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
19052
19053         * tree.h (warn_about_unused_variables): Declare.
19054         * stmt.c (warn_about_unused_variables): New function, split out
19055         from ...
19056         (expand_end_bindings): Here.
19057
19058 Fri Sep 17 15:07:37 1999  Mark Mitchell  <mark@codesourcery.com>
19059
19060         * stmt.c (preserve_subexpressions_p): Don't crash when
19061         current_function->stmt is unset.
19062
19063 Fri Sep 17 15:03:16 1999  Mark Mitchell  <mark@codesourcery.com>
19064
19065         * stmt.c (expand_start_bindings): Allow callers to pass a flag
19066         indicating that no NOTE_INSN_BLOCK_BEG note is required.
19067         (expand_start_target_temps): Use it.
19068         * except.c (expand_eh_region_start_for_decl): Likewise.
19069         * expr.c (expand_expr): Likewise.
19070
19071 Fri Sep 17 15:05:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
19072
19073         * fold-const.c (operand_equal_p): Pay attention to side effects.
19074
19075 Fri Sep 17 11:14:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
19076
19077         * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.
19078         * sparc/sunos4.h (HAVE_ON_EXIT): Remove.
19079
19080         * tlink.c (scan_linker_output): Look for keywords before accepting
19081         a mangled name in quotes.
19082
19083 Thu Sep 16 16:47:08 1999  Richard Henderson  <rth@cygnus.com>
19084
19085         * alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero.
19086         * alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise.
19087
19088 Thu Sep 16 16:35:41 1999  Richard Henderson  <rth@cygnus.com>
19089
19090         * alpha.md: Revert Thu Nov 26 change that came in through the
19091         last gcc2 merge: reinstate (plus (plus ...)) reload patterns.
19092         Avoid earlyclobber when possible.
19093
19094 Thu Sep 16 18:44:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19095
19096         * libgcc2.c (__do_global_ctors): Call atexit with one arg.
19097
19098         * sparc/sunos4.h (on_exit): Wrap prototype parameters in PARAMS().
19099         Define HAVE_ON_EXIT.
19100
19101 Thu Sep 16 18:06:35 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19102
19103         * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros.  Use
19104         CTYPE_CONV in all ctype macros.
19105
19106         * cccp.c (initialize_char_syntax): Use uppercase ctype macro
19107         from system.h.
19108
19109         * cexp.y (initialize_random_junk): Likewise.
19110
19111         * c4x.c (c4x_interrupt_function_p, c4x_handle_pragma): Likewise.
19112
19113         * i370.c (handle_pragma): Likewise.
19114
19115         * i370.h (ASM_OUTPUT_LABELREF, ASM_OUTPUT_ASCII): Likewise.
19116
19117         * v850.c (override_options): Likewise.
19118
19119         * doprint.c (_doprnt): Likewise.
19120
19121         * fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
19122         Likewise.
19123
19124         * fixinc/server.c (load_data): Likewise.
19125
19126         * fold-const.c (real_hex_to_f): Likewise.
19127
19128         * genattr.c (write_upcase, gen_attr): Likewise.
19129
19130         * genattrtab.c (convert_const_symbol_ref, evaluate_eq_attr,
19131         write_upcase): Likewise.
19132
19133         * genemit.c (print_code): Likewise.
19134
19135         * genopinit.c (gen_insn): Likewise.
19136
19137         * genpeep.c (print_code): Likewise.
19138
19139         * genrecog.c (print_code): Likewise.
19140
19141         * optabs.c (init_libfuncs): Likewise.
19142
19143 Thu Sep 16 14:03:32 1999  Mark Mitchell  <mark@codesourcery.com>
19144
19145         * haifa-sched.c (sched_analyze): Keep the list of notes organized
19146         in pairs.
19147         (reemit_notes): Likewise.
19148
19149 Thu Sep 16 11:50:52 1999  Alex Samuel  <samuel@codesourcery.com>
19150
19151         * ggc.h (ggc_root): Move to ggc-common.c.
19152         (roots): Remove.
19153         (ggc_mark_rtx, ggc_mark_tree): Change to macro.
19154         (ggc_mark_rtvec, ggc_mark_tree_varray): Declare extern.
19155         (ggc_mark_tree_hash_table, ggc_mark_string, ggc_mark): Likewise.
19156         (ggc_mark_roots, ggc_mark_rtx_children, ggc_mark_tree_children): New.
19157         * ggc-common.c (ggc_root): Move from ggc.h.
19158         (roots): Declare, static.
19159         (ggc_mark_rtx, ggc_mark_tree): Renamed to...
19160         (ggc_mark_rtx_children, ggc_mark_tree_children): Don't check for
19161         null or check/set mark bit.
19162         (ggc_mark_roots): New.
19163         * ggc-simple.c (ggc_collect): Call ggc_mark_roots.
19164
19165 Thu Sep 16 11:37:32 1999  Richard Henderson  <rth@cygnus.com>
19166
19167         * m32r.c: Include toplev.h.
19168         (*): Add ATTRIBUTE_UNUSED as needed to arguments.
19169         (gen_compare): Rename swap_p to must_swap to match uses.
19170         Add default abort case.
19171         (m32r_output_function_epilogue): Remove unused variables.
19172         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
19173         * m32r.h (PROTO, STDIO_PROTO): Rename XPROTO; unconditionally
19174         define to empty parameter list.  Update all uses.
19175         (predicate decls): Use enum machine_mode not int.
19176         * m32r.md (movsi): Call abort, not fatal_insn.
19177         (zero_branch_insn, rev_zero_branch_insn): Add default abort case.
19178
19179 1999-09-14  Andrew Haley  <aph@cygnus.com>
19180
19181         * config/mips/mips.md (movsi_usw): if operand 1 is const_int 0,
19182         use $0 instead of 0.
19183
19184 Thu Sep 16 10:53:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19185
19186         * reload1.c (order_regs_for_reload): Move hard_reg_n_uses
19187         computation out of loop over hard regs.
19188
19189 Wed Sep 15 21:37:06 1999  Mark Mitchell  <mark@codesourcery.com>
19190
19191         * function.c (identify_blocks): Don't shadow a variable in an
19192         outer scope.
19193         * integrate.c (integrate_decl_tree): Don't use pushlevel,
19194         pushdecl, or poplevel to build up the new BLOCK tree.
19195         (expand_inline_function): Likewise.
19196         (integrate_parm_decls): Likewise.
19197
19198 Wed Sep 15 21:20:38 1999  Mark Mitchell  <mark@codesourcery.com>
19199
19200         * c-typeck.c (qualify_type): Merge qualifiers from both types.
19201
19202 1999-09-15  Brad Lucier  <lucier@math.purdue.edu>
19203
19204         * toplev.c: Allow -f[no-]math-errno to set (clear) flag_errno_math
19205         * invoke.texi: Document this change.
19206
19207 Wed Sep 15 17:56:00 1999  Richard Henderson  <rth@cygnus.com>
19208
19209         * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
19210         Free the struct.
19211         (mark_emit_status): Renamed from mark_emit_state.
19212         * except.c (mark_eh_status): Renamed from mark_eh_state.
19213         Check not null before marking.
19214         (free_eh_status): New.
19215         * expr.c (mark_expr_status, free_expr_status): New.
19216         * function.c (free_machine_status): New.
19217         (free_after_parsing): New.
19218         (free_after_compilation): Move bits to free_after_parsing; call
19219         free_eh_status, free_expr_status; zero the marked members of the
19220         function state.
19221         (prepare_function_start): No can_garbage_collect.
19222         Call init_eh_for_function.
19223         (expand_dummy_function_end): Free up current_function state.
19224         (mark_function_status): Renamed from mark_function_state.
19225         (mark_function_chain): No can_garbage_collect.  Call mark_expr_status.
19226         * function.h (struct function): No can_garbage_collect.
19227         (free_machine_status, free_after_parsing): Declare.
19228         (free_eh_status, free_expr_status): Declare.
19229         * ggc.h (mark_expr_status): Declare.
19230         * stmt.c (free_stmt_status): Free the struct.
19231         (mark_stmt_status): Renamed from mark_stmt_state.
19232         (init_stmt): Don't call init_eh.
19233         (init_stmt_for_function): Don't call init_eh_for_function.
19234         * toplev.c (compile_file): Call init_eh.
19235         (rest_of_compilation): Free basic block info before ggc_collect.
19236         Call free_after_parsing; conditionally call free_after_compilation.
19237         * varasm.c (mark_varasm_status): Renamed from mark_varasm_state.
19238         Check not null before marking.
19239         (free_varasm_status): Don't check DECL_DEFER_OUTPUT.  Free the struct.
19240
19241 Wed Sep 15 17:53:16 1999  Richard Henderson  <rth@cygnus.com>
19242
19243         * c-lex.c (yylex): Initialize warn.
19244
19245 Wed Sep 15 18:35:38 1999  Jeffrey A Law  (law@cygnus.com)
19246
19247         * pa.c (emit_move_sequence): Properly set the mode of the scratch
19248         register when performing secondary reloads for the SAR register.
19249
19250 Wed Sep 15 15:51:52 1999  Mark Mitchell  <mark@codesourcery.com>
19251
19252         * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
19253         (NOTE_BLOCK): New macro.
19254         (NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove.
19255         * function.h (identify_blocks): Change prototype.
19256         * function.c (identify_blocks): Simplify.
19257         (reorder_blocks): Likewise.
19258         * ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a
19259         NOTE_INSN_BLOCK_{BEG,END}.
19260         * haifa-sched.c (sched_analyze): Don't put NOTE_BLOCK_NUMBER on
19261         the list of saved notes if the note isn't a
19262         NOTE_INSN_BLOCK_{BEG,END}.
19263         (move_insn1): Use NOTE_EH_HANDLER in comment, rather than
19264         NOTE_BLOCK_NUMBER.
19265         (reemit_notes): Adjust recreation of notes to reflect new saved
19266         note structure.
19267         * print-rtl.c (print_rtx): Print the address of the BLOCK when
19268         printing a block note.
19269         * stmt.c (block_vector): Remove.
19270         (find_loop_tree_blocks): Simplify.
19271         (unroll_block_trees): Likewise.
19272         * tree.h (reorder_block): Change prototype.
19273
19274 Wed Sep 15 14:39:35 1999  Jason Merrill  <jason@yorick.cygnus.com>
19275
19276         * gbl-ctors.h: Lose HAVE_ATEXIT.  Don't define ON_EXIT.
19277         * libgcc2.c: Lose obsolete defn of WEAK_ALIAS.
19278         (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT.
19279         (__do_global_dtors): Likewise.  Don't mess with _exit_dummy_decl.
19280         (atexit, exit): Simplify.
19281         * tm.texi: Document NEED_ATEXIT and ON_EXIT.  Remove HAVE_ATEXIT.
19282         * config/lots: Remove defns of HAVE_ATEXIT.
19283
19284 Wed Sep 15 10:25:12 1999  Mark Mitchell  <mark@codesourcery.com>
19285
19286         * calls.c (precompute_arguments): Fix typo in comment.
19287         * expr.c (preexpand_calls): Don't preexpand the cleanup in a
19288         TARGET_EXPR.
19289
19290 Wed Sep 15 09:59:59 1999  Mark Mitchell  <mark@codesourcery.com>
19291
19292         * dsp16xx.c (override_options): Fix typos in GC root registration.
19293
19294 Wed Sep 15 15:23:28 1999  Philip Blundell  <pb@nexus.co.uk>
19295
19296         * config/arm/linux-elf.h (MAKE_DECL_ONE_ONLY): Copy definition
19297         from config/svr4.h.
19298         (UNIQUE_SECTION_P, UNIQUE_SECTION): Likewise.
19299         (FUNCTION_PROFILER): Redefine appropriately for Linux.
19300         (CC1_SPEC): Likewise.
19301
19302 Wed Sep 15 10:09:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19303
19304         * genattr.c (main): Add extern prototype.  Call return, not exit.
19305         * genattrtab.c (main): Likewise.
19306         * gencheck.c (main): Likewise.
19307         * gencodes.c (main): Likewise.
19308         * genconfig.c (main): Likewise.
19309         * genemit.c (main): Likewise.
19310         * genextract.c (main): Likewise.
19311         * genflags.c (main): Likewise.
19312         * gengenrtl.c (main): Likewise.
19313         * genopinit.c (main): Likewise.
19314         * genoutput.c (main): Likewise.
19315         * genpeep.c (main): Likewise.
19316         * genrecog.c (main): Likewise.
19317
19318         * genattr.c (get_insn_name): Mark parameter with ATTRIBUTE_UNUSED.
19319         * genattrtab.c (get_insn_name): Likewise.
19320         * gencodes.c (get_insn_name): Likewise.
19321         * genconfig.c (get_insn_name): Likewise.
19322         * genemit.c (get_insn_name): Likewise.
19323         * genextract.c (get_insn_name): Likewise.
19324         * genflags.c (get_insn_name): Likewise.
19325         * genopinit.c (get_insn_name): Likewise.
19326         * genpeep.c (get_insn_name): Likewise.
19327
19328         * gencheck.c (usage): Add static prototype.
19329         * genextract.c (print_path): Constify a char*.
19330         * genopinit.c (optabs): Likewise.
19331         * genoutput.c (operand_data, data, output_predicate_decls,
19332         compare_operands): Likewise.
19333         * genrecog.c (write_tree): Add default case in switch.
19334
19335 Wed Sep 15 09:59:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19336
19337         * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes.
19338
19339         * print-rtl.c (get_insn_name): Remove prototype.
19340
19341         * toplev.h (progname): Declare const.
19342
19343         * toplev.c (init_decl_processing, init_obstacks, init_tree_codes,
19344         init_regs, init_optabs, init_stmt, init_reg_sets, dump_flow_info,
19345         dump_sched_info, dump_local_alloc, regset_release_memory,
19346         print_rtl, print_rtl_with_bb, rest_of_decl_compilation,
19347         error_with_file_and_line, error_with_decl, error_for_asm, error,
19348         fatal, warning_with_file_and_line, warning_with_decl, warning,
19349         pedwarn, pedwarn_with_decl, pedwarn_with_file_and_line, sorry):
19350         Remove redundant prototypes.
19351
19352         (notice, check_lang_option, report_file_and_line, vnotice,
19353         mark_file_stack): Add static prototype.
19354         (set_fatal_function): Add prototype.
19355         (vnotice, report_file_and_line, set_fatal_function,
19356         check_lang_option): Constify a char*.
19357         (main): Prototype.  Call return, not exit.
19358
19359 Wed Sep 15 09:50:18 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19360
19361         * aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.
19362
19363         * configure.in (AC_GCC_C_LONG_DOUBLE): Call it.
19364
19365         * gansidecl.h (HAVE_LONG_DOUBLE): Define if gcc for stage2.
19366
19367         * ggc-simple.c (HAVE_LONG_DOUBLE): Test before using long double.
19368
19369 Wed Sep 15 11:04:43 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19370
19371         * function.c (assign_parms): Delete arg SECOND_TIME.  Don't test it,
19372         behave as if it's zero in all cases.
19373         (expand_function_start): Adjust call to assign_parms.
19374         * tree.h (assign_parms): Adjust prototype.
19375         * objc/objc-act.c (hack_method_prototype): Adjust call to
19376         assign_parms.
19377
19378 Tue Sep 14 21:47:06 1999  Jeffrey A Law  (law@cygnus.com)
19379
19380         * cse.c (FIXED_BASE_PLUS_P): Do not consider referneces to
19381         arg_pointer_rtx fixed if the argument pointer register is
19382         not fixed.
19383         (NONZERO_BASE_PLUS_P): Likewise.
19384
19385 Tue Sep 14 20:26:02 1999  Richard Henderson  <rth@cygnus.com>
19386
19387         * rtl.def (match_insn, match_insn2): Remove match_insn; rename
19388         match_insn2 to match_insn.
19389         * genrecog.c (add_to_sequence): Rename MATCH_INSN2.
19390
19391 Tue Sep 14 20:10:29 1999  Richard Henderson  <rth@cygnus.com>
19392
19393         * Makefile.in (USER_H): Remove va-foo.h.
19394
19395         * ginclude/{va-alpha.h,va-arc.h,va-c4x.h,va-clipper.h,va-h8300.h,
19396         va-i860.h,va-i960.h,va-m32r.h,va-m88k.h,va-mips.h,va-mn10200.h,
19397         va-mn10300.h,va-pa.h,va-ppc.h,va-pyr.h,va-sh.h,va-sparc.h,
19398         va-spur.h,va-v850.h}: Remove.
19399
19400 Tue Sep 14 19:43:16 1999  Richard Henderson  <rth@cygnus.com>
19401
19402         * sparc/sparc.md (eligible_for_return_delay): New attribute.
19403         (in_return_delay): Use it instead of match_insn.
19404
19405 Tue Sep 14 23:05:37 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19406
19407         * config/alpha/va_list.h (va-alpha.h): Do not include.
19408         (__gnuc_va_list): Typedef as in varargs.h.
19409
19410 Tue Sep 14 18:14:03 1999  Richard Henderson  <rth@cygnus.com>
19411
19412         * ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and
19413         DECL_LIVE_RANGE_RTL.
19414
19415 Tue Sep 14 16:47:08 1999  Mark Mitchell  <mark@codesourcery.com>
19416
19417         * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,
19418         not NOTE_BLOCK_NUMBER.
19419         (expand_eh_region_end): Likewise.
19420         (find_exception_handler_labels): Likewise.
19421         (scan_region): Likewise.
19422         (exception_optimize): Likewise.
19423         (update_rethrow_references): Likewise.
19424         (set_insn_eh_region): Likewise.
19425         * final.c (final_scan_insn): Likewise.
19426         * flow.c (make_edges): Likewise.
19427         * integrate.c (expand_inline_function): Likewise.
19428         * print-rtl.c (print_rtx): Likewise.
19429
19430 Tue Sep 14 16:30:16 1999  Richard Henderson  <rth@cygnus.com>
19431
19432         * ginclude/stdarg.h, ginclude/varargs.h: Implement in
19433         terms of builtin functions and types.
19434
19435         * mips.c (mips_build_va_list): New.
19436         (mips_va_start, mips_va_arg): New.
19437         * mips.h (BUILD_VA_LIST_TYPE): New.
19438         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
19439
19440         * sh.c (sh_builtin_saveregs): Use get_varargs_alias_set.
19441         (sh_build_va_list, sh_va_start, sh_va_arg): New.
19442         * sh.h (BUILD_VA_LIST_TYPE): New.
19443         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
19444
19445 Tue Sep 14 16:20:24 1999  Richard Henderson  <rth@cygnus.com>
19446
19447         * recog.h (struct recog_data): Make dup_num, operand_address_p,
19448         n_operands, n_dups, n_alternatives `char' instead of `unsigned char'.
19449         (struct insn_data): Likewise with n_operands, n_dups,
19450         n_alternatives, output_format.
19451         * regclass.c (scan_one_insn): Cast n_operands to int before
19452         arithmetic inside comparison.
19453
19454 Tue Sep 14 15:13:36 1999  Richard Henderson  <rth@cygnus.com>
19455
19456         * toplev.c (compile_function): Unconditionally emit nop.
19457
19458 Tue Sep 14 14:41:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19459
19460         * haifa-sched.c (actual_hazard): Move declaration of variable
19461         `this_cost' into the scope where it is used.
19462
19463 Tue Sep 14 14:14:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19464
19465         * c-pragma.c (handle_pragma_token): Wrap variables `name' and
19466         `value' in HANDLE_PRAGMA_WEAK.  Wrap variable `align' in
19467         HANDLE_PRAGMA_PACK||HANDLE_PRAGMA_PACK_PUSH_POP.
19468
19469         * genrecog.c (make_insn_sequence): Call memset, not bzero.
19470
19471         * jump.c (find_insert_position): Don't declare or define unless
19472         !HAVE_conditional_arithmetic.
19473         (returnjump_p_1, delete_prior_computation): Add static prototypes.
19474
19475         * mips-tdump.c (fatal, fancy_abort, main): Add extern prototypes.
19476
19477         * recog.c (offsettable_address_p): Prototype function pointer.
19478         (preprocess_constraints): Call memset, not bzero.
19479
19480         * tree.c (tree_node_kind_names): Constify a char*.  Make static.
19481         (gcc_obstack_init): Don't declare.
19482         (fix_sizetype): Add static prototype.
19483         (gcc_obstack_init): Use prototype casts in call to _obstack_begin.
19484         (tree_cons): Call memset, not bzero.
19485
19486         * varasm.c (remove_from_pending_weak_list): Wrap declaration and
19487         definition in macro ASM_WEAKEN_LABEL.
19488         (mark_const_hash_entry): Add static prototype.
19489
19490 Tue Sep 14 12:22:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19491
19492         * c-lex.c (handle_generic_pragma): Remove unused variable `c'.
19493
19494         * unroll.c (find_common_reg_term, subtract_reg_term,
19495         loop_find_equiv_value): Add static prototypes.
19496         (unroll_loop): Wrap variable `prev' in macro HAVE_cc0.
19497         (copy_loop_body): Remove unreachable break statement.
19498
19499         * sparc.c (sparc_va_arg): Remove unused variable `tmp'.
19500
19501         * sparc.h (sparc_va_start, sparc_va_arg): Add extern prototypes.
19502
19503 Tue Sep 14 15:28:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19504
19505         Undo some changes from the gcc2 merge:
19506         * rtl.def (CONSTANT_P_RTX): Fix the comment for this rtx code.
19507         * emit-rtl.c (gen_rtx_REG): Don't test special reg rtx's for null
19508         pointers.
19509
19510         Undo this change:
19511         Sat Oct  3 07:20:28 1998  Stephen L Moshier  <moshier@world.std.com>
19512         * emit-rtl.c (gen_lowpart_common): Disable optimization of
19513         initialized float-int union if the value is a NaN.
19514
19515 Tue Sep 14 04:03:44 1999  Mumit Khan  <khan@xraylith.wisc.edu>
19516
19517         * gthr-win32.h: New file.
19518
19519         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Recognize
19520         shared as a valid attribute.
19521         * i386/cygwin.h (ASM_OUTPUT_SECTION): Handle shared attribute.
19522         * extend.texi: Document `shared' variable attribute.
19523
19524 Tue Sep 14 04:01:46 1999  Loren Rittle  <ljrittle@acm.org>
19525
19526         * configure.in: Handle --enable-threads on FreeBSD.
19527         * configure: Rebuit.
19528
19529 Tue Sep 14 03:58:44 1999  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
19530
19531         * configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
19532         thread support.
19533         * configure: Rebuilt.
19534
19535 Tue Sep 14 03:47:23 1999  Joel Sherrill <joel@OARcorp.com>
19536                           Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
19537                           Rosimildo DaSilva <rdasilva@connecttel.com>
19538
19539         * configure.in (m68k-*-rtemscoff*): Added.
19540         * configure.in (mips64orion-*-rtems*): Converted to ELF.
19541         * configure.in (sparc-*-rtemsaout*): Added as alias for old
19542         sparc-rtems configuration.
19543         * configure.in (sparc-*-rtemself*): Added.
19544         * configure.in (sparc-*-rtems*): Now ELF not a.out.
19545         * config/i386/rtems.h: Added comment.
19546         * config/sparc/rtemself.h: New file.
19547
19548         * configure.in (m68k-rtemself): Added.
19549         * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO
19550         and DWARF_DEBUGGING_INFO.
19551         * config/m68k/crti.s: New file.
19552         * config/m68k/crtn.s: New file.
19553         * config/m68k/t-crtstuff: New file.
19554         * config/m68k/rtemself.h: New file.
19555
19556         * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for
19557         global ctor/dtor and C++ exception handling.
19558         * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o)
19559         for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for
19560         ENDFILE_SPEC.
19561         * config/i386/t-rtems-i386: New File.
19562
19563 Tue Sep 14 09:47:41 1999  Andreas Schwab  <schwab@suse.de>
19564
19565         * stmt.c (expand_end_case): Return right away if the case stack is
19566         empty.
19567
19568 Tue Sep 14 01:47:19 1999  Jeffrey A Law  (law@cygnus.com)
19569
19570         * Makefile.in (version.c): Remove rule incorrectly brought in from
19571         the gcc2 merge.
19572
19573 Tue Sep 14 01:42:27 1999  Marc Espie <espie@cvs.openbsd.org>
19574
19575         * Makefile.in:  Prepend $(SHELL) to move-if-change calls.
19576         * msdos/top.sed:  Take into account a prepended $(SHELL) to
19577         move-if-change.
19578         * winnt/config-nt.sed:  Likewise.  Kill bogus substitution.
19579
19580         * objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
19581
19582 Tue Sep 14 01:38:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
19583
19584         * regmove.c (fixup_match_1): Don't change an unchanging register.
19585         (stable_but_for_p): Renamed to:
19586         (stable_and_no_regs_but_for_p).  Reject unchanging registers too.
19587         Changed all callers.
19588
19589 Tue Sep 14 01:33:15 1999  Andreas Schwab  <schwab@suse.de>
19590
19591         * loop.c (strength_reduce): Don't call reg_used_between_p if the
19592         insn from BL2 is after the insn from BL.
19593
19594 Mon Sep 13 21:06:01 1999  Richard Henderson  <rth@cygnus.com>
19595
19596         * recog.h (INSN_OUTPUT_FORMAT_*): New.
19597         (struct insn_data): Merge `template' and `outfun' into `output'.
19598         Add `output_format'.
19599         * genoutput.c (INSN_OUTPUT_FORMAT_*): New.
19600         (struct data): Remove `outfun'; add `output_format'.
19601         (name_for_index): Remove declaration.
19602         (output_insn_data): Handle output formats.
19603         (process_template): Emit the bare array for @.
19604         (gen_expand, gen_split): Set output_format to NONE.
19605         * output.h (get_insn_template): Declare.
19606         * final.c (get_insn_template): New.
19607         (final_scan_insn): Use it.
19608         * toplev.c (compile_file): Likewise.
19609
19610         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19611         * i860/i860.c (output_delayed_branch): Likewise.
19612         (output_delay_insn): Likewise.
19613
19614 1999-09-13  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19615
19616         * rtl.c (obstack_alloc_rtx): Removed.
19617
19618 1999-09-13 17:03 -0700  Zack Weinberg  <zack@bitmover.com>
19619
19620         * config/gmicro/gmicro.md: Disable move DF->DI anonymous pattern.
19621
19622 Mon Sep 13 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
19623
19624         * i386.c (call_insn_operand): Reject const_int.
19625         (expander_call_insn_operand): Use call_insn_operand.
19626
19627 Mon Sep 13 17:44:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19628
19629         * gcc.c (getrusage): Wrap prototype arguments in PROTO().
19630
19631 1999-09-13 12:18 -0700  Zack Weinberg  <zack@bitmover.com>
19632
19633         * config/i370/i370.md (mulsi, divsi, modsi anonymous insns):
19634         Use DImode operation.
19635
19636 1999-09-13 12:13 -0700  Zack Weinberg  <zack@bitmover.com>
19637
19638         * gcc.c: Include sys/resource.h.
19639         (report_times): New flag.
19640         (execute):  If report_times is set, calculate and report the
19641         CPU time consumed by each subprocess.
19642
19643         (rus, prus): New globals.
19644         (option_map): Add --time.
19645         (display_help): Document -time.
19646         (process_command): Set report_times if -time is given.
19647         Turn off -pipe if -time is given.
19648
19649         * invoke.texi: Document new option -time.
19650
19651         * configure.in: Check for getrusage.  Check if we have to
19652         prototype getrusage.
19653         * acconfig.h: Add NEED_DECLARATION_GETRUSAGE.
19654         * configure: Regenerate.
19655         * config.in: Regenerate.
19656
19657 Mon Sep 13 12:57:06 1999  Dave Brolley  <brolley@cygnus.com>
19658
19659         * cppinit.c (append_include_chain): Initialize 'next' and 'alloc'
19660         fields.
19661
19662 Mon Sep 13 10:01:33 1999  Nick Clifton  <nickc@cygnus.com>
19663
19664         * config/fp-bit.c: Define L_thenan_sf or L_thenan_df (as
19665         appropriate) if FINE_GRAINED_LIBRARIES is not defined.
19666         (nan): Return _thenan_sf or _thenan_df as appropriate.
19667         (L_thenan_sf): Define _thenan_sf.
19668         (L_thenan_df): Define _thenan_df.
19669
19670         * Makefile.in (FPBIT_FUNCS): Add _thenan_sf.
19671         (DPBIT_FUNCS): Add _thenan_df.
19672
19673 Mon Sep 13 09:38:53 1999  Andreas Schwab  <schwab@suse.de>
19674
19675         * tree.c (fix_sizetype):  Exchange the types for TYPE_SIZE and
19676         TYPE_SIZE_UNIT.
19677
19678 Sun Sep 12 23:28:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19679
19680         * Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
19681
19682         * gcc.h: New file.
19683         (lang_specific_driver): Don't take a function pointer parameter.
19684         All callers changed.
19685
19686         * gcc.c: Include gcc.h.
19687         (do_spec, fancy_abort,lang_specific_driver,lang_specific_pre_link,
19688         lang_specific_extra_outfiles, fatal): Don't declare.
19689         (multilib_defaults_raw): Constify.
19690         (read_specs): Call memset, rather than bzero.
19691         (main): Call return, not exit.
19692         (lookup_compiler): Call memcpy, not bcopy.
19693         (fatal): Make extern.
19694
19695         * cppspec.c: Include gcc.h.
19696         (lang_specific_driver): Initialize variable `quote'.  Constify a
19697         char*.  All calls to the function pointer parameter now
19698         explicitly call `fatal'.
19699
19700         * gccspec.c (lang_specific_driver): Include gcc.h.
19701
19702 Sun Sep 12 19:52:10 1999  Richard Earnshaw <rearnsha@arm.com>
19703
19704         * arm.c (note_invalid_constants): Use recog_data.operand_type
19705         for recog_op_type.
19706
19707 Sun Sep 12 15:53:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19708
19709         * tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
19710         Declare.
19711
19712         * reload.h (reload_in, reload_out, reload_in_reg, reload_out_reg,
19713         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19714         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19715         reload_secondary_in_reload, reload_secondary_out_reload,
19716         reload_secondary_in_icode, reload_secondary_out_icode,
19717         reload_reg_rtx, reload_when_needed): Delete declarations.
19718         (struct reload): New structure.
19719         (rld): Declare new array.
19720         * reload.c (reload_in, reload_out, reload_in_reg, reload_out_reg,
19721         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19722         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19723         reload_secondary_in_reload, reload_secondary_out_reload,
19724         reload_secondary_in_icode, reload_secondary_out_icode,
19725         reload_reg_rtx, reload_when_needed): Delete definitions.
19726         (rld): New array.
19727         (whole file): Replace uses of the deleted arrays with uses of rld.
19728         * reload1.c (whole file): Replace uses of the deleted arrays with
19729         uses of rld.
19730         (choose_reload_regs): Copy in/out of save_reload_reg_rtx with
19731         explicit loops, not with bcopy.
19732
19733 Sun Sep 12 05:00:24 1999  Richard Henderson  <rth@cygnus.com>
19734
19735         * recog.h (insn_template, insn_outfun, insn_n_operands, insn_n_dups,
19736         insn_n_alternatives, insn_operand_constraint, insn_operand_address_p,
19737         insn_operand_mode, insn_operand_strict_low, insn_operand_predicate,
19738         insn_name): Delete and consolidate into new structures.
19739         (insn_operand_predicate_fn): New.
19740         (insn_output_fn): New.
19741         (insn_gen_fn): New.
19742         (struct insn_operand_data): New.
19743         (struct insn_data): New.
19744         (insn_data): New.
19745         (OUT_FCN): Update for insn_data change.
19746         * builtins.c (expand_builtin_strlen): Likewise.
19747         (expand_builtin_memcmp): Likewise.
19748         * combine.c (make_extraction, simplify_comparison): Likewise.
19749         * cse.c (canon_reg, cse_insn): Likewise.
19750         * explow.c (allocate_dynamic_stack_space, probe_stack_range): Likewise.
19751         * expmed.c (store_bit_field, extract_bit_field): Likewise.
19752         (emit_store_flag): Likewise.
19753         * expr.c (convert_move, emit_block_move): Likewise.
19754         (clear_storage, emit_push_insn, expand_increment): Likewise.
19755         (do_store_flag): Likewise.
19756         * expr.h (GEN_FCN): Likewise.
19757         (insn_gen_function): Die.
19758         * final.c (final_scan_insn): Update for insn_data change.
19759         (output_asm_name): Likewise.
19760         * function.c (fixup_var_refs_1): Likewise.
19761         * loop.c (check_dbra_loop): Likewise.
19762         * optabs.c (expand_binop, expand_twoval_binop): Likewise.
19763         (expand_unop, expand_complex_abs, emit_unop_insn): Likewise.
19764         (prepare_cmp_insn, prepare_operand, emit_indirect_jump): Likewise.
19765         (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise.
19766         * recog.c (validate_replace_rtx_1, extract_insn): Likewise.
19767         * regmove.c (gen_add3_insn): Likewise.
19768         * reload.c (push_secondary_reload, combine_reloads): Likewise.
19769         (find_reloads, find_reloads_address_1): Likewise.
19770         (debug_reload_to_stream): Likewise.
19771         * reload1.c (emit_reload_insns, gen_reload): Likewise.
19772         * stmt.c (expand_end_case): Likewise.
19773         * toplev.c (compile_file): Likewise.
19774
19775         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19776         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19777
19778         * print-rtl.c (insn_name_ptr): Remove declaration.
19779         (get_insn_name): Declare.
19780         (print_rtx): Use it.
19781         * genoutput.c (insn_name_ptr): Remove.
19782         (next_operand_number): New.
19783         (struct operand_data): New.
19784         (null_operand, odata, odata_end): New.
19785         (struct data): Use struct operand_data.
19786         (idata, idata_end): Renamed from insn_data and end_of_insn_data.
19787         (get_insn_name): Renamed from name_for_index.
19788         (output_prologue): Define NO_MD_PROTOTYPES.
19789         (output_predicate_decls): Break out from output_epilogue.
19790         Iterate over the operands list.
19791         (output_operand_data): Break out from output_epilogue.  Emit
19792         just the operands list.
19793         (output_insn_data): Break out from output_epilogue.  Emit just
19794         the insn data.
19795         (output_epilogue): Remove.
19796         (output_get_insn_name): New.
19797         (constraints, op_n_alternatives, predicates, address_p): Die.
19798         (modes, strict_low, seen): Die.
19799         (scan_operands): Take new param `d' instead of writing to
19800         seven global variables.
19801         (compare_operands): New.
19802         (place_operands): New.
19803         (validate_insn_alternatives): Update for struct data change.
19804         (gen_insn): Don't zero or copy 7 global arrays.  Update for
19805         scan_operands; call place_operands.
19806         (gen_peephole, gen_expand, gen_split): Likewise.
19807         (main): Update for new output routines.
19808
19809         * genattr.c (insn_name_ptr): Remove.
19810         (get_insn_name): New function.
19811         * genattrtab.c, gencodes.c, genconfig.c, genemit.c: Likewise.
19812         * genextract.c, genflags.c, genopinit.c, genpeep.c: Likewise.
19813         * genrecog.c: Likewise.
19814
19815         * alpha.md (adddi3): Make `pattern' array static.
19816
19817 Sun Sep 12 22:05:21 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19818
19819         * config/c4x/c4x.h (c4x_rpts_cycles_string,
19820         c4x_cpu_version_string): Constify char *.
19821         * config/c4x/c4x.c (c4x_rpts_cycles_string,
19822         c4x_cpu_version_string): Likewise.
19823
19824 Sat Sep 11 23:28:33 1999  Richard Henderson  <rth@cygnus.com>
19825
19826         * tree.c (save_tree_status): Revert 10 Sep change.
19827         (restore_tree_status): Likewise.  Call obstack_free with NULL
19828         before freeing the obstack proper.
19829
19830 Sat Sep 11 23:23:46 1999  Richard Henderson  <rth@cygnus.com>
19831
19832         * cse.c (cse_main): If gc'ing, collect around cse_basic_block.
19833
19834         * ggc-simple.c (ggc_pop_context): Fold outstanding bytes into
19835         surrounding context.
19836
19837 Sat Sep 11 19:52:43 1999  Mark Mitchell  <mark@codesourcery.com>
19838
19839         * tree.c (type_hash_canon): Put all types in the hash-table, when
19840         GC'ing.
19841
19842 Sat Sep 11 18:37:04 1999  Richard Henderson  <rth@cygnus.com>
19843
19844         * recog.h (struct recog_data, recog_data): New.
19845         (recog_foo variables): Kill.
19846         * recog.c (recog_operand, recog_operand_loc): Kill.
19847         (recog_dup_loc, recog_dup_num, recog_n_operands): Kill.
19848         (recog_n_dups, recog_n_alternatives, recog_operand_mode): Kill.
19849         (recog_constraints, recog_op_type, recog_operand_address_p): Kill.
19850         (recog_data): Define.
19851         (extract_insn): Update all recog_foo references to use recog_data.
19852         (preprocess_constraints, constrain_operands): Likewise.
19853         * final.c (final_scan_insn, cleanup_subreg_operands): Likewise.
19854         * genattrtab.c (main): Likewise.
19855         * genextract.c (main): Likewise.
19856         * genoutput.c: Likewise.
19857         * genrecog.c (write_subroutine, main): Likewise.
19858         * local-alloc.c (block_alloc): Likewise.
19859         * reg-stack.c (record_asm_reg_life, subst_asm_stack_regs): Likewise.
19860         * regclass.c (scan_one_insn, record_reg_classes): Likewise.
19861         * regmove.c (regmove_optimize, find_matches, fixup_match_1): Likewise.
19862         * reload.c (find_reloads, find_reloads_toplev): Likewise.
19863         * reload1.c (maybe_fix_stack_asms, eliminate_regs_in_insn): Likewise.
19864         (reload_cse_simplify_operands): Likewise.
19865
19866         * arc/arc.c (arc_final_prescan_insn): Likewise.
19867         * arm/arm.c (note_invalid_constants, arm_final_prescan_insn): Likewise.
19868         * h8300/h8300.c (notice_update_cc): Likewise.
19869         * i386/i386.c (ix86_attr_length_default, ix86_agi_dependant): Likewise.
19870         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19871         * mn10200/mn10200.c (notice_update_cc): Likewise.
19872         * mn10300/mn10300.c (notice_update_cc): Likewise.
19873         * romp/romp.c (update_cc): Likewise.
19874         * sparc/sparc.c (check_pic): Likewise.
19875         * v850/v850.c (notice_update_cc): Likewise.
19876
19877         * genemit.c (main): Don't declare recog_operand.
19878
19879 Sat Sep 11 12:41:55 1999  Alex Samuel  <samuel@codesourcery.com>
19880
19881         * ggc.h (rtvec_def): Forward declare.
19882         (tree_node): Likewise.
19883         (ggc_root): Define.
19884         (roots): Declare.
19885         (ggc_set_mark_rtx): Add prototype.
19886         (ggc_set_mark_rtvec): Likewise.
19887         (ggc_set_mark_tree): Likewise.
19888         * ggc-simple.c (ggc_root): Don't define.
19889         (roots): Don't declare.
19890         (ggc_mark_rtx): Remove.
19891         (ggc_mark_rtvec): Likewise.
19892         (ggc_mark_tree): Likewise.
19893         (ggc_mark_varray): Likewise.
19894         (ggc_mark_tree_hash_table_entry): Likewise.
19895         (ggc_mark_tree_hash_table): Likewise.
19896         (ggc_set_mart_rtx): New function.
19897         (ggc_set_mark_rtvec): Likewise.
19898         (ggc_set_mark_tree): Likewise.
19899         (ggc_add_root): Remove.
19900         (ggc_add_rtx_root): Likewise.
19901         (ggc_remove_tree_root): Likewise.
19902         (ggc_add_string_root): Likewise.
19903         (ggc_add_tree_varray_root): Likewise.
19904         (ggc_add_tree_hash_table_root): Likewise.
19905         (ggc_del_root): Likewise.
19906         (ggc_mark_rtx_ptr): Likewise.
19907         (ggc_mark_tree_ptr): Likewise.
19908         (ggc_mark_string_ptr): Likewise.
19909         (ggc_mark_tree_varray_ptr): Likewise.
19910         (ggc_mark_tree_hash_table_ptr): Likewise.
19911         * ggc-common.c: New file.
19912         * Makefile.in (OBJS): Add ggc-common.o.
19913         (ggc-common.o): List dependencies.
19914
19915 1999-09-10 22:37 -0700  Zack Weinberg  <zack@bitmover.com>
19916
19917         * cppalloc.c (xstrdup): Use memcpy.
19918         * cpperror.c (cpp_print_containing_files): Don't use
19919         cpp_notice.
19920         * cpplib.c (conditional_skip): Set temp->lineno.
19921         (do_endif): Make error message less obscure.
19922         (if_directive_name): New function.
19923         (cpp_get_token [case EOF]): Unwind the if stack and generate
19924         error messages for each unterminated conditional in this file.
19925         (parse_string):  Do not behave differently if -traditional.
19926
19927 Fri Sep 10 14:04:07 1999  Richard Henderson  <rth@cygnus.com>
19928
19929         * builtins.c (expand_builtin_va_arg): Cope with an array-type
19930         va_list decomposing to pointer-type.
19931         * rs6000.c (rs6000_va_start) Unwrap the ARRAY_TYPE to get at fields.
19932         (rs6000_va_arg): Likewise.
19933
19934 Fri Sep 10 13:21:21 1999  Jim Wilson  <wilson@cygnus.com>
19935
19936         * except.c (start_dynamic_handler): Compute size using
19937         STACK_SAVEAREA_MODE.
19938
19939 Fri Sep 10 16:01:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19940
19941         * protoize.c: Remove various __STDC__ and POSIX hacks.  Don't
19942         include directory headers.  Don't define strrchr.  Don't provide
19943         my_* replacement functions.  Prefer PTR over `pointer_type'.
19944         Don't prototype system functions.  Don't redefine getopt.
19945
19946         (shortpath, fancy_abort, notice, savestring, dupnstr, substr,
19947         safe_read, safe_write, save_pointers, restore_pointers,
19948         is_id_char, in_system_include_dir, directory_specified_p,
19949         file_excluded_p, unexpand_if_needed, abspath, check_aux_info,
19950         find_corresponding_lparen, referenced_file_is_newer,
19951         save_def_or_dec, munge_compile_params, gen_aux_info_file,
19952         process_aux_info_file, identify_lineno, check_source,
19953         seek_to_line, forward_to_next_token_char, output_bytes,
19954         output_string, output_up_to, other_variable_style_function,
19955         find_rightmost_formals_list, do_cleaning, careful_find_l_paren,
19956         do_processing, is_syscalls_file, rename_c_file, find_extern_def,
19957         find_static_definition, connect_defs_and_decs, add_local_decl,
19958         add_global_decls, needs_to_be_converted, visit_each_hash_node,
19959         add_symbol, lookup, free_def_dec, find_file, reverse_def_dec_list,
19960         edit_fn_declaration, edit_formals_lists, edit_fn_definition,
19961         scan_for_missed_items, edit_file, string_list_cons): Add static
19962         prototypes.
19963         (standard_exec_prefix, target_machine, target_version,
19964         default_syscalls_dir, string_list, string_list_cons, find_file,
19965         do_cleaning): Constify a char*.
19966         (safe_read, safe_write): Use PTR, not a char*.
19967         (is_id_char): Take an int, not a char.
19968         (main): Add prototype.  Call return, not exit.
19969
19970 Fri Sep 10 16:48:26 1999  Andrew Haley  <aph@cygnus.com>
19971
19972         * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
19973         when comparing types.
19974
19975 Fri Sep 10 08:43:32 1999  Richard Henderson  <rth@cygnus.com>
19976
19977         * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
19978         (strength_reduce): Release the varrays from the no-bivs early exit.
19979
19980         * reload1.c (order_regs_for_reload): Init hard_reg_n_uses before
19981         the loop over the registers.
19982
19983         * tree.c (save_tree_status): Set maybepermanent_firstobj NULL
19984         for a new obstack.
19985         (restore_tree_status): Check that instead when freeing the obstack.
19986
19987 Wed Sep  8 16:12:04 1999  Andrew Haley  <aph@cygnus.com>
19988
19989         * alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used
19990         as pointers.
19991
19992 Fri Sep 10 11:58:55 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19993
19994         * i386.md (ashlqi3): For NON_QI_REG_P regs, use sall.  Fix some
19995         operand size modifiers.
19996
19997 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19998
19999         * c-common.c (c_common_nodes_and_builtins): Don't build
20000         va_list_type_node.
20001         * c-common.h (enum c_tree_index and related accesor macros): Remove
20002         everything now declared in tree.h.
20003         * c-decl.c (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
20004         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, WCHAR_UNSIGNED, FLOAT_TYPE_SIZE,
20005         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Don't provide defaults.
20006         (error_mark_node, void_type_node, char_type_node, integer_type_node,
20007         unsigned_type_node, ptr_type_node, va_list_type_node,
20008         integer_zero_node, null_pointer_node, integer_one_node): Delete.
20009         (init_decl_processing): Call build_common_tree_nodes and
20010         build_common_tree_nodes_2 instead of building their nodes here.
20011         Don't add roots for these nodes.
20012         * stor-layout.c (size_zero_node, size_one_node): Delete.
20013         (set_sizetype): Make a new node for bitsizetype each time.
20014         * tree.c (global_trees): New variable.
20015         (init_obstacks): Add a gc root for it.
20016         (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
20017         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, FLOAT_TYPE_SIZE,
20018         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Provide defaults.
20019         (build_common_tree_nodes): New function.
20020         (fix_sizetype): New function.
20021         (build_common_tree_nodes_2): New function.
20022         * tree.h (enum tree_index): New.
20023         (global_trees): Declare.
20024         Add accessor macros for all nodes now moved to global_trees.
20025         Delete their declarations.
20026
20027 Thu Sep  9 20:15:46 1999  Richard Henderson  <rth@cygnus.com>
20028
20029         * c-decl.c (finish_function): When processing a nested function,
20030         push and pop GC context around rest_of_compilation.
20031
20032 Thu Sep  9 16:42:06 1999  Richard Henderson  <rth@cygnus.com>
20033
20034         * i386.c (override_options): Remove ppro, pentium2, and p2 as aliases.
20035         Default ix86_arch to PROCESSOR_I386.
20036         * i386.h (CC1_CPU_SPEC): Don't add -march=foo.  Remove -mno-foo.
20037         (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): Delete.
20038         (CPP_CPU_DEFAULT_SPEC): Define to __tune_foo__.
20039         (CC1_CPU_SPEC): Make -march=foo define __foo__, and provide
20040         __tune_foo__ if no -mcpu.  Make -mcpu=bar define __tune_bar__.
20041         (EXTRA_SPECS): Remove deleted specs.
20042
20043 Thu Sep  9 16:03:06 1999  Richard Henderson  <rth@cygnus.com>
20044
20045         * function.c (assign_stack_local_1): Allocate from
20046         function->x_frame_offset, not frame_offset.
20047
20048 Thu Sep  9 14:36:31 1999  Mark Mitchell  <mark@codesourcery.com>
20049
20050         * ggc.h (lang_cleanup_tree): Remove.
20051         * gcc-simple.c (ggc_free_tree): Don't call lang_cleanup_tree.
20052         * ggc-callbacks.c (lang_cleanup_tree): Remove.
20053
20054         * c-decl.c (finish_struct): Use ggc_alloc to allocate
20055         TYPE_LANG_SPECIFIC when garbage collecting.
20056         (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
20057         (lang_cleanup_tree): Remove.
20058
20059 Thu Sep  9 14:23:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
20060
20061         * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.
20062         * crtstuff.c: Not here.
20063         * dwarf2out.c: Or here.
20064         * libgcc2.c (__do_global_ctors, __do_global_dtors): Handle EH frame
20065         info.
20066
20067 Thu Sep  9 09:40:58 1999  Mark Mitchell  <mark@codesourcery.com>
20068
20069         * function.h (free_after_compilation): Remove decl parameter.
20070         (free_varasm_status0: Likewise.
20071         (free_emit_status): Likewise.
20072         (free_stmt_status): Likewise.
20073         (free_after_compilation): Likewise.
20074         (init_lang_status): New variable.
20075         (free_lang_status): Likewise.
20076         * emit-rtl.c (free_emit_status): Make decl parameter implicit.
20077         * function.c (init_lang_status): New variable.
20078         (free_lang_status): Likewise.
20079         (push_function_context_to): Don't set function::decl here.
20080         (free_after_copmilation): Make decl parameter implicit.  Call
20081         free_lang_status if defined.
20082         (prepare_function_start): Call init_lang_status if defined.
20083         (init_function_start): Set function::decl here.
20084         * profile.c (output_func_start_profiler): Don't call pushdecl
20085         until we've actually started the function.
20086         * stmt.c (free_stmt_status): Make decl parameter implicit.
20087         * toplev.c (rest_of_compilation): Don't pass decl to
20088         free_after_compilation.
20089         * varasm.c (free_varasm_status): Likewise.
20090
20091 Thu Sep  9 17:23:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20092
20093         * except.c (call_get_eh_context): Add root when allocating static
20094         tree variable.
20095
20096 Thu Sep  9 15:24:59 BST 1999  Richard Earnshaw <rearnsha@arm.com>
20097
20098         * arm.c: Include "ggc.h".
20099         (arm_add_gc_roots): New function.
20100         (arm_override_options): Call it.
20101         (aof_pic_entry): Add a GC root for aof_pic_label when it's allocated.
20102
20103         * arm.md (define_asm_attributes): Add a pool_range attribute.
20104
20105 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
20106
20107         * extend.texi (Volatiles): New node.
20108
20109 Thu Sep  9 03:37:31 1999  Richard Henderson  <rth@cygnus.com>
20110
20111         * ggc-simple.c (IS_MARKED, IGNORE_MARK): New.
20112         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): New.
20113         (struct ggc_any): Replace `mark' with `magic_mark'.
20114         (ggc_alloc_string): Use memcpy, not bcopy.
20115         (ggc_alloc_any): Set magic_mark.  Update bytes_alloced_since_gc.
20116         (ggc_free_{rtx,rtvec,tree,string}): Mark inline.
20117         (ggc_free_any): New.
20118         (ggc_mark_string): Use IGNORE_MARK.  Calc back to struct gcc_string.
20119         (ggc_mark): Use IGNORE_MARK.  Abort if magic doesn't match.
20120         (ggc_collect): Re-enable collection avoidance.  Use GGC_ANY_MARK.
20121         Use IS_MARKED. Use ggc_free_any.
20122
20123 1999-09-09  Scott Bambrough <scottb@netwinder.org>
20124
20125         * config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
20126
20127 Thu Sep  9 01:55:21 1999  Richard Henderson  <rth@cygnus.com>
20128
20129         * toplev.c (main): Always init_ggc.
20130
20131 Wed Sep  8 23:53:22 1999  Richard Henderson  <rth@cygnus.com>
20132
20133         * except.c (find_all_handler_type_matches): Free the list if
20134         we found no matches.
20135
20136         * combine.c (SUBST): Break out to a real function do_SUBST.
20137         (SUBST_INT): Likewise.
20138         * gcse.c (free_pre_mem): Free `temp_bitmap'.
20139         (pre_insert): Free `inserted'.
20140         * loop.c (basic_induction_var): Always set `location'.
20141
20142         * function.c (expand_function_end): Add initial_trampoline as a root.
20143         * rtl.h (init_varasm_once): Declare.
20144         * toplev.c (compile_file): Call it.
20145         * ggc-simple.c (ggc_mark_string_ptr): New.
20146         (ggc_add_string_root): New.
20147         (ggc_collect): Disable collection avoidance temporarily.
20148         * ggc.h (ggc_add_string_root): Declare.
20149         * except.c (create_rethrow_ref): Use ggc_alloc_string.
20150         * optabs.c (init_libfuncs): Likewise.
20151         * varasm.c (named_section): Use ggc_alloc_string.
20152         (make_function_rtl): Likewise.
20153         (make_decl_rtl): Likewise.
20154         (assemble_static_space): Likewise.
20155         (assemble_trampoline_template): Likewise.
20156         (output_constant_def): Likewise.
20157         (force_const_mem): Likewise.
20158         (mark_const_hash_entry): New.
20159         (mark_pool_sym_hash_table): New.
20160         (mark_varasm_state): Use it.
20161         (init_varasm_once): New.
20162
20163         * expr.h (init_one_libfunc): Declare.
20164         * optabs.c (init_one_libfunc): New.
20165         (init_optabs): Use it.
20166         * config/gofast.h: Likewise.
20167         * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Likewise.
20168         * config/sparc/sparc.h (INIT_TARGET_OPTABS): Likewise.
20169
20170 Thu Sep  9 13:46:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
20171
20172         * Makefile.in (cppexp.o): Depend on cpphash.h.
20173         * cppexp.c (cpp_lex): Handle `defined (xxx)' for poisoned xxx.
20174         Include cpphash.h.
20175         * cpphash.c (special_symbol): Handle plain `xxx' for poisoned xxx.
20176         * cpplib.c (do_define): Generalise to handle poisoned definitions,
20177         redefining poisoned identifiers, etc.
20178         (do_undef): Don't allow poisoned identifiers to be undefined.
20179         (do_pragma): Add #pragma poison.
20180         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
20181
20182         * cccp.c: Add T_POISON node type.
20183         (special_symbol): Handle `defined(xxx)' and plain `xxx' for
20184         poisoned xxx.
20185         (do_define): Generalise to handle poisoned definitions,
20186         redefining poisoned identifiers, etc.
20187         (do_undef): Don't allow poisoned identifiers to be undefined.
20188         (do_pragma): Add #pragma poison.
20189         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
20190
20191         * c-pragma.c (handle_pragma_token): Ignore #pragma poison.
20192         * c-pragma.h: Add ps_poison state.  We now always have generic
20193         pragmas.
20194
20195 Wed Sep  8 20:30:42 1999  Mark Mitchell  <mark@codesourcery.com>
20196
20197         * ggc.h (ggc_alloc): New function.
20198         (ggc_mark): Likewise.
20199         * ggc-simple.c (ggc_any): New structure.
20200         (ggc_status): Add anys.
20201         (n_anys_collected): New variable.
20202         (ggc_alloc): Define.
20203         (ggc_mark): Likewise.
20204         (ggc_collect): Collect the anys.
20205
20206 Wed Sep  8 20:15:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20207
20208         * c-decl.c (mark_binding_level): Make static to match prototype.
20209
20210 Wed Sep  8 16:41:27 1999  Richard Henderson  <rth@cygnus.com>
20211
20212         * flow.c (new_insn_dead_notes): Don't early out for preexisting regs.
20213
20214 Wed Sep  8 16:07:52 1999  Richard Henderson  <rth@cygnus.com>
20215
20216         * gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC
20217         will use into account.  Expand the max width to 5.
20218         * rtl.c: Likewise.
20219
20220 Wed Sep  8 16:01:14 1999  Richard Henderson  <rth@cygnus.com>
20221
20222         * ggc-simple.c (ggc_free_rtx): Poison the correct amount
20223         for the rtx length.
20224
20225 Wed Sep  8 15:23:54 1999  Richard Henderson  <rth@cygnus.com>
20226
20227         * alpha.md (call value patterns): Remove the result predicates.
20228
20229 Wed Sep  8 13:35:38 1999  Richard Henderson  <rth@cygnus.com>
20230
20231         * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
20232         last change.
20233
20234 Wed Sep  8 15:32:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20235
20236         * system.h (sbrk, malloc, calloc, realloc): Backup prototypes
20237         changed from extern char *, to extern PTR.  Also fix typo in
20238         NEED_DECLARATION_REALLOC test.
20239
20240         * mips-tdump.c (malloc, calloc, realloc): Don't prototype.
20241
20242 Wed Sep  8 11:40:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20243
20244         * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,
20245         ATTRIBUTE_UNUSED, ATTRIBUTE_NORETURN, ATTRIBUTE_PRINTF,
20246         ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2, ATTRIBUTE_PRINTF_3,
20247         ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5, GENERIC_PTR): Delete.
20248
20249         * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
20250
20251         * cccp.c (pcfinclude): Likewise.
20252
20253         * global.c (allocno_compare): Likewise.
20254
20255         * haifa-sched.c (rank_for_schedule): Likewise.
20256
20257         * local-alloc.c (qty_sugg_compare_1, qty_compare_1): Likewise.
20258
20259         * reload1.c (hard_reg_use_compare, reload_reg_class_lower): Likewise.
20260
20261         * stupid.c (stupid_reg_compare): Likewise.
20262
20263         * tree.c (_obstack_allocated_p): Likewise.
20264
20265         * varray.h (varray_data_tag, VARRAY_GENERIC_PTR_INIT): Likewise.
20266
20267 1999-09-08  Bruce Korb  autogen@linuxbox.com
20268
20269         * Makefile.in: Give the hapless gperf user a hint about
20270         why "gperf -F" fails.
20271
20272 Wed Sep  8 04:43:22 1999  Richard Henderson  <rth@cygnus.com>
20273
20274         * lists.c: Include ggc.h.
20275         (zap_lists): New.
20276         (init_EXPR_INSN_LIST_cache): Install it.
20277
20278         * ggc-simple.c (init_ggc): Absorb the old init.
20279         (ggc_push_context): Use xcalloc.
20280         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise.
20281         (ggc_collect): Add [rvts] tags to the collection stats.
20282
20283 Wed Sep  8 11:14:25 1999  Andreas Schwab  <schwab@suse.de>
20284
20285         * cccp.c (main): Fix handling of -include and -imacros options.
20286
20287 Wed Sep  8 02:23:08 1999  Jeffrey A Law  (law@cygnus.com)
20288
20289         * cpplib.c (cpp_push_buffer): Fix order of arguments.
20290
20291 Wed Sep  8 04:44:09 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
20292
20293         * rtl.h (obstack_alloc_rtx): Removed, it's now static in
20294         genrtl.c.
20295
20296 Wed Sep  8 00:33:43 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
20297
20298         * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.
20299         * haifa-sched.c (sched_analyze_1): Use XEXP rather than SUBREG_REG
20300         and SET_DEST. Update comment.
20301
20302 Wed Sep  8 18:55:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20303
20304         * config/c4x/c4x.c: Include ggc.h.
20305         (c4x_add_gc_roots): New function.
20306         (c4x_override_options): Call c4x_add_gc_roots.
20307
20308 Wed Sep  8 00:00:16 1999  Richard Henderson  <rth@cygnus.com>
20309
20310         * defaults.h (TARGET_ESC): Move ...
20311         * system.h: ... here, where Linas had it in the first place.  Silly me.
20312
20313 Tue Sep  7 23:46:35 1999  Linas Vepstas  <linas@linas.org>
20314
20315         * c-common.c: Use ISGRAPH, ISLOWER, toupper.
20316         * c-lex.c, cccp.c, cexp.c, cexp.y, cppexp.c, dwarf2out.c, genattr.c,
20317         genattrtab.c, genemit.c, genextract.c, genpeep.c, tree.c: Likewise.
20318         * system.h (IN_CTYPE_DOMAIN): Define to 1 if HOST_EBCDIC.
20319         * defaults.h (TARGET_ESC): Add default.
20320
20321 Tue Sep  7 23:36:59 1999  Linas Vepstas  <linas@linas.org>
20322
20323         * configure.in: add i370-*-openedition, i370-*-mvs and
20324         i370-*-linux targets
20325
20326 Tue Sep  7 23:31:53 1999  Mark Mitchell  <mark@codesourcery.com>
20327
20328         * dsp16xxx.c: Include ggc.h
20329         (override_options): Mark GC roots.
20330         * mn10200.c: Include ggc.h.
20331         (asm_file_start): Mark GC roots.
20332         * tahoe.c: Include ggc.h.
20333         (extensible_operand): Mark GC roots.
20334
20335 Tue Sep  7 23:23:15 1999  Linas Vepstas  <linas@linas.org>
20336
20337         * README: Add section discussing status of ELF ABI.
20338         * i370.c: Fix misc spelling mistakes.
20339         (i370_label_scan): Updated notes, exception handling.
20340         (i370_function_prolog): Simplify ELF stack handling.
20341         * i370.h: (FIXED_REGISTERS): Free up r12 for ELF.
20342         (STACK_GROWS_DOWNWARD): ELF stack grows down.
20343         (ASM_DECLARE_FUNCTION_NAME): Fix crazy malloc size.
20344         * i370.md: (movdi): Add notes.
20345         (floatsidf2): Use stack not rtca for scratch float area.
20346         (iorsi3): Correct operand constraints.
20347         * x-oe: Restore TAROUTOPTS which are used by pax.
20348
20349 Tue Sep  7 22:39:18 1999  Mark Mitchell  <mark@codesourcery.com>
20350
20351         * rs6000.c: Include ggc.h.
20352         (rs6000_add_gc_roots): New function.
20353         (override_options): Call it.
20354
20355 Tue Sep  7 22:09:03 1999  Richard Henderson  <rth@cygnus.com>
20356
20357         * alpha.h (alpha_compare): New.
20358         (alpha_compare_op0, alpha_compare_op1, alpha_compare_fp_p): Remove.
20359         * alpha.c: Likewise for the definitions.
20360         (alpha_emit_conditional_branch): Update for alpha_compare.
20361         (alpha_emit_conditional_move): Likewise.
20362         * alpha.md (cmpdf, cmpdi): Likewise.
20363         (setcc patterns): Likewise.  Zero alpha_compare after use.
20364         (sne): Optimize (x != 0) into (0U < x).
20365
20366 Tue Sep  7 21:55:02 1999  Richard Henderson  <rth@cygnus.com>
20367
20368         * alpha.h (alpha_eh_epilogue_sp_ofs): Remove.
20369         (struct machine_function): Declare; add eh_epilogue_sp_ofs.
20370         (INIT_EXPANDERS): Remove.
20371         * alpha.c: Include ggc.h.
20372         (alpha_eh_epilogue_sp_ofs, alpha_return_addr_rtx): Remove.
20373         (alpha_init_machine_status, alpha_mark_machine_status): New.
20374         (override_options): Install them.
20375         (struct machine_function): Moved to alpha.h.
20376         (alpha_save_machine_status, alpha_restore_machine_status): Remove.
20377         (alpha_init_expanders): Remove.
20378         (alpha_return_addr): Adjust to use current_function->machine.
20379         (alpha_ra_ever_killed): Likewise.
20380         (alpha_expand_epilogue): Likewise.
20381         * alpha.md (eh_epilogue): Likewise.
20382
20383 Wed Sep  8 14:34:42 1999  Ian Piumarta  <piumarta@prof.inria.fr>
20384                           Melissa O'Neill  <oneill@cs.sfu.ca>
20385                           Geoffrey Keating  <geoffk@cygnus.com>
20386
20387         * config/rs6000/rs6000.c (first_reg_to_save): Don't save fixed or
20388         call-used registers (call-saved registers must still be contiguous
20389         and end with r31, of course).
20390
20391 Tue Sep  7 21:41:38 1999  Richard Henderson  <rth@cygnus.com>
20392
20393         * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.
20394         (self_promoting_type_p): Delete.
20395         (self_promoting_args_p): Move ...
20396         * c-common.c: ... here.
20397         (c_common_nodes_and_builtins): Initialize lang_type_promotes_to.
20398         (simple_type_promotes_to): New.
20399         * builtins.c (lang_type_promotes_to): New.
20400         (expand_builtin_va_arg): Use it to give diagnostic for illegal types.
20401         * c-tree.h (C_PROMOTING_INTEGER_TYPE_P): Move ...
20402         * c-common.h: ... here.
20403         (self_promoting_args_p, simple_type_promotes_to): Declare.
20404         * c-decl.c (duplicate_decls): Use simple_type_promotes_to.
20405         (grokdeclarator): Likewise.
20406         * tree.h (lang_type_promotes_to): Declare.
20407
20408 Tue Sep  7 17:15:21 1999  Mark Mitchell  <mark@codesourcery.com>
20409
20410         Add some machine-dependent GC roots.
20411         * sparc.c: Include ggc.h.
20412         (sparc_add_gc_roots): New function.
20413         (mark_ultrasparc_pipeline_state): Likewise.
20414         (override_options): Call sparc_add_gc_roots.
20415         * pa.c: Include ggc.h.
20416         (pa_add_gc_roots): New function.
20417         (mark_deferred_plabels): Likewise.
20418         (override_options): Call pa_add_gc_roots.
20419         * mips.c: Include ggc.h.
20420         (mips_add_gc_roots): New function.
20421         (override_options): Use it.
20422
20423 Tue Sep  7 11:39:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20424
20425         * cpperror.c (cpp_file_line_for_message): Constify a char*.
20426
20427         * cppexp.c (parse_number, parse_charconst, cpp_lex,
20428         cpp_parse_expr): Add static prototypes.
20429         (parse_charconst): Don't cast away const-ness.
20430         (token): Constify a char*.
20431
20432         * cppfiles.c (file_name_list, include_hash, find_include_file,
20433         finclude, initialize_input_buffer): Constify a char*.
20434         (file_cleanup, find_position): Add static prototypes.
20435
20436         * cpphash.c (macro_cleanup, macarg, timestamp, special_symbol,
20437         collect_expansion): Add static prototypes.
20438         (cpp_install, create_definition, monthnames): Constify a char*.
20439
20440         * cpphash.h (cpp_install): Likewise.
20441
20442         * cppinit.c (known_suffixes, default_include,
20443         dump_special_to_buffer, NAME, cpp_start_read, cpp_finish): Likewise.
20444         (base_name, dump_special_to_buffer, initialize_dependency_output):
20445         Add static prototypes.
20446
20447         * cpplib.c (my_strerror): Constify a char*.
20448         (null_underflow, null_cleanup, skip_comment, copy_comment,
20449         copy_rest_of_line, handle_directive, pass_thru_directive,
20450         get_directive_token, read_line_number, cpp_print_file_and_line,
20451         v_cpp_error, v_cpp_warning, v_cpp_error_with_line,
20452         v_cpp_warning_with_line, detect_if_not_defined,
20453         consider_directive_while_skipping): Add static prototypes.
20454         (pass_thru_directive, check_macro_name, cpp_expand_to_buffer,
20455         cpp_pedwarn_with_file_and_line): Constify a char*.
20456
20457         * cpplib.h (cpp_options, include_hash, progname, definition,
20458         cpp_pedwarn_with_file_and_line, cpp_expand_to_buffer,
20459         check_macro_name, cpp_pfatal_with_name, cpp_file_line_for_message,
20460         find_include_file, deps_output, include_hash): Constify a char*.
20461
20462         * cppmain.c (progname): Constify.
20463         (main): Add prototype.  Use return, not exit.
20464
20465         * fix-header.c (fatal, add_symbols, lookup_std_proto, write_lbrac,
20466         recognized_macro, check_macro_names, read_scan_file, write_rbrac,
20467         inf_skip_spaces, inf_read_upto, inf_scan_ident, inf_scan_ident,
20468         check_protection): Add static prototype.
20469         (xfree): Remove.
20470         (progname, recognized_macrom, recognized_extern): Constify a char*.
20471         (main): Add prototype.
20472
20473         * gen-protos.c (progname): Constify a char*.
20474
20475 Tue Sep  7 00:47:52 1999  Mark Mitchell  <mark@codesourcery.com>
20476
20477         * emit-rtl.c (free_emit_status): Take decl as a parameter.
20478         (init_emit_once): Add more GC roots.
20479         * except.c (mark_func_eh_entry): New function.
20480         (mark_eh_node): Mark false_label and rethrow_label.
20481         (init_eh): Add more GC roots.
20482         * function.c (free_after_compilation): Take decl as a paramter.
20483         Call free_stmt_status.
20484         (mark_function_state): Don't assume x_parm_reg_stack_loc is
20485         non-NULL.
20486         * function.h (free_after_compilation): Change prototype.
20487         (free_varasm_status): Likewise.
20488         (free_emit_status): Likewise.
20489         (free_stmt_status): New function.
20490         * ggc-simple.c (rtx, vecs, trees, strings, bytes_alloced_since_gc):
20491         Remove, replacing with ...
20492         (ggc_status): New structure.
20493         (ggc_chain): New variable.
20494         (init_gcc): Define.
20495         (ggc_push_context): New function.
20496         (ggc_pop_context): Likewise.
20497         (ggc_alloc_rtx): Adjust for use of ggc_chain.
20498         (ggc_alloc_rtvec): Likewise.
20499         (ggc_alloc_tree): Likewise.
20500         (ggc_alloc_string): Likewise.
20501         (ggc_mark_rtx): Mark NOTE_SOURCE_FILE and NOTE_RANGE_INFO.
20502         (ggc_mark_tree): Give language-dependent code a chance to mark
20503         `x' nodes.
20504         (ggc_mark_tree_varray): Handle empty arrays.
20505         (ggc_collect): Adjust for use of ggc_chain.  Clear
20506         bytes_alloced_since_last_gc.
20507         * ggc.h (ggc_pop_context): New function.
20508         (ggc_push_context): Likewise.
20509         * print-tree.c (print_node): Don't print obstacks when GC'ing.
20510         * stmt.c (free_stmt_status): New function.
20511         (init_stmt_for_function): Clear last_expr_value.
20512         * toplev.c (rest_of_compilation): Always call free_after_compilation.
20513         Conditionalize call to ggc_collect.
20514         (main): Call init_ggc.
20515         * tree.c (push_obstacks): Do the push, even when GC'ing.
20516         (push_obstacks_nochange): Likewise.
20517         (pop_obstacks): Liekwise.
20518         * varasm.c (free_varasm_status): Take decl as a parameter.
20519
20520 Tue Sep  7 08:15:49 1999  Gavin Romig-Koch  <gavin@cygnus.com>
20521
20522         * config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro.
20523         (MULTILIB_ENDIAN_DEFAULT) : Use the new macro.
20524         * config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro.
20525         * config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro.
20526
20527 Tue Sep  7 03:42:45 1999  Mark Klein (mklein@dis.com)
20528
20529         * pa/x-pa-mpeix: New file for the MPE port.
20530
20531         * pa/quadlib.asm: New file for long double support.
20532
20533         * configure.in: Add hppa1.0-*-mpeix for MPE port.
20534         * configure: Rebuilt.
20535
20536 Tue Sep  7 10:08:40 1999  Andreas Schwab  <schwab@suse.de>
20537
20538         * final.c (shorten_branches): Fix last change.
20539
20540 Tue Sep  7 00:30:32 1999  Jeffrey A Law  (law@cygnus.com)
20541
20542         * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
20543
20544 Mon Sep  6 22:44:47 1999  Jeffrey A Law  (law@cygnus.com)
20545
20546         * Merge from gcc2 snapshot Jan 9, 1999.  See FSFChangeLog for
20547         details.
20548
20549 Mon Sep  6 22:31:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20550
20551         * c-aux-info.c (concat): Don't define.
20552
20553         * cccp.c (my_strerror): Likewise.  All callers changed to use
20554         xstrerror instead.
20555         (do_include): Call xstrdup, not xmalloc/strcpy.
20556         (grow_outbuf): Don't check if xrealloc returns NULL, it can't.
20557         (xmalloc, xrealloc, xcalloc, xstrdup): Don't define.
20558
20559         * collect2.c (my_strsignal): Likewise.  All callers changed to use
20560         strsignal instead.
20561         (locatelib): Call xstrdup, not xmalloc/strcpy.
20562
20563         * 1750a.h (ASM_OUTPUT_INTERNAL_LABEL): Call xmalloc, not malloc.
20564
20565         * dsp16xx.c (override_options): Call xstrdup, not xmalloc/strcpy.
20566
20567         * i370.h (ASM_DECLARE_FUNCTION_NAME): Call xmalloc, not malloc.
20568
20569         * mips.c (build_mips16_call_stub): Call xstrdup, not xmalloc/strcpy.
20570
20571         * cppinit.c (cpp_options_init): Call xcalloc, not xmalloc/bzero.
20572
20573         * dwarfout.c (dwarfout_init): Call concat, not xmalloc/strcpy/...
20574
20575         * except.c (new_eh_region_entry): Call xmalloc/xrealloc, not
20576         malloc/realloc.
20577         (find_all_handler_type_matches): Likewise.  Don't check return
20578         value.
20579         (get_new_handler, init_insn_eh_region, process_nestinfo): Call
20580         xmalloc, not malloc.
20581         (init_eh_nesting_info): Likewise.  Call xcalloc, not xmalloc/bzero.
20582
20583         * gcc.c (xstrerror, xmalloc, xrealloc): Don't define.
20584         (init_spec): Call xcalloc, not xmalloc/bzero.
20585         (set_spec): Call xstrdup, not save_string.
20586         (record_temp_file): Call xstrdup, not xmalloc/strcpy.
20587         (find_a_file): Call xstrdup, not xmalloc/strcpy.
20588         (process_command): Call xstrdup, not save_string.
20589         (main): Call xcalloc, not xmalloc/bzero.
20590
20591         * gcov.c (xmalloc): Don't define.
20592         (create_program_flow_graph): Call xcalloc, not xmalloc/bzero.
20593         (scan_for_source_files): Call xstrdup, not xmalloc/strcpy.
20594         (output_data): Call xcalloc, not xmalloc/bzero.
20595
20596         * haifa-sched.c (schedule_insns): Call xcalloc, not xmalloc/bzero.
20597
20598         * mips-tdump.c (xmalloc): Don't define.
20599         (print_symbol): Call xmalloc, not malloc.
20600         (read_tfile): Call xcalloc, not calloc.
20601
20602         * mips-tfile.c (xfree, my_strsignal, xmalloc, xcalloc, xrealloc):
20603         Don't define.  All callers of xfree/my_strsignal changed to use
20604         free/strsignal instead.
20605         (allocate_cluster): Call xcalloc, not calloc.
20606
20607         * objc/objc-act.c (lang_init): Call concat, not xmalloc/strcpy/...
20608         Fix memory leak, free allocated memory.
20609
20610         * prefix.c (translate_name): Call xstrdup, not save_string.
20611         (update_path): Likewise.
20612
20613         * profile.c (branch_prob): Call xstrdup, not xmalloc/strcpy.
20614
20615         * protoize.c (xstrerror, xmalloc, xrealloc, xfree, savestring2):
20616         Don't define.  Callers of xfree/savestring2 changed to use
20617         free/concat instead.
20618
20619         * reload1.c (reload): Call xcalloc, not xmalloc/bzero.
20620         (init_elim_table): Likewise.
20621
20622         * resource.c (init_resource_info): Likewise.
20623
20624         * stupid.c (stupid_life_analysis): Likewise.
20625
20626         * toplev.c (xmalloc, xcalloc, xrealloc, xstrdup): Don't define.
20627         (open_dump_file): Call concat, not xmalloc/strcpy/...
20628         (clean_dump_file): Likewise.
20629         (compile_file): Call xstrdup, not xmalloc/strcpy.
20630
20631 Mon Sep  6 15:04:55 1999  Richard Henderson  <rth@cygnus.com>
20632
20633         * v850.h (EXPAND_BUILTIN_VA_ARG): New.
20634         * v850.c (v850_va_arg): New.
20635
20636 Tue Sep  7 09:36:01 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20637
20638         * haifa-sched.c: Tidy comments.
20639
20640 Mon Sep  6 14:30:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20641
20642         * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
20643         (c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
20644         $(out_object_file)): Depend on ggc.h.
20645         * c-common.c: Include "ggc.h".
20646         (combine_strings): If doing GC, use ggc_alloc_string.
20647         * c-decl.c: Include "ggc.h".
20648         (ggc_p): Define with value 0.
20649         (mark_binding_level): New function.
20650         (init_decl_processing): Add GC roots.
20651         (mark_c_function_context): New function.
20652         (lang_mark_false_label_stack): New function.
20653         (lang_mark_tree): New function.
20654         (lang_cleanup_tree): New function.
20655         * c-lang.c: Include "ggc.h".
20656         (lang_init): Call c_parse_init.
20657         * c-lex.c: Include "ggc.h".
20658         (check_linenum): If doing GC, don't copy filenames to permanent
20659         obstack.
20660         * c-parse.in: Include "ggc.h".
20661         (c_parse_init): New function.
20662         * c-tree.h (c_parse_init, mark_c_function_context): Declare.
20663         * objc/Make-lang.in (objc-parse.o): Depend on ggc.h.
20664
20665         * except.c (mark_eh_state): Mark more state.
20666         * function.c (mark_function_state): Likewise.
20667         * ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
20668         (ggc_alloc_string) [GGC_DUMP]: Fix typo.
20669         * toplev.c (mark_file_stack): New function.
20670         (compile_file): If doing GC, use ggc_alloc_string on input filename.
20671         (main): Add root for input_file_stack.
20672
20673         * i386.c: Include "ggc.h".
20674         (ix86_mark_machine_status): New function.
20675         (override_options): Set mark_machine_status.
20676
20677 Mon Sep  6 15:26:23 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20678
20679         * tree.c (copy_node): Copy node contents also if doing GC.
20680
20681 Mon Sep  6 08:42:06 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
20682
20683         * collect2.c (scan_libraries): Fix double-thinko :-).
20684
20685 Mon Sep  6 02:42:36 1999  Jeffrey A Law  (law@cygnus.com)
20686
20687         * collect2.c (scan_libraries): Fix thinko.
20688
20689         * cse.c (delete_trivially_dead_insns): Do not skip the last
20690         insn if it is a real insn.
20691
20692 Sun Sep  5 18:57:42 1999  Mark Mitchell  <mark@codesourcery.com>
20693
20694         * Makefile.in (ggc-simple.o): Depend on hash.h.
20695         * ggc.h (ggc_add_tree_hash_table_root): Declare.
20696         (ggc_mark_tree_varray): Likewise.
20697         (ggc_mark_tree_hash_table): Likewise.
20698         * ggc-simple.c: Include hash.h.
20699         (ggc_mark_tree_hash_table_ptr): New function.
20700         (ggc_mark_tree_hash_table_entry): Likewise.
20701         (ggc_mark_tree_hash_table): Likewise.
20702         (ggc_add_tree_hash_table_root): Likewise.
20703         * varray.h (const_equiv_data): Use struct rtx_def *, rather than
20704         rtx, when defining fields.
20705
20706 Sun Sep  5 18:57:42 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
20707
20708         * profile.c (output_func_start_profiler): Remove apparently
20709         nonsensical call to start_sequence.
20710
20711 Sun Sep  5 17:34:33 1999  Richard Henderson  <rth@cygnus.com>
20712
20713         * clipper/clipper.c (clipper_va_start): Fix typos.
20714
20715         * pyr/pyr.c (pyr_build_va_list, pyr_va_start, pyr_va_arg): New stubs.
20716         * spur/spur.c (spur_build_va_list, spur_va_start): New stubs.
20717         (spur_va_arg): New stub.
20718
20719         * configure.in: Comment out pyramid.
20720
20721 Sun Sep  5 19:11:01 1999  Michael Meissner  <meissner@cygnus.com>
20722
20723         * i386.h (MASK_{DEBUG_{ADDR,ARG},INTEL_SYNTAX}): Move so these
20724         don't conflict with the bits that win32, cygwin, and dgux
20725         defines.
20726
20727 Sun Sep  5 09:31:56 1999  Richard Henderson  <rth@cygnus.com>
20728                           Bernd Schmidt <bernds@cygnus.co.uk>
20729
20730         * integrate.c (function_cannot_inline_p): Do not inline
20731         functions with forced labels.
20732
20733 Sun Sep  5 00:35:17 1999  Richard Henderson  <rth@cygnus.com>
20734                           Bernd Schmidt <bernds@cygnus.co.uk>
20735                           Mark Mitchell  <mark@codesourcery.com>
20736
20737         * Makefile.in (ggc-simple.o): Depend on varray.h.
20738         (rtl.o): Depend on ggc.h.
20739         (genattrtab.o): Depend on ggc.h.
20740         (print-tree.o): Likewise.
20741         (fold-const.o): Likewise.
20742         * emit-rtl.c (sequence_element_free_list): Remove, and all references.
20743         (make_insn_raw): Don't cache insns when GC'ing.
20744         (emit_insn_before): Likewise.
20745         (emit_insn_after): Likewise.
20746         (emit_insn): Likewise.
20747         (start_sequence): Use xmalloc to allocate the sequence_stack.
20748         (end_sequence): Add free to free it.
20749         (gen_sequence): Don't cache insns when GC'ing.
20750         (clear_emit_caches): Don't use sequence_element_free_list.
20751         (init_emit): Use xcalloc, not xmalloc+bzero.
20752         * fold-const.c (size_int_wide): Kill the cache, when GC'ing.
20753         * function.c (pop_function_context_from): Use free to free the
20754         fixup_var_refs_queue.
20755         (put_reg_into_stack): Allocate it with xmalloc.
20756         * genattrtab.c: Include ggc.h.
20757         (operate_exp): Don't use obstack_free when GC'ing.
20758         (simplify_cond): Likewise.
20759         (simplify_text_exp): Likewise.
20760         (optimize_attrs): Likewise.
20761         * gengenrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
20762         GC'ing.
20763         (gencode): Generate a #include for ggc.h.
20764         * ggc-callbacks.c (ggc_p): Define it to zero.
20765         * ggc-none.c (ggc_p): Likewise.
20766         * ggc-simple.c: Include varray.h.
20767         (ggc_mark_tree_varray): New function.
20768         (ggc_add_tree_varray_root): Likewise.
20769         (ggc_mark_tree_varray_ptr): Likewise.
20770         * ggc.h (ggc_p): Declare.
20771         (varray_head_tag): Likewise.
20772         (ggc_add_tree_varray_root): Declare.
20773         * print-tree.c (print_node): Don't check for TREE_PERMANENT
20774         inconsistencies when GC'ing.
20775         * rtl.c: Include ggc.h.
20776         (rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
20777         (rtx_alloc): Use ggc_alloc_rtx when GC'ing.
20778         (rtx_free): Don't call obstack_free when GC'ing.
20779         * toplev.c (rest_of_compilation): Call ggc_collect after every
20780         pass, if GC'ing.
20781         * tree.c (push_obstacks): Do nothing, if GC'ing.
20782         (pop_obstacks_nochange): Likewise.
20783         (pop_obstacks): Likewise.
20784         (make_node): Use ggc_alloc_tree when GC'ing.
20785         (copy_node): Likewise.
20786         (get_identifier): Use ggc_alloc_string when GC'ing.
20787         (build_string): Likewise.
20788         (make_tree_vec): Use ggc_alloc_tree when GC'ing.
20789         (tree_cons): Likewise.
20790         (build1): Likewise.
20791         (type_hash_canon): Don't call obstack_free when GC'ing.
20792
20793 Sat Sep  4 21:52:32 1999  Richard Henderson  <rth@cygnus.com>
20794
20795         * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
20796         of NEXT_INSN when examining speculative insns for SCHED_GROUP_P.
20797
20798 Sat Sep  4 20:40:19 1999  Richard Henderson  <rth@cygnus.com>
20799                           Bernd Schmidt <bernds@cygnus.co.uk>
20800                           Mark Mitchell  <mark@codesourcery.com>
20801
20802         * Makefile.in (stor-layout.o): Depend on ggc.h.
20803         (expr.o): Depend on ggc.h.
20804         (profile.o): Depend on ggc.h.
20805         (stor-layout.o): Depend on ggc.h.
20806         * emit-rtl.c (init_emit_once): Add gc roots.
20807         * expr.c: Include ggc.h.
20808         (emit_block_move): Add gc roots.
20809         (clear_storage): Likewise.
20810         * expr.h (init_stor_layout_once): New function.
20811         * profile.c: Include ggc.h.
20812         (init_arc_profiler): profiler_label is a root.
20813         * scan.c (make_sstring_space): Trust xrealloc to function
20814         correctly with first parameter NULL.
20815         * stor-layout.c: Include ggc.h.
20816         (set_sizetype): Add gc root.
20817         (init_stor_layout_once): New function.
20818         * toplev.c (compile_file): Call it.
20819
20820 Sat Sep  4 19:26:25 1999  Richard Henderson  <rth@cygnus.com>
20821                           Bernd Schmidt <bernds@cygnus.co.uk>
20822                           Mark Mitchell  <mark@codesourcery.com>
20823
20824         * Makefile.in (tree.o): Depend on ggc.h.
20825         (varasm.o): Likewise.
20826         (function.o): Likewise.
20827         (stmt.o): Likewise.
20828         (except.o): Likewise.
20829         (optabs.o): Likewise.
20830         (emit-rtl.o): Likewise.
20831         * emit-rtl.c: Include ggc.h.
20832         (sequence_element_free_list): Remove, and all references.
20833         (mark_sequence): New functions.
20834         (mark_emit_state): New function.
20835         * except.c: Include ggc.h.
20836         (mark_eh_node, mark_eh_stack, mark_eh_queue): New functions.
20837         (mark_tree_label_node): New functions.
20838         (mark_eh_state): New function.
20839         * function.c: Include ggc.h.
20840         (mark_temp_slot, mark_function_chain): New functions.
20841         (mark_function_state): New function.
20842         (init_function_once): New function.
20843         * function.h (init_function_once): New function.
20844         * ggc-callbacks.c (lang_mark_false_label_stack): New function.
20845         * ggc.h (label_node): Declare.
20846         (eh_status, emit_status, stmt_status, varasm_status): Likewise.
20847         (lang_mark_false_label_stack): New function.
20848         (mark_temp_slot): Remove declaration.
20849         (mark_function_chain): Likewise.
20850         (mark_eh_state): Adjust prototype.
20851         (mark_stmt_state, mark_emit_state, mark_varasm_state, mark_optab):
20852         Likewise.
20853         * optabs.c: Include ggc.h.
20854         (mark_optab): New function.
20855         (init_optabs): Add gc roots.
20856         * stmt.c: Include ggc.h.
20857         (mark_cond_nesting, mark_loop_nesting): New functions.
20858         (mark_block_nesting, mark_case_nesting, mark_goto_fixup): Likewise.
20859         (mark_stmt_state): New function.
20860         * toplev.c (compile_file): Call init_function_once.
20861         * tree.c: Include ggc.h.
20862         (type_hash): Move declaration earlier in file.
20863         (TYPE_HASH_SIZE, type_hash_table): Likewise.
20864         (init_obstacks): Add gc roots.
20865         (mark_type_hash): New function.
20866         * varasm.c: Include ggc.h.
20867         (mark_pool_constant): New function.
20868         (mark_varasm_state): New function.
20869
20870 Sat Sep  4 22:28:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20871
20872         * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.
20873
20874 Sat Sep  4 18:01:45 1999  Bernd Schmidt <bernds@cygnus.co.uk>
20875
20876         * c-decl.c (struct language_function): Renamed from struct c_function.
20877         Delete elt NEXT.
20878         (c_function_chain): Delete.
20879         (push_c_function_context): New arg F.  Don't warn about nested
20880         functions here.  Fill LANGUAGE elt of F.  Delete code to update
20881         c_function_chain.  Don't call push_function_context.
20882         (pop_c_function_context): New arg F.  Restore from there instead of
20883         from c_function_chain.  Don't call pop_function_context.  Clear out
20884         LANGUAGE field of F when done.
20885         * c-lang.c: Include "function.h"
20886         (lang_init): Initialize save_lang_status and restore_lang_status.
20887         * c-parse.in (nested_function, nested_function_notype): Warn about
20888         nested functions.  Call push_function_context/pop_function_context
20889         instead of the _c_ variants.
20890         * c-tree.h (push_c_function_context, pop_c_function_context): Update
20891         prototype.
20892         * Makefile.in (c-lang.o): Update dependencies.
20893
20894         * emit-rtl.c (init_emit): Use xmalloc to allocate regno_reg_rtx,
20895         regno_pointer_flag, regno_pointer_align.
20896         (gen_reg_rtx): Use xrealloc to enlarge them.
20897         (free_emit_status): New function.
20898         * function.c (mark_machine_status, mark_lang_status): New variables.
20899         (assign_stack_local_1): Renamed from assign_outer_stack_local.  Merge
20900         in some bits from assign_stack_local.  All callers changed to use new
20901         name.
20902         (assign_stack_local): Just call assign_stack_local_1.
20903         (free_after_compilation): New function.
20904         (put_reg_into_stack): Simplify to always call assign_stack_local_1.
20905         (trampoline_address): Likewise.
20906         (assign_parms): Use xcalloc/xrealloc to allocate parm_reg_stack_loc.
20907         (prepare_function_start): Explicitly clear some more variables.
20908         * function.h (struct function): New elt can_garbage_collect.
20909         (mark_machine_status, mark_lang_status): Declare variables.
20910         (free_after_compilation, free_emit_status, free_varasm_status,
20911         init_varasm_status): Declare functions.
20912         * toplev.c (rest_of_compilation): Call free_after_compilation when
20913         done with the current function.
20914         * varasm.c (free_varasm_status): New function.
20915
20916 Sat Sep  4 17:15:13 1999  Richard Henderson  <rth@cygnus.com>
20917
20918         * sparc.h (EXPAND_BUILTIN_VA_START): Define.
20919         (EXPAND_BUILTIN_VA_ARG): Define.
20920         * sparc.c (sparc_va_start): New.
20921         (sparc_va_arg): New.
20922
20923 Sun Sep  5 11:11:59 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20924
20925         * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
20926
20927 Sun Sep  5 10:13:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20928
20929         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
20930
20931 Sat Sep  4 13:44:01 1999  Mark Mitchell  <mark@codesourcery.com>
20932
20933         * Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
20934         (OBJS): Add $(GGC).
20935         (ggc-callbacks.o): New target.
20936         * ggc-callbacks.c: New file.
20937
20938 Sat Sep  4 22:53:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20939
20940         * expr.h: Collapse individual optab and libfunc vars to arrays.
20941         (optab_index, libfunc_index): New enumerations.
20942         (optab_table, libfunc_table): New arrays.
20943         Add accessor macros for both.
20944
20945         * optabs.c (optab_table, libfunc_table): New.
20946         Delete declarations for individual optab and libfunc vars.
20947
20948 Sat Sep  4 12:57:17 1999  Richard Henderson  <rth@cygnus.com>
20949
20950         * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
20951
20952 Sat Sep  4 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
20953
20954         * Makefile.in (GGC, GGC_LIB): New.
20955         (HOST_RTL): Include ggc-none.o.
20956         (ggc-simple.o): New target.
20957         (ggc-none.o): Likewise.
20958         * tree.h (tree_common): Add gc_mark.
20959         * rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
20960         (struct rtvec_def): Add gc_mark.
20961         * emit-rtl.c (global_rtl): Update static initializers to contain
20962         enough initializers.
20963         * ggc.h, ggc-none.c, ggc-simple.c: New files.
20964         * toplev.c (gc_time): New variable.
20965         (all_time): New variable.
20966         (compile_file): Print gc time.
20967         (print_time): Calculate percentage of the whole.
20968
20969 Sat Sep  4 13:11:01 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20970
20971         Change obstack memory management and varasm constant pool handling so
20972         that nested functions are treated like any other functions.
20973         * function.c (init_machine_status): New variable.
20974         (push_function_context_to): Set contains_functions for the outer
20975         function.  Don't call save_varasm_status.
20976         (pop_function_context_from): Don't call restore_varasm_status.  Don't
20977         set current_function_contains_functions.
20978         (prepare_function_start): Call init_varasm_status rather than
20979         init_const_rtx_hash_table.  Call (*init_machine_status) if the pointer
20980         is non-null.
20981         * function.h (struct function) Add field varasm.  Delete fields
20982         inline_obstacks, inl_emit, const_rtx_hash_table, first_pool,
20983         last_pool, const_rtx_sym_hash_table, pool_offset, const_double_chain.
20984         (init_machine_status): Declare.
20985         (save_varasm_status, restore_varasm_status): Delete declarations.
20986         (save_tree_status, restore_tree_status): Delete last argument.
20987         * integrate.c (initialize_for_inline): Lose arg COPY.  Delete copying
20988         code.  All callers changed.
20989         (copy_decl_list, copy_decl_tree, copy_decl_rtls, copy_for_inline,
20990         save_constants_in_decl_trees, restore_constants, save_constants,
20991         save_for_inline_eh_labelmap, save_for_inline_copying): Delete
20992         functions.
20993         (inlining): New variable.
20994         (reg_map, label_map, insn_map, orig_asm_operands_vector,
20995         copy_asm_operands_vector, copy_asm_constraints_vector): Delete
20996         variables.
20997         (save_for_inline_nocopy): Don't save constants.
20998         Don't set inl_emit field in current_function.
20999         (expand_inline_function): Use emit field, not inl_emit, of the inlined
21000         function.  Set new variable inlining before
21001         calling copy_rtx_and_substitute.
21002         (copy_rtx_and_substitute): In MEM and SYMBOL_REF cases, handle
21003         constant pool references if inlining is nonzero.
21004         Delete ADDRESS and (most of the) CONST cases.
21005         (output_inline_function): Save and restore current_function/
21006         current_function_decl.  Delete restore_constants code.  Don't call
21007         init_const_rtx_hash_table.
21008         * output.h (init_const_rtx_hash_table): Don't declare.
21009         * rtl.h (struct function): Declare.
21010         (get_pool_constant_for_function, get_pool_mode_for_function): Declare.
21011         * toplev.c (rest_of_compilation): Don't treat nested functions or
21012         functions containing them specially.  Delete all code to deal with
21013         save_for_inline_copying.
21014         * tree.c (toplev_inline_obstacks, extra_inline_obstacks,
21015         inline_obstacks): Delete variables.
21016         (save_tree_status): Lose arg CONTEXT.  All callers changed.
21017         Simply allocate a new function_maybepermanent_obstack for the new
21018         function, delete all the special cases.
21019         Don't save inline_obstacks.
21020         (restore_tree_status): Lose arg CONTEXT.  All callers changed.
21021         Delete special handling for function_maybepermanent_obstack; simply
21022         free it if empty.
21023         Don't restore inline_obstacks.
21024         (permanent_allocation):  Delete code that frees inline_obstacks.
21025         (print_inline_obstack_statistics): Delete function.
21026         (dump_tree_statistics): Don't call it.
21027         * varasm.c (struct varasm_status): New.
21028         (const_rtx_hash_table, const_rtx_sym_hash_table, first_pool,
21029         last_pool, pool_offset, const_double_chain): Delete global
21030         variables, replace with accessor macros.
21031         (immed_double_const): Don't walk const_double_chain outside a
21032         function, but don't treat nested functions specially anymore.
21033         (immed_real_const_1): Likewise.
21034         (clear_const_double_mem): Don't treat nested functions specially.
21035         (init_const_rtx_hash_table): Deleted, code moved to init_varasm_status.
21036         (save_varasm_status, restore_varasm_status): Delete functions.
21037         (init_varasm_status): New function.
21038         (force_const_mem): Don't treat nested functions specially.
21039         (find_pool_constant): Accept new arg F, search for constants in
21040         that function's pool rather than the current one.  All callers
21041         changed.
21042         (get_pool_constant_for_function, get_pool_mode_for_function): New
21043         functions.
21044
21045         * i386.c (init_386_machine_status): New function, mostly from
21046         clear_386_stack_locals.
21047         (struct machine_functions): Rename element names to avoid name
21048         clashes.
21049         (pic_label_rtx, pic_label_name, i386_stack_locals): New accessor
21050         macros, replacing global variables.
21051         (clear_386_stack_locals, save_386_machine_status,
21052         restore_386_machine_status): Delete functions.
21053         (override_options): Initialize init_machine_status.
21054         * i386.h (INIT_EXPANDERS): Delete macro.
21055         (save_386_machine_status, restore_386_machine_status,
21056         clear_386_stack_locals): Delete declarations.
21057
21058 Sat Sep  4 16:56:28 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21059
21060         * config/c4x/c4x.md (rptb_init): Renamed from *rptb_init.
21061         (doloop_begin):  Simplify pattern and use emit_jump_insn.
21062         (doloop_end): Simplify pattern, switch operand order,
21063         and use emit_jump_insn.
21064
21065 Fri Sep  3 19:02:38 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
21066
21067         * function.h (struct function): Add new element LANGUAGE.
21068         (save_lang_status): Declare new variable.
21069         (restore_lang_status): Likewise.
21070         * function.c (save_lang_status): Define.
21071         (restore_lang_status): Likewise.
21072         (push_function_context_to): Call language-specific save function.
21073         (pop_function_context_from): Call language-specific restore function.
21074
21075 Fri Sep  3 01:16:18 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
21076
21077         * i386.md (movsf_1): Check REG_P before use of REGNO.
21078         (movdf_1): Likewise.
21079         (movxf_1): Likewise.
21080         (extendsfdf2): Likewise.
21081         (extendsfxf2): Likewise.
21082         (extenddfxf2): Likewise.
21083
21084 Sat Sep  4 11:37:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21085
21086         * config/c4x/c4x.c (c4x_emit_move_sequence): Do not force large
21087         constants into memory.
21088         (c4x_shiftable_constant): New function.
21089         * config/c4x/c4x.c (LEGITIMATE_CONSTANT_P): Allow any CONST_INT.
21090         (c4x_shiftable_constant): Declare.
21091         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant,
21092         ashlqi3_noclobber): Add new patterns and associated splitters.
21093
21094 Fri Sep  3 16:22:17 1999  Richard Henderson  <rth@cygnus.com>
21095
21096         * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
21097         * dwarf2out.c (dwarf2out_frame_init): Likewise.
21098         * final.c (shorten_branches): Likewise.
21099         * global.c (global_alloc): Likewise.
21100         * haifa-sched.c (build_control_flow): Likewise.
21101         * stmt.c (check_for_full_enumeration_handling): Likewise.
21102         (estimate_case_costs): Likewise.
21103
21104 Fri Sep  3 15:49:56 1999  Mark Mitchell  <mark@codesourcery.com>
21105
21106         * rtl.h (RTL_CHECKC2): Fix typo in last change.
21107
21108 Fri Sep  3 15:13:34 1999  Richard Henderson  <rth@cygnus.com>
21109
21110         * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.
21111         (recompute_reg_usage): Likewise.
21112         * rtlanal.c (find_regno_fusage): Likewise.
21113
21114         * rtl.c (rtl_check_failed_code1): New function.
21115         (rtl_check_failed_code2): New.
21116         * rtl.h (RTL_CHECK1, RTL_CHECK2, RTVEC_ELT): Parenthesize args.
21117         (RTL_CHECKC1, RTL_CHECKC2): New.
21118         (XC*): New accessor macros.
21119         (NOTE_*, LABEL_NAME, LABEL_NUSES, ADDRESSOF_REGNO): Use them.
21120         (ADDRESSOF_DECL, JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF): Likewise.
21121         (CONTAINING_INSN, REGNO, INTVAL, SUBREG_REG, SUBREG_WORD): Likewise.
21122         (ASM_OPERANDS_*, MEM_ALIAS_SET, SET_SRC, SET_DEST): Likewise.
21123         (TRAP_*, RANGE_INFO_*): Likewise.
21124
21125 Fri Sep  3 15:10:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21126
21127         * Makefile.in (tlink.o): Don't depend on toplev.h.
21128
21129         * collect2.c (c_file, o_file, export_file, import_file, ldout,
21130         output_file, nm_file_name, ldd_file_name, strip_file_name,
21131         c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
21132         add_prefix, prefix_from_env, prefix_from_string, do_wait,
21133         fork_execute, maybe_unlink, add_to_list,
21134         extract_init_priority, write_list, dump_list,
21135         dump_prefix_list, write_list_with_asm, write_c_file,
21136         write_c_file_stat, write_c_file_glob, scan_prog_file,
21137         scan_libraries, is_in_list, resolve_lib_name, use_import_list,
21138         ignore_library, extract_string, notice, dump_file, target_machine,
21139         collect_wait, collect_execute, libname, locatelib, aix_std_libs,
21140         read_file, print_load_command): Constify a char*.
21141         (fdopen, error, fatal, fatal_perror): Don't prototype.
21142         (my_strerror): Remove.  All callers use xstrerror instead.
21143         (xcalloc, xmalloc, xrealloc, xstrdup, putenv): Remove definitions.
21144         (main): Add prototype.  Constify lots of char* ptrs.  Change calls
21145         to xcalloc/strcpy/strcat/...  to one call to concat.
21146         (main, scan_prog_file, scan_libraries): Use an intermediate
21147         `const char **' to build an argv array.
21148         (mapfile, libselect, libcompare, locatelib): Add prototypes.
21149
21150         * collect2.h (collect_execute, collect_wait, dump_file,
21151         file_exists): Constify a char*.
21152         (ldout, c_file_name, temporary_obstack, permanent_obstack,
21153         temporary_firstobj, vflag, debug): Add extern declarations.
21154         (fancy_abort, error, notice, fatal, fatal_perror): Add prototypes.
21155
21156         * tlink.c: Don't include toplev.h.
21157         (vflag, debug, ldout, c_file_name, temporary_obstack,
21158         permanent_obstack, temporary_firstobj): Don't declare.
21159         (tlink_execute, frob_extension, symbol_hash_lookup,
21160         file_hash_lookup, demangled_hash_lookup, tlink_init, freadsym,
21161         recompile_files, read_repo_files, demangle_new_symbols,
21162         scan_linker_output): Constify a char*.
21163         (symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc,
21164         do_tlink): Mark parameters with ATTRIBUTE_UNUSED.
21165
21166 Fri Sep  3 18:09:24 1999  Andrew Haley  <aph@cygnus.com>
21167
21168         * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
21169         (relative) rather than jsr (absolute) subroutine call insns.
21170         * config/m68k/m68k-coff.h: Ditto.
21171
21172 Fri Sep  3 17:24:31 1999  Richard Earnshaw <rearnsha@arm.com>
21173
21174         * arm.c (note_invalid_constants): No need to ignore ASMs, we can
21175         now rework these too.
21176         (arm_reorg): If an insn can't reach the end of the current pool,
21177         ensure that we emit that pool before the insn.
21178
21179 Fri Sep  3 09:14:32 1999  Marc Espie <espie@tetto.liafa.jussieu.fr>
21180
21181         * tlink.c (scan_linker_output): Skip the initial underscore in
21182         a mangled name if appropriate.
21183
21184 Fri Sep  3 01:28:33 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21185
21186         * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
21187         objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
21188         error_with_ivar, gen_declarator, create_builtin_decl,
21189         my_build_string, generate_descriptor_table, generate_ivars_list,
21190         generate_dispatch_table, check_protocols, TAG_GETCLASS,
21191         TAG_GETMETACLASS, TAG_MSGSEND, TAG_MSGSENDSUPER, TAG_EXECCLASS,
21192         dump_base_name, lang_decode_option, build_encode_expr,
21193         start_class, finish_class, encode_pointer, really_start_method,
21194         gen_declaration, dump_interface, handle_class_ref, handle_impent):
21195         Constify.
21196         (objc_demangle, objc_printable_name, generate_struct_by_value_array):
21197         Add static prototypes.
21198         (build_objc_string_decl, build_selector_reference_decl,
21199         encode_bitfield, build_class_reference_decl): Remove unused
21200         parameter, all callers changed.
21201         (maybe_objc_method_name): Mark with ATTRIBUTE_UNUSED.
21202         (objc_printable_name): Likewise.  Change second parameter to type int.
21203         (init_objc): Use memcpy, not bcopy, to avoid casts.
21204
21205 Thu Sep  2 21:49:52 1999  Richard Henderson  <rth@cygnus.com>
21206
21207         * reload1.c (eliminate_regs_in_insn): Avoid eliminating the
21208         reg notes on a deleted insn.
21209         * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.
21210
21211 Thu Sep  2 20:18:12 1999  Jeffrey A Law  (law@cygnus.com)
21212
21213         * i386.c (ix86_attr_length_default): Handle TYPE_FXCH.
21214
21215 Thu Sep  2 22:00:08 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
21216
21217         * stmt.c (expand_asm_operands): Fix index into inout_mode when
21218         reading it.
21219
21220 Thu Sep  2 13:00:48 1999  Richard Henderson  <rth@cygnus.com>
21221
21222         * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
21223         * tm.texi (MD_ASM_CLOBBERS): Document it.
21224
21225 Thu Sep  2 10:22:40 1999  Richard Henderson  <rth@cygnus.com>
21226
21227         * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
21228         * except.c (expand_rethrow): Remove unused variable.
21229         * expr.c (do_jump_by_parts_greater_rtx): Likewise.
21230         * flow.c (replace_insns): Likewise.
21231         (create_edge_list, verify_edge_list): Likewise.
21232         * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.
21233
21234         * genemit.c (gen_expand): Only emit `operands[N]' decl if there
21235         is special code to run.
21236         (main): Don't define operands to emit_operand.
21237         * genrecog.c (main): Don't emit an empty peephole2_insn function.
21238
21239         * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.
21240
21241         * alpha/alpha.h (normal_memory_operand): Declare.
21242         (reg_no_subreg_operand): Declare.
21243         * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
21244
21245 Thu Sep  2 10:19:20 1999  Richard Henderson  <rth@cygnus.com>
21246
21247         * c-parse.in (compstmt_primary_start): New, broken out of first
21248         part of compstmt handling in primary.
21249         (primary): Use it.  Add an error clause.
21250         (compstmt_nostart): Renamed from compstmt; remove all
21251         initial invocations of compstmt_start.
21252         (compstmt): New.
21253
21254 Thu Sep  2 01:35:50 1999  Marc Espie <espie@cvs.openbsd.org>
21255
21256         * protoize.c (gen_aux_info_file):  Let pexecute call choose_temp_base if
21257         needed.
21258
21259 Thu Sep  2 00:43:59 1999  Finn Hakansson  <finn@axis.com>
21260
21261         * combine.c (simplify_shift_const): Remove extra semicolon.
21262         * dwarf2out.c (remove_AT): Likewise.
21263         * expmed.c (expand_mult): Likewise.
21264         * gcov.c (create_program_flow_graph): Likewise.
21265         * reorg.c (mostly_true_jump): Likewise.
21266
21267 Thu Sep  2 00:06:43 1999  Jeffrey A Law  (law@cygnus.com)
21268
21269         * fold-const.c (fold_range_test): Do not try to fold the range
21270         test if the rhs or lhs has side effects.
21271
21272         * combine.c (simplify_rtx): Recognize another case of a synthesized
21273         sign extension.
21274
21275         * varasm.c (mark_constant_pool): When marking indirect references,
21276         only look at SYMBOL_REFs.
21277
21278         * except.c (expand_fixup_region_end): Do not peek at
21279         INSN_UID (node->entry->outer_context) for flag_new_exceptions.
21280
21281 Thu Sep  2 13:52:53 1999  Geoffrey Keating  <geoffk@cygnus.com>
21282
21283         * flags.h: New variables align_loops, align_loops_log,
21284         align_jumps, align_jumps_log, align_labels, align_labels_log,
21285         align_functions, align_functions_log.
21286         * toplev.c: Define them.
21287         (f_options): Handle -falign-* when they have no argument.
21288         (main): Add logic to set variables for -falign-functions,
21289         -falign-jumps, -falign-labels, -falign-loops.
21290         Make it -fsched-verbose=<n> and -finline-limit=<n>.
21291         (display_help): Change help to match options.
21292         * final.c (LABEL_ALIGN): Default to align_labels_log.
21293         (LABEL_ALIGN_MAX_SKIP): Default to align_labels-1.
21294         (LOOP_ALIGN): Default to align_loops_log.
21295         (LOOP_ALIGN_MAX_SKIP): Default to align_loops-1.
21296         (LABEL_ALIGN_AFTER_BARRIER): Default to align_jumps_log.
21297         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to align_jumps-1.
21298         * varasm.c (assemble_start_function): Handle align_functions.
21299
21300         * config/sparc/sparc.h: Don't declare sparc_align_*.
21301         Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
21302         (DEFAULT_SPARC_ALIGN_FUNCS): Delete; take functionality into
21303         sparc.c.
21304         (FUNCTION_BOUNDARY): Fix incorrect use---it's not just a request,
21305         it's a promise.
21306         * config/sparc/sparc.c: Delete sparc_align_loops,
21307         sparc_align_jumps, sparc_align_funcs and the corresponding string
21308         variables.
21309         (sparc_override_options): Default align_functions on ultrasparc.
21310         Delete -malign-* handling.
21311
21312         * config/mips/mips.c (override_options):  On 64-bit targets,
21313         try to align code to 64-bit boundaries.
21314         (print_operand): New substitution, %~,
21315         which aligns labels to align_labels_log.
21316         * config/mips/mips.md (div_trap_normal): Use %~.
21317         (div_trap_mips16): Likewise.
21318         (abssi): Likewise.
21319         (absdi2): Likewise.
21320         (ffssi2): Likewise.
21321         (ffsdi2): Likewise.
21322         (ashldi3_internal): Likewise.
21323         (ashrdi3_internal): Likewise.
21324         (lshrdi3_internal): Likewise.
21325         (casesi_internal): Likewise.
21326
21327 Wed Sep  1 21:13:48 1999  Richard Henderson  <rth@cygnus.com>
21328
21329         Merge new ia32 backend from the branch!
21330
21331         * i386.h, i386.c, i386.md, reg-stack.c, i386/unix.h: Many changes.
21332         See ChangeLog.P2 on new_ia32_branch for details.
21333
21334         * rtl.h (stack_regs_mentioned_p): Delete prototype.
21335         * i386/cygwin.h (SUBTARGET_PROLOGUE): No more do_rtl.
21336         * i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
21337         * i386/gas.h (ASM_FILE_START): Define.
21338         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Update
21339         for name change of ix86_valid_decl_attribute_p.
21340         (i386_pe_valid_type_attribute_p): Similarly.
21341
21342 Wed Sep  1 18:21:23 1999  Richard Henderson  <rth@cygnus.com>
21343
21344         * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
21345         to step through CC modes.
21346
21347 Wed Sep  1 20:18:06 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
21348
21349         * regmove.c (fixup_match_1): Don't move INSN in front of P if
21350         it would end up in the shadow of a live flags regsiter.
21351
21352 Wed Sep  1 11:32:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21353
21354         * reload1.c: Fix many indentation problems.
21355         * reload.c: Likewise.
21356
21357 Tue Aug 31 22:08:03 1999  Marc Espie <espie@cvs.openbsd.org>
21358
21359         * alias.c (non_local_reference_p): Constify fmt.
21360
21361 Tue Aug 31 23:19:35 1999  Michael Meissner  <meissner@cygnus.com>
21362
21363         * config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
21364
21365 Tue Aug 31 16:44:52 1999  Jeffrey A Law  (law@cygnus.com)
21366
21367         * cse.c (delete_trivially_dead_insns): Do not delete stores to
21368         the internal_arg_pointer.
21369
21370 Tue Aug 31 13:35:42 1999  Richard Henderson  <rth@cygnus.com>
21371
21372         Merge peephole2 from new_ia32_branch:
21373         * Makefile.in (STAGESTUFF): Add *.peephole2.
21374         (mostlyclean): Likewise.
21375         (recog.o): Depend on resource.h.
21376
21377         * final.c (peephole): Conditionalize decl on HAVE_peephole.
21378         (final_scan_insn): Likewise for the invocation of peephole.
21379         * genconfig.c (main): Look for peephole and peephole2 patterns.
21380         Emit HAVE_peephole* accordingly.
21381         * genpeep.c (main): Conditionalize entire output on HAVE_peephole.
21382         * flags.h (flag_peephole2): Declare.
21383         * toplev.c: New pass peephole2.  New flag -fpeephole2.
21384
21385         * genattrtab.c (main): Count DEFINE_PEEPHOLE2.
21386         * gencodes.c (main): Likewise.
21387         * genextract.c (main): Likewise.
21388         * genoutput.c (main): Likewise.
21389         * genemit.c (max_operand_1): Look for the max scratch operand.
21390         (gen_rtx_scratch): New.
21391         (gen_exp): Use it, and pass on new arg subroutine_type.
21392         (gen_expand): Take max scratch into account.
21393         (gen_split): Emit peephole2 functions.
21394         (output_peephole2_scratch): New.
21395         (main): Include hard-reg-set.h and resource.h.  Handle peephole2.
21396         * genrecog.c (routine_type): Add PEEPHOLE2.
21397         (IS_SPLIT): New.
21398         (make_insn_sequence): Match outer parallel for peep2.  Discard
21399         top level scratches and dups.
21400         (add_to_sequence): New args insn_type and top.  Update all callers.
21401         Handle toplevel peep2 matching insns.
21402         (write_subroutine): Handle peep2.
21403         (write_tree_1): Likewise.
21404         (write_tree): Likewise.
21405         (main): Likewise.
21406         (change_state): New arg afterward.  Update all callers.
21407         Handle matching separate insns.
21408         * recog.c (recog_next_insn): New.
21409         (peephole2_optimize): New.
21410         * rtl.def (DEFINE_PEEPHOLE2): New.
21411         * resource.c (find_free_register): New argument last_insn.  Use it
21412         to find a register available through the entire span.
21413         * resource.h (find_free_register): Update prototype.
21414
21415 Tue Aug 31 11:51:06 1999  Jim Kingdon  <http://developer.redhat.com>
21416
21417         * i386.c (output_strlen_unroll): Don't write xops[7]
21418         label if it wasn't set.
21419
21420 1999-08-31 12:44 -0700  Zack Weinberg  <zack@bitmover.com>
21421
21422         * cpplib.c (struct directive): Const-ify name pointer and
21423         function pointer prototype.
21424         (validate_else, do_define, do_line, do_include, do_undef,
21425         do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
21426         do_elif, do_endif, do_sccs, do_assert, do_unassert,
21427         do_warning): Const-ify second arg.
21428         (directive_table): Mark const.  Reorder entries by frequency
21429         of usage, record statistics.
21430
21431 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>
21432
21433         * rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and
21434         bounds- check RTL accesses if --enable-checking.
21435         (RTVEC_ELT): Bounds check if --enable-checking.
21436         (XWINT, XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE,
21437         XBBDEF): Use RTL_CHECK1/RTL_CHECK2 as appropriate.
21438         (XVECEXP, XVECLEN): Define in terms of XVEC, RTVEC_ELT, and
21439         GET_NUM_ELEM.
21440         (X0WINT, X0INT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
21441         X0BBDEF, X0ADVFLAGS):  New macros for accessing '0' slots of RTXes.
21442
21443         (ADDR_DIFF_VEC_FLAGS): Use X0ADVFLAGS.
21444         (NOTE_SOURCE_FILE): Use X0STR.
21445         (NOTE_BLOCK_NUMBER, NOTE_EH_HANDLER, LABEL_NUSES,
21446         MEM_ALIAS_SET): Use X0INT.
21447         (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK,
21448         JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF, CONTAINING_INSN):
21449         Use X0EXP.
21450         * real.h (CONST_DOUBLE_CHAIN): Use X0EXP.
21451         * rtl.c (copy_rtx, copy_most_rtx): Copy '0' slots with X0WINT.
21452         (rtl_check_failed_bounds, rtl_check_failed_type1,
21453         rtl_check_failed_type2, rtvec_check_failed_bounds): New
21454         functions.
21455         (fancy_abort): Fix comment.
21456
21457         * cse.c (canon_hash): Read CONST_DOUBLE data slots with XWINT.
21458         (cse_insn): Decrement LABEL_NUSES for jump target before
21459         deleting jump insn.
21460         * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use X0EXP for slot 1.
21461         * final.c (alter_subreg): Compute regno before changing x to
21462         REG; set REGNO(x) after changing it.
21463         * flow.c (count_basic_blocks): Use XWINT to inspect EH_REGION
21464         notes containing CONST_INTs.
21465         (delete_eh_regions): Use NOTE_EH_HANDLER.
21466         * function.c (put_reg_into_stack): Make reg a MEM before
21467         initializing it.
21468         (fixup_var_refs_insns):  Save REG_NOTES (insn) in case we
21469         delete insn.
21470         (gen_mem_addressof): Make reg a MEM before initializing it.
21471         * integrate.c (copy_rtx_and_substitute): Copy '0' slots with
21472         X0WINT.
21473         * local-alloc.c (update_equiv_regs): Zap REG_NOTES before
21474         deleting an insn, not after.
21475         (block_alloc): Only look at PATTERN(insn) if we have to, and
21476         only if it's format class 'i'.
21477         * loop.c (check_dbra_loop): Check bl->biv->add_val is a
21478         CONST_INT before using its INTVAL.
21479         * print-rtl.c (print_rtx): Use X0STR.
21480         * regmove.c (fixup_match_1): Don't look at PATTERN of
21481         non-class-'i' insn chain elements.
21482         * reload.c (loc_mentioned_in_p): Take address of
21483         in->fld[1].rtx directly.
21484         * reload1.c (reload): Change reg to a MEM before initializing
21485         it.
21486         * varasm.c (mark_constant_pool): Skip CONST_DOUBLES, which
21487         have no names.
21488         * config/i386/i386.md (decrement_and_branch_if_zero): Fix typo.
21489
21490 Fri Aug 20 13:43:41 1999  Andrew Haley  <aph@cygnus.com>
21491
21492         * config/mips/mips.c (machine_dependent_reorg): Force a
21493         barrier to output the local constant pool if a barrier hasn't
21494         been found at a natural point in the instruction stream.
21495
21496 Mon Aug 30 22:04:36 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21497
21498         * c-parse.in (language_string): Constify.
21499
21500         * dwarf2out.c (language_string): Remove declaration.
21501
21502         * dwarfout.c (language_string): Likewise.
21503
21504         * toplev.c (language_string, init_parse, finish_parse): Likewise.
21505
21506         * tree.h (language_string, init_parse, finish_parse): Declare.
21507
21508         * i386/sun386.h (language_string): Remove declaration.
21509
21510         * mips.h (language_string): Likewise.
21511
21512         * nextstep.h (language_string): Likewise.
21513
21514         * nextstep21.h (language_string): Likewise.
21515
21516         * rs6000.c (language_string): Likewise.
21517
21518 Mon Aug 30 20:56:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21519
21520         * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
21521         (getpwd.o): Remove target.
21522
21523         * getpwd.c: Delete file.  Its in libiberty now.
21524
21525         * dbxout.c (getpwd): Don't prototype.
21526         * dwarf2out.c (getpwd): Likewise
21527         * dwarfout.c (getpwd): Likewise
21528         * final.c (getpwd): Likewise.
21529         * protoize.c (getpwd): Likewise.
21530
21531 Mon Aug 30 20:21:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21532
21533         * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.
21534
21535 Mon Aug 30 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
21536
21537         * flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not
21538         mark_set_resources.
21539
21540 Mon Aug 30 12:23:53 1999  Jim Wilson  <wilson@cygnus.com>
21541
21542         * fixinc/Makefile.in (subdir): New.
21543         (fixincl.x, inclhack.sh, fixincl.sh): Use cp instead of $(CP).
21544         (Makefile): New.
21545
21546 Mon Aug 30 01:02:09 1999  Jeffrey A Law  (law@cygnus.com)
21547
21548         * emit-rtl.c (copy_rtx_if_shared): A MEM which references
21549         virtual_stack_vars_rtx or virtual_incoming_args_rtx can not
21550         be shared.
21551
21552         * invoke.texi: Fix typo.
21553
21554         * dwarf2out.c (mem_loc_descriptor): New argument MODE.  All callers
21555         changed.  Handle autoincrement addressing modes.
21556
21557         * integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer
21558         just like we would the virtual incoming args register when
21559         integrating.
21560
21561 Sun Aug 29 23:17:54 1999  David Edelsohn  <edelsohn@gnu.org>
21562
21563         * rs6000.h (ASM_FILE_START): Specify complete filename, including
21564         path, in .file directive.
21565
21566 Sun Aug 29 05:06:43 1999  Russ Allbery  <rra@stanford.edu>
21567
21568         * gcc.texi (External Bugs): Remove obsolete note about Perl on
21569         SunOS.
21570
21571 1999-08-29 08:38 -0700  Zack Weinberg  <zack@bitmover.com>
21572
21573         * stdbool.h: Make the typedef name _Bool, with bool a #defined
21574         alias.
21575
21576 Sun Aug 29 09:36:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21577
21578         * tree.c (tree_code_name): Constify a char*.
21579
21580         * tree.h (tree_code_name, decl_printable_name): Likewise.
21581
21582         * function.h (struct function): Likewise.
21583
21584         * toplev.c (decl_name, decl_printable_name): Likewise.
21585
21586         * vax/vms.h (MAYBE_VMS_FUNCTION_PROLOGUE): Likewise.
21587
21588         * objc/objc-act.c (decl_printable_name): Remove redundant prototype.
21589         (init_objc): Remove function pointer cast.
21590
21591 Sun Aug 29 05:01:17 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
21592
21593         * pa.md (interspace_jump): New pattern.
21594         (builtin_longjmp): New expander.
21595
21596 1999-08-29  Bernd Schmidt  <bernds@cygnus.co.uk>
21597
21598         * fp-bit.c (add, sub, multiply, divide, compare, _eq_f2, _ne_f2,
21599         _gt_f2, _ge_f2, _lt_f2, _le_f2, float_to_si, float_to_usi, negate,
21600         sf_to_df, df_to_sf): Fix potential problem with alias analysis.
21601
21602 Sun Aug 29 04:30:52 1999  John Wehle  (john@feith.com)
21603
21604         * jump.c (delete_prior_computation): Also check calls
21605         to constant functions.  Don't bother checking for a
21606         REG_UNUSED note before adding it.
21607         (delete_computation): Handle multi-word hard registers
21608         when synthesizing missing REG_DEAD notes for a register
21609         which is both set and used by an insn.
21610
21611 1999-08-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21612
21613         * loop.c (this_loop_info): New variable.
21614         (loop_has_call, loop_has_volatile, loop_has_tablejump,
21615         loop_continue, loops_enclosed): Replace with fields in this_loop_info.
21616         All uses updated.
21617         (prescan_loop, strength_reduce): New argument loop_info.  All callers
21618         updated.
21619         (scan_loop): New variable loop_info, initialise to address of
21620         this_loop_info.
21621         (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP.
21622         Delete variable loop_has_multiple_exit targets and replace with
21623         field in this_loop_info.
21624         (find_and_verify_loops): Rename this_loop to this_loop_num.
21625         (strength_reduce): Delete loop_iteration_info.  Replace variable
21626         loop_info with function argument of same name.
21627         (insert_bct): Rework test for loop being completely unrolled.
21628
21629         * loop.h (struct loop_info): New fields num, loops_enclosed,
21630         has_call, has_volatile, has_tablejump, has_multiple_exit_targets,
21631         has_indirect_jump, and cont.  Redefine use of unroll_number.
21632         (loop_unroll_number): Delete.
21633
21634         * unroll.c (unroll_loop): Store loop unroll count in unroll_number
21635         field of loop_info.
21636         (loop_iterations): Delete variable vtop and instead use
21637         loop_info->vtop computed in prescan_loop.
21638
21639 Sun Aug 29 03:27:23 1999  Scott Weikart <scott@igc.apc.org>
21640
21641         * fix-header.c (main): Do not pass a null pointer to strcmp.
21642
21643 Sun Aug 29 03:18:48 1999  William Bader  (william@nscs.fast.net)
21644
21645         * configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
21646         filenames.
21647         * configure: Rebuilt.
21648
21649 Sat Aug 28 19:36:05 1999  Jeffrey A Law  (law@cygnus.com)
21650
21651         * jump.c (jump_optimize_1): Do not delete assignments to
21652         internal_arg_pointer.
21653         * cse.c (delete_trivially_dead_insns): Always consider a set of
21654         the internal_arg_pointer live.
21655
21656 Sat Aug 28 16:24:31 1999  Richard Henderson  <rth@cygnus.com>
21657
21658         * flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
21659         (update_life_info) [REG_WAS_0]: Search the original insns rather
21660         than the new insns for the note.  Fix typos finding note_dest.
21661         If no dest found, discard the note rather than abort.
21662         [REG_NOALIAS]: Handle as REG_NO_CONFLICT.
21663         (replace_insns): Remove the old insn list after update_life_info
21664         not before.
21665
21666 Sat Aug 28 16:20:12 1999  Richard Henderson  <rth@cygnus.com>
21667
21668         * haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling
21669         sched_analyze_insn.
21670         (sched_analyze_1): Let add_dependence care for not adding dups.
21671         (sched_analyze_2): Likewise.
21672         (add_branch_dependences): Likewise.
21673
21674 Sat Aug 28 15:58:16 1999  Mumit Khan  <khan@xraylith.wisc.edu>
21675
21676         * i386/winnt.c (export_list): New type.
21677         (exports_head): Rename to
21678         (export_head):  this.
21679         (i386_pe_record_exported_symbol): Add is_data flag.
21680         (i386_pe_asm_file_end): Emit directive for exported variables.
21681         * i386/cygwin.h (i386_pe_record_exported_symbol): Update
21682         prototype.
21683         * i386/cygwin.h (ASM_OUTPUT_COMMON): Specify symbol type.
21684         (ASM_DECLARE_OBJECT_NAME): Likewise.
21685         (ASM_DECLARE_FUNCTION_NAME): Likewise.
21686         * i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
21687
21688 Fri Aug 27 15:35:24 1999  Jeffrey A Law  (law@cygnus.com)
21689
21690         * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.
21691
21692         * pa.c (emit_move_sequence): Do not stop on SUBREG_WORD of an
21693         operand.
21694
21695 Fri Aug 27 14:01:19 1999  Marc Espie <espie@cvs.openbsd.org>
21696
21697         * config/openbsd.h: Define SET_ASM_OP.
21698         * tm.texi: cross-reference SET_ASM_OP in the index.
21699
21700 1999-08-27 13:27 -0700  Zack Weinberg  <zack@bitmover.com>
21701
21702         * rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
21703         for a CONST_DOUBLE, at compile time.  Initialize rtx_length
21704         and class_narrowest_mode at compile time.  Kill init_rtl.
21705         Mark rtx_length, mode_class, mode_size, mode_unit_size,
21706         mode_wider_mode, mode_mask_array, class_narrowest_mode, and
21707         rtx_format as const.  Kill all references to EXTRA_CC_MODES or
21708         EXTRA_CC_NAMES.
21709         * rtl.def (CONST_DOUBLE): Use CONST_DOUBLE_FORMAT macro for
21710         format.
21711         * rtl.h: Declare rtx_length and rtx_format as const.
21712         * machmode.def: Define CC().  Use CC() to define CCmode.  If
21713         EXTRA_CC_MODES is defined, expand it here.
21714         * machmode.h: Declare mode_class, mode_size, mode_unit_size,
21715         mode_wider_mode, mode_mask_array, and class_narrowest_mode as
21716         const.  Kill all references to EXTRA_CC_MODES.
21717
21718         * toplev.c: Don't prototype or call init_rtl.
21719         * optabs.c: Don't call init_mov_optab.
21720         * genemit.c: Don't generate init_mov_optab.  Don't call
21721         init_rtl.
21722         * gengenrtl.c: Duplicate calculation of CONST_DOUBLE_FORMAT
21723         here.
21724         * genattr.c, genattrtab.c, gencodes.c, genconfig.c,
21725         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
21726         genrecog.c: Don't call init_rtl.
21727
21728         * arc.h, arm.h, c4x.h, i386.h, i960.h, m88k.h, pa.h, pdp11.h,
21729         rs6000.h, sparc.h: Don't define EXTRA_CC_NAMES.  Use CC() in
21730         definition of EXTRA_CC_MODES.
21731
21732         * md.texi: Kill ref to EXTRA_CC_NAMES.
21733         * tm.texi: Document new way to define EXTRA_CC_MODES.
21734
21735         * genrecog.c: Do not look up the name of a define_split.
21736         (Unrelated bugfix.)
21737
21738 Fri Aug 27 17:03:42 1999  Nick Clifton  <nickc@cygnus.com>
21739
21740         * config/v850/v850.md: Fix typo introduced by previous delta.
21741
21742 Fri Aug 27 09:48:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21743
21744         * gcc.c (fatal): Make definition static to match prototype.
21745
21746 Fri Aug 27 10:33:35 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21747
21748         * combine.c (get_last_value): Don't look for earlier sets if the last
21749         known set is somewhere in between the insns being combined.
21750
21751 Fri Aug 27 10:03:12 BST 1999  Nathan Sidwell  <nathan@acm.org>
21752
21753         * configure.in: Don't use shell ! to negate exit codes
21754         * configure: Regenerate
21755
21756 Fri Aug 27 09:36:17 1999  Andreas Schwab  <schwab@suse.de>
21757
21758         * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for
21759         the fact that ALIGN is measured in bits, not bytes.
21760
21761 1999-08-27 00:27 -0700  Zack Weinberg  <zack@bitmover.com>
21762
21763         * errors.c: New file; defines functions error, warning, and
21764         fatal, variables have_error and progname.
21765         * errors.h: New file; prototypes and decls for stuff in errors.c.
21766
21767         * Makefile: Add rules to build errors.o and
21768         $(HOST_PREFIX)errors.o.  Link genconfig, gencodes, genemit,
21769         genopinit, genrecog, genextract, genpeep, genattr, and
21770         genoutput with errors.o.  Add errors.h to deps of genconfig.o,
21771         gencodes.o, genemit.o, genopinit.o, genrecog.o, genextract.o,
21772         genpeep.o, genattr.o, and genoutput.o.
21773
21774         * genconfig.c, gencodes.c, genemit.c, genopinit.c, genrecog.c,
21775         genextract.c, genpeep.c, genattr.c:  Include errors.h.  Don't
21776         define or prototype fatal.  Set progname at beginning of main.
21777         * genoutput.c:  Likewise, and don't define or prototype error
21778         either.
21779
21780         * c-typeck.c (c_expand_start_case): Return immediately if exp
21781         is an ERROR_MARK.
21782         * fold-const.c (operand_equal_p): Return immediately if arg1
21783         or arg0 are ERROR_MARKs.
21784         * stor-layout.c (layout_type [case RECORD_TYPE]): Ignore
21785         fields of type ERROR_MARK when calculating if the record can
21786         go in a register.
21787
21788 Fri Aug 27 01:03:48 1999  Jim Kingdon  <http://developer.redhat.com>
21789         with much help from Jeffrey A Law and Richard Henderson
21790
21791         * i386.md: In the 6 insns which call output_fix_trunc,
21792         earlyclobber operands[0].
21793
21794 Fri Aug 27 01:01:51 1999  Philip Blundell  <pb@nexus.co.uk>
21795
21796         * jump.c (duplicate_loop_exit_test): Call reg_scan_update after
21797         creating new registers.
21798
21799 1999-08-26 23:09 -0700  Zack Weinberg  <zack@bitmover.com>
21800
21801         * i386.h: Declare ix86_cpu_string, ix86_arch_string,
21802         i386_reg_alloc_order, i386_regparm_string,
21803         i386_align_loops_string, i386_align_jumps_string,
21804         i386_align_funcs_string, i386_preferred_stack_boundary_string,
21805         and i386_branch_cost_string as type "const char *".
21806         * i386.c: Define all above strings as type "const char *".
21807
21808 Thu Aug 26 20:36:30 1999  Jim Wilson  <wilson@cygnus.com>
21809
21810         * dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
21811         when emitting alignment padding.  Emit padding byte of 0 instead of 4.
21812
21813 Thu Aug 26 18:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
21814
21815         * tree.c (array_type_nelts): Don't create RTL_EXPRs from
21816         SAVE_EXPRs unless the SAVE_EXPRs have already been expanded.
21817
21818 Thu Aug 26 19:33:23 1999  Jim Wilson  <wilson@cygnus.com>
21819
21820         * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Add default definition.
21821         (debug_dwarf): Add DWARF2_ASM_LINE_DEBUG_INFO support.
21822         (dwarf2out_line, dwarf2out_finish): Likewise.
21823         * tm.texi (DWARF2_ASM_LINE_DEBUG_INFO): Add documetation.
21824
21825 Thu Aug 26 16:10:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
21826
21827         * tree.c (lang_unsave_expr_now) : Correct return type.
21828         * tree.h (lang_unsave_expr_now) : Same.
21829
21830 Thu Aug 26 13:12:29 1999  Jeffrey A Law  (law@cygnus.com)
21831
21832         * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
21833         instead of duplicating code.
21834
21835 Thu Aug 26 18:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21836
21837         * gcse.c (hash_scan_insn): Don't scan obvious no-ops.
21838
21839 1999-08-26 09:42 -0700  Zack Weinberg  <zack@bitmover.com>
21840
21841         * tree.h: fancy_abort always takes three args.
21842         * resource.c: Move include of system.h before toplev.h.
21843
21844 Thu Aug 26 09:46:16 1999  Nick Clifton  <nickc@cygnus.com>
21845
21846         * dwarf2out.c (mem_loc_descriptor): Accept LABEL_REFs as well
21847         as SYMBOL_REFs.
21848
21849 1999-08-25 22:10 -0700  Zack Weinberg  <zack@bitmover.com>
21850
21851         * system.h: Don't redefine abort or trim_filename.
21852         * rtl.h: Define abort to fancy_abort (__FILE__, __LINE__, 0)
21853         or fancy_abort (__FILE__, __LINE__, __FUNCTION__) depending on
21854         whether or not __FUNCTION__ is available.
21855         * tree.h: Duplicate rtl.h's definition of abort, for files
21856         that don't include rtl.h.  Delete all code to perform type
21857         checking with a compiler other than GCC.
21858         * varray.h: Delete all code to perform type checking with a
21859         compiler other than GCC.  Make VARRAY_CHECK() always evaluate
21860         its arguments exactly once, using a statement expression.
21861         Adjust the VARRAY_<type> accessor macros to match.
21862         * toplev.h (fatal_insn, fatal_insn_not_found): Kill.
21863         (_fatal_insn, _fatal_insn_not_found): New fns, take info on
21864         caller's location.  Define fatal_insn and fatal_insn_not_found
21865         as macros that use _fatal_insn and _fatal_insn_not_found.
21866         (fancy_abort, trim_filename): Kill prototypes.
21867
21868         * rtl.c (trim_filename): Move here from toplev.c.
21869         (fancy_abort): New function.
21870         (DIR_SEPARATOR): Provide default definition.
21871         * tree.c (tree_check_failed, tree_class_check_failed): Go
21872         through fancy_abort.
21873         (tree_check, tree_class_check, cst_or_constructor_check,
21874         expr_check): Delete.
21875         * varray.c (varray_check_failed): New function.
21876         * toplev.c (fatal_insn, fatal_insn_not_found): Replace with
21877         _fatal_insn and _fatal_insn_not_found.  Go through
21878         fancy_abort.
21879         (trim_filename, fancy_abort): Delete.
21880
21881         * builtins.c (expand_builtin_args_info): Report ICE with abort.
21882         * except.c (start_catch_handler): Report ICE with error/abort
21883         combo.
21884         * final.c (output_operand_lossage): Likewise.
21885         * flow.c (verify_flow_info): Likewise.
21886
21887         * gcc.c: Prototype fatal.
21888         * gengenrtl.c: Undef abort after including rtl.h not system.h.
21889         * genattr.c, genattrtab.c, genemit.c, genextract.c,
21890         genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c:
21891         Don't define fancy_abort.
21892
21893 Wed Aug 25 17:56:59 1999  Richard Henderson  <rth@cygnus.com>
21894
21895         * optabs.c (emit_cmp_and_jump_insns): Be more thorough in
21896         canonization.
21897
21898 Wed Aug 25 15:35:55 1999  Richard Henderson  <rth@cygnus.com>
21899
21900         * m88k.h (VERSION_INFO2): Kill.
21901         (VERSION_STRING): Kill.
21902         (TM_RCS_ID): Kill.
21903         (VERSION_INFO1): Tidy.
21904         (TARGET_VERSION): Update.
21905         * m88k/dgux.h (VERSION_INFO2): Kill.
21906         (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
21907         * m88k/luna.h (VERSION_INFO1): Tidy.
21908         * m88k/sysv4.h (VERSION_INFO1): Likewise.
21909         * m88k.c (out_rcs_id, tm_rcs_id): Kill.
21910         (output_file_start): Adjust for death of VERSION_STRING.
21911
21912 1999-08-25 13:51 -0700  Jim Meyering  <meyering@ascend.com>
21913
21914         * cpplib.c (detect_if_not_defined): New function.
21915         (do_if): Use it to detect potential once-only headers.
21916
21917 Wed Aug 25 14:00:18 1999  Jason Merrill  <jason@yorick.cygnus.com>
21918
21919         * c-common.c (combine_strings): Always set TREE_CONSTANT.
21920
21921 Wed Aug 25 15:27:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
21922
21923         * combine.c (nonzero_bits) : Allow single-ly set registers to be
21924         anywere in the function only if they are pseudos and set before
21925         being used (not live at the start of the function).
21926         (num_sign_bit_copies) : Same.
21927         (get_last_value_validate) : Same.
21928         (get_last_value) : Same.
21929
21930 Wed Aug 25 11:13:29 1999  Richard Henderson  <rth@cygnus.com>
21931
21932         * loop.c (express_from): Try harder to unify (* c N) and (* c M)
21933         where N and M are constant and N is an integer multiple of M.
21934
21935 Wed Aug 25 13:55:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
21936
21937         * sbitmap.h (sbitmap_intersection_of_succs): Add prototype.
21938         (sbitmap_intersection_of_preds, sbitmap_union_of_succs,
21939         sbitmap_union_of_preds): Add prototypes.
21940         * sbitmap.c (sbitmap_intersection_of_succs): New function to compute
21941         the intersection of successors with the new flow graph structures.
21942         (sbitmap_intersection_of_preds): New function to compute the
21943         intersection of predecessors with the new flow graph structures.
21944         (sbitmap_union_of_succs): New function to compute the union of
21945         successors with the new flow graph structures.
21946         (sbitmap_union_of_preds): New function to compute the union of
21947         predecessors with the new flow graph structures.
21948         * gcse.c (compute_rdm, compute_available): Use new sbitmap routines.
21949         (expr_reaches_here_p): Use edge and basic_block structures instead
21950         of s_preds and s_succs.
21951         (compute_cprop_avinout): Use new sbitmap routines.
21952         (pre_expr_reaches_here_p): Use edge and basic_block structures instead
21953         of s_preds and s_succs.
21954         * flow.c (compute_flow_dominators): Compute dominators using
21955         edges and basic blocks instead of s_preds and s_succs.
21956
21957 Wed Aug 25 13:41:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
21958
21959         * lists.c (unused_insn_list, unused_expr_list): New file for
21960         maintaining various types of lists. New statics for maintaining a
21961         cache of available INSN_LIST and EXPR_LIST nodes.
21962         (free_list): Static function for freeing a list of INSN/EXPR nodes.
21963         (alloc_INSN_LIST): Function to get a free INSN_LIST node.
21964         (alloc_EXPR_LIST): Function to get a free EXPR_LIST node.
21965         (init_EXPR_INSN_LIST_cache): Initialize the cache lists.
21966         (free_EXPR_LIST_list): Free an entire list of EXPR_LIST nodes.
21967         (free_INSN_LIST_list): Free an entire list of INSN_LIST nodes.
21968         (free_EXPR_LIST_node): Free an individual EXPR_LIST node.
21969         (free_INSN_LIST_node): Free an individual INSN_LIST node.
21970         * haifa-sched.c (unused_insn_list, unused_expr_list): Moved to flow.c
21971         (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
21972         (remove_dependence, free_pending_lists): Use new global routines.
21973         (flush_pending_lists, sched_analyze_insn): Use new global routines.
21974         (sched_analyze, compute_block_backward_dependences): Use new routines.
21975         (sched_analyze_1, sched_analyze_2): Use new routines.
21976         (schedule_insns): Use new global routines.
21977         * rtl.h (init_EXPR_INSN_LIST_cache, free_EXPR_LIST_list): Add function
21978         prototypes.
21979         (free_INSN_LIST_list, free_EXPR_LIST_node): Add prototypes.
21980         (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
21981         prototypes.
21982         * toplev.c (rest_of_compilation): Initialize node cache.
21983         * Makefile.in (OBJS): Add lists.o to list of object files.
21984         (lists.o): Add dependancies.
21985
21986 Wed Aug 25 17:31:56 1999  Nick Clifton  <nickc@cygnus.com>
21987
21988         * config/v850/v850.md: Fix compile time warning messages.
21989         * config/v850/v850.c: Fix compile time warning messages.
21990         * config/v850/v850.h: Fix compile time warning messages.
21991
21992 Wed Aug 25 09:44:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21993
21994         * genattr.c (gen_attr): Add prototype arguments for get_attr_*().
21995         Remove unused prototype for `init_lengths'.
21996
21997 Wed Aug 25 09:32:31 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21998
21999         * calls.c (emit_call_1): Mark parameter `stack_size' with
22000         ATTRIBUTE_UNUSED.
22001         (expand_call): Initialize variable `insn'.
22002         (emit_library_call): Likewise for variable `high_to_save'.
22003         (emit_library_call_value): Likewise.
22004         (store_one_arg): Likewise for variables `lower_bound' and
22005         `upper_bound'.
22006
22007         * combine.c (try_combine): Likewise for variables `i2_code_number'
22008         and `other_code_number'.
22009         (find_split_point): Likewise for variables `pos', `unsignedp' and
22010         `inner'.
22011         (simplify_if_then_else): Likewise for variables `op' and `c1'.
22012         (simplify_and_const_int): Remove unused variable `width'.
22013         (merge_outer_ops): Likewise.
22014
22015         * cse.c (simplify_binary_operation): Cast an INTVAL() to `unsigned
22016         HOST_WIDE_INT' when comparing against one.
22017         (simplify_relational_operation): Likewise.
22018         (cse_insn): Initialize variables `src_eqv_volatile',
22019         `src_eqv_in_memory', `src_eqv_in_struct', `src_eqv_hash' and `sets'.
22020
22021         * final.c (init_final): Constify parameter `filename'.
22022         (final_start_function): Mark parameter `optimize' with
22023         ATTRIBUTE_UNUSED.
22024         (profile_function): Likewise for parameters `first' and `optimize'.
22025         (output_source_line): Likewise for parameter `file'.
22026
22027         * integrate.c (subst_constants): Cast a value to `size_t' when
22028         comparing against one.
22029         (mark_stores): Initialize variable `mode'.  Cast a value to
22030         `size_t' when comparing against one.
22031
22032         * integrate.h (MAYBE_EXTEND_CONST_EQUIV_VARRAY): Likewise.
22033
22034         * loop.c (move_movables): Initialize variable `first'.
22035         (strength_reduce): Likewise for variable `increment'.
22036         (check_dbra_loop): Likewise for variable `comparison_val'.  Cast a
22037         value to `size_t' when comparing against one.
22038         (load_mems): Initialize variable `end_label'.
22039
22040         * output.h (init_final): Constify parameter.
22041
22042         * reload.c (decompose): Initialize variable `base'.
22043
22044         * reload1.c (reload): Likewise for variable `is_scalar'.
22045         (spill_hard_reg): Mark parameter `dumpfile' with ATTRIBUTE_UNUSED.
22046         (choose_reload_regs): Initialize variable `mode'.
22047         (emit_reload_insns): Likewise for variable `store_insn'.
22048         (reload_cse_noop_set_p): Mark parameter `insn' with
22049         ATTRIBUTE_UNUSED.
22050         (reload_combine): Initialize variable `set'.
22051
22052         * unroll.c (unroll_loop): Likewise for variable `local_label'.
22053         (copy_loop_body): Cast a value to `size_t' when comparing against
22054         one.
22055
22056         * varasm.c (assemble_variable): Initialize variable `size_tree'.
22057         (const_hash): Add an `else abort()' in an if-else-if-else sequence.
22058         (remove_from_pending_weak_list): Mark parameter `name' with
22059         ATTRIBUTE_UNUSED.
22060
22061 Wed Aug 25 11:18:39 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22062
22063         * toplev.c (rest_of_compilation): Use decl_printable_name when opening
22064         gcse dump file.
22065
22066 Wed Aug 25 10:57:12 1999  Nick Clifton  <nickc@cygnus.com>
22067
22068         * config/arm/telf.h (ASM_WEAKEN_LABEL): Define.
22069         (ASM_DECLARE_FUNCTION_NAME): Define.
22070         (TYPE_ASM_OP, SIZE_ASM_OP, TYPE_OPERAND_FORMAT,
22071         ASM_DECLARE_RESULT, ASM_DECLARE_OBJECT_NAME,
22072         ASM_FINISH_DECLARE_OBJECT, ASM_DECLARE_FUNCTION_SIZE): Define if
22073         not already defined.
22074
22075 Wed Aug 25 01:36:11 1999  John David Anglin  <dave@hiauly1.hia.nrc.ca>
22076
22077         * calls.c (emit_call_1): Use call_pop/call_value_pop for all values
22078         of n_popped when call/call_value are not defined.
22079
22080 Wed Aug 25 01:25:14 1999  Jeffrey A Law  (law@cygnus.com)
22081
22082         * tm.texi: GNU CC -> GCC conversion.
22083         (CC1_SPEC): Indicate it is used for all language front ends.
22084
22085 Tue Aug 24 23:43:03 1999  Mark Mitchell  <mark@codesourcery.com>
22086
22087         * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
22088         NOTE_INSN_EH_REGION_END correctly.
22089
22090 Tue Aug 24 23:26:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
22091                           Jeff Law <law@cygnus.com>
22092
22093         * loop.c (strength_reduce): Automatically unroll loops if the
22094         unrolled loop size is smaller than the rolled loop size.
22095
22096         * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
22097         and delete comment that code should be rewritten.
22098
22099 Tue Aug 24 22:56:35 1999  Jeffrey A Law  (law@cygnus.com)
22100
22101         * haifa-sched.c (find_rgns): Mark a block found during the DFS search
22102         as reachable.
22103
22104         * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.
22105
22106 Tue Aug 24 22:41:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22107
22108         * fixinc/mkfixinc.sh: Don't fix uwin headers.
22109         * i386/uwin.h (MD_STARTFILE_PREFIX): Define.
22110         (LINK_SPEC): Add -u _main when building executables.
22111         (ASM_DECLARE_FUNCTION): Update from Cygwin.
22112         (ASM_FILE_END): Use the default for ix86-pe.
22113         * i386/xm-uwin.h (HAVE_BCOPY): Undefine.
22114
22115 Tue Aug 24 20:49:47 1999  Art Haas  <ahaas@neosoft.com>
22116
22117         * final.c (output_addr_const): Handle case where ASM_OPEN_PAREN
22118         and ASM_CLOSE_PAREN are empty strings.
22119
22120 Wed Aug 25 12:46:22 1999  Fred Fish  <fnf@cygnus.com>
22121                           Geoffrey Keating <geoffk@cygnus.com>
22122
22123         * Makefile.in (PREPROCESSOR_DEFINES): New macro.
22124         (protoize.o):  Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
22125         (unprotoize.o): Ditto.
22126         (test-protoize-simple): Don't define STD_PROTO_DIR.
22127         * protoize.c: Use PARAMS rather than PROTO.  Minor whitespace
22128         changes to make 'test-protoize-simple' pass.
22129         (STD_PROTO_DIR): Remove define.
22130         (STANDARD_EXEC_PREFIX): Supply default define.
22131         (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
22132         (target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
22133         (target_version): New variable, init to DEFAULT_TARGET_VERSION.
22134         (GET_ENV_PATH_LIST): New macro.
22135         (default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
22136         (do_processing): Initialize default_syscalls_dir using new
22137         macros.  Use it to initialize syscalls_absolute_filename.
22138
22139 Tue Aug 24 16:58:15 1999  Richard Henderson  <rth@cygnus.com>
22140
22141         * jump.c (jump_optimize_1): Do cmov opt on any single-set; force
22142         B into a register before emit_conditional_move.
22143
22144 Tue Aug 24 15:37:03 1999  Richard Henderson  <rth@cygnus.com>
22145
22146         * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
22147         as (+ (+ (* a b) (* d e)) c).  Factor a common power-of-two
22148         multiplicand out of (+ (* a b) (* c d)).
22149
22150 Tue Aug 24 11:46:10 1999  Bob Manson <manson@cygnus.com>
22151                           Richard Henderson  <rth@cygnus.com>
22152
22153         * haifa-sched.c (split_hard_reg_notes): Move to flow.c
22154         (new_insn_dead_notes): Likewise.
22155         (update_n_sets): Likewise.
22156         (update_flow_info): Move to flow.c, renamed to update_life_info;
22157         extend to handle multiple source insns.
22158         * flow.c: Include resource.h
22159         (unlink_insn_chain): New.
22160         (split_hard_reg_notes): New.
22161         (maybe_add_dead_note): New.
22162         (maybe_add_dead_note_use): New.
22163         (find_insn_with_note): New.
22164         (new_insn_dead_notes): New.
22165         (update_n_sets): New.
22166         (sets_reg_or_subreg_1, sets_reg_or_subreg): New.
22167         (maybe_remove_dead_notes): New.
22168         (update_life_info): New.
22169         (prepend_reg_notes): New.
22170         (replace_insns): New.
22171         * output.h (update_life_info): Declare.
22172         * recog.c (split_block_insns): Use update_life_info.
22173         * resource.c (find_free_register): Use reg_alloc_order, don't use
22174         fixed regs, make sure the mode is supported, don't use new regs.
22175         (reg_dead_p): New.
22176         * rtl.h (replace_insns): Declare.
22177
22178 Tue Aug 24 13:48:39 1999  Nathan Sidwell  <nathan@acm.org>
22179
22180         * expr.c (expand_expr): Cope with COND_EXPRs with one
22181         non-returning branch.
22182
22183 Mon Aug 23 22:28:16 1999  Mark Mitchell  <mark@codesourcery.com>
22184
22185         * expr.c (store_expr): Always pass down the target, even when not
22186         doing CSE.
22187
22188 1999-08-24  Nick Clifton  <nickc@cygnus.com>
22189
22190         * configure.in: Define target_cpu_default for v850 targets.
22191         * configure: Regenerate
22192
22193         * config/v850/v850.h (TARGET_CPU_generic): Define.
22194         (GO_IF_LEGITIMATE_ADDRESS): Insist that SImode and larger constant
22195         addresses are 4 byte aligned.
22196
22197         * config/v850/v850.c (print_operand): Cope with 'R' format DFmode
22198         addresses.
22199
22200 Tue Aug 24 09:32:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22201
22202         * genattr.c (function_unit_desc): Constify a char*.  Add prototype.
22203         (main): Add prototypes.
22204
22205         * genattrtab.c (substitute_address, write_const_num_delay_slots,
22206         attr_eq, attr_numeral, attr_equal_p, attr_copy_rtx): Prototype.
22207         (write_attr_get): Emit prototypes along with function definition.
22208         (write_eligible_delay): Mark a parameter with ATTRIBUTE_UNUSED.
22209         (write_complex_function): Emit static prototype along with
22210         function definition.
22211
22212         * genemit.c (gen_split): Emit prototypes along with function
22213         definition.
22214
22215         * genoutput.c (output_epilogue): Add prototype to `insn_outfun'.
22216         Likewise for predicates and `insn_operand_predicate'.
22217         (process_template): Emit static prototype along with function
22218         definition.
22219
22220         * genrecog.c (make_insn_sequence): Constify a char*.  Add
22221         prototypes for get_split_*().
22222         (write_subroutine): Emit prototypes along with function
22223         definition.
22224
22225 Tue Aug 24 12:35:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22226
22227         * gcse.c (find_avail_set): Follow chains of register-register copies.
22228         Use oprs_not_set_p to guarantee that the returned value can be
22229         substituted.
22230         (cprop_insn): Don't verify the return value of find_avail_set with
22231         oprs_not_set_p.
22232
22233         * gcse.c (cprop_jump): New function, broken out of cprop_insn.
22234         (cprop_cc0_jump): New function.
22235         (cprop_insn): Break out new function cprop_jump and use it.
22236         Also use cprop_cc0_jump for machines with CC0.
22237         (cprop): Don't crash if cprop_insn turned the insn into a NOTE.
22238
22239         * tree.h (current_function_calls_setjmp,
22240         current_function_calls_longjmp): Delete declarations.
22241         * dsp16xx.c: Include "function.h".
22242         * elxsi.c: Likewise.
22243         * gmicro.c: Likewise.
22244         * h8300.c: Likewise.
22245         * i370.c: Likewise.
22246         * m32r.c: Likewise.
22247         * mn10200.c: Likewise.
22248         * mn10300.c: Likewise.
22249         * ns32k.c: Likewise.
22250         * spur.c: Likewise.
22251         * v850.c: Likewise.
22252
22253         * rtl.h (rtx_equal_function_value_matters): Declare.
22254         * toplev.c (rtx_equal_function_value_matters): Don't declare.
22255         * cse.c: Likewise.
22256         * function.c: Likewise.
22257         * emit-rtl.c: Likewise.
22258
22259 Tue Aug 24 02:47:44 1999  Jeffrey A Law  (law@cygnus.com)
22260
22261         * expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION
22262         call.
22263
22264 1999-08-24 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
22265
22266         * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
22267         exactly.
22268
22269 Mon Aug 23 23:35:52 1999  Matthias Klose  <doko@cs.tu-berlin.de>
22270
22271         * cpp.texi: Add a node documenting macro varargs (copied
22272         from extend.texi).
22273
22274 1999-08-23 22:23 -0700  Zack Weinberg  <zack@bitmover.com>
22275
22276         * cppspec.c: Put a null pointer at the end of the new argv.
22277
22278 Mon Aug 23 21:23:24 1999  Jeffrey A Law  (law@cygnus.com)
22279
22280         * configure.in: Remove code to select/de-select the haifa
22281         scheduler.  Every scheduled port gets haifa now.
22282         * configure: Rebuilt.
22283         * flags.h, genattrtab.c, rtl.h, toplev.c: Remove HAIFA ifdefs.
22284         * sched.c Deleted.
22285         * Makefile.in: Corresponding changes.
22286
22287 Mon Aug 23 16:04:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22288
22289         * optabs.c (prepare_cmp_insn): Turn COMPARISON arg into a pointer.
22290         All callers changed.
22291         (prepare_float_lib_cmp): Likewise.
22292         Use FLOAT_LIB_COMPARE_RETURNS_BOOL.
22293         * expr.h (emit_float_lib_cmp): Delete declaration.
22294         * tm.texi (FLOAT_LIB_COMPARE_RETURNS_BOOL): Document.
22295         * sparc.h (FLOAT_LIB_COMPARE_RETURNS_BOOL): Define.
22296         * sparc.md (bcc and scc patterns): Don't handle TFmode comparisons
22297         specially.
22298         (cmptf): Now conditional on TARGET_HARD_QUAD.
22299
22300 Fri Aug 20 17:52:27 1999  Jim Wilson  <wilson@cygnus.com>
22301
22302         * resource.c (mark_target_live_regs): Use
22303         PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
22304
22305 Fri Aug 20 19:07:55 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22306
22307         * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.
22308
22309         * rtl.h (rtx_class, reg_note_name, note_insn_name): Likewise.
22310
22311         * genopinit.c (gen_insn): Use accessor macro, not `rtx_class'.
22312
22313 Fri Aug 20 18:53:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22314
22315         * rtl.h (rtx_format): Constify a char*.
22316
22317         * rtl.c (rtx_format): Likewise.
22318         (copy_rtx, copy_most_rtx, read_rtx): Likewise.
22319         (init_rtl): Use accessor macro, not `rtx_format'.
22320
22321         * alias.c (rtx_equal_for_memref_p, find_symbolic_term): Constify a
22322         char*.
22323
22324         * caller-save.c (mark_referenced_regs): Likewise.
22325
22326         * combine.c (subst, make_compound_operation, known_cond,
22327         gen_rtx_combine, update_table_tick, get_last_value_validate,
22328         use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
22329
22330         * cse.c (rtx_cost, mention_regs, canon_hash, exp_equiv_p,
22331         refers_to_p, canon_reg, fold_rtx, cse_process_notes,
22332         count_reg_usage): Likewise.
22333
22334         * emit-rtl.c (gen_rtx, copy_rtx_if_shared, reset_used_flags):
22335         Likewise.
22336
22337         * final.c (leaf_renumber_regs_insn): Likewise.
22338
22339         * flow.c (mark_used_regs, find_use_as_address, dump_flow_info,
22340         dump_edge_info, count_reg_references): Likewise.
22341
22342         * function.c (fixup_var_refs_1, walk_fixup_memory_subreg,
22343         fixup_stack_1, purge_addressof_1, instantiate_virtual_regs_1):
22344         Likewise.
22345
22346         * gcse.c (oprs_unchanged_p, hash_expr_1, expr_equiv_p,
22347         oprs_not_set_p, expr_killed_p, compute_transp, find_used_regs,
22348         add_label_notes): Likewise.
22349
22350         * genattrtab.c (attr_rtx, attr_copy_rtx, encode_units_mask,
22351         clear_struct_flag, count_sub_rtxs, count_alternatives,
22352         compares_alternatives_p, contained_in_p, walk_attr_value,
22353         write_expr_attr_cache): Likewise.
22354
22355         * genconfig.c (walk_insn_part): Likewise.
22356
22357         * genemit.c (max_operand_1, gen_exp): Likewise.
22358
22359         * genextract.c (walk_rtx): Likewise.
22360
22361         * genflags.c (num_operands): Likewise.
22362
22363         * genoutput.c (scan_operands): Likewise.
22364
22365         * genpeep.c (match_rtx): Likewise.
22366
22367         * genrecog.c (add_to_sequence): Likewise.
22368
22369         * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
22370         Likewise.
22371
22372         * integrate.c (save_constants, copy_for_inline,
22373         copy_rtx_and_substitute, subst_constants, restore_constants):
22374         Likewise.
22375
22376         * jump.c  (mark_jump_label, invert_exp, redirect_exp,
22377         rtx_renumbered_equal_p, rtx_equal_for_thread_p): Likewise.
22378
22379         * local-alloc.c (contains_replace_regs, memref_referenced_p):
22380         Likewise.
22381
22382         * loop.c (record_excess_regs, rtx_equal_for_loop_p,
22383         add_label_notes, replace_call_address, count_nonfixed_reads,
22384         invariant_p, find_single_use_in_loop, find_mem_givs,
22385         find_life_end, maybe_eliminate_biv_1, update_reg_last_use):
22386         Likewise.
22387
22388         * print-rtl.c (reg_names, print_rtx): Likewise.
22389
22390         * recog.c (validate_replace_rtx_1, find_single_use_1): Likewise.
22391
22392         * reg-stack.c (stack_regs_mentioned_p, record_label_references,
22393         record_reg_life_pat, swap_rtx_condition, goto_block_pat,
22394         print_blocks): Likewise.
22395
22396         * regclass.c (fix_register, record_address_regs,
22397         reg_scan_mark_refs): Likewise.
22398
22399         * regmove.c (stable_but_for_p): Likewise.
22400
22401         * reload.c (loc_mentioned_in_p, operands_match_p,
22402         find_reloads_toplevsubst_reg_equivs, find_reloads_address_1,
22403         copy_replacements, refers_to_regno_for_reload_p,
22404         refers_to_mem_for_reload_p, find_inc_amount, regno_clobbered_p,
22405         reload_when_needed_name, reg_class_names, debug_reload_to_stream):
22406         Likewise.
22407
22408         * reload1.c (eliminate_regs, scan_paradoxical_subregs,
22409         delete_address_reloads_1, count_occurrences,
22410         reload_cse_mem_conflict_p, reload_combine_note_use,
22411         add_auto_inc_notes): Likewise.
22412
22413         * resource.c (mark_referenced_resources, mark_set_resources):
22414         Likewise.
22415
22416         * rtlanal.c (rtx_unstable_p, rtx_varies_p, rtx_addr_varies_p,
22417         reg_mentioned_p, regs_set_between_p, modified_between_p,
22418         modified_in_p, refers_to_regno_p, reg_overlap_mentioned_p,
22419         rtx_equal_p, volatile_insn_p, volatile_refs_p, side_effects_p,
22420         may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
22421         jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
22422
22423         * sched.c (sched_analyze_2, attach_deaths): Likewise.
22424
22425         * stupid.c (stupid_mark_refs): Likewise.
22426
22427         * unroll.c (remap_split_bivs): Likewise.
22428
22429         * varasm.c (mark_constants): Likewise.
22430
22431         * a29k/a29k.c (uses_local_reg_p): Likewise.
22432
22433         * alpha/alpha.c (summarize_insn): Likewise.
22434
22435         * arm/arm.c (symbol_mentioned_p, label_mentioned_p,
22436         eliminate_lr2ip): Likewise.
22437
22438         * arm/thumb.c (symbol_mentioned_p, label_mentioned_p): Likewise.
22439
22440         * i386/i386.c (symbolic_reference_mentioned_p, copy_all_rtx,
22441         reg_mentioned_in_mem): Likewise.
22442
22443         * ns32k/ns32k.c (global_symbolic_reference_mentioned_p,
22444         symbolic_reference_mentioned_p): Likewise.
22445
22446         * romp/romp.c (unsigned_comparisons_p, hash_rtx): Likewise.
22447
22448         * sh/sh.c (regs_used, mark_use): Likewise.
22449
22450         * vax/vax.c (vax_rtx_cost): Likewise.
22451
22452 Fri Aug 20 18:38:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22453
22454         * machmode.h (mode_name): Constify a char*.
22455
22456         * rtl.c (mode_name): Likewise.
22457
22458         * genopinit.c (gen_insn): Use accessor macro, not `mode_name'.
22459
22460         * optabs.c (init_libfuncs): Constify a char*.
22461
22462         * print-tree.c (mode_name): Remove redundant declaration.
22463         (print_node): Use accessor macro, not `mode_name'.
22464
22465         * reload1.c (dump_needs): Constify a char*.  Use accessor macro,
22466         not `mode_name'.
22467         (new_spill_reg): Constify a char*.
22468
22469         * tree.c (mode_name): Remove redundant declaration.
22470
22471 Fri Aug 20 18:31:26 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22472
22473         * rtl.c (rtx_name): Constify a char*.
22474
22475         * rtl.h (rtx_name, fix_sched_param): Likewise.
22476
22477         * gmicro/gmicro.c (rtx_name): Remove redundant declaration.
22478         (mypr): Use accessor macro, not `rtx_name'.
22479
22480         * genemit.c (print_code): Constify a char*.
22481
22482         * genopinit.c (gen_insn): Use accessor macro, not `rtx_name'.
22483
22484         * genpeep.c (print_code): Constify a char*.
22485
22486         * genrecog.c (print_code): Likewise.
22487
22488         * graph.c (start_fct, start_bb, node_data, draw_edge, end_fct,
22489         end_bb): Add static prototype.
22490         (draw_edge): Constify a char*.
22491         (end_bb): Remove unused parameter.
22492
22493         * haifa-sched.c (fix_sched_param, safe_concat, print_exp
22494         print_block_visualization): Constify a char*.
22495
22496 Fri Aug 20 15:02:10 1999  Mark Mitchell  <mark@codesourcery.com>
22497
22498         * c-common.c (c_get_alias_set): Update comment.
22499
22500 1999-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
22501
22502         * linux.h (LIB_SPEC): Added.
22503
22504 Fri Aug 20 22:32:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
22505
22506         * config/c4x/c4x.h (STARTFILE_SPEC): Don't def.
22507
22508 1999-08-19 18:43 -0700  Zack Weinberg  <zack@bitmover.com>
22509
22510         * tree.c (expr_check): Fix typo in last change.
22511
22512 1999-08-19 14:44 -0700  Zack Weinberg  <zack@bitmover.com>
22513
22514         * rtl.def (NOTE): Change format to "iuu0n".
22515         (ADDR_DIFF_VEC): Change format to "eEee0".
22516         (ADDRESSOF): Change format to "eit".
22517
22518         * rtl.h (rtvec): Make "elem" an array of rtx, not rtunion.
22519         (RTVEC_ELT): Change to match.
22520         (XVECEXP): Use XVEC and RTVEC_ELT.
22521         (INSN_UID, INSN_CODE, CODE_LABEL_NUMBER, NOTE_LINE_NUMBER,
22522         ADDRESSOF_REGNO, REGNO, SUBREG_WORD): Use XINT.
22523         (PREV_INSN, NEXT_INSN, PATTERN, REG_NOTES,
22524         CALL_INSN_FUNCTION_USAGE, SUBREG_REG, SET_SRC, SET_DEST,
22525         TRAP_CONDITION, TRAP_CODE): Use XEXP.
22526         (INTVAL): Use XWINT.
22527         (ADDRESSOF_DECL): Use XTREE.
22528         (SET_ADDRESSOF_DECL): Delete.
22529         (NOTE_DECL_NAME, NOTE_DECL_CODE, NOTE_DECL_RTL,
22530         NOTE_DECL_IDENTIFIER, NOTE_DECL_TYPE): Kill.  These have been
22531         ifdefed out since 2.6 at least.
22532         (gen_rtvec_vv): Delete prototype.
22533
22534         * rtl.h (rtvec_alloc): rt->elem is now an array of rtx,
22535         not rtunion.
22536         (copy_most_rtx): Handle 't' format letter.
22537         * emit-rtl.c (gen_rtvec_v): rt_val->elem is an array of rtx.
22538         (gen_rtvec_vv): Delete function.  All callers changed to use
22539         gen_rtvec_v instead.
22540         * print-rtl.c (print_rtx): Move special casing of NOTEs to
22541         the '0' format letter.
22542
22543         * function.c (gen_mem_addressof): Don't use
22544         SET_ADDRESSOF_DECL; provide `decl' to gen_rtx_ADDRESSOF
22545         instead.
22546         * integrate.c (copy_rtx_and_substitute): Likewise.
22547         Copy 't' slots with XTREE.
22548         (subst_constants): Treat 't' slots like '[swi]' slots.
22549         * cse.c (canon_hash, exp_equiv_p): Treat 't' slots like '0' slots.
22550         * jump.c (rtx_equal_for_thread_p): Likewise.
22551         * rtlanal.c (rtx_equal_p): Likewise.
22552         * stmt.c (expand_end_case): gen_rtx_ADDR_DIFF_VEC now takes
22553         only four arguments.
22554         * gengenrtl.c (type_from_format): Provide correct types for
22555         'b' and 't' slots.
22556
22557
22558         * tree.h [ENABLE_CHECKING] (TREE_CHECK, TREE_CLASS_CHECK):
22559         If a recent gcc is in use (always in stage2 and beyond), use
22560         statement expressions, so we don't make a function call unless
22561         the check fails.  Evaluate arguments exactly once.
22562         (CHAIN_CHECK, DO_CHECK, DO_CHECK1, TREE_CHECK1,
22563         TREE_CLASS_CHECK1, TYPE_CHECK1, DECL_CHECK1, CST_CHECK1):
22564         Delete.
22565         (CST_OR_CONSTRUCTOR_CHECK, EXPR_CHECK): Redefine such that
22566         they evaluate their arguments exactly once, irrespective of
22567         the compiler in use.
22568
22569         * tree.c [ENABLE_CHECKING]: Define whichever set of functions
22570         is used by the currently-enabled check macros.  This is:
22571         (tree_check_failed, tree_class_check_failed): For gcc.
22572         (tree_check, tree_class_check, cst_or_constructor_check,
22573         expr_check): For other compilers.
22574
22575         * gencheck.c: Do not define any *_CHECK1 macros.
22576
22577 Thu Aug 19 14:42:38 1999  Mike Stump <mrs@wrs.com>
22578                           Mark Mitchell <mark@codesourcery.com>
22579
22580         * c-common.c (c_get_alias_set): Fix support for poitners and
22581         references.
22582
22583 Thu Aug 19 11:51:22 EDT 1999  John Wehle  (john@feith.com)
22584
22585         * alias.c: Include tree.h.
22586         (nonlocal_reference_p, mark_constant_function): New functions.
22587         * flow.c (life_analysis): Call mark_constant_function.
22588         * rtl.h (mark_constant_function): Declare it.
22589
22590 Thu Aug 19 15:02:01 1999  Nick Clifton  <nickc@cygnus.com>
22591
22592         * config/rs6000/rs6000.c (rs6000_override_options): Fix test for
22593         unrecognisable switches.
22594
22595 Wed Aug 18 23:31:57 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22596
22597         * loop.c (recombine_givs): Set ix field after sorting.
22598         (recombine_givs): Remove bogus index / giv lockstep looping.
22599
22600 Wed Aug 18 18:20:40 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22601
22602         * expmed.c (emit_store_flag): If UNSIGNEDP, call unsigned_condition
22603         on CODE.
22604         (emit_store_flag_force): Use do_compare_rtx_and_jump.
22605         (do_cmp_and_jump): Formatting fixes.
22606         * expr.c (do_compare_and_jump): Renamed from compare; changed to call
22607         do_compare_rtx_and_jump instead of compare_from_rtx.
22608         (do_compare_rtx_and_jump): New function; mostly copied from
22609         compare_from_rtx.
22610         (do_jump_for_compare): Delete.
22611         (expand_expr): Use do_compare_rtx_and_jump when handling MAX_EXPR and
22612         MIN_EXPR.
22613         (do_jump): Use do_compare_and_jump or do_compare_rtx_and_jump instead
22614         of compare/do_jump_for_compare pairs.
22615         (do_jump_by_parts_greater): Use do_jump_by_parts_greater_rtx.
22616         (do_jump_by_parts_greater_rtx): Use do_compare_rtx_and_jump instead of
22617         compare_from_rtx/do_jump_for_compare pairs.
22618         (do_jump_by_parts_equality): Likewise.
22619         (do_jump_by_parts_equality_rtx): Likewise.
22620         * expr.h (do_compare_rtx_and_jump): Declare.
22621         * optabs.c (prepare_cmp_insn): New function, contains most of the code
22622         that used to be in emit_cmp_insn.
22623         (cmp_available_p): New function.
22624         (prepare_operand): New function.
22625         (emit_cmp_and_jump_insn_1): New function, contains some code that used
22626         to be in emit_cmp_insn.
22627         (prepare_float_lib_cmp): Renamed from emit_float_lib_cmp; change some
22628         parameters to be pointers; don't emit final compare but modify some of
22629         the values pointed to by the args so the caller can perform the
22630         correct comparison.
22631         (expand_binop): Call emit_store_flag_force with signed forms of
22632         comparison code.
22633         (expand_abs): Use do_compare_rtx_and_jump instead of compare_from_rtx/
22634         emit_jump_insn pair.
22635         (emit_cmp_and_jump_insn): Use prepare_cmp_insn and
22636         emit_cmp_and_jump_insn_1.  Call emit_queue.
22637         (emit_cmp_insn): Just call emit_cmp_and_jump_insns with zero for LABEL
22638         arg.
22639         * flow.c (tidy_fallthru_edge): If HAVE_cc0, verify insn before a
22640         jump sets cc0 before deleting it.
22641         * integrate.c (expand_inline_function): Likewise.
22642         * unroll.c (unroll_loop): Similar changes in several places.
22643         (copy_loop_body): If HAVE_cc0, verify insn before a jump sets cc0
22644         before deleting it.
22645
22646 Wed Aug 18 06:37:44 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22647
22648         * Makefile.in (insn-recog.o): Update dependencies.
22649         * genrecog.c (main): Make generated file include "function.h".
22650
22651 Sat Aug 14 00:54:57 1999  Geoffrey Keating  <geoffk@cygnus.com>
22652
22653         * cse.c (cse_insn): Call never_reached_warning when a jump is
22654         changed to be unconditional.
22655         * flags.h: Declare warn_notreached.
22656         * flow.c (delete_block): Call never_reached_warning when
22657         a block is deleted.
22658         * jump.c (delete_barrier_successors): Call never_reached_warning
22659         when we delete everything after a BARRIER.
22660         (never_reached_warning): New function.
22661         * rtl.h: Declare never_reached_warning.
22662         * toplev.c (warn_notreached): New variable.
22663         (lang_independent_options): Set warn_notreached
22664         when -Wunreachable-code.
22665         (compile_file): We need line numbers for -Wunreachable-code.
22666
22667 Tue Aug 17 22:06:11 1999  Jan Hubicka  <hubicka@freesoft.cz>
22668
22669         * haifa-sched.c (insn_unit): Fix typo on out of range test.
22670         * sched.c (insn_unit): Likewise.
22671
22672 Tue Aug 17 21:57:23 1999  Andreas Schwab  <schwab@suse.de>
22673
22674         * combine.c (distribute_notes): Handle REG_EH_RETHROW.
22675
22676 Tue Aug 17 17:39:43 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22677
22678         * flow.c (create_edge_list): Use xmalloc, not malloc.
22679
22680 Tue Aug 17 01:40:54 1999  Loren Rittle  <ljrittle@acm.org>
22681
22682         * fixinc/inclhack.def (no_double_slash): Do not trash single-line
22683         C-style comments.  Do not lose the character before double slash.
22684
22685 Mon Aug 16 18:08:22 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22686
22687         * basic-block.h (struct edge_list): Stucture to maintain a vector
22688         of edges.
22689         (EDGE_INDEX_NO_EDGE, EDGE_INDEX, INDEX_EDGE_PRED_BB, INDEX_EDGE_SUCC_BB,
22690          INDEX_EDGE, NUM_EDGES): New Macros for accessing edge list.
22691         (create_edge_list, free_edge-List, print_edge_list, verify_edge_list):
22692         New function prototypes.
22693         * flow.c (create_edge_list): Function to create an edge list.
22694         (free_edge_list): Discards memory used by an edge list.
22695         (print_edge_list): Debug output showing an edge list.
22696         (verify_edge_list): Internal consistency check for an edge list.
22697         (find_edge_index): Function to find an edge index for a pred and succ.
22698
22699 Mon Aug 16 11:56:36 1999  Mark Mitchell  <mark@codesourcery.com>
22700
22701         * tree.c (type_hash_add): Use permalloc to allocate nodes in the
22702         hashtable.
22703
22704 Mon Aug 16 17:04:15 1999  Jorn Rennecke <amylaar@cygnus.co.uk>
22705
22706         * mips.h (CLASS_CANNOT_CHANGE_SIZE): Define.
22707
22708 Fri Aug 13 15:20:43 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
22709
22710         * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
22711
22712 Fri Aug 13 10:21:28 1999  Nick Clifton  <nickc@cygnus.com>
22713
22714         * toplev.c (rest_of_compilation): Allow machine dependent
22715         reorganisation pass to place information into the RTL dump
22716         file if it so wishes.
22717
22718 Sun Aug 15 12:41:21 1999  Jim Wilson  <wilson@cygnus.com>
22719
22720         * explow.c (hard_function_value): Use VOIDmode instead of
22721         MAX_MACHINE_MODE.
22722         * stmt.c (expand_return): Likewise.
22723         * stor-layout.c (get_best_mode): Likewise.
22724
22725         * genemit.c (gen_expand): If next is MATCH_PAR_DUP, then output
22726         emit call instead of emit_insn call.
22727
22728 Sat Aug 14 15:04:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22729
22730         * configure.in: Handle --disable/enable-win32-registry.
22731         * install.texi: Document --disable/enable-win32-registry.
22732         * acconfig.h (ENABLE_WIN32_REGISTRY): New macro.
22733         (WIN32_REGISTRY_KEY): New macro.
22734         * prefix.c: Use to enable/disable win32-specific code.
22735         (lookup_key): Use versioned key.
22736         * configure: Regenerate.
22737         * config.in: Likewise.
22738
22739 Fri Aug 13 17:41:55 1999  Jason Merrill  <jason@yorick.cygnus.com>
22740
22741         * cpplib.c (read_line_number): New fn, split out of...
22742         (do_line): Here.
22743
22744 Fri Aug 13 14:18:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
22745
22746         tree.c (lang_unsave_expr_now) : New.
22747         (unsave_expr_now): Call lang_unsave_expr_now.
22748         tree.h (lang_unsave_expr_now) : New.
22749
22750 Fri Aug 13 00:49:46 1999  Jason Merrill  <jason@yorick.cygnus.com>
22751
22752         * toplev.c (flag_new_exceptions): On by default.
22753
22754 1999-08-13  Michael Meissner  <meissner@cygnus.com>
22755
22756         * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
22757
22758 Fri Aug 13 01:29:57 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
22759
22760         * dwarfout.c (fundamental_type_code): Return FT_boolean for
22761         INTEGER_TYPE with precision==1, it's __java_boolean.
22762
22763 Thu Aug 12 23:51:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22764
22765         * global.c (prune_preferences): Move some invariants out of the
22766         inner loop.
22767
22768 Thu Aug 12 15:30:29 1999  Jesse Perry  (jap@unx.dec.com)
22769
22770         * configure.in (alpha*-dec-osf*): Add osf5.
22771
22772 Sun Aug  1 22:24:03 1999  Philip Blundell  <philb@gnu.org>
22773
22774         * configure.in: Rework handling of ARM GNU/Linux slightly.
22775         (arm*-*-linux-gnuoldld): New target.
22776         * configure: Regenerate.
22777         * install.texi (Configurations): Add arm-*-linux-gnu{oldld} and
22778         arm-*-elf.  Mention that arm-*-linux-gnuaout is obsolete.
22779         * config/arm/linux-oldld.h: New file.
22780         * config/arm/linux-elf26.h: Don't include linux-elf.h.
22781         (TARGET_DEFAULT, SUBTARGET_LINK_SPEC, SUBTARGET_EXTRA_ASM_SPEC):
22782         Don't define.
22783         * config/arm/linux-elf.h (ASM_SPEC): Define.
22784         (TARGET_DEFAULT, SUBTARGET_EXTRA_LINK_SPEC,
22785         SUBTARGET_EXTRA_ASM_SPEC, CPP_APCS_PC_DEFAULT): Add definitions
22786         for 26-bit APCS and old linker.
22787         (CPP_PREDEFINES): Define `__arm__'; don't define `arm' or
22788         `arm_elf'.
22789         (FP_DEFAULT): Define to FP_SOFT3 for all machines.
22790         * config/arm/linux-aout.h (CPP_PREDEFINES): Define `__arm__';
22791         don't define `arm' or `arm_elf'.
22792         * config/arm/t-linux (EXTRA_MULTILIB_PARTS, MULTILIB_OPTIONS,
22793         MULTILIB_DIRNAMES): Define.  Fix typo in comment.
22794
22795 Thu Aug 12 10:14:47 1999  Andreas Schwab  <schwab@suse.de>
22796
22797         * rtl.texi: Fix typo.
22798
22799 Wed Aug 11 23:50:57 1999  Jason Merrill  <jason@yorick.cygnus.com>
22800
22801         * invoke.texi (C++ Dialect Options): Add -fms-extensions.
22802
22803 Wed Aug 11 12:59:37 1999  Mark Mitchell  <mark@codesourcery.com>
22804
22805         * extend.texi (C++ Signatures): Remove node.
22806         * invoke.texi: Remove discussion of -fhandle-signatures,
22807         signature, sigof, __signature__, and __sigof__.
22808
22809 Wed Aug 11 03:38:25 1999  Jeffrey A Law  (law@cygnus.com)
22810
22811         * Makefile.in (JAVAGC): Removed.
22812
22813 Wed Aug 11 02:13:26 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22814
22815         * i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22816
22817 1999-08-11 Mark Elbrecht <snowball3@bigfoot.com>
22818
22819         * i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22820
22821 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
22822
22823         * emit-rtl.c (mark_reg_pointer): Don't increase the alignment of
22824         a register that is already known to be a pointer.
22825
22826 1999-08-11  Bruce Korb  <ddsinc09@ix.netcom.com>
22827
22828         * fixinc/inclhack.tpl: Only install assert.h conditionally.
22829         * fixinc/inclhack.sh: Regenerated.
22830         * fixinc/fixincl.sh: Regenerated.
22831
22832 Wed Aug 11 00:34:22 1999  Joe Buck  <jbuck@synopsys.com>
22833
22834         * invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi.
22835         Fix documentation of -ansi flag to describe its C++ behavior.
22836         Remove bogus reference to GCC 2.9.
22837
22838 Tue Aug 10 17:19:02 1999  Jim Wilson  <wilson@cygnus.com>
22839
22840         * config/sh/sh.c (machine_dependent_reorg): Only call PUT_MODE on
22841         note if it is non-NULL.
22842
22843 Tue Aug 10 10:47:42 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22844
22845         * except.h (eh_nesting_info): Add new structure defintion.
22846         (init_eh_nesting_info, free_eh_nesting_info): Add function prototypes.
22847         (reachable_handlers, update_rethrow_references): Add function
22848         prototypes.
22849         * rtl.h (struct rtvec_def): Update comments.  REG_EH_RETHROW takes
22850         a rethrow symbol instead of an integer exception region number.
22851         * flow.c (Make_edges): Use new exception nesting routines to determine
22852         which handlers are reachable from a CALL or asynchronous insn.
22853         Dont add an edge for calls with a REG_EH_REGION of -1 to non-local
22854         goto receivers.
22855         (delete_eh_regions): Update rethrow labels, and don't delete
22856         regions which are the target of a rethrow.
22857         * except.c (struct func_eh_entry): Add rethrow_ref field, now we can
22858         avoid overloading the SYMBOL_REF_USED flag.
22859         (rethrow_symbol_map): Use new rethrow_ref field.
22860         (rethrow_used): Use new rethrow_ref field.
22861         (expand_rethrow): REG_EH_RETHROW now has a SYMBOL_REF instead
22862         of an integer.  Fix formatting.
22863         (output_exception_table_entry): Use new rethrow_ref field.
22864         (can_throw): Check for EH_REGION_NOTE before deciding
22865         whether a CALL can throw or not.
22866         (scan_region): Call rethrow_used() instead of accessing data structure.
22867         (update_rethrow_references): New function to make sure only regions
22868         which are still targets of a rethrow are flagged as such.
22869         (process_nestinfo): New static function to initialize a handler
22870         list for a specific region.
22871         (init_eh_nesting_info): New function to allocate and initialize
22872         the list of all EH handlers reachable from all regions.
22873         (reachable_handlers): New function to retrieve the list of handlers
22874         reachable from a specific region and insn.
22875         (free_eh_nesting_info): New function to dispose of a list of
22876         reachable handlers.
22877
22878 Tue Aug 10 10:39:31 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22879
22880         * flow.c (split_edge): Set JUMP_LABEL field.
22881         (commit_one_edge_insertion): Set head correctly for insert_before.
22882         When inserting insns, update insn block numbers if allocated.
22883
22884 Tue Aug 10 09:26:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22885
22886         * dwarf2out.c (dwarf2out_frame_debug_expr, add_incomplete_type,
22887         retry_incomplete_types): Add static prototype.
22888         (stripattributes, dwarf_cfi_name, ASM_OUTPUT_DWARF_STRING,
22889         dwarf_tag_name, dwarf_attr_name, dwarf_form_name,
22890         dwarf_stack_op_name, dwarf_type_encoding_name, add_AT_string,
22891         dwarf2_name, add_name_attribute, lookup_filename, dwarf2out_line,
22892         dwarf2out_start_source_file, dwarf2out_define, dwarf2out_undef):
22893         Constify a char*.
22894
22895         * dwarf2out.h (dwarf2out_define, dwarf2out_undef,
22896         dwarf2out_start_source_file, dwarf2out_line): Likewise.
22897
22898 Tue Aug 10 09:21:46 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22899
22900         * output.h (assemble_name): Constify a char*.
22901
22902         * varasm.c (UNIQUE_SECTION, assemble_start_function,
22903         assemble_variable, assemble_name): Likewise.
22904
22905         * dwarf2out.c (ASM_NAME_TO_STRING): Likewise.
22906
22907         * arm/pe.c (arm_pe_unique_section): Likewise.
22908
22909         * i386/cygwin.h (STRIP_NAME_ENCODING): Likewise.
22910
22911         * i386/i386-interix.h (STRIP_NAME_ENCODING): Likewise.
22912
22913         * i386/interix.c (i386_pe_unique_section): Likewise.
22914
22915         * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
22916
22917         * i386/winnt.c (i386_pe_unique_section): Likewise.
22918
22919         * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
22920
22921         * mn10200/mn10200.h (ASM_OUTPUT_LABELREF): Likewise.
22922
22923         * mn10300/mn10300.h (ASM_OUTPUT_LABELREF): Likewise.
22924
22925         * pa/pa.c (output_call): Likewise.
22926
22927         * pa/pa.h (ASM_OUTPUT_MI_THUNK): Likewise.
22928
22929         * pa/som.h (ASM_OUTPUT_FUNCTION_PREFIX): Likewise.
22930
22931         * rs6000/rs6000.c (rs6000_output_load_toc_table, output_toc):
22932         Likewise.
22933
22934         * rs6000/rs6000.h (RS6000_OUTPUT_BASENAME, STRIP_NAME_ENCODING):
22935         Likewise.
22936
22937         * rs6000/sol2.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
22938
22939         * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_INT,
22940         STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Likewise.
22941
22942         * v850/v850.h (ASM_OUTPUT_LABELREF): Likewise.
22943
22944 Mon Aug  9 19:54:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22945
22946         * real.c (GET_REAL, PUT_REAL): Use memcpy instead of bcopy.
22947
22948 Mon Aug  9 19:36:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22949
22950         * tree.h (lang_identify): Constify a char*.
22951         (print_error_function): Add extern prototype.  Constify a char*.
22952
22953         * c-lang.c (lang_identify): Constify a char*.
22954
22955         * objc/objc-act.c (lang_identify): Constify a char*.
22956
22957 Mon Aug  9 16:21:53 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22958
22959         * genpeep.c (main): Make generated file include "function.h".
22960         * arm.c (function_really_clobbers_lr): Delete INLINE_HEADER case.
22961
22962 Mon Aug  9 10:08:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22963
22964         * Makefile.in: Update dependencies.
22965         * alias.c: Include "function.h"
22966         * c-decl.c: Likewise.
22967         * caller-save.c: Likewise.
22968         * calls.c: Likewise.
22969         * combine.c: Likewise.
22970         * cse.c: Likewise.
22971         * explow.c: Likewise.
22972         * final.c: Likewise.
22973         * global.c: Likewise.
22974         * graph.c: Likewise.
22975         * local-alloc.c: Likewise.
22976         * loop.c: Likewise.
22977         * optabs.c: Likewise.
22978         * profile.c: Likewise.
22979         * recog.c: Likewise.
22980         * regclass.c: Likewise.
22981         * regmove.c: Likewise.
22982         * reload.c: Likewise.
22983         * reorg.c: Likewise.
22984         * resource.c: Likewise.
22985         * sched.c: Likewise.
22986         * stupid.c: Likewise.
22987         * config/1750a/1750a.c: Likewise.
22988         * config/a29k/a29k.c: Likewise.
22989         * config/arc/arc.c: Likewise.
22990         * config/arm/arm.c: Likewise.
22991         * config/arm/thumb.c: Likewise.
22992         * config/c4x/c4x.c: Likewise.
22993         * config/clipper/clipper.c: Likewise.
22994         * config/convex/convex.c: Likewise.
22995         * config/fx80/fx80.c: Likewise.
22996         * config/i860/i860.c: Likewise.
22997         * config/m68k/m68k.c: Likewise.
22998         * config/m88k/m88k.c: Likewise.
22999         * config/mips/mips.c: Likewise.
23000         * config/pdp11/pdp11.c: Likewise.
23001         * config/pyr/pyr.c: Likewise.
23002         * config/romp/romp.c: Likewise.
23003         * config/sh/sh.c: Likewise.
23004         * config/tahoe/tahoe.c: Likewise.
23005         * config/vax/vax.c: Likewise.
23006         * config/we32k/we32k.c: Likewise.
23007         * config/sparc/sparc.c: Include "function.h".
23008         (mem_min_alignment): Test current_function rather than
23009         regno_pointer_align.
23010         * config/pa/pa.c: Likewise.
23011         (compute_frame_size): Delete declaration of
23012         current_function_outgoing_args_size.
23013         * config/arc/arc.h (current_function_varargs): Delete declaration.
23014         * config/elxsi/elxsi.h (current_function_calls_alloca): Delete
23015         declaration.
23016         * config/i370/i370.h (current_function_outgoing_args_size): Delete
23017         declaration.
23018         * config/i386/i386.h (FINALIZE_PIC): Delete declaration of
23019         current_function_uses_pic_offset_table.
23020         * config/m68k/a-ux.h (FUNCTION_EXTRA_EPILOGUE): Delete declaration
23021         of current_function_returns_pointer.
23022         * config/m68k/altos3068.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23023         * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23024         * config/m68k/m68kv4.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23025         * config/m68k/mot3300.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23026         * config/m68k/pbb.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23027         * config/m68k/tower-as.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23028         * config/m88k/m88k.c: Include "function.h"
23029         (call_used_regs, current_function_pretend_args_size,
23030         current_function_outgoing_args_size, frame_pointer_needed): Delete
23031         declarations.
23032         * config/m88k/m88k.h (current_function_pretend_args_size): Delete
23033         declaration.
23034         * config/mips/mips.h (current_function_calls_alloca): Delete
23035         declaration.
23036         * config/mn10200/mn10200.h (current_function_needs_context,
23037         rtx_equal_function_value_matters): Delete declarations.
23038         * config/ns32k/ns32k (current_function_uses_pic_offset_table,
23039         flag_pic): Delete declarations.
23040         * config/pa/pa.h (current_function_pretend_args_size,
23041         current_function_decl): Delete declarations.
23042         * config/pa/som.h (current_function_varargs): Delete declaration.
23043         * config/pdp11/pdp11.h (current_function_pretend_args_size): Delete
23044         declaration.
23045         * config/pyr/pyr.h (current_function_pretend_args_size,
23046         current_function_args_size, current_function_calls_alloca): Delete
23047         declarations.
23048         * config/sh/sh.h (current_function_varargs): Delete declaration.
23049         * config/sparc/sparc.h (current_function_outgoing_args_size,
23050         current_function_calls_alloca, current_function_decl): Delete
23051         declarations.
23052         * config/spur/spur.h (current_function_pretend_args_size,
23053         current_function_calls_alloca): Delete declarations.
23054         * config/v850/v850.c (current_function_outgoing_args_size): Delete
23055         declaration.
23056         * config/vax/vms.h (current_function_name): Delete declaration.
23057         * gcse.c: Include "function.h".
23058         (current_function_name, current_function_calls_setjmp): Delete
23059         declarations.
23060         * haifa-sched.c: Include "function.h".
23061         (forced_labels): Delete declaration.
23062         * jump.c: Likewise.
23063         * reg-stack.c: Likewise.
23064         * reload1.c: Likewise.
23065         * genemit.c (main): Make generated file include function.h.
23066         * genoutput.c (output_prologue): Likewise.
23067
23068         * builtins.c (saveregs_value, apply_args_value): Delete variables.
23069         * emit-rtl.c (reg_rtx_no, first_label_num, first_insn, last_insn,
23070         sequence_rtl_expr, cur_insn_uid, last_linenum, last_filename,
23071         regno_pointer_flag, regno_pointer_flag_length, regno_pointer_align,
23072         regno_reg_rtx, sequence_stack): Delete variables.  Add accessor
23073         macros for some of them.
23074         (emit_filename, emit_lineno): Delete declarations.
23075         (gen_reg_rtx): Use memset/memcpy instead of bzero/bcopy.  Access
23076         regno_pointer_* variables through current_function.
23077         (gen_inline_header_rtx): Delete function.
23078         (save_emit_status): Delete function.
23079         (set_new_last_label_num): New function.
23080         (clear_emit_caches): New function.
23081         (restore_emit_status): Just clear last_labelnum and call
23082         clear_emit_caches.
23083         (get_last_insn_anywhere): Variable sequence_stack is now accessed
23084         through macro seq_stack.
23085         (add_insn_after): Likewise.
23086         (add_insn_before): Likewise.
23087         (remove_insn): Likewise.
23088         (pop_topmost_sequence): Likewise.
23089         (in_sequence_p): Likewise.
23090         (start_sequence_for_rtl_expr): Likewise.
23091         (start_sequence): Likewise, and likewise for
23092         sequence_rtl_expr/seq_rtl_expr.
23093         (push_topmost_sequence): Likewise.
23094         (end_sequence): Likewise.
23095         (init_virtual_regs): Now takes a "struct emit_status *" argument.
23096         All callers changed.  Store into that pointer instead of globals.
23097         (init_emit): Allocate emit elt of current_function.
23098         Changes for sequence_rtl_expr/sequence_stack renaming.
23099         Call clear_emit_caches instead of doing it in-line.
23100         Access regno_pointer_* variables through current_function.
23101         (init_emit_once) Don't clear sequence_stack.
23102
23103         * expr.c (pending_stack_adjust, inhibit_defer_pop, pending_chain):
23104         Delete variables.
23105         (arg_pointer_save_area): Delete declaration.
23106         (finish_expr_for_function): Renamed from init_queue; no longer static.
23107         (init_expr): Don't call init_queue.
23108         (save_expr_status, restore_expr_status): Delete functions.
23109         (expand_expr): Changes to reflect new layout of struct function.
23110         Don't access current_function_check_memory_usage when current_function
23111         is 0.
23112         * expr.h (forced_labels, save_expr_regs, saveregs_value,
23113         apply_args_value, current_function_calls_alloca, inhibit_defer_pop,
23114         current_function_outgoing_args_size, current_function_arg_offset_rtx,
23115         current_function_uses_const_pool, function_call_count,
23116         current_function_uses_pic_offset_table, nonlocal_labels,
23117         current_function_internal_arg_pointer, nonlocal_goto_stack_level,
23118         current_function_check_memory_usage, nonlocal_goto_handler_slots,
23119         pending_stack_adjust, target_temp_slot_level, temp_slot_level): Delete
23120         declarations.
23121         (finish_expr_for_function): Declare.
23122         * flags.h (current_function_has_nonlocal_label,
23123         current_function_has_nonlocal_goto, current_function_is_thunk,
23124         current_function_has_computed_jump): Delete declarations.
23125         * flow.c (forced_labels): Delete declaration.
23126         * function.c (current_function_pops_args,
23127         current_function_returns_struct, current_function_returns_pcc_struct,
23128         current_function_needs_context, current_function_calls_setjmp,
23129         current_function_calls_longjmp, current_function_has_nonlocal_label,
23130         current_function_has_nonlocal_goto, current_function_is_thunk,
23131         current_function_has_computed_jump, current_function_calls_alloca,
23132         current_function_contains_functions, current_function_returns_pointer,
23133         current_function_epilogue_delay_list, current_function_args_size,
23134         current_function_pretend_args_size, current_function_arg_offset_rtx,
23135         current_function_outgoing_args_size, current_function_varargs,
23136         current_function_stdarg, current_function_args_info, cleanup_label,
23137         current_function_name, current_function_uses_const_pool,
23138         current_function_instrument_entry_exit, current_function_return_rtx,
23139         current_function_uses_pic_offset_table, nonlocal_labels,
23140         current_function_internal_arg_pointer, current_function_cannot_inline,
23141         current_function_check_memory_usage, function_call_count,
23142         nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
23143         nonlocal_goto_stack_level, return_label, save_expr_regs,
23144         stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots,
23145         tail_recursion_reentry, arg_pointer_save_area, frame_offset,
23146         context_display, trampoline_list, parm_birth_insn, invalid_stack_slot,
23147         last_parm_insn, max_parm_reg, parm_reg_stack_loc, sequence_rtl_expr,
23148         temp_slot_level, var_temp_slot_level, target_temp_slot_level):
23149         Delete variables.
23150         (push_function_context_to): Don't save them.  Don't call
23151         save_storage_status, save_emit_status or save_expr_status.
23152         (pop_function_context_from): Don't restore them.  Don't call
23153         restore_storage_status or restore_expr_status.
23154         (get_func_frame_size): New function.
23155         (get_frame_size): Use it.
23156         (assign_outer_stack_local): Reflect some member name changes in struct
23157         function.
23158         (put_reg_into_stack): Likewise.
23159         (assign_stack_temp_for_type): sequence_rtl_expr was renamed to
23160         seq_rtl_expr.
23161         (fixup_var_refs): Likewise.
23162         (fix_lexical_addr): Likewise.
23163         (trampoline_address): Likewise.
23164         (prepare_function_start): Clear field inlinable of current_function.
23165         (init_function_for_compilation): New function.
23166         (expand_dummy_function_end): New function.
23167         (expand_function_end): Call finish_expr_for_function.
23168         * function.h (struct emit_status): New; fields moved here from struct
23169         function and from global variables.  Add accessor macros for some of
23170         the fields.
23171         (struct expr_status): Likewise.
23172         (REGNO_POINTER_ALIGN, REGNO_POINTER_FLAG): Moved here from regs.h.
23173         (struct function): Add fields expr and emit, inlinable, inl_emit,
23174         original_arg_vector, original_decl_initial, inl_last_parm_insn,
23175         inl_max_label_num.  Add many comments.
23176         Add accessor macros for all elts of struct function that no longer
23177         have a global variable.
23178         (cleanup_label, return_label, frame_offset, tail_recursion_label,
23179         tail_recursion_reentry, arg_pointer_save_area, rtl_expr_chain,
23180         stack_slot_list): Delete declarations.
23181         (get_func_frame_size): Declare.
23182         (save_expr_status, restore_expr_status, save_emit_status,
23183         save_storage_status, restore_storage_status): Delete declarations.
23184         (init_virtual_regs): Declare.
23185         * output.h (current_function_pops_args,
23186         current_function_returns_struct, current_function_returns_pcc_struct,
23187         current_function_needs_context, current_function_calls_setjmp,
23188         current_function_calls_longjmp, current_function_calls_alloca,
23189         current_function_has_nonlocal_label, current_function_varargs,
23190         current_function_has_computed_jump, current_function_returns_pointer,
23191         current_function_contains_functions, current_function_args_size,
23192         current_function_pretend_args_size, current_function_stdarg,
23193         current_function_outgoing_args_size, current_function_args_info,
23194         current_function_name, current_function_return_rtx,
23195         current_function_epilogue_delay_list,
23196         current_function_uses_const_pool, current_function_cannot_inline):
23197         Delete declarations.
23198         * regs.h (reg_rtx_no, regno_pointer_flag, regno_pointer_flag_length,
23199         regno_reg_rtx): Delete declaration.
23200         (REGNO_POINTER_FLAG): Delete macro.
23201         * stmt.c (expand_goto): Changes to reflect that some fields in struct
23202         function were renamed.
23203         * stor-layout.c (save_storage_status, restore_storage_status): Delete
23204         functions.
23205         * toplev.c: Include "function.h".
23206         (current_function_decl): Delete declaration.
23207         (compile_file): Call init_dummy_function_start and
23208         expand_dummy_function_end around some initializations that need to
23209         emit rtl.
23210         (rest_of_compilation): Use DECL_SAVED_INSNS properly.
23211         Call init_function_for_compilation.
23212         * unroll.c: Include "function.h"
23213         (unroll_loop): Access regno_pointer_* variables through
23214         current_function.
23215
23216         * tree.h (struct tree_decl): Add elt f to saved_insns member.
23217         (DECL_SAVED_INSNS): use it.
23218         (expand_dummy_function_end): Declare.
23219         (init_function_for_compilation): Declare.
23220         * calls.c (calls_function_1): Change use of DECL_SAVED_INSNS now
23221         that it's no longer an INLINE_HEADER.
23222         (expand_call): Likewise.
23223         * integrate.c (finish_inline): Delete function.
23224         (max_parm_reg, parm_reg_stack_loc): Delete declarations.
23225         (initialize_for_inline): Delete min_labelno, max_labelno and max_reg
23226         args.  Don't generate an INLINE_HEADER rtx, just return the arg
23227         vector.  All callers changed.
23228         (save_for_inline_copying):  Create a duplicate struct emit_status to
23229         hold the emit state for compiling the current function.  Use this and
23230         the other new fields in struct function that are for integration
23231         instead of an INLINE_HEADER.
23232         Use memcpy instead of bcopy.
23233         Store the current struct function in DECL_SAVED_INSNS of fndecl.
23234         (save_for_inline_nocopy): Similar changes, except no new emit_status
23235         is needed here.
23236         (expand_inline_function): Get information from function structure,
23237         not from an inline header rtx.
23238         (output_inline_function): Lose code to extract the necessary
23239         information from an inline header; simply put back the function
23240         structure into current_function.  Clear its inlinable elt.
23241         * rtl.def (INLINE_HEADER): Delete.
23242         * rtl.h: Delete all accessors for an INLINE_HEADER.
23243         (gen_inline_header_rtx): Delete declaration.
23244         (regno_reg_rtx, regno_pointer_align, nonlocal_goto_handler_labels):
23245         Delete declarations.
23246         (REGNO_POINTER_ALIGN): Delete.
23247         (clear_emit_caches): Declare.
23248         (set_new_last_label_num): Declare.
23249
23250 Mon Aug  9 01:52:24 1999  Jason Merrill  <jason@yorick.cygnus.com>
23251
23252         * print-tree.c (print_node): Print base for OFFSET_TYPEs.
23253
23254         * except.c (expand_eh_region_start_for_decl): Always start a new block.
23255         * stmt.c (is_eh_region): Make sure current_function is present, too.
23256
23257 Mon Aug  9 01:15:24 1999  Jeffrey A Law  (law@cygnus.com)
23258
23259         * pa.h (HARD_REGNO_MODE_OK): Correctly handle FPregs, even when
23260         for 64bit PA targets.
23261
23262         * pa.h (SELECT_SECTION): Define.
23263         * som.h (SELECT_SECTION): Delete.
23264
23265 Sun Aug  8 15:13:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23266
23267         * alias.c (init_alias_analysis): Wrap call to
23268         `prologue_epilogue_contains' within HAVE_prologue||HAVE_epilogue.
23269
23270 1999-08-07  Bruce Korb  <autogen@linuxbox.com>
23271
23272         * fixinc/inclhack.def(irix_asm_apostrophe):  IRIX 5.2's
23273         <sys/asm.h> contains an asm comment with an apostrophe
23274         * fixinc/inclhack.sh:  regen
23275         * fixinc/fixincl.x:  regen
23276
23277 Sat Aug  7 19:37:07 1999  Richard Henderson  <rth@cygnus.com>
23278
23279         * function.c (init_function_start): Clear prologue & epilogue.
23280         (prologue_epilogue_contains): New function.
23281         * alias.c (init_alias_analysis): Use it.
23282         * rtl.h (prologue_epilogue_contains): Declare it.
23283
23284 Sat Aug  7 19:32:16 1999  Richard Henderson  <rth@cygnus.com>
23285
23286         * jump.c (onlyjump_p): New function.
23287         * rtl.h: Declare it.
23288         * flow.c (delete_unreachable_blocks): Use onlyjump_p instead
23289         of condjump_p in calling tidy_fallthru_edge and merge_blocks.
23290
23291 Sat Aug  7 17:09:36 1999  Richard Henderson  <rth@cygnus.com>
23292
23293         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_REG_SET
23294         to invert loops.  Simplify block scanning.
23295
23296 Sat Aug  7 02:11:13 1999  Bernd Schmidt <bernds@cygnus.co.uk>
23297
23298         * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
23299         (cprop_insn): Treat SYMBOL_REFs like CONST_INTs.
23300
23301 1999-08-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
23302
23303         * config/sparc/liteelf.h: New file to support sparclite-elf target
23304         * config/sparc/t-sp86x: New file to support sparc86x targets
23305         * config/sparc/sp86x-aout.h: New file to support sparc86x-aout target
23306         * config/sparc/sp86x-elf.h: New file to support sparc86x-elf target
23307         * configure.in: Support above target triplets
23308         * configure: Regenerated
23309
23310 Sat Aug  7 01:39:27 1999  Philippe De Muyter  <phdm@macqel.be>
23311
23312         * fixinc/server.c (server_setup): Do not prefix function used as
23313         parameter with `&'.
23314
23315 Sat Aug  7 00:21:20 1999  Richard Henderson  <rth@cygnus.com>
23316
23317         * alpha.md (movhi and movqi patterns): Correct predicate for !BWX.
23318         Remove fp reg alternatives.
23319
23320 Sat Aug  7 00:06:54 1999  Jeffrey A Law  (law@cygnus.com)
23321
23322         * Makefiin (TAROUTOPTS): Kill.
23323         (install-headers-tar): Use "xpf" for tar headerfile extraction
23324         * i370/x-oe (TAROUTOPTS): Delete.
23325         * m68k/x-apollo68 (TAROUTOPTS): Delete.
23326         * m68k/x-hp320 (TAROUTOPTS): Delete.
23327         * m68k/x-hp320g (TAROUTOPTS): Delete.
23328         * gcc.texi: Update bug reporting text.
23329
23330 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
23331
23332         * reg-stack.c (change_stack) Fixed problem with negative array index.
23333
23334 Fri Aug  6 23:08:44 1999  Jeffrey A Law  (law@cygnus.com)
23335
23336         * extend.texi, install.texi: Fix spelling mistakes.
23337
23338         * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
23339         (s-attrtab); No longer try to use pre-made insn-attrtab file.
23340         * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
23341         PREMADE_ATTRTAB_MD.
23342         * mips/t-ecoff: Likewise.
23343         * mips/t-elf: Likewise.
23344         * mips/t-mips: Likewise.
23345         * mips/t-osfrose: Likewise.
23346         * mips/t-r3900: Likewise.
23347         * mips/t-svr3: Likewise.
23348         * mips/t-svr4: Likewise.
23349         * mips/t-ultrix: Likewise.
23350
23351         * gcc.texi: Document recommend means to provide software floating
23352         point libraries in libgcc.a
23353
23354 1999-08-06  Jason Merrill  <jason@yorick.cygnus.com>
23355
23356         * c-lex.c (yylex): We can have a number with no digits.
23357
23358 Fri Aug  6 16:53:55 EDT 1999  John Wehle  (john@feith.com)
23359
23360         * jump.c (delete_prior_computation): New function, broken
23361         out of delete_computation.  Check for side effects with
23362         side_effects_p instead of FIND_REG_INC_NOTE.  Handle
23363         multi-word hard registers.
23364         (delete_computation): Use it.  Check for side effects with
23365         side_effects_p instead of FIND_REG_INC_NOTE.  Synthesize a
23366         missing REG_DEAD note for a register which is both set and
23367         used by an insn.
23368
23369 Fri Aug  6 11:05:29 1999  Jeffrey A Law  (law@cygnus.com)
23370
23371         * elf.h (TEXT_SPACE_P, FUNCTION_NAME_P): Delete.
23372         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT): Likewise.
23373         (ASM_FILE_START): Import _mcount with the right type.
23374         (ASM_DECLARE_FUNCTION_NAME): Define.
23375         (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
23376         * pa.c (output_function_prologue): Always emit the function's label
23377         here.
23378         * pa.h (TEXT_SPACE_P): Define.
23379         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
23380         (ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_GLOBALIZE_LABEL): Likewise.
23381         * som.h (TEXT_SPACE_P): Delete.
23382         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
23383         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT): Likewise.
23384
23385 Thu Aug  5 19:29:39 1999  Jim Wilson  <wilson@cygnus.com>
23386
23387         * expr.c (emit_group_load): Allow src to be a CONCAT.
23388
23389 Thu Aug  5 22:27:15 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23390
23391         * config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
23392         (___mulsi3): Use '!' comment character.
23393
23394 Thu Aug  5 13:34:14 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23395
23396         * reload1.c (maybe_fix_stack_asms): Also declare P as "const char *".
23397
23398 Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
23399
23400         * gcc.c: Update URLs and mail addresses.
23401         * gcc.texi: Likewise.
23402
23403 Thu Aug  5 01:14:13 1999  Daniel Jacobowitz <drow@false.org>
23404
23405         * rs6000.c (current_file_function_operand): Return zero for
23406         weak functions.
23407         (rs6000_encode_section_info): Do not set SYMBOL_REF_FLAG for
23408         weak symbols.
23409         * rs6000.h (ENCODE_SECTION_NIFO): Do not set SYMBOL_REF_FLAG
23410         for weak symbols.
23411
23412 Thu Aug  5 00:56:30 1999  Geoffrey Keating  <geoffk@cygnus.com>
23413
23414         * rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always
23415         allocate space in the stack frame for the PIC register.
23416
23417 Thu Aug  5 00:20:47 1999  Jeffrey A Law  (law@cygnus.com)
23418
23419         * m68k.md (xordi3, anddi3): These patterns are not available on
23420         the coldfire.
23421
23422 Wed Aug  4 23:39:20 1999  Mark Mitchell  <mark@codesourcery.com>
23423
23424         * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
23425         (PUT_REAL): Likewise.
23426
23427 Wed Aug  4 20:45:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23428
23429         * final.c (shorten_branches): Don't add an alignment for loops
23430         that have no label inside.
23431
23432 Wed Aug  4 16:39:24 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23433
23434         * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap
23435         prototypes in macro HAVE_cmpstrsi.
23436
23437         * cpplib.c (cpp_get_token): Remove unused label `op3'.
23438
23439         * emit-rtl.c (operand_subword): Remove unused variable
23440         `bits_per_word'.
23441
23442         * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
23443
23444         * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING.
23445
23446 Wed Aug  4 13:29:23 1999  Zack Weinberg  <zack@bitmover.com>
23447
23448         * cpphash.c (macroexpand): Delete leading whitespace when arg
23449         is concatenated before.
23450         (unsafe_chars): Correct test for whether + and - can extend a
23451         token.
23452
23453         * cppinit.c (cpp_start_read): Do dependencies for
23454         -include/-imacros files also.
23455
23456         * cpplib.c (cpp_scan_buffer): In no-output mode, don't bother
23457         tokenizing non-directive lines.
23458         (cpp_expand_to_buffer): Temporarily disable no-output mode.
23459         * cppmain.c: In no-output mode, just call cpp_scan_buffer for
23460         the input file.
23461
23462 Wed Aug  4 12:53:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23463
23464         * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.
23465
23466         * c-lex.c: Sync with C++ frontend.
23467         (linemode): New variable.
23468         (parse_float): imag, conversion_errno, and type are output only.
23469         (yylex): Adjust.  Move initial '.' case into main switch.
23470         Use linemode.
23471         (handle_generic_pragma): Just deal with tokens.
23472         (readescape): Use ISXDIGIT and ISGRAPH.
23473         * c-parse.in: Add END_OF_LINE token.
23474
23475         * c-lex.c (lang_init): Generalize.
23476         (nextchar): Remove.  Replace uses with UNGETC.
23477         (skip_white_space): Handle linemode here.  Optimize for cpplib.
23478         (skip_white_space_on_line): Remove.
23479         (extend_token_buffer_to): New fn.
23480         (extend_token_buffer): Use it.
23481         (read_line_number, check_newline): Just deal with tokens.
23482         (token_getch, token_put_back): New fns.
23483         (yylex): Use them.  More cpplib optimizations.  Simplify.
23484
23485 Wed Aug  4 12:53:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
23486                           Jason Merrill  <jason@yorick.cygnus.com>
23487
23488         * c-lex.c (init_parse): Set cpp_token to CPP_DIRECTIVE.
23489         (consume_string): Make this smart about USE_CPPLIB.
23490         (check_newline): Rewrite to be intelligent about USE_CPPLIB.
23491         (yylex): Rewrite to be intelligent about USE_CPPLIB.
23492         Also, clean up cases where we redundantly set token_buffer[0].
23493         (read_line_number): New fn.
23494         (ignore_escape_flag): New variable.
23495
23496 Wed Aug  4 13:12:17 1999  Jeffrey A Law  (law@cygnus.com)
23497
23498         * a29k/t-a29kbare: Fix some comments.
23499         (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
23500         (FPBIT, DPBIT): Define.
23501         * a29k/t-vx29k: Likewise.
23502         * arc/t-arc: Likewise.
23503         * arm/t-arm-elf: Likewise.
23504         * arm/t-bare: Likewise.
23505         * arm/t-pe: Likewise.
23506         * arm/t-pe-thumb: Likewise.
23507         * arm/t-semi: Likewise.
23508         * arm/t-thumb: Likewise.
23509         * arm/t-thumb-elf: Likewise.
23510         * arm/t-thumb-linux: Likewise.
23511         * h8300/t-h8300: Likewise.
23512         * i960/t-i960: Likewise.
23513         * i960/t-vxworks960: Likewise.
23514         * m32r/t-m32r: Likewise.
23515         * mips/t-ecoff: Likewise.
23516         * mips/t-elf: Likewise.
23517         * mips/t-r3900: Likewise.
23518         * pa/t-pro: Likewise.
23519         * rs6000/t-aix43: Likewise.
23520         * rs6000/t-beos: Likewise.
23521         * rs6000/t-newas: Likewise.
23522         * rs6000/t-ppccomm: Likewise.
23523         * rs6000/t-rs6000: Likewise.
23524         * rs6000/t-winnt: Likewise.
23525         * rs6000/t-xnewas: Likewise.
23526         * rs6000/t-xrs6000: Likewise.
23527         * sh/t-sh: Likewise.
23528         * sparc/t-elf: Likewise.
23529         * sparc/t-sparcbare: Likewise.
23530         * sparc/t-sparclite: Likewise.
23531         * sparc/t-splet: Likewise.
23532         * v850/t-v850: Likewise.
23533         * mn10200/t-mn10200: Fix comments.
23534         * mn10300/t-mn10300: Likewise.
23535
23536         * pa.md (divsi3, udivsi3, modsi3, umodsi3 expanders): Clobber a new
23537         dummy operand.  Allocate a new pseudo for the dummy operand.
23538         (divsi3, udivsi3, modis3, umodsi3 patterns): Corresponding changes.
23539
23540         * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
23541
23542 Wed Aug  4 11:53:55 1999  Tom Tromey  <tromey@cygnus.com>
23543
23544         * configure: Rebuilt.
23545         * configure.in: Removed --enable-java-gc option and JAVAGC subst.
23546
23547 Wed Aug  4 09:06:14 1999  Richard Earnshaw (rearnsha@arm.com)
23548
23549         * recog.c (preproces_constraints): Zero recog_op_alt before
23550         processing the constraints.
23551
23552         * arm.c (typedef minipool_node): Renamed from pool_node.
23553         (minipool_vector, minipool_size, minipool_vector_label): Similarly.
23554         (add_minipool_constant): New function.
23555         (dump_minipool): New function.
23556         (find_barrier): Remove special case for getting the insn size of
23557         an insn that references the constant pool.
23558         (minipool_fixup): New structure.
23559         (push_minipool_barrier): New function.
23560         (push_minipool_fix): New function.
23561         (note_invalid_constants): New function.
23562         (add_pool_constant, dump_table, fixit, broken_move): Delete.
23563         (arm_reorg): Rewrite code to fix up the constant pool into a
23564         series of mini-pools embedded in the insn stream.
23565         (arm_output_epilogue): New function, made mainly from the body
23566         of output_func_epilogue.
23567         (output_func_epilogue): Move insn generation part of epilogue code
23568         to arm_output_epilogue.
23569         * arm.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Delete.
23570         * arm.md (pool_range): New attribute.
23571         (zero_extendqidi2): Add attribute pool_range.
23572         (zero_extend_hisi_insn, load_extendqisi, extendhisi_insn,
23573         extendqihi_insn, extendqisi_insn, movdi, movsi_insn, pic_load_addr,
23574         pic_load_addr_based_insn, movhi_insn_arch4, movhi_insn_littleend,
23575         movhi_insn_bigend, loadhi_si_bigend, movsf_hard_insn, movsf_soft_insn,
23576         movdf_hard_insn, movdf_soft_insn, movxf_hard_insn): Likewise.
23577         (epilogue): New expand.
23578         (epilogue_insn): New insn.  Call arm_output_epilogue.
23579
23580         * arm.c (arm_poke_function_name): Undo change of July 17.  Tidy up.
23581         * arm.h (TARGET_SWITCHES): Add missing doc string for TARGET_DEFAULT.
23582
23583 Mon Aug  2 19:18:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23584
23585         * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
23586
23587 1999-08-04 Mark Elbrecht <snowball3@bigfoot.com>
23588
23589         * config/i386/djgpp.h  (BSS_SECTION_ASM_OP): Define.
23590
23591 Wed Aug  4 02:15:32 1999  Richard Henderson <rth@cygnus.com>
23592
23593         * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.
23594
23595 Wed Aug  4 01:48:08 1999  Jim Kingdon  <http://developer.redhat.com>
23596
23597         * global.c: Fix comment.
23598
23599 Wed Aug  4 01:43:01 1999  Ian Lance Taylor  <ian@zembu.com>
23600
23601         * gcc.c (access_check): New static function.
23602         (find_a_file): Use it when searching a directory list.
23603         * collect2.c (find_a_file): Don't accept directories found when
23604         searching a directory list.
23605
23606 Wed Aug  4 01:40:43 1999  Philippe De Muyter  <phdm@macqel.be>
23607
23608         * tlink.c (symbol_hash_lookup): Do not prefix functions used as
23609         function parameters with `&'.
23610         (file_hash_lookup, demangled_hash_lookup, tlink_init): Ditto.
23611
23612 Wed Aug  4 01:08:44 1999  Jeffrey A Law  (law@cygnus.com)
23613
23614         * flow.c (delete_unreachable_blocks): Do not call merge_blocks
23615         or tidy_fallthru_edge if the last insn in the block is not
23616         an unconditional jump or a simple conditional jump.
23617
23618 Tue Aug  3 20:21:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23619
23620         * Makefile.in (c-decl.o): Depends on defaults.h.
23621
23622 Tue Aug  3 14:14:52 1999  Jeffrey A Law  (law@cygnus.com)
23623
23624         * pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for
23625         PA1.1 and above.
23626         (CLASS_MAX_NREGS): Likewise.
23627
23628 Tue Aug  3 03:51:20 1999  Jeffrey A Law  (law@cygnus.com)
23629
23630         * cse.c (cse_insn): Fix dumb thinko in last change.
23631
23632 Tue Aug  3 10:36:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23633
23634         * reload1.c (maybe_fix_stack_asms): Declare CONSTRAINTS as
23635         "const char *".
23636
23637 Mon Aug  2 23:45:45 1999  Hans-Peter Nilsson  <hp@bitrange.com>
23638
23639         * dwarf2out.c (add_location_or_const_value_attribute): Correct
23640         test for sizes of passed and declared parameter types.
23641
23642 Tue Aug  3 00:03:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23643
23644         * fixincludes: Fix the return type of bsearch, char* -> void*.
23645
23646         * fixinc/inclhack.def: Likewise.
23647
23648 Mon Aug  2 18:29:32 1999  Mark Mitchell  <mark@codesourcery.com>
23649
23650         * invoke.texi (-fdump-translation-unit): New option.
23651
23652 Mon Aug  2 17:54:19 1999  Richard Henderson  <rth@cygnus.com>
23653
23654         * expr.h (PROMOTE_PROTOTYPES): Move ...
23655         * defaults.h: ... to here.
23656         * c-decl.c: Include defaults.h instead of expr.h.
23657         * c-typeck.c: Include defaults.h.
23658
23659 Mon Aug  2 17:10:24 1999  Mark Mitchell  <mark@codesourcery.com>
23660
23661         * toplev.h (errorcount): Declare.
23662         (warningcount): Likewise.
23663         (sorrycount): Likewise.
23664         * c-lex.c (errorcount): Don't declare.
23665         * dwarf2out.c (errorcount): Don't declare.
23666
23667 Mon Aug  2 17:02:08 1999  Jason Merrill  <jason@yorick.cygnus.com>
23668
23669         * config/libgloss.h: Add a note discouraging use with ELF.
23670         * configure.in: Don't use libgloss.h for ELF targets.
23671         Always use_collect2 on a.out targets.
23672
23673 Mon Aug  2 16:27:42 1999  Jim Wilson  <wilson@cygnus.com>
23674
23675         * combine.c (force_to_mode, case LSHIFTRT): Add goto shiftrt.
23676         (force_to_mode, case ASHIFTRT): Add shiftrt label.
23677
23678 Tue Aug  3 00:45:02 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23679
23680         * loop.c (strength_reduce): When doing biv->giv conversion, update
23681         reg note of NEXT->insn.
23682
23683 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23684
23685         * real.c (PUT_REAL): Clear unused bytes if long double is IEEE quad.
23686
23687 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23688
23689         * c-decl.c (get_parm_info, store_parm_decls): Change all uses of
23690         PROMOTE_PROTOTYPES, so that it tests it as a C expression.
23691         Ensure expr.h is included.
23692         * c-typecheck.c (convert_arguments): Ditto.
23693
23694         * expr.h: Supply default for PROMOTE_PROTOTYPES (0).
23695
23696         * config/arc/arc.h: Define PROMOTE_PROTOTYPES to 1.
23697         * config/convex/convex.h: Ditto.
23698         * config/dsp16xx/dsp16xx.h: Ditto.
23699         * config/fx80/fx80.h: Ditto.
23700         * config/gmicro/gmicro.h: Ditto.
23701         * config/i370/i370.h: Ditto.
23702         * config/i386/i386.h: Ditto.
23703         * config/m32r/m32r.h: Ditto.
23704         * config/m68k/m68k.h: Ditto.
23705         * config/m88k/m88k.h: Ditto.
23706         * config/mips/mips.h: Ditto.
23707         * config/pa/pa.h: Ditto.
23708         * config/pyr/pyr.h: Ditto.
23709         * config/tahoe/tahoe.h: Ditto.
23710         * config/we32k/we32k.h: Ditto.
23711
23712         * config/sparc/sparc.h: Define PROMOTE_PROTOTYPES
23713         based on arch size.
23714
23715         * config/i1750a/i1750a.h: Define PROMOTE_PROTOTYPES to 0.
23716
23717         * config/i860/paragon.h: Remove PROMOTE_PROTOTYPES
23718         from comment.
23719
23720         * tm.texi: Document new usage of PROMOTE_PROTOTYPES.
23721
23722 1999-08-02  Richard Henderson  <rth@cygnus.com>
23723
23724         * m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set
23725         for the register spill block.
23726         (m32r_va_arg): New.
23727         * m32r.h (EXPAND_BUILTIN_VA_ARG): New.
23728         (EXPAND_BUILTIN_SAVEREGS): Delete #if 0 code.
23729
23730         * m32r.h (INT8_P): Don't short-cut test with (unsigned).
23731         (INT16_P, CMP_INT16_P, UINT16_P): Likewise.
23732         (UPPER16_P, UINT24_P, INT32_P, UINT5_P): Likewise.
23733
23734 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23735
23736         * config/sparc/linux.h: Define WCHAR_TYPE as "int" and undef
23737         MAX_WCHAR_TYPE defined in sparc.h.
23738         * config/sparc/linuxaout.h: Likewise.
23739         * config/sparc/linux64.h: Likewise.
23740         Also default to -mvis if CPU is UltraSPARC.
23741
23742 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23743
23744         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): New macro.
23745         (RTX_OK_FOR_OLO10): Likewise.
23746         (GO_IF_LEGITIMATE_ADDRESS): If assembler supports offsetable
23747         %lo(), allow it in addresses...
23748         (PRINT_OPERAND_ADDRESS): ... and print it appropriately.
23749         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): sethi %lo()
23750         does not make sense.
23751         * config/sparc/sparc.c (sparc_hard_reg_printed): New array.
23752         (sparc_output_scratch_registers): New function.
23753         (output_function_prologue, sparc_flat_output_function_prologue): Use
23754         it.
23755         * varasm.c (make_decl_rtl): Use ASM_DECLARE_REGISTER_GLOBAL if
23756         defined.
23757         * tm.texi (ASM_DECLARE_REGISTER_GLOBAL): Document it.
23758         * configure.in: Add check for .register pseudo-op support in as and
23759         check for offsetable %lo().
23760         * acconfig.h: Add templates for the above checks.
23761         * configure: Regenerate.
23762
23763 1999-08-02  Richard Henderson  <rth@cygnus.com>
23764
23765         * sparc/linux64.h (TARGET_DEFAULT): Remove MASK_APP_REGS.
23766         * sparc/sol2-sld-64.h (TARGET_DEFAULT): Likewise.
23767         * sparc/sol2.h (TARGET_DEFAULT): Likewise.
23768
23769 Mon Aug  2 23:46:45 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23770
23771         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
23772         reg_biv_class.
23773
23774 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23775
23776         * config/float-sparc.h: New file.
23777         * configure.in: Use float_format=sparc for sparc-*-linux-gnulibc1,
23778         sparc-*-linux-gnu and sparc64-*-linux*.
23779
23780 1999-08-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23781
23782         * rs6000.c (rs6000_va_list): Type is an array.
23783         (rs6000_va_start): Don't doubly adjust for varargs.
23784         (rs6000_va_arg): Evaluate long long GPR adjustment.
23785
23786 Mon Aug  2 16:15:57 1999  David Edelsohn  <edelsohn@gnu.org>
23787
23788         * rs6000/aix43.h (SUBTARGET_SWITCHES): Use -m64 and -m32 instead of
23789         -maix64 and -maix32.
23790         (ASM_SPEC, ASM_CPU_SPEC, CPP_SPEC, CPP_CPU_SPEC, LIB_SPEC,
23791         LINK_SPEC): Change appropriately.
23792         * rs6000/rs6000.c (short_cint_operand): Use CONST_OK_FOR_LETTER_P.
23793         (u_short_cint_operand): Likewise.
23794         * rs6000/rs6000.md (movdi splitters): Add TARGET_POWERPC64 support
23795         for 64-bit hosts.
23796         * rs6000/t-aix43 (MULTILIB): Change to -m64.
23797
23798         * invoke.texi (RS/6000 Submodel): Document 64-bit processor options.
23799
23800 Mon Aug  2 16:15:57 1999  Geoff Keating  <geoffk@cygnus.com>
23801
23802         * rs6000/rs6000.c (num_insns_constant_wide): Correct
23803         for type promotion.
23804         (add_operand): Get test correct for 64-bit HOST_WIDE_INT.
23805         (non_add_cint_operand): Likewise.
23806         (logical_operand): Likewise.
23807         (non_logical_cint_operand): Likewise.
23808         (print_operand): Correct printf()s for 64-bit HOST_WIDE_INT.
23809         (print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
23810         (rs6000_select_rtx_section): Suppress warning.
23811         (small_data_operand): Suppress warning.
23812         (rs6000_got_register): Suppress warning.
23813         * rs6000/rs6000.md (andsi3): HOST_WIDE_INT is a signed
23814         type, so `J' is generally the wrong constraint for a SImode value;
23815         use `L' instead.
23816         (andsi3_internal2): Likewise.
23817         (andsi3_internal3): Likewise.
23818         (iorsi3_internal1): Likewise.
23819         (xorsi3_internal1): Likewise.
23820         (movsi): Likewise.
23821         (movsf_softfloat): Likewise.
23822         (scc insns): Likewise.
23823         (movsi+2): Preserve sign bits of SImode constant.
23824         (floatsidf2_internal+1): Sign-extend SImode constant correctly.
23825         (movdf+1): Sign-extend properly.
23826         (movdi_32+1): Sign-extend properly.
23827         (scc insns): Sign-extend properly.
23828
23829         * md.texi (RS/6000 EXTRA_CONSTRAINTS): Update documentation for J,
23830         K, L, and T.
23831
23832 1999-08-02  Richard Henderson  <rth@cygnus.com>
23833
23834         * alpha.c (override_options): Move ev6 alpha_tp frobbing out of
23835         -mcpu parsing code.
23836         (print_operand): Notice alpha_fptm not alpha_tp for sw completion.
23837         * alpha.md (all fp insns): Likewise.
23838
23839 1999-08-02  Nick Clifton  <nickc@cygnus.com>
23840
23841         * config/v850/v850.h (STRICT_ALIGNMENT): Only define if not
23842         already defined.
23843
23844 Mon Aug  2 03:38:33 1999  Jeffrey A Law  (law@cygnus.com)
23845
23846         * pa.c (legitimize_pic_address): Clarify comments.  Do not call the
23847         pic_load_label generator directly.
23848         * pa.md (pic_load_label): Clarify comments.  Remove modes on operands.
23849         No longer a named pattern.
23850
23851 Mon Aug  2 09:38:10 1999  Nick Clifton  <nickc@cygnus.com>
23852
23853         * explow.c (force_reg): Call force_operand if X does not
23854         satisfy general_operand.
23855
23856 Mon Aug  2 01:34:22 1999  Jeffrey A Law  (law@cygnus.com)
23857
23858         * fix-header.c (main): When testing for CONTINUED, use string
23859         equality, not pointer equality.
23860
23861 Mon Aug  2 01:27:24 1999  Dan Nicolaescu  <dann@ics.uci.edu>
23862
23863         * sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
23864
23865 Sun Aug  1 22:46:42 1999  Jeffrey A Law  (law@cygnus.com)
23866
23867         * cse.c (cse_insn): Fix loop which deletes insns after a jump
23868         that has become an unconditional jump.
23869
23870         * m68k.c (output_function_prologue): Fix typo in CPU32 case.
23871         (output_function_epilogue): Similarly.
23872
23873 Sun Aug  1 20:14:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23874
23875         * tree.h (init_dummy_function_start): Declare.
23876
23877 Sun Aug  1 12:55:31 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23878
23879         * stmt.c (emit_filename, emit_lineno, expr_stmts_for_value,
23880         last_expr_type, last_expr_value, block_start_count, block_stack,
23881         stack_block_stack, cond_stack, loop_stack, case_stack, nesting_stack,
23882         nesting_depth, goto_fixup_chain): Delete global vars; now allocated
23883         dynamically in stmt elt of struct function for each function.
23884         (struct nesting): Rename function_call_count elt to n_function_calls,
23885         target_temp_slot_level to block_target_temp_slot_level.  All users
23886         changed.
23887         (struct stmt_status): New structure definition.
23888         Add many accessor macros for stmt_status elements which previously
23889         were global variables.
23890         (init_stmt_for_function): Allocate stmt elt for current_function.
23891         Reflect that block_start_count was renamed to
23892         current_block_start_count.
23893         (save_stmt_status, restore_stmt_status): Delete functions.
23894         (preserve_subexpressions_p): Don't access loop_stack when outside
23895         a function.
23896         (expand_start_bindings): Reflect that block_start_count was renamed to
23897         current_block_start_count.
23898         (expand_fixup): Likewise.
23899         (expand_decl): Don't access block_stack when outside a function.
23900         (expand_decl_cleanup): Likewise.
23901         (expand_dcc_cleanup): Likewise.
23902         (expand_dhc_cleanup): Likewise.
23903         (expand_anon_union_decl): Likewise.
23904         (set_file_and_line_for_stmt): New function.
23905         (in_control_zone_p): New function.
23906
23907         * function.h (struct function): Add new elt stmt.
23908         Delete elts block_stack, stack_block_stack, cond_stack, loop_stack,
23909         case_stack, nesting_stack, nesting_depth, block_start_count,
23910         last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,
23911         emit_lineno, goto_fixup_chain.
23912         (save_eh_status, restore_eh_status, save_stmt_status,
23913         restore_stmt_status): Delete declarations.
23914         * function.c (push_function_context_to): Don't call save_stmt_status.
23915         (pop_function_context_to): Don't call restore_stmt_status.
23916         * tree.h (in_control_zone_p): Declare.
23917         * rtl.h (set_file_and_line_for_stmt): Declare.
23918
23919         * emit-rtl.c (emit_line_note): Don't set emit_filename/emit_lineno;
23920         call set_file_and_line_for_stmt.
23921
23922 Thu Jul 31 12:34:45 1999  Joe Buck  <jbuck@synopsys.com>
23923
23924         * gcc.texi: Use terms "GNU Compiler Collection" and "GCC".
23925         Also update copyright.
23926
23927 Sat Jul 31 11:10:07 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23928
23929         * c-pragma.c: Don't include "except.h".
23930         * emit-rtl.c: Likewise.
23931         * stor-layout.c: Likewise.
23932         * tree.c: Likewise.
23933         * varasm.c: Likewise.
23934
23935         * flow.c: Include "function.h".
23936         * tree.h (init_dummy_function_start): Declare new function.
23937
23938         * except.h (struct eh_status): New structure.
23939         (struct label_node, struct eh_entry): Declare even if tree.h hasn't
23940         been included.
23941         (eh_return_stub_label, ehstack, catchstack, ehqueue,
23942         catch_clauses, false_label_stack, caught_return_label_stack,
23943         protect_list, current_function_ehc): Add accessor macros for the
23944         corresponding fields in current_function->eh; delete declarations
23945         for all items that used to be declared here.
23946         * except.c (eh_return_stub_label, ehstack, catchstack, ehqueue,
23947         catch_clauses, false_label_stack, caught_return_label_stack,
23948         protect_list, current_function_ehc): Delete variables.
23949         (init_eh_for_function): Allocate current_function->eh.
23950         (save_eh_status, restore_eh_status): Delete functions.
23951
23952         * function.h (struct function): Add fields next_global and eh.
23953         Delete all exception handling related fields.
23954         * function.c (current_function): New variable.
23955         (all_functions): New variable.
23956         (push_function_context_to): Don't allocate a struct function,
23957         use current_function instead.  Call init_dummy_function_start when
23958         outside a function.  Clear current_function before returning.
23959         (pop_function_context_from): Restore current_function.
23960         Don't free the restored struct function.
23961         (prepare_function_start): New function.
23962         (init_dummy_function_start): New function.
23963         (init_function_start): Break out some code into prepare_function_start
23964         and call it here.
23965
23966         * stmt.c (save_stmt_status): Don't call save_eh_status.
23967         (restore_stmt_status): Don't call restore_eh_status.
23968
23969         * Makefile.in: Update dependencies.
23970
23971 Sat Jul 31 04:10:01 1999  Jeffrey A Law  (law@cygnus.com)
23972
23973         * pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead
23974         of depending on a magic constant value.  Update comments.
23975         (hppa_expand_prologue): Similarly.
23976
23977         * pa.md (reload_indi, reload_outdi): Allow any register for the
23978         original reload register.
23979
23980 Fri Jul 30 19:41:35 1999  Jim Wilson  <wilson@cygnus.com>
23981
23982         * cccp.c (print_help): Change marcos to macros.
23983
23984 1999-07-30  Richard Henderson  <rth@cygnus.com>
23985
23986         * c-typeck.c (initializer_constant_valid_p): Move ...
23987         * c-common.c (initializer_constant_valid_p): ... here.  Use
23988         FOO_TYPE_P instead of tests against TREE_CODE.  Allow subtraction
23989         of label addresses.
23990         * c-common.h (initializer_constant_valid_p): Declare.
23991         * c-tree.h (initializer_constant_valid_p): Remove.
23992
23993 Fri Jul 30 16:33:42 1999  Mathias Froehlich  <frohlich@na.uni-tuebingen.de>
23994
23995         * config/i386/sol2-c1.asm: Align the stack.
23996         * config/i386/sol2-gc1.asm: Likewise.
23997
23998 1999-07-30  Vladimir Makarov  <vmakarov@loony.cygnus.com>
23999
24000         * config/sparc/sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto
24001         -Asparclite for sparc86x.
24002         (CPP_CPU32_DEFAULT_SPEC, CPP_CPU_SPEC): Remove -D__sparc_v8__ for
24003         sparc86x.
24004         (ASM_CPU_SPEC): Use -Asparclite for sparc86x.
24005
24006 Fri Jul 30 14:53:56 1999  Jakub Jelinek  <jj@ultra.linux.cz>
24007
24008         * config/sparc/linux64.h (CC1_SPEC): Preserve CPU specified by
24009         the user if using the non-default arch size in BI_ARCH configuration.
24010         * config/sparc/sol2-sld-64.h (CC1_SPEC): Ditto.
24011
24012         * config/sparc/sparc.md (cmp_mul_set, cmp_udiv_cc_set):
24013         Fix patterns so that they actually match.
24014         (cmp_sdiv_cc_set): Ditto, also don't require g0 to be zero.
24015         (mulsidi3_sp64, const_mulsidi3_sp64): New patterns.
24016         (const_mulsidi3_sp32): Renamed from const_mulsidi3, only on
24017         TARGET_HARD_MUL32.
24018         (mulsidi3): Reflect this in the expand.
24019         (smulsi3_highpart): Only on TARGET_ARCH32.
24020         (umulsidi3_sp64, const_umulsidi3_sp64): New patterns.
24021         (const_umulsidi3_sp32): Renamed from const_umulsidi3.
24022         (umulsidi3): Reflect this in the expand.
24023         (umulsi3_highpart): Only on TARGET_ARCH32.
24024         (divsi3_sp32): Renamed from divsi3, only on TARGET_ARCH32,
24025         don't require g0 to be zero.
24026         (udivsi3_sp32): Renamed from udivsi3, only on TARGET_ARCH32.
24027         ({,u}divsi3): New expands.
24028         ({,u}divsi3_sp64): New patterns.
24029         (after lshrdi3_v8plus): Four new patterns to help combiner
24030         optimizing nested mixed mode shifts.
24031
24032         * config/sparc/sparc.c (sparc_override_options): Use deprecated
24033         v8 instructions if optimizing for UltraSPARC I, II, IIi, as it
24034         speed things up. Don't use them by default on plain v9 in 64bit
24035         mode, according to what SPAMv9 sais.
24036
24037         * config/sparc/sparc.h: Fix comments, e.g. Linux already preserves
24038         top 32 bits of %[og][0-7] in signal handlers.
24039         Also, TARGET_HARD_MUL32 now is only true for TARGET_ARCH32.
24040
24041 Fri Jul 30 03:00:41 1999  Jeffrey A Law  (law@cygnus.com)
24042
24043         * pa.md (zvdep_imm32): Renamed from zvdep_imm.
24044         (ashlsi3): Corresponding changes.
24045
24046         * pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.
24047
24048 Thu Jul 29 18:37:13 1999  Jeffrey A Law  (law@cygnus.com)
24049
24050         * pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
24051
24052 Thu Jul 29 19:01:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24053
24054         * arm.h (Hint): Delete macro.
24055         Substitute HOST_WIDE_INT for Hint in some prototypes.
24056         * arm.c: Substitute HOST_WIDE_INT for Hint in one prototype.
24057
24058 Thu Jul 29 09:21:42 1999  Nick Clifton  <nickc@cygnus.com>
24059
24060         * builtins.c (expand_builtin_setjmp): Use force_operand to
24061         make sure that the buffer address is in a suitable form to be
24062         passed to force_reg.
24063
24064 Wed Jul 28 12:50:48 1999  Geoff Keating  <geoffk@cygnus.com>
24065
24066         * config/mips/mips.c: system.h handles MIN and MAX, don't undefine
24067         them here.
24068
24069 Wed Jul 28 13:18:35 1999  Jeffrey A Law  (law@cygnus.com)
24070
24071         * pa.md (indirect_jump): Remove mode from match_operand.  Verify
24072         proper mode in the condition string.
24073         (icacheflush, dcacheflush): Remove modes from match_operands.
24074
24075         * pa.c (emit_move_sequence): Always convert scratch_reg to the
24076         proper mode before using it.
24077
24078         * pa.md (adddi3, subdi3): Turn into a define_expand/define_insn
24079         pair.
24080
24081         * pa.c (store_reg): Do not call add_high_const generator directly.
24082         (load_reg, set_reg_plus_d): Likewise.
24083         * pa.md (add_high_const): No longer a named pattern.
24084
24085         * pa.c (legitimize_address): Consistently use Pmode rather than
24086         SImode.  Do not call gen_pic2_highpart directly anymore.
24087         * pa.md (pic2_highpart): No longer a named pattern.
24088         (pic2_lo_sum): Similarly.  Reformat to make more readable.
24089
24090         * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
24091         needed.
24092
24093         * README: Update.
24094
24095 Wed Jul 28 11:28:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24096
24097         * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
24098
24099 Wed Jul 28 11:23:48 1999  Richard Henderson  <rth@cygnus.com>
24100
24101         * pa.c (hppa_builtin_saveregs):  Use get_varargs_alias_set
24102         and tag the spill mems.
24103         (hppa_va_start): New.
24104         (hppa_va_arg): New.
24105         * pa.h (EXPAND_BUILTIN_VA_START): New.
24106         (EXPAND_BUILTIN_VA_ARG): New.
24107
24108 Wed Jul 28 11:22:21 1999  Richard Henderson  <rth@cygnus.com>
24109
24110         * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set
24111         and tag the spill mems.
24112         (mn10300_va_start): New.
24113         (mn10300_va_arg): New.
24114         * mn10300.h (EXPAND_BUILTIN_VA_START): New.
24115         (EXPAND_BUILTIN_VA_ARG): New.
24116
24117 Wed Jul 28 11:20:19 1999  Richard Henderson  <rth@cygnus.com>
24118
24119         * mn10200.c (mn10200_va_arg): New.
24120         * mn10200.h (EXPAND_BUILTIN_VA_ARG): New.
24121
24122 Wed Jul 28 11:19:06 1999  Richard Henderson  <rth@cygnus.com>
24123
24124         * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes
24125         rather than play with TREE_INT_CST_LOW.
24126
24127 1999-07-27  Philip Blundell  <pb@nexus.co.uk>
24128
24129         * config/arm/telf.h: Include dbxelf.h.
24130         (CPP_PREDEFINES): Only define if not already defined.
24131         (ASM_IDENTIFY_GCC): Likewise.
24132         (SUBTARGET_EXTRA_SECTIONS): Likewise.
24133         (SUBTARGET_EXTRA_SECTION_FUNCTIONS): Likewise.
24134         * config/arm/thumb.h (LINK_SPEC): Only define if not already
24135         defined.
24136         (DBX_DEBUGGING_INFO): Don't define.
24137         * config/arm/linux-telf.h: New file.
24138         * config/arm/linux-tgas.h: New file.
24139         * config/arm/t-thumb-linux: New file.
24140         * config/arm/uclinux-elf.h: New file.
24141         * config/arm/uclinux-telf.h: New file.
24142         * configure.in (arm-*-uclinux, thumb-*-linux-gnu,
24143         thumb-*-uclinux): New targets.
24144         * configure: Regenerate.
24145
24146 Tue Jul 27 23:20:21 1999  Jeffrey A Law  (law@cygnus.com)
24147
24148         * pa.md (post_store, pre_load): New expanders.
24149         (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively.
24150         (post_ldwm, pre_stwm): Make these unnamed patterns since we never
24151         need to directly generate RTL for them.
24152         * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding
24153         changes.
24154
24155 Tue Jul 27 16:05:52 1999  David Edelsohn  <edelsohn@gnu.org>
24156
24157         * aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630.
24158         * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
24159         (rs6000_cpu): Choose between 32-bit and 64-bit default processors.
24160         (secndary_reload_class): Make TARGET_ELF conditional compile.
24161         (print_operand_address): Similar.
24162         (output_toc): Print all values as hex.
24163         (get_issue_rate): Rearrange and add RS64A and PPC630.
24164         * rs6000.h (processor_type): Add RS64A and PPC630.
24165         (PROCESSOR_POWERPC64): New.
24166         (PROMOTE_MODE): Use word_mode.
24167         (RTX_COSTS): Add RS64A and PPC630.
24168         * rs6000.md (scheduling information): Add lmul and ldiv
24169         representing 64-bit integer multiply and divide.  Add rs64a and
24170         PPC630 information.
24171         (ashldi3): Add support for "rldic" instruction.
24172         * sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750.
24173
24174 Tue Jul 27 15:31:53 1999  Vladimir Makarov  <vmakarov@toad.to.cygnus.com>
24175
24176         * config/sparc/sparc.c (sparc_override_options): Enable SPARCLITE
24177         instead of V8 for sparclite86x in cpu_table.
24178
24179 Tue Jul 27 17:49:42 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24180
24181         * config/arm/coff.h (ASM_FILE_START): If generating SDB output, call
24182         output_file_directive.
24183
24184 Tue Jul 27 03:15:33 1999  Jason Merrill  <jason@yorick.cygnus.com>
24185
24186         * expr.c (expand_expr, case PLUS_EXPR): Get the mode from the
24187         tree for op1, not the rtl.
24188
24189 Tue Jul 27 00:18:34 1999  Richard Henderson  <rth@cygnus.com>
24190
24191         * m88k.c (m88k_builtin_saveregs): Break out the constructor code
24192         to m88k_va_start, leaving only the register spill.
24193         (m88k_build_va_list): New.
24194         (m88k_va_start): New.
24195         (m88k_va_arg): New.
24196         * m88k.h (BUILD_VA_LIST_TYPE): New.
24197         (EXPAND_BUILTIN_VA_START): New.
24198         (EXPAND_BUILTIN_VA_ARG): New.
24199
24200 Mon Jul 26 19:07:11 1999  Geoff Keating  <geoffk@cygnus.com>
24201
24202         * config/rs6000/rs6000.c (rs6000_expand_builtin_saveregs):
24203         Rename from expand_builtin_saveregs.
24204         * config/rs6000/rs6000.h (EXPAND_BUILTIN_SAVEREGS): Change caller.
24205
24206 Mon Jul 26 22:52:47 1999  Richard Henderson  <rth@cygnus.com>
24207
24208         * i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set
24209         for the register spill block.
24210         (i960_build_va_list): New.
24211         (i960_va_start): New.
24212         (i960_va_arg): New.
24213         * i960.h (BUILD_VA_LIST_TYPE): New.
24214         (EXPAND_BUILTIN_VA_START): New.
24215         (EXPAND_BUILTIN_VA_ARG): New.
24216         * i960.md (store_multiple): Use change_address on individul mems.
24217
24218 Mon Jul 26 22:43:12 1999  Richard Henderson  <rth@cygnus.com>
24219
24220         * builtins.c (stabilize_va_list): Don't INDIRECT_REF through
24221         an ARRAY_TYPE.
24222         (std_expand_builtin_va_start): Back out one word if !stdarg_p.
24223         (expand_builtin_va_end): Evaluate arg for side effects.
24224         * c-common.c (c_common_nodes_and_builtins): Construct a
24225         va_list_arg_type_node to handle array decomposition to pointer.
24226
24227 Mon Jul 26 18:51:34 1999  Richard Henderson  <rth@cygnus.com>
24228
24229         * except.c (st_dynamic_cleanup): Use force_operand on the
24230         buffer's address.
24231
24232 Mon Jul 26 16:43:26 1999  Richard Henderson  <rth@cygnus.com>
24233
24234         * c4x.h (EXPAND_BUILTIN_VA_ARG): New.
24235         * c4x.c (c4x_va_arg): New.
24236
24237 Mon Jul 26 12:30:09 1999  Jason Merrill  <jason@yorick.cygnus.com>
24238
24239         * cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer
24240         has manual_pop set.
24241
24242 1999-07-26  Nathan Sidwell  <nathan@acm.org>
24243
24244         * eh-common.h (__eh_matcher): Prototype correctly.
24245
24246 Mon Jul 26 17:24:51 1999  Philip Blundell  <pb@nexus.co.uk>
24247
24248         * config/arm/thumb.h (THUMB_FLAG_SINGLE_PIC_BASE): Define.
24249         (TARGET_SINGLE_PIC_BASE): Likewise.
24250         (GOT_PCREL, NEED_GOT_RELOC, NEED_PLT_RELOC): Provide default
24251         definitions.
24252         (TARGET_CALLEE_INTERWORKING): Fix typo in comment.
24253         (TARGET_SWITCHES): Add -m{no-}single-pic-base.
24254         (TARGET_OPTIONS): Add -mpic-register=N.
24255         (OUTPUT_INT_ADDR_CONST): New macro.
24256         (INDEX_REGISTER_RTX_P, PIC_OFFSET_TABLE_REGNUM, FINALIZE_PIC,
24257         LEGITIMATE_PIC_OPERAND_P): Likewise.
24258         (LEGITIMIZE_ADDRESS, GOT_IF_LEGITIMATE_ADDRESS): Support PIC.
24259         (ASM_OUTPUT_INT): Use OUTPUT_INT_ADDR_CONST rather than calling
24260         output_addr_const directly.
24261         (PRINT_OPERAND_PUNCT_VALID_P): Accept `|' for compatibility with
24262         ARM port.
24263         (thumb_pic_register, thumb_pic_register_string): Declare.
24264
24265         * config/arm/thumb.c (symbol_mentioned_p): New function: Imported
24266         from arm.c.
24267         (label_mentioned_p): New function: Imported from arm.c.
24268         (legitimize_pic_address): New function: Imported from arm.c.
24269         (is_pic):New function: Imported from arm.c.
24270         (thumb_finalize_pic):New function: Imported from arm.c.
24271         (add_constant): Cope with PIC constants.
24272         (fixit): Cope with PIC constants.
24273         (output_return): Do not treat the PIC register as live if
24274         TARGET_SINGLE_PIC_BASE is true.
24275         (thumb_function_prologue): Do not treat the PIC register as live if
24276         TARGET_SINGLE_PIC_BASE is true.
24277         (thumb_expand_prologue): Do not treat the PIC register as live if
24278         TARGET_SINGLE_PIC_BASE is true.
24279         (thumb_unexpand_epilogue): Do not treat the PIC register as live if
24280         TARGET_SINGLE_PIC_BASE is true.
24281         (thumb_print_operand): Accept '|'.
24282         (thumb_override_options): Process PIC options.
24283
24284         * config/arm/thumb.md (movsi): Support PIC.
24285         (call_insn): Change "i" constraint to "X".
24286         (call_value_insn): Likewise.
24287         (consttable_4, consttable_8, consttable_end): Set and clear
24288         "making_const_table" as appropriate.
24289         (pic_load_addr, pic_add_dot_plus_four): New insns.
24290
24291         * invoke.texi (Thumb Options): Fix spelling.  Document new
24292         options -msingle-pic-base and -mpic-register=.
24293
24294 1999-07-26  Andrew Haley  <aph@cygnus.com>
24295
24296         * config/m32r/initfini.c (__init): Use a full word immediate for
24297         __fini: this allows it to be placed in any memory region.
24298
24299         * config/m32r/t-m32r: Compile crtinit.o and crtfini.o for
24300         -mmodel=medium.  This is OK for all memory models.
24301
24302 Mon Jul 26 11:58:46 1999  Nick Clifton  <nickc@cygnus.com>
24303
24304         * config/arm/arm.c: Replace %R%s in asm_fprintf strings with %r.
24305         * config/arm/arm.h: Replace %R%s in asm_fprintf strings with %r.
24306
24307 Mon Jul 26 10:23:36 1999  Nick Clifton  <nickc@cygnus.com>
24308
24309         * final.c (asm_fprintf): Accept ASM_FPRINTF_EXTENSIONS, if
24310         defined.
24311
24312         * tm.texi: Document ASM_FPRINTF_EXTENSIONS.
24313
24314 Sun Jul 25 23:51:59 1999  Richard Henderson  <rth@cygnus.com>
24315
24316         * i860.h (EXPAND_BUILTIN_SAVEREGS): New.
24317         (BUILD_VA_LIST_TYPE): New.
24318         (EXPAND_BUILTIN_VA_START): New.
24319         (EXPAND_BUILTIN_VA_ARG): New.
24320         * i860.c (output_delayed_branch): Disable.
24321         (output_delay_insn): Likewise.
24322         (i860_saveregs): New.
24323         (i860_build_va_list): New.
24324         (i860_va_start): New.
24325         (i860_va_arg): New.
24326         * i860.md: Disable all peepholes using output_delayed_branch.
24327         * i860/sysv4.h (I860_SVR4_VA_LIST): New.
24328
24329 Sun Jul 25 23:44:13 1999  Richard Henderson  <rth@cygnus.com>
24330
24331         * clipper.h (EXPAND_BUILTIN_SAVEREGS): Remove argument.
24332         (BUILD_VA_LIST_TYPE): New.
24333         (EXPAND_BUILTIN_VA_START): New.
24334         (EXPAND_BUILTIN_VA_ARG): New.
24335         * clipper.c (clipper_builtin_saveregs): Only dump registers.
24336         Return the address of the save area.
24337         (clipper_build_va_list): New.
24338         (clipper_va_start): New.
24339         (clipper_va_arg): New.
24340
24341 Sun Jul 25 22:56:47 1999  Richard Henderson  <rth@cygnus.com>
24342
24343         * arc.h (EXPAND_BUILTIN_VA_START): New.
24344         (EXPAND_BUILTIN_VA_ARG): New.
24345         * arc.c (arc_setup_incoming_varargs): Set alias set of
24346         varargs save area.
24347         (arc_va_start): New.
24348         (arc_va_arg): New.
24349
24350 Sun Jul 25 22:45:55 1999  Richard Henderson  <rth@cygnus.com>
24351
24352         * alpha.h (EXPAND_BUILTIN_SAVEREGS): Delete.
24353         (BUILD_VA_LIST_TYPE): New.
24354         (EXPAND_BUILTIN_VA_START): New.
24355         (EXPAND_BUILTIN_VA_ARG): New.
24356         * alpha.c (alpha_builtin_saveregs): Delete.
24357         (alpha_build_va_list): New.
24358         (alpha_va_start): New.
24359         (alpha_va_arg): New.
24360
24361 Sun Jul 25 21:40:33 1999  Jeffrey A Law  (law@cygnus.com)
24362
24363         * config/svr4.h (CTORS_SECTION_ASM_OP): Do not emit directives in
24364         column zero.
24365         (DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP): Likewise.
24366         (FINI_SECTION_ASM_OP, ASM_OUTPUT_SECTION_NAME): Likewise.
24367
24368         * gcc.texi: More changes related to list conversion.
24369         * invoke.texi: Likewise.
24370
24371 Sun Jul 25 18:15:39 1999  Richard Henderson  <rth@cygnus.com>
24372
24373         * builtins.c (expand_builtin_saveregs): Remove static, remove exp
24374         and ignore arguments, bail if no EXPAND_BUILTIN_SAVEREGS.
24375         (expand_builtin_next_arg): Accept ARGLIST not EXP.
24376         (stabilize_va_list): New function.
24377         (std_expand_builtin_va_start): New function.
24378         (expand_builtin_va_start): New function.
24379         (get_varargs_alias_set): New function.
24380         (std_expand_builtin_va_arg): New function.
24381         (expand_builtin_va_arg): New function.
24382         (expand_builtin_va_end): New function.
24383         (expand_builtin_va_copy): New function.
24384         (expand_builtin): Call them.
24385         * c-common.c (c_common_nodes_and_builtins): Build __builtin_va_list,
24386         __builtin_{varargs_start,stdarg_start,end,copy}.
24387         (build_va_arg): New function.
24388         * c-common.h (CTI_PTR_TYPE, ptr_type_node): Delete.
24389         (build_va_arg): Declare.
24390         * c-decl.c (ptr_type_node, va_list_type_node): New.
24391         * c-parse.gperf (__builtin_va_arg): New.
24392         * c-parse.in (VA_ARG): New token.
24393         (unary_expr): Recognize it.
24394         * expr.c (expand_expr): Expand VA_ARG_EXPR.
24395         * expr.h (std_expand_builtin_va_start): Declare.
24396         (std_expand_builtin_va_arg): Declare.
24397         (expand_builtin_va_arg): Declare.
24398         (get_varargs_alias_set): Declare.
24399         * tree.def (VA_ARG_EXPR): New.
24400         * tree.h (BUILT_IN_VARARGS_START): New.
24401         (BUILT_IN_STDARG_START, BUILT_IN_VA_END): New.
24402         (ptr_type_node, va_list_type_node): Declare.
24403         * tm.texi (EXPAND_BUILTIN_SAVEREGS): Kill unused ARGLIST argument.
24404         * m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.
24405         * m88k.h, m88k.c: Likewise.
24406         * mn10300.h, mn10300.c: Likewise.
24407         * pa.h, pa.c: Likewise.
24408         * rs6000.h, rs6000.c: Likewise.
24409         * sh.h, sh.c: Likewise.
24410         * sparc.h, sparc.c: Likewise.
24411
24412         * emit-rtl.c (operand_subword): Copy alias set.
24413         (change_address): Likewise.
24414
24415 Sun Jul 25 15:04:37 1999  Jeffrey A Law  (law@cygnus.com)
24416
24417         * pa.c (compute_frame_size): Scan all the used callee saved registers,
24418         not just the first one.
24419
24420 Fri Jul 23 14:09:58 1999  Philip Blundell  <pb@nexus.co.uk>
24421
24422         * config/arm/arm.h (TARGET_SWITCHES): Add
24423         -m{no-}single-pic-base.  Correct help string for -mshort-load-words.
24424         (TARGET_OPTIONS): Add -mpic-register=.
24425         (ARM_FLAG_SINGLE_PIC_BASE, TARGET_SINGLE_PIC_BASE): Define.
24426         (arm_pic_register_string): Declare.
24427         (NEED_PLT_GOT): Delete, replace with ...
24428         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  New macros.
24429         (OUTPUT_INT_ADDR_CONST): Replace NEED_PLT_GOT with NEED_GOT_RELOC.
24430         (ASM_OUTPUT_MI_THUNK): Replace NEED_PLT_GOT with NEED_PLT_RELOC.
24431         * config/arm/arm.c (arm_override_options): Add new option
24432         -mpic-register=N.
24433         (arm_pic_register_string): New variable.
24434         (arm_finalize_pic): Respect TARGET_SINGLE_PIC_BASE.
24435         (output_func_prologue): If TARGET_SINGLE_PIC_BASE, treat the PIC
24436         register as never live.  Use NEED_PLT_RELOC not NEED_PLT_GOT.
24437         (output_return_instruction): Likewise.
24438         * config/arm/elf.h (NEED_PLT_GOT): Delete, replace with ...
24439         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  Define to flag_pic.
24440         * config/arm/arm.md: Use NEED_PLT_RELOC in place of NEED_PLT_GOT.
24441
24442         * invoke.texi (ARM Options): Fix spelling.  Remove duplicate
24443         mention of -msched-prolog.  Document new options -msingle-pic-base
24444         and -mpic-register=.
24445
24446 Thu Jul 22 18:23:56 1999  Richard Henderson  <rth@cygnus.com>
24447
24448         * haifa-sched.c (reemit_notes): Tidy.
24449         * sched.c (reemit_notes): Duplicate 1998-08-31 patch to
24450         haifa's routine.
24451
24452 Thu Jul 22 18:21:04 1999  Richard Henderson  <rth@cygnus.com>
24453
24454         * explow.c (trunc_int_for_mode): New function.
24455         (plus_constant_wide): Use it.
24456         * combine.c (simplify_and_const_int): Likewise.
24457         (merge_outer_ops): Likewise.
24458         (simplify_shift_const): Likewise.
24459         * cse.c (simplify_unary_operation): Likewise.
24460         (simplify_binary_operation): Likewise.
24461         * emit-rtl.c (operand_subword): Likewise.
24462         * rtl.h: Declare it.
24463
24464 Thu Jul 22 14:34:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24465
24466         * config/arm/arm.c (arm_print_operand): Fix typo in 'M' case
24467         (use NUM_REGS instead of NUM_INTS).
24468
24469 Thu Jul 22 11:25:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24470
24471         * builtins.c: New file.
24472         * expr.c (saveregs_value, apply_args_value):  Delete definition,
24473         moved into builtins.c.
24474         (string_constant): No longer static.
24475         (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin,
24476         apply_args_size, apply_result_size, result_vector,
24477         expand_builtin_apply_args, expand_builtin_apply,
24478         expand_builtin_return): Delete functions, moved into builtins.c.
24479         (INCOMING_REGNO, OUTGOING_REGNO): Delete unused macros.
24480         * expr.h (saveregs_value, apply_args_value): Declare variables.
24481         (expand_builtin, string_constant): Declare functions.
24482         * Makefile.in: Update to build builtin.o.
24483
24484 Wed Jul 21 00:46:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
24485
24486         * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
24487         * tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
24488         * dwarf2out.c (dwarf2out_init): Don't output a label to mark the
24489         start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
24490         false.
24491         * config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
24492         Define to zero.
24493
24494 1999-07-21  Michael Meissner  <meissner@cygnus.com>
24495
24496         * print-rtl.c (print_rtx): Print the names of the virtual
24497         registers.
24498
24499 Wed Jul 21 16:00:32 1999  Nick Clifton  <nickc@cygnus.com>
24500
24501         * config/arm/arm.h (INITIAL_ELIMINATION_OFFSET): Fix typo
24502         introduced in previous delta.
24503
24504 Wed Jul 21 14:30:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24505
24506         * c-lang.c (finish_file): Rename void_list_node to void_list_node_1
24507         to avoid name clash.
24508
24509 Wed Jul 21 08:39:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24510
24511         * c-lex.c (yylex) : Correct the test for overflow when lexing
24512         integer literals.
24513
24514 Tue Jul 20 18:02:42 1999  Richard Henderson  <rth@cygnus.com>
24515
24516         * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
24517         (adjust_priority): Always call ADJUST_PRIORITY.
24518         (schedule_insn): Only put insns into the ready at cost 0.
24519         (schedule_block): Remove redundant initial sort.  Give clock_var
24520         and can_issue_more to MD_SCHED_REORDER.  Requeue if hazard cost
24521         is not 0.
24522         * tm.texi (MD_SCHED_REORDER): Update docs.
24523
24524         * sparc.h (MD_SCHED_REORDER): Update.  Set CAN_ISSUE_MORE.
24525         * sparc.c (ultra_reorder_called_this_block): Delete.
24526         (ultrasparc_sched_init): Don't set it.
24527         (ultrasparc_sched_reorder): Don't check it.
24528
24529 Tue Jul 20 17:07:54 1999  Richard Henderson  <rth@cygnus.com>
24530
24531         * rs6000.h (struct rs6000_args): Add sysv_gregno.
24532         * rs6000.c (init_cumulative_args): Init sysv_gregno.
24533         (function_arg_boundary): Align DFmode.
24534         (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
24535         to get fp reg and stack overflow correct.
24536         (function_arg): Likewise.
24537         (function_arg_pass_by_reference): True for TFmode for ABI_V4.
24538         (setup_incoming_varargs): Restructure for ABI_V4; use
24539         function_arg_advance to skip final named argument.
24540         (expand_builtin_saveregs): Properly unskip the last integer arg
24541         when doing varargs.  Adjust overflow location calculation.
24542
24543         * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
24544         explicitly unsigned.
24545         (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
24546         (__VA_GP_REGSAVE): Similarly.
24547         (__va_longlong_p): Delete.
24548         (__va_arg_type_violation): New declaration.
24549         (va_arg): Restructure.  Flag promotion errors.  Align double.
24550         TFmode passed by reference.
24551
24552         * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
24553         in the HOST_BITS_PER_WIDE_INT > 32 case.
24554
24555 Tue Jul 20 12:37:30 1999  Hans-Peter Nilsson  <hp@bitrange.com>
24556
24557         * dwarf2out.c (output_abbrev_section): Terminate with a zero.
24558
24559 Tue Jul 20 12:12:27 1999  Jason Merrill  <jason@yorick.cygnus.com>
24560
24561         * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
24562         * toplev.c (documented_lang_options): Add -fpreprocessed.
24563         * cpplib.h (struct cpp_buffer): Add preprocessed.
24564         * cppinit.c (cpp_handle_option): Handle -fpreprocessed.
24565         (cpp_start_read): Don't expand macros or emit an initial #line
24566         directive if -fpreprocessed.
24567
24568 Tue Jul 20 12:12:09 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
24569
24570         * cpplib.h (struct cpp_buffer): Added manual_pop for
24571         better C++ tokenization.
24572         * cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
24573         Also, support C++ tokenization for ->*, .*, <?, and >? operators.
24574         * c-common.c (cpp_token): Make non-static.
24575
24576 Tue Jul 20 11:24:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24577
24578         * c-common.h: New file.
24579         * c-common.c (permanent_obstack): Delete unused declaration.
24580         (c_global_trees): New array.
24581         (c_common_nodes_and_builtins): New function; split off common code
24582         from init_decl_processing in both c-decl.c and cp/decl.c.
24583         * c-tree.h: Delete lots of declarations of tree nodes; replaced by
24584         c_global_trees and accessor macros defined in c-common.h.
24585         Include c-common.h.
24586         * c-decl.c: Delete definitions for tree nodes that were replaced by
24587         c_global_trees.
24588         (init_decl_processing): Build void_list_node.
24589         Call c_common_nodes_and_builtins; delete code to generate the common
24590         builtins here.
24591         * objc/objc-act.c (build_module_descriptor): Rename variable
24592         void_list_node to avoid clash with c-common.h.
24593
24594         * Makefile.in: Update dependencies.
24595         * objc/Make-lang.in: Likewise.
24596
24597 Mon Jul 19 14:22:18 1999  Mark P. Mitchell  <mark@codesourcery.com>
24598
24599         * config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
24600         (UNIQUE_SECTION_P): Likewise.
24601         (UNIQUE_SECTION): Likewise.
24602
24603 1999-07-19  Linas Vepstas  <linas@linas.org>
24604
24605         * config/i370/README: New file.
24606         * config/i370/linux.h: New file.
24607         * config/i370/mvs.h: New file.
24608         * config/i370/oe.h: New file.
24609         * config/i370/t-linux: New file.
24610         * config/i370/t-mvs: New file.
24611         * config/i370/t-oe: New file.
24612         * config/i370/x-oe: New file.
24613         * config/i370/xm-linux.h: New file.
24614         * config/i370/xm-mvs.h: New file.
24615         * config/i370/xm-oe.h: New file.
24616
24617         * i370.c (label_node_t): Add first_ref_page, label_addr,
24618         label_first_ref, label_last_ref members.
24619         (mvs_need_base_reload): Renamed from mvs_label_emitted.
24620         (MAX_MVS_LABEL_SIZE): Define.
24621         (MAX_LONG_LABEL_SIZE): Define.
24622         (alias_node_t, alias_anchor, alias_number): New.
24623         (mvs_function_table): Reorder for EBCDIC.
24624         (ascebc, ebcasc): Unconditionally define.
24625         (i370_branch_dest, i370_branch_length): New functions.
24626         (i370_short_branch, i370_label_scan): New functions.
24627         (mvs_get_label): Renamed from mvs_add_label.  Search for
24628         an existing label before creating a new one.
24629         (mvs_add_label): New function.
24630         (mvs_get_label_page): New function.
24631         (mvs_free_label_list): Renamed from mvs_free_label.  Iterate
24632         over the entire list.
24633         (mvs_check_page) [TARGET_HLASM]: Use BASR not BALR.
24634         (mvs_check_page) [TARGET_ELF_ABI]: New function.
24635         (mvs_add_alias, mvs_need_alias): New functions.
24636         (mvs_get_alias, mvs_check_alias): New functions.
24637         (handle_pragma): New function.
24638         (mvs_function_check): New function.
24639         (unsigned_jump_follows_p): Search harder.
24640         (i370_function_prolog) [TARGET_HLASM]: Handle LE370.  Scan labels.
24641         (i370_function_prolog) [TARGET_ELF_ABI]: New function.
24642         * i370.h (TARGET_VERSION): Delete.
24643         (CPP_SPEC, CPP_PREDEFINES): Delete.
24644         (mvs_label_emitted): Delete.
24645         (TARGET_EBCDIC): Delete.
24646         (MAP_CHARACTER): Define only if TARGET_EBCDIC.
24647         (HANDLE_PRAGMA): Define.
24648         (HARD_REGNO_NREGS): Handle complex modes.
24649         (HARD_REGNO_MODE_OK): Likewise.
24650         (CLASS_MAX_NREGS): Likewise.
24651         (RET_REG): Likewise.
24652         (EXTRA_CONSTRAINT): Define.
24653         (RETURN_IN_MEMORY): True for DImode.
24654         (TRAMPOLINE_TEMPLATE): Use gen_rtx instead of GEN_INT.
24655         (FUNCTION_PROFILER): Delete.
24656         (COUNT_REGS): Fail if REG_P but not REG_OK_FOR_BASE_P.
24657         (NOTICE_UPDATE_CC): Correct handling of MULT, DIV, logicals and shifts.
24658         (TARGET_ESC, TARGET_BELL): Conditionally define for TARGET_EBCDIC.
24659         (TARGET_BS, TARGET_TAB, TARGET_NEWLINE): Likewise.
24660         (TARGET_VT, TARGET_FF, TARGET_CR): Likewise.
24661         (ASM_FILE_START): Add "RMODE ANY".
24662         (ASM_OUTPUT_EXTERNAL): Check for aliases.
24663         (ASM_GLOBALIZE_LABEL): Likewise.
24664         (ASM_OUTPUT_LABELREF): Likewise.
24665         (ASM_OUTPUT_COMMON): Likewise.
24666         (PRINT_OPERAND): Handle 'K', 'W', default.
24667         (PRINT_OPERAND_ADDRESS): New.
24668         (Lots of defines): Add support for TARGET_ELF_ABI.
24669         * i370.md (attr length): New.  Define for all patterns.
24670         (*): Lots of tweeks to assembly output and constraints.
24671
24672 Mon Jul 19 15:09:29 1999  David Edelsohn  <edelsohn@gnu.org>
24673
24674         * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
24675         Disable patterns performing SImode comparisons with SImode values
24676         if TARGET_POWERPC64 and instruction does not sign-extend or does
24677         not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
24678         differ for signed quantities.
24679         (indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
24680         (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
24681         (decrement_and_branch_on_count): Add 64-bit variant.
24682
24683 Mon Jul 19 09:36:27 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24684
24685         * final.c (output_asm_insn): When searching for the matching string
24686         for a given dialect, don't run past the end of the list of
24687         alternatives if there are fewer alternatives in the template than
24688         dialects.
24689
24690 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
24691
24692         * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
24693         Removed paragraph about compression of files and size limitation,
24694         duplicated in the FAQ.  Use gcc-patches for posting patches.
24695         * gcc.c (main): Updated URL with bug reporting instructions to
24696         gcc.gnu.org.  Removed e-mail address.
24697         * system.h (abort): Likewise.
24698
24699 1999-07-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24700
24701         * Makefile.in (stmp-multilib-sub): Make the files extracted
24702         from $(LIBGCC1) writable.
24703
24704 Sat Jul 17 14:25:46 1999  Nick Clifton  <nickc@cygnus.com>
24705
24706         * config/arm/aout.h: Reformat for improved readability.
24707
24708         * config/arm/arm.h: Reformat for improved readability.
24709         Replace uses of fprintf with asm_fprintf where appropriate.
24710         (ARM_DECLARE_FUNCTION_NAME): New macro:  Perform any generic ARM
24711         function declaration assembler actions.
24712         (NUM_INTS): New macro: Convert from bytes to words.
24713         (NUM_REGS): New macro: Compute number of registers required to
24714         hold a quanitity of tyep MODE.
24715         (NUM_REGS2): New macro: Like NUM_REGS but also copes with BLKmode
24716         types.
24717         (NUM_ARG_REGS): New macro: The number of argument registers
24718         available.
24719         (ARG_REGISTER): New macro: Compute the register number of the Nth
24720         argument register.
24721         (LAST_ARG_REGNUM): New macro: The number of the last argument
24722         register.
24723         (SP_REGNUM): New macro: Register number of the stack pointer.
24724         (FP_REGNUM): New macro: Register number of the frame pointer.
24725         (FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS, INIT_CUMULATIVE_AGS,
24726         FUNCTION_ARG_ADVANCE, SETUP_INCOMING_VARARGS): Change
24727         CUMULATIVE_ARGS so that it counts registers not bytes.
24728
24729         * config/arm/arm.c: Rename TARGET_THUMB_INTERWORK to
24730         TARGET_INTERWORK.
24731         Replace uses of fprintf with asm_fprintf where appropriate.
24732         (output_ascii_pseudo_op): Replace with version from thumb.c
24733
24734         * config/arm/coff.h (ASM_FILE_START): Emit ASM_APP_OFF.
24735
24736         * config/arm/elf.h (CPP_PREDEFINES): Replace with
24737         SUBTARGET_CPP_SPEC.
24738         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
24739         (ASM_FILE_START): Emit ASM_APP_OFF.
24740
24741 Fri Jul 16 13:48:09 1999  Jeffrey A Law  (law@cygnus.com)
24742
24743         * pa.c (compute_frame_size): Round frame according to
24744         STACK_BOUNDARY rather than a hardwired value.
24745
24746         * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
24747
24748         * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
24749         of "1".
24750         * configure: Rebuilt.
24751
24752         * configure.in (hppa*-*-linux*): New configuration.
24753         * configure: Rebuilt.
24754         * pa.h (MAX_OFILE_ALIGNMENT): Delete.
24755         * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
24756         * pa/pa-linux.h: New file.
24757         * pa/t-linux: New file.
24758         * pa/xm-linux.h: New file.
24759
24760         * pa.c (hppa_legitimize_address): Change references from SImode to
24761         either Pmode or word_mode as appropriate.
24762         (emit_move_sequence, store_reg, load_reg): Likewise.
24763         (set_reg_plus_d, hppa_expand_prologue): Likewise.
24764         (output_mul_insn): Likewise.
24765         * pa.h (PROMOTE_MODE): Likewise.
24766         (INITIALZE_TRAMPOLINE): Likewise.
24767         (Pmode): Define to word_mode.
24768
24769         * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
24770         value of 4.  Allocate 8 bytes for each FP register save.
24771         (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
24772         value of 4.
24773         (hppa_expand_prologue): Likewise.
24774         * pa.h (PROMOTE_MODE): Likewise.
24775         (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
24776         (FUNCTION_ARG_BOUNDARY): Likewise.
24777
24778         * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
24779
24780         * pa.c (out_of_line_prologue_epilogue): Delete.
24781         (override_options): Remove -mspace related code.
24782         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
24783         (compute_frame_size): Only allocate space for register that
24784         actually need to be saved.
24785         * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
24786         (TARGET_SWITCHES): Remove -mspace, -mno-space
24787         * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
24788         * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.  Remove -mspace multilib.
24789         * pa/ee.asm, pa/ee_fp.asm: Delete.
24790
24791         * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
24792
24793         * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
24794         directive in column zero.
24795
24796 Fri Jul 16 01:39:57 1999  Jeffrey A Law  (law@cygnus.com)
24797
24798         * m68k.c (output_function_prologue): Fix computation of save mask
24799         when generating PIC code.
24800
24801 Thu Jul 15 15:40:09 1999  Jim Wilson  <wilson@cygnus.com>
24802
24803         * tree.c (build_type_attribute_variant): Move current_obstack restore
24804         after build_qualified_type call.
24805
24806 1999-07-15  Mark Mitchell  <mark@codesourcery.com>
24807
24808         * configure.in: Use t-iris6, even with GNU LD.
24809         * config/mips/iris6gld.h: Fix typo in linker spec.
24810         * config/mips/t-iris6gld: Remove.
24811
24812 Thu Jul 15 15:15:43 1999  David Edelsohn  <edelsohn@gnu.org>
24813
24814         * rs6000.md (insv, extzv): Remove SImode dependence in named
24815         patterns.  Explicitly generate DImode RTL if PowerPC64 and
24816         operand is DImode.
24817         (insvdi): Reverse start and size in instruction template.
24818
24819 1999-07-12  Joseph S. Myers  <jsm28@cam.ac.uk>
24820
24821         * invoke.texi: Typo fixes.
24822
24823 Wed Jul 14 23:28:06 1999  Jeffrey A Law  (law@cygnus.com)
24824
24825         * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
24826         handle at this time instead of silently generating incorrect code.
24827         (gen_imagpart): Likewise.
24828
24829         * reload.c (find_reloads): Emit a USE for a pseudo register without
24830         a hard register if we could not create an optional reload for the
24831         pseudo.
24832
24833 Wed Jul 14 23:45:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24834
24835         * c-typeck.c (output_init_element, process_init_element):
24836         When advancing constructor_unfilled_fields for a RECORD_TYPE,
24837         check for nameless bit fields.
24838
24839 Wed Jul 14 01:57:39 1999  Richard Henderson  <rth@cygnus.com>
24840
24841         * regclass.c (scan_one_insn): Notice subregs that change the
24842         size of their operand.
24843         (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.
24844
24845 Wed Jul 14 01:41:42 1999  Jeffrey A Law  (law@cygnus.com)
24846
24847         * configure.in (alpha*-*-*): Include alpha/t-ieee.
24848         * configure: Rebuilt.
24849         * alpha/t-ieee: New file.
24850
24851 Tue Jul 13 10:45:58 1999  Jeffrey A Law  (law@cygnus.com)
24852
24853         * rs6000.c (find_addr_reg): Do not select r0 as an address
24854         register.
24855
24856 Tue Jul 13 00:46:18 1999  Philippe De Muyter  <phdm@macqel.be>
24857
24858         * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
24859
24860 Mon Jul 12 14:29:15 1999  Jeffrey A Law  (law@cygnus.com)
24861
24862         * rs6000.md (movsf): Do not force easy FP constants into memory.
24863
24864         * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
24865         immed_double_const to ensure they are properly truncated then
24866         sign extended.
24867
24868 Mon Jul 12 10:40:01 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
24869
24870         * config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
24871         always unless NO_DEBUG is used.  Compile this code
24872         unconditionally.
24873         (replace_symbols_in_block): Compile it unconditionally.
24874
24875 Sun Jul 11 12:32:32 1999  Jeffrey A Law  (law@cygnus.com)
24876
24877         * configure.in (i?86-*-elf*): New target.
24878         * configure: Rebuilt.
24879         * i386/i386elf.h, i386/t-i386elf: New files.
24880
24881 Fri Jul  9 22:39:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
24882
24883         * toplev.c (main): Don't complain about saying -gdwarf.
24884         (rest_of_compilation): Remove redundant code.
24885
24886 Fri Jul  9 19:08:55 1999  Jim Wilson  <wilson@cygnus.com>
24887
24888         * unroll.c (unroll_loops): Don't delete named CODE_LABELs.
24889
24890 Fri Jul  9 18:54:18 1999  Felix Lee  <flee@cygnus.com>
24891
24892         * config/i960/i960.c (ret_label): Change asm label from "LR:" to
24893         "Li960R:", to avoid name clash.
24894
24895 Fri Jul  9 10:48:28 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24896
24897         * loop.c (check_dbra_loop): When reversing a loop, delete all
24898         REG_EQUAL notes referencing the reversed biv except those which are
24899         for a giv based on it.
24900
24901 Fri Jul  9 03:51:52 1999  Jeffrey A Law  (law@cygnus.com)
24902
24903         * version.c: Drop "gcc-" prefix from version #.
24904
24905 Thu Jul  8 18:06:30 1999  Jason Merrill  <jason@yorick.cygnus.com>
24906
24907         * dwarf2out.c (dwarf2out_line): Emit a line number comment after
24908         the label if we're being verbose.
24909
24910 Thu Jul  8 14:18:46 1999  Richard Henderson  <rth@cygnus.com>
24911
24912         * m68k.c (output_function_prologue): Add pic register to mask
24913         if live and flag_pic.
24914         (output_function_epilogue): Likewise.
24915
24916 Thu Jul  8 12:55:12 1999  Jeffrey A Law  (law@cygnus.com)
24917
24918         * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
24919         directives in column zero.
24920
24921         * pa/elf.h (ASM_FILE_START): Define.
24922         * pa/som.h (ASM_FILE_START): Include .level directives.
24923         * pa/hpux10.h (ASM_FILE_START): Delete.
24924         * pa/hpux11.h (ASM_FILE_START): Delete.
24925
24926         * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
24927
24928 Thu Jul  8 18:03:19 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24929
24930         * reload1.c (choose_reload_regs): Never call remove_adress_replacements
24931         when reload_out equals reload_in.
24932
24933 Thu Jul  8 16:50:14 1999  Nick Clifton  <nickc@cygnus.com>
24934
24935         * invoke.texi (Spec Files): New node: Describe the contents of
24936         spec files.
24937
24938 Thu Jul  8 10:28:25 1999  Craig Burley  <craig@jcb-sc.com>
24939
24940         * invoke.texi (DEC Alpha Options): Put @end table at
24941         beginning of line, to avoid confusing texi2html.
24942
24943 Thu Jul  8 09:22:06 1999  Nick Clifton  <nickc@cygnus.com>
24944
24945         * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo
24946         introduced in previous delta.
24947
24948 Wed Jul  7 02:00:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24949
24950         * reload1.c (gen_reload): When synthesizing a 3 operand add
24951         sequence, improve test for when to reload OP1 into the reload
24952         register instead of OP0.
24953
24954 Wed Jul  7 01:38:03 1999  Jim Wilson  <wilson@cygnus.com>
24955
24956         * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
24957
24958 1999-07-07  Manfred Hollstein  <mhollstein@cygnus.com>
24959
24960         * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
24961         string literal.
24962
24963 Wed Jul  7 01:16:43 1999  Richard Henderson  <rth@cygnus.com>
24964
24965         * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
24966         (va_dcl): Use __builtin_va_alist_t.
24967
24968 Wed Jul  7 01:14:42 1999  Jason Merrill  <jason@yorick.cygnus.com>
24969
24970         * dwarf2out.c (gen_struct_or_union_type_die): Only remember types
24971         on the permanent_obstack.
24972         * dwarfout.c (output_type): Likewise.
24973
24974 Tue Jul  6 15:25:32 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24975
24976         * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24977         Merged from c-typeck.c and cp/typeck.c.
24978         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
24979         Merged into c-common.
24980
24981 Tue Jul  6 13:06:01 1999  Dave Brolley  <brolley@cygnus.com>
24982
24983         * c-lex.c (errorcount): Declare it.
24984         (finish_parse): Update errorcount when using CPPLIB.
24985
24986 1999-07-06  Bruce Korb  <ddsinc09@ix.netcom.com>
24987
24988         * fixinc/inclhack.def(end_else_label): Double the backslash so
24989         sed gets a chance to see it.
24990         * fixinc/inclhack.sh: regen
24991         * fixinc/fixincl.x: regen
24992
24993 Fri Jul  2 18:49:51 1999  Nick Clifton  <nickc@cygnus.com>
24994
24995         Add framework to support armv5 architecture when it becomes
24996         available:
24997
24998         * config/arm/arm.c (FL_ARCH5): New processor capability flag.
24999         (arm_arch5): New variable.
25000         (all_architectures): Add armv5 line.
25001         * config/arm/arm.h (CPP_CPU_ARCH_SPEC): Define __ARM_ARCH_5__ if
25002         -march=armv5 is specified on the command line.
25003         (arm_arch5): Export this variable.
25004         * invoke.texi: Document new string accepted by -march= switch for
25005         ARM ports.
25006
25007         * config/arm/arm.h: Replace use of constant 12 as a register
25008         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
25009         * config/arm/arm.c: Replace use of constant 12 as a register
25010         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
25011
25012         * config/arm/elf.h: Tidy up.
25013         * config/arm/coff.h: Tidy up.
25014
25015 Thu Jul  1 19:08:13 1999  Mark P. Mitchell  <mark@codesourcery.com>
25016
25017         * gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
25018         * gcc/config/mips/t-iris6gld: New file.
25019         * gcc/config/mips/iris6gld.h: Likewise.
25020
25021 Fri Jul  2 13:23:39 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25022
25023         * c-decl.c (widest_integer_literal_type_node,
25024         widest_unsigned_literal_type) : New.
25025         (init_decl_processing): Handle/use the two new types.
25026         * c-common.c (type_for_size,type_for_mode) : Same.
25027         * c-lex.c (yylex) : Same.
25028         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
25029         Same.
25030         * c-tree.h (widest_integer_literal_type_node,
25031         widest_unsigned_literal_type) : New.
25032
25033 Fri Jul  2 03:05:44 1999  Jeffrey A Law  (law@cygnus.com)
25034
25035         * dwarfout.c (field_byte_offset): Correctly compute the object's
25036         byte offset for the first bit of a field which crosses an alignment
25037         boundary on a !BYTES_BIG_ENDIAN target.
25038
25039 Fri Jul  2 01:36:36 1999  Robert Lipe  <robertlipe@usa.net>
25040
25041         * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
25042         ntohs.
25043
25044 Fri Jul  2 00:46:47 1999  Richard Henderson  <rth@cygnus.com>
25045                           Jeff Law <law@cygnus.com>
25046
25047         * ginclude/varargs.h (va_dcl): Use word_mode for type of
25048         __builtin_va_list.
25049
25050         * except.c: Include intl.h.
25051         (expand_eh_return): Set current_function_cannot_inline.
25052         (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
25053         * function.h (struct function): Add eh_return_stub_label.
25054         * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
25055         * Makefile.in (except.o): Depend on intl.h.
25056
25057 Fri Jul  2 00:04:23 1999  David Edelsohn  <edelsohn@gnu.org>
25058
25059         * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the
25060         same as offsettable in cases 1 and 2.
25061
25062 Thu Jul  1 20:54:10 1999  Richard Henderson  <rth@cygnus.com>
25063
25064         * alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
25065         (extlh, extwh): Likewise.
25066
25067 Thu Jul  1 11:05:25 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25068
25069         * c-lex.c (yylex): Improve 'integer constant out of range' messages.
25070
25071 Wed Jun 30 16:51:41 1999  Nick Clifton  <nickc@cygnus.com>
25072
25073         * configure.in: Add arm-pe and thumb-pe targets.
25074         * configure: Regenerate.
25075
25076         * thumb.c (arm_naked_function_p): New function: Determines if
25077         a function is naked (has no gcc generated prologue/epilogue).
25078         (is_called_in_ARM_mode): Return true if the func has the
25079         interfacearm attribute.
25080         (output_return): Do not generate a return for naked functions.
25081         (thumb_function_prologue): Do not generate a prologue for
25082         naked functions.
25083         (thumb_expand_prologue): Do not generate a prologue for naked
25084         functions.
25085         (thumb_expand_epilogue): Do not generate an epilogue for naked
25086         functions.
25087         (arm_valid_machine_decl_attribute): New function, copied from
25088         arm.c:  Permit naked and interfacearm attributes.
25089
25090         * config/arm/pe.c: New file: Support code for arm-pe target.
25091         * config/arm/pe.h: New file: Header file for arm-pe target.
25092         * config/arm/tpe.h: New file: Header file for thumb-pe target.
25093         * config/arm/t-thumb-pe: New file: Makefile fragment for
25094         thumb-pe target.
25095
25096 1999-07-01  Mark Kettenis  <kettenis@gnu.org>
25097
25098         * config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
25099         -fPIC or -fpic is specified.
25100
25101 Wed Jun 30 03:31:54 1999  Jeffrey A Law  (law@cygnus.com)
25102
25103         * expr.c (emit_block_move): Use copy_to_mode_reg for
25104         !TARGET_MEM_FUNCTIONS case too.
25105
25106         * configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
25107         appropriate.
25108         * configure: Rebuilt.
25109         (hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
25110         * pa.h: Include dbxelf.h.  Delete various dbx/stabs related
25111         definitions made redundant by dbxelf.h inclusion.  Delete
25112         lots of definitions related to assembly output that are
25113         specific to the SOM object format.
25114         * pa.c (output_function_prologue): Do not emit the function's
25115         name for OBJ_ELF.
25116         * pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
25117         * pa-pro.h: Deleted.
25118         * som.h: New file with SOM specific definitions.
25119         * elf.h: New file with ELF specific definitions.
25120
25121         * elfos.h (const_section): Output a tab before assembler directives.
25122         (ctors_section, dtors_section): Likewise.
25123         (ASM_OUTPUT_SECTION_NAME): Likewise.
25124
25125         * pa/pa1.h: Delete unused file.
25126
25127 Tue Jun 29 01:37:53 1999  Jeffrey A Law  (law@cygnus.com)
25128
25129         * configure.in (hppa*-hp-hpux11*): New configuration.
25130         * configure: Rebuilt.
25131         * pa/pa-hpux11.h: New file.
25132         * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
25133         command line.
25134
25135         * mips.md (leasi, leadi): New patterns.
25136
25137         * expr.c (emit_block_move): Properly handle case where one of the
25138         block move arguments has a queued increment or decrement.
25139         (clear_storage): Similarly.  Fix formatting goof.
25140
25141 1999-06-28  "David O'Brien"  <obrien@NUXI.com>
25142
25143         * fixinc/inclhack.def(stdio_va_list): This patch Removes a
25144         semicolon from the BSD VA_LIST replacement expression.
25145
25146         * fixinc/inclhack.sh: regen
25147         * fixinc/fixincl.x: regen
25148
25149         * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
25150         now use the fixincl program.
25151
25152 Mon Jun 28 05:28:12 1999  Jeffrey A Law  (law@cygnus.com)
25153
25154         * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
25155         case.  Also make the PIC register call_used.
25156
25157         * m68k.h (FINALIZE_PIC): Delete.
25158         * m68k.c (finalize_pic): Delete.
25159
25160 Mon Jun 28 05:16:35 1999  Richard Henderson  <rth@cygnus.com>
25161
25162         * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
25163         to memory.
25164
25165 Mon Jun 28 04:07:27 1999  David Edelsohn  <edelsohn@gnu.org>
25166
25167         * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
25168
25169 Sun Jun 27 02:39:08 1999  Richard Henderson  <rth@cygnus.com>
25170
25171         * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
25172
25173 Sat Jun 26 17:18:18 1999  David Edelsohn  <edelsohn@gnu.org>
25174
25175         * rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
25176
25177 Fri Jun 25 11:33:24 1999  Richard Henderson  <rth@cygnus.com>
25178
25179         * alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
25180
25181 Fri Jun 25 13:41:25 1999  David Edelsohn  <edelsohn@gnu.org>
25182
25183         * rs6000.c (output_toc): Always use hex values for floating-point
25184         constants.  Store single-precision values in upper-half of TOC
25185         entry in 64-bit mode.
25186         * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
25187         to final constraints.
25188         (fix_truncdfsi2 splitter): Change pattern matching fctiwz.
25189         (fctiwz): Improve accuracy of RTL for pattern.
25190
25191 Fri Jun 25 11:26:38 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25192
25193         * expr.c (expand_expr): Allow RTL_EXPR's through the
25194         MAX_INTEGER_COMPUTATION_MODE checks.
25195
25196 Fri Jun 25 06:06:37 1999  Richard Henderson  <rth@cygnus.com>
25197
25198         * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
25199         such that MASK_SUPPORT_ARCH is not negative.
25200
25201 Fri Jun 25 05:35:44 1999  Jeffrey A Law  (law@cygnus.com)
25202
25203         * loop.c (verify_dominator): Properly handle ADDR_VEC and
25204         ADDR_DIFF_VEC insns that appear inside loops.
25205
25206 Thu Jun 24 22:54:05 1999  David Edelsohn  <edelsohn@gnu.org>
25207                           Jeff Law <law@cygnus.com>
25208
25209         * rs6000.md (movdf_hardfloat32): Revert previous patch.
25210         Handle LO_SUM the same as offsettable in cases 1 and 2.
25211         * rs6000.c (find_addr_reg): Revert previous patch.
25212
25213 Thu Jun 24 22:43:12 1999  Philippe De Muyter  <phdm@macqel.be>
25214
25215         * system.h (strstr): New external function declaration.
25216         * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
25217         * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
25218         * config.in, configure: Rebuilt.
25219
25220 1999-06-24  Tom Tromey  <tromey@cygnus.com>
25221
25222         * gcc.c (main): Read user-specified specs files after computing
25223         additional startfile_prefixes.
25224
25225 Thu Jun 24 15:00:47 1999  Mark Mitchell  <mark@codesourcery.com>
25226
25227         Revert these two patches:
25228
25229         Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25230         * loop.c (strength_reduce): When doing biv->giv conversion, update
25231         reg note of NEXT->insn.
25232
25233         Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25234         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
25235         reg_biv_class.
25236         (recombine_givs): Set ix field after sorting.
25237
25238 Wed Jun 23 21:26:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25239
25240         * rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p
25241         for the parts of an UNSPEC / UNSPEC_VOLATILE.
25242
25243 1999-06-23  Bruce Korb  <ddsinc09@ix.netcom.com>
25244
25245         *fixinc/inclhack.def:  Add fix development commentary
25246         (read_ret_type): reactivate and add selection clause
25247         (zzz_*): tweak output file name to match what is used in hackshell.tpl
25248         *fixinc/{fixincl.x|inclhack.sh}: regen
25249
25250 Wed Jun 23 00:48:21 1999  Jason Merrill  <jason@yorick.cygnus.com>
25251
25252         * expr.c (expand_expr): STRIP_NOPS before checking against
25253         MAX_INTEGER_COMPUTATION_MODE
25254         (check_max_integer_computation_mode): Likewise.
25255
25256 Tue Jun 22 20:23:43 1999  Jim Wilson  <wilson@cygnus.com>
25257
25258         * md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
25259
25260 1999-06-22  Jim Wilson  <wilson@cygnus.com>
25261
25262         * expr.c (store_expr): When target is a promoted subreg, return a
25263         promoted subreg as a result.
25264
25265 Tue Jun 22 17:14:58 1999  Michael Meissner  <meissner@cygnus.com>
25266
25267         * dwarf2out.c (dwarf2out_frame_debug_expr): Reformat to match GNU
25268         coding standards.
25269         (dwarf2out_define): Mark unused parameters appropriately.
25270         (gen_unspecified_parameters_die): Ditto.
25271         (gen_subprogram_die): Fix signed/unsigned warnings.
25272         (gen_variable_die): Ditto.
25273
25274 1999-06-22  Bruce Korb <ddsinc09@ix.netcom.com>
25275
25276         * fixinc/inclhack.def(end_else_label): combined else_label
25277         and endif_label and fixed the sed expression.
25278         *fixinc/{fixincl.x|inclhack.sh}: regen
25279
25280 Tue Jun 22 01:58:18 1999  Jeffrey A Law  (law@cygnus.com)
25281
25282         * rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
25283         'x' when handling non-offsettable addresses
25284
25285 Tue Jun 22 00:20:05 1999  Richard Earnshaw (rearnsha@arm.com)
25286
25287         * final.c (shorten_branches): Don't try to split an insn that has
25288         been deleted.
25289
25290 Mon Jun 21 12:47:39 1999  Mark Mitchell  <mark@codesourcery.com>
25291
25292         * config/mips/mips.c (symbolic_expression_p): New function.
25293         (mips_select_rtx_section): Put symbolic expressions in the
25294         data section, not the read-only data section.
25295
25296 Mon Jun 21 22:13:06 1999  Jeffrey A Law  (law@cygnus.com)
25297
25298         * rs6000.md (find_addr_reg): Handle LO_SUM addresses.
25299
25300 Mon Jun 21 20:10:42 1999  Richard Henderson  <rth@cygnus.com>
25301
25302         * collect2.c (main): Log frame table count.
25303         (GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
25304         (scan_prog_file) [COFF]: Handle frame tables.
25305
25306         * alpha/alpha.h (UNALIGNED_SHORT_ASM_OP): Define.
25307         (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define.
25308         * alpha/elf.h: Undef them again.
25309         * alpha/vms.h: Remove their definitions.
25310
25311 Tue Jun 22 03:17:53 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25312
25313         * sh.c (machine_dependent_reorg): When fixing up fp pcloads,
25314         remove the clobber of r0 and change the REG_UNUSED note to
25315         REG_INC.
25316
25317 1999-06-21  Jakub Jelinek  <jj@ultra.linux.cz>
25318
25319         * real.c (ereal_from_double): Fix for 64-bit big endian hosts.
25320         * emit-rtl.c (gen_lowpart_common): Add case for hosts where double
25321         fits in HOST_WIDE_INT and one uses union to access a long constant
25322         as double.
25323
25324 Mon Jun 21 17:18:25 1999  Richard Henderson  <rth@cygnus.com>
25325
25326         * sparc.c (sparc_override_options): Don't allow profiling for
25327         code models other than medlow.
25328         (sparc_function_profiler): New function from old FUNCTION_PROFILER
25329         macro.  Use ASM_GENERATE_INTERNAL_LABEL and MCOUNT_FUNCTION.
25330         (sparc_function_block_profiler): Likewise.  Use user_label_prefix.
25331         (sparc_block_profiler): Likewise.
25332         (sparc_function_block_profiler_exit): Likewise.
25333         * sparc.h (FUNCTION_PROFILER): Call new sparc.c function.
25334         (FUNCTION_BLOCK_PROFILER): Likewise.
25335         (BLOCK_PROFILER): Likewise.
25336         (FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
25337         (MCOUNT_FUNCTION): New.
25338         * sparc/pbd.h (FUNCTION_PROFILER): Delete.
25339         (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete.
25340         * sparc/sun4o3.h (FUNCTION_PROFILER): Delete.
25341         (MCOUNT_FUNCTION): New.
25342         * sparc/sysv4.h (FUNCTION_BLOCK_PROFILER): Delete.
25343         (BLOCK_PROFILER): Delete.
25344         (MCOUNT_FUNCTION): New.
25345
25346 Mon Jun 21 14:11:29 1999  David Edelsohn  <edelsohn@gnu.org>
25347
25348         * rs6000.md (movdf_hardfloat32): Fix typo in case 2.
25349
25350 Mon Jun 21 12:27:17 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
25351
25352         * config/mips/elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25353         Add the macros.
25354
25355         * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25356         Ditto.
25357
25358         * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25359         Ditto.
25360
25361         * config/arm/telf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25362         Ditto.
25363
25364 Mon Jun 21 14:58:42 1999  Nick Clifton  <nickc@cygnus.com>
25365
25366         * config/arm/arm.h: Add cpp support for ARM920 and ARM920T cpu
25367         types.
25368
25369 Mon Jun 21 06:22:21 1999  Mark Elbrecht <snowball3@bigfoot.com>
25370
25371         * i386/djgpp.h (LIB_SPEC): New.
25372         (STARTFILE_SPEC): New.
25373
25374         * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
25375
25376 Mon Jun 21 06:19:33 1999  Philippe De Muyter  <phdm@macqel.be>
25377
25378         * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
25379         compiler flags.
25380
25381         * system.h (WSTOPSIG): New macro.
25382
25383 Mon Jun 21 05:33:15 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25384
25385         * c-pragma.c (push_alignment): Don't ignore alignments greater than
25386         4 bytes.
25387         (insert_pack_attributes): Take into account member natural
25388         alignment.
25389
25390         * i386/winnt.c (exports_head): New static variable.
25391         (i386_pe_record_exported_symbol): New function.
25392         (i386_pe_asm_file_end): Use.
25393         * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
25394         symbols to be emitted at end of assembly.
25395         (ASM_DECLARE_OBJECT_NAME): Likewise.
25396         (ASM_DECLARE_FUNCTION_NAME): Likewise.
25397
25398         * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
25399         -iwithprefix.
25400
25401 Mon Jun 21 04:44:31 1999  Jeffrey A Law  (law@cygnus.com)
25402
25403         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
25404         in last change.
25405
25406 Sun Jun 20 17:27:20 1999  Richard Henderson  <rth@cygnus.com>
25407
25408         * haifa-sched.c (sched_analyze_1): Use free_list instead of
25409         zapping reg_last_uses directly.
25410         (sched_analyze_2, sched_analyze_insn): Likewise.
25411         (sched_analyze): Likewise.  Don't clear reg_last_uses on calls.
25412
25413 Sun Jun 20 16:57:29 1999  David Edelsohn  <edelsohn@gnu.org>
25414
25415         * rs6000.md (movdf_hardfloat32): Use worst case insn length
25416         attributes for cases 1 and 2.
25417
25418 Sat Jun 19 22:52:55 1999  Richard Henderson  <rth@cygnus.com>
25419
25420         * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
25421         instead of set.
25422
25423 Sat Jun 19 05:40:07 1999  Philip Blundell <pb@nexus.co.uk>
25424
25425         * arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
25426
25427 Sat Jun 19 05:25:05 1999  Richard Earnshaw (rearnsha@arm.com)
25428
25429         * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
25430         PIC_OFFSET_TABLE_REGNUM for general alloaction.
25431         (INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
25432         must be stacked if it is used for PIC accesses.
25433         * arm.c (use_return_insn): Handle PIC register specially.
25434         (output_return_instruction): Likewise.
25435         (output_func_{prologue,epilogue}): Likewise.
25436         (output_expand_prologue): Likewise.
25437
25438         * arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
25439         (*strsi_predec): Renamed from *strqi_predec.
25440         (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
25441         (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.
25442
25443         * arm.c (arm_override_options): Remove warning about PIC code
25444         not being supported.
25445
25446 Fri Jun 18 23:47:06 1999  David Edelsohn  <edelsohn@gnu.org>
25447
25448         * rs6000.c (find_addr_reg): New function.
25449         * rs6000.h (find_addr_reg): Declare.
25450         (offsettable_addr_operand): Delete.
25451         * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
25452         from and stores to GPRs.
25453
25454 Fri Jun 18 15:44:18 1999  Richard Henderson  <rth@cygnus.com>
25455
25456         * alpha.c (alpha_expand_block_move): Use get_insns rather than
25457         gen_sequence as argument to emit_no_conflict_block.
25458
25459 Fri Jun 18 07:02 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25460
25461         * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
25462         * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
25463         *fixinc/fixincl.x: regen
25464         *fixinc/inclhack.sh: regen
25465
25466 Thu Jun 17 15:06:10 PDT 1999 Don Lindsay  <dlindsay@cygnus.com>
25467
25468         * added support for -mpcrel (PC relative addressing for m68k)
25469         based on code done by Michael Tiemann  <tiemann@axon.cygnus.com>.
25470         * invoke.texi (m68000 options): Add documentation for -mpcrel flag.
25471         * m68k.c (print_operand_address): Handle 32-bit PIC case.
25472         (comments for general_src_operand): Add some explanation
25473         about EXTRA_CONSTRAINTS.
25474         (OVERRIDE_OPTIONS): Enable -fPIC in combination with -mpcrel.
25475         * m68kelf.h (OVERRIDE_OPTIONS): Ditto.
25476         (LEGITIMATE_PIC_OPERAND_P): Fix typo.
25477         (LEGITIMATE_PIC_OPERAND_P): Re-derive from m68k.h case.
25478         * m68k.h (LEGITIMATE_PIC_OPERAND_P): Fix delete-o.
25479         (INDIRECTABLE_1_ADDRESS): Delete spurious '/' at end of macro.
25480         (OVERRIDE_OPTIONS): Change behavior so that -mpcrel implies -fpic
25481         if not already set.
25482         (OVERRIDE_OPTIONS): Merge in changes from m68k.h.
25483         * m68k.h (TARGET_PCREL): New target flag.
25484         (TARGET_SWITCHES): Add "pcrel" as a recognized switch.
25485         (OVERRIDE_OPTIONS): Add checks for -mpcrel.
25486         (LEGITIMATE_PIC_OPERAND_P): Don't normally accept anything that
25487         contains a SYMBOL_REF.  Relax this constraint during reload, since
25488         we want to use the predicates, not reload's built-in concept of a
25489         valid memory address, to control what insns need reloading.
25490         (EXTRA_CONSTRAINT): Define constraints to accept pc-relative
25491         operands (essentially 'g', 'm', and 's' under normal circumstances).
25492         * m68k.c (print_operand): Cause printing of pc-relative addresses
25493         to include pc register.
25494         (print_operand_address): Ditto.
25495         (general_src_operand): Accept operands that are not only
25496         general_operands, but are also valid when used as a pc-relative
25497         source.
25498         (nonimmediate_src_operand): Similar, for nonimmediate_operands.
25499         (memory_src_operand): Similar, for memory_operands.
25500         (pcrel_address): New predicate to accept the special case of a
25501         pc-relative address.
25502         * m68k.md (many patterns): Rewrite common SImode, HImode, and
25503         QImode insns to accept *_src_operand instead of *_operand where
25504         pc-relative operands can fit.  For example, a pc-relative operand
25505         can be used as a memory source operand for addsi3, but not as a
25506         memory destination.
25507         * hp320.h linux.h m68kv4.h (LEGITIMATE_PIC_OPERAND_P) as in m68k.h.
25508
25509 Fri Jun 18 09:11:07 1999  Nick Clifton  <nickc@cygnus.com>
25510
25511         * config/arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS): New Marco: USe
25512         .thumb_set pseudo op to mark aliases of thumb functions.
25513
25514 Wed Jun 16 18:19:13 1999  Nick Clifton  <nickc@cygnus.com>
25515
25516         * varasm.c (assemble_alias): Use ASM_OUTPUT_DEF_FROM_DECLS in
25517         preference to ASM_OUTPUT_DEF, if it is defined.
25518
25519         * tm.texi: Document new, optional target macro
25520         ASM_OUTPUT_DEF_FROM_DECLS.
25521
25522 Thu Jun 17 15:07 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25523
25524         * fixincludes: ISCNTL patch
25525         * fixinc/inclhack.def (ioctl_fix_ctrl): Fix the definition of [_]*ISCTRL().
25526         (dgux_int_varargs): new for DG/UX
25527         * fixinc/{fixincl.x,inclhack.sh}: Regenerated.
25528
25529 Thu Jun 17 21:34:24 1999  Jeff Law <law@cygnus.com>
25530
25531         * invoke.texi (ia32 options): Fix typo.
25532
25533 Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25534
25535         * loop.c (strength_reduce): When doing biv->giv conversion, update
25536         reg note of NEXT->insn.
25537
25538 Thu Jun 17 14:25:08 1999  Jeffrey A Law  (law@cygnus.com)
25539
25540         * loop.c (move_movables): Note issues with replacing REGs with
25541         SUBREGs.
25542         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.
25543
25544 Thu Jun 17 13:28:30 1999  David O'Brien <obrien@FreeBSD.org>
25545
25546         * i386/freebsd-elf.h (LINK_SPEC): Fix typo.
25547
25548         * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and
25549         the reference to `mcount' was not correct for the ELF on FreeBSD.
25550
25551 Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25552
25553         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
25554         reg_biv_class.
25555
25556         (recombine_givs): Set ix field after sorting.
25557
25558 Thu Jun 17 02:54:30 1999  Jeffrey A Law  (law@cygnus.com)
25559
25560         * emit-rtl.c (operand_subword): Tighten checks for when it is safe
25561         to safe to extract a subword out of a REG.
25562
25563 Thu Jun 17 01:45:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25564
25565         * sh.md (mulsi3): Don't add a no-op move at the end.
25566
25567 Wed Jun 16 20:29:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25568
25569         * cse.c (cse_insn): Don't put hard register source into tables for
25570         the last insn of a libcall.
25571
25572 Wed Jun 16 19:44:33 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25573
25574         * loop.c (strength_reduce): Insert sets of derived givs at every
25575         biv increment, even if it's the only one.
25576
25577 Wed Jun 16 10:33:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
25578
25579         * dwarfout.c (add_incomplete_type): New fn.
25580         (output_type): Call it.
25581         (retry_incomplete_types): New fn.
25582         (dwarfout_finish): Call it.
25583
25584         From Eric Raskin <ehr@listworks.com>:
25585         (output_type): Output types for bases.
25586
25587 Tue Jun 15 12:51:23 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
25588
25589         * mips.c (mips_output_conditional_branch): Add `break'
25590         between `default' label and `close braces'.
25591
25592 Tue Jun 15 01:55:20 1999  David O'Brien <obrien@FreeBSD.org>
25593
25594         * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
25595         specifications and make it realistic.
25596         (LIB_SPEC): Likewise.
25597
25598 Mon Jun 14 15:38:43 1999  Jim Wilson  <wilson@cygnus.com>
25599
25600         * config/mips/mips.c (mips_secondary_reload_class): Check for
25601         (PLUS (SP) (REG)) and return appropriate register class.
25602         * config/mips/mips.md (reload_insi): Delete predicate for operand 1.
25603         Handle (PLUS (SP) (REG)).
25604         (tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
25605         (tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
25606         of emit_insn for tablejump.
25607
25608 Mon Jun 14 17:26:40 1999  David Edelsohn  <edelsohn@gnu.org>
25609
25610         * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
25611         asm_fprintf format string by itself.
25612         (output_function_profiler): Likewise.
25613
25614 Mon Jun 14 12:57:38 1999  David Mosberger  <davidm@hpl.hp.com>
25615
25616         * combine.c (simplify_logical, case AND): Only call
25617         simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
25618         or the constant is positive.
25619
25620 Mon Jun 14 11:43:41 1999  Nick Clifton  <nickc@cygnus.com>
25621
25622         * configure.in: Fix typo in rs6000-ibm-aix4 case.
25623         * configure: Regenerate.
25624
25625 Mon Jun 14 03:55:40 1999  Jeffrey A Law  (law@cygnus.com)
25626
25627         * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
25628         require a sub-version #.
25629         * configure: Rebuilt.
25630
25631 1999-06-14  Robert Lipe  (robertlipe@usa.net)
25632
25633         * svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
25634
25635 Mon Jun 14 10:30:52 BST 1999  Nathan Sidwell  <nathan@acm.org>
25636
25637         * c-typeck.c (process_init_element): Detect excess elements in
25638         char array initializer.
25639
25640 1999-06-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
25641
25642         * gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
25643
25644 Sat Jun 12 22:29:48 EDT 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25645
25646         * invoke.texi (Option Summary): Add -fpermissive flag.
25647
25648 Sat Jun 12 03:40:42 1999  Jeffrey A Law  (law@cygnus.com)
25649
25650         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
25651         that require PIC code sequences.
25652
25653 Wed Jun  9 16:29:01 1999  Nick Clifton  <nickc@cygnus.com>
25654
25655         * configure.in: Add new target: thumb-elf.
25656         * configure: Regenerate.
25657         * config/arm/t-thumb-elf: New file: Makefile fragment for
25658         thumb-elf build.
25659         * config/arm/telf.h: New file: Header file for thumb-elf
25660         build.
25661
25662 Fri Jun 11 03:17:51 1999  Jeffrey A Law  (law@cygnus.com)
25663
25664         * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
25665         * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
25666         initializers is some circumstances.
25667
25668         * fixinc/inclhack.def (endif_label): Add additional selector for
25669         more bogus stuff after #endif statements.
25670         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
25671
25672 Thu Jun 10 20:44:36 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25673
25674         * i386/cygwin.h (SET_ASM_OP): Define.
25675
25676 Thu Jun 10 20:37:57 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25677
25678         * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
25679
25680 Thu Jun 10 19:23:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25681
25682         * sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
25683         latter.
25684
25685         * sh.md (ic_invalidate_line_i): Remove second alternative.
25686
25687 Thu Jun 10 06:55 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25688
25689         *fixinc/inclhack.def(sun_auth_proto): We do not know how to
25690         test for the presence of valid prototypes.  Delete bypass expr.
25691         (ioctl_fix_ctrl): Correct the selection expression.
25692         (no_double_slash): Correct quoting rules
25693         *fixinc/fixincl.x: regen
25694         *fixinc/inclhack.sh: regen
25695
25696 Thu Jun 10 15:08:15 1999  Nick Clifton  <nickc@cygnus.com>
25697
25698         * config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
25699
25700 Wed Jun  9 15:57:57 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25701
25702         * rs6000.md (movsi_got_internal_mem): Delete.
25703         * rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
25704         (GOT_TOC_REGNUM): Delete.
25705         (PIC_OFFSET_TABLE_REGNUM): Define.
25706         (FINALIZE_PIC): Disable.
25707         * rs6000.c (rs6000_got_register): New code for fixed pic register.
25708         (rs6000_replace_regno): Delete.
25709         (rs6000_finalize_pic): Likewise.
25710         (output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.
25711
25712 Wed Jun  9 19:44:26 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25713
25714         * loop.c (loop_insn_first_p): Don't compare LUIDs when P
25715         is a note; use <= for the compare; advance P while it is
25716         a NOTE.
25717
25718 Wed Jun  9 13:12:24 1999  Jeffrey A Law  (law@cygnus.com)
25719
25720         * fixinc/inclhack.def (no_double_slash): Fix quoting for test.
25721         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
25722
25723         * varasm.c (remove_from_pending_weak_list): Verify t->name
25724         is non-NULL before passing it to strcmp.
25725
25726 Wed Jun  9 06:50 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25727
25728         *fixinc/inclhack.def(sun_auth_proto): bypass the patch if
25729         the typed arguments are not part of a comment
25730         (ioctl_fix_ctrl): Added a purpose comment
25731         *fixinc/fixincl.x: regenerate
25732         *fixinc/inclhack.sh: regenerate
25733
25734 Wed Jun  9 22:57:02 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25735
25736         * invoke.texi: Add C4x invocation docs.
25737
25738 Wed Jun  9 22:34:38 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25739
25740         * config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
25741         Define new macros.
25742         * config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
25743         TARGET_EXPOSE_LDP.
25744         (c4x_legitimize_reload_address): New function.
25745         * config/c4x/c4x.md: Update docs.
25746
25747 Wed Jun  9 04:14:48 1999  Jeffrey A Law  (law@cygnus.com)
25748
25749         * fixincludes: Avoid removing '.'.
25750         * fixinc/fixinc.svr4: Likewise.
25751         * fixinc/fixinc.winnt: Likewise.
25752         * fixinc/inclhack.tpl: Likewise.
25753         * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
25754
25755 1999-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25756
25757         * fixinc/inclhack.def (sun_catmacro): Escape parens in the select
25758         pattern.
25759         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.
25760
25761 Wed Jun  9 03:10:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25762
25763         * c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
25764         correctly.
25765
25766 Tue Jun  8 13:06:15 1999  Jim Wilson  <wilson@cygnus.com>
25767
25768         * configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
25769         * configure: Regenerate.
25770
25771 Tue Jun  8 05:47:48 1999  Richard Earnshaw (rearnsha@arm.com)
25772
25773         * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
25774         values.
25775
25776 Mon Jun  7 22:30:37 1999  Jeffrey A Law  (law@cygnus.com)
25777
25778         * fixinc/inclhack.def (avoid_bool): Also catch
25779         "typedef [unsigned] int bool".
25780         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25781
25782         * m68k/x-hp3bsd44: Delete obsolete and incorrect file.
25783         * configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
25784         * configure: Rebuilt.
25785
25786 Mon Jun  7 22:05:03 1999  Mark Kettenis  <kettenis@gnu.org>
25787
25788         * config/i386/gnu.h: Include <gnu.h> right after <i386/linux.h>,
25789         such that we can override its definitions if necessary.
25790         (CPP_SPEC): New define.  Support processor specific predefines via
25791         %(cpp_cpu).
25792         (CC1_SPEC): New define.  Support processor specific compiler
25793         options via %(cc1_cpu).
25794         (STARTFILE_SPEC): New define.  Use crt0.o instead of crt1.o for
25795         -static.
25796
25797 1999-06-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25798
25799         * fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace
25800         between sed's -e flag, and the open-quote following it.
25801         * fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25802
25803 Mon Jun  7 20:34:20 1999  Robert Lipe <robertlipe@usa.net>
25804                           Jeffrey A Law  (law@cygnus.com)
25805
25806         * varasm.c (assemble_start_function): Remove the function
25807         from the pending weak decls list when we define a function.
25808         (assemble_variable): Similarly for variables.
25809         (weak_finish): Ignore items on the list with a NULL name.
25810         (remove_from_ending_weak_list); New function to "remove" an item
25811         from the pending weak declarations list.
25812
25813 Mon Jun  7 19:27:07 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25814
25815         * pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
25816
25817 Mon Jun  7 14:07:39 1999  Dave Brolley  <brolley@cygnus.com>
25818
25819         * c-lex.c (GETC): Redefine to call getch.
25820         (UNGETC): Redefine to call put_back.
25821         (putback_buffer): New structure type.
25822         (putback): New static structure.
25823         (getch): New function.
25824         (put_back): New function.
25825         (yylex): Replace unused bytes from bad multibyte character.
25826
25827 Mon Jun  7 13:33:39 1999  Dave Brolley  <brolley@cygnus.com>
25828
25829         * cpplib.c (do_define): Cast `alloca' return value.
25830         (do_include, do_undef, do_pragma): Likewise.
25831         * cpphash.c (dump_definition): Cast `xstrdup' and `alloca' return
25832         values.
25833         * cppfiles.c (initialize_input_buffer): Cast `xmalloc' return values.
25834         * gcc/cppspec.c (lang_specific_driver): Cast xmalloc return value.
25835
25836 Sun Jun  6 11:58:34 1999  Jakub Jelinek  <jj@ultra.linux.cz>
25837
25838         * sparc.md (abstf2): This should be an expand.
25839         (split after abstf2_notv9): Fix mode.
25840         (abstf2_hq_v9): New pattern.
25841         (abstf2_v9): Only use when no hard quad.
25842         (absdf2_v9): Fix if target is not the same as source.
25843         (ashrsi3_extend, ashrsi3_extend2, lshrsi3_extend, lshrsi3_extend2):
25844         Add correct output constraints.
25845
25846 Sat Jun  5 17:04:16 1999  Craig Burley  <craig@jcb-sc.com>
25847
25848         From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
25849         * invoke.texi: Clarify text vis-a-vis Intel CPUs.
25850
25851 Sat Jun  5 12:11:24 1999  Mark Mitchell  <mark@codesourcery.com>
25852
25853         * mips.h (mips_output_conditional_branch): New function.
25854         (mips_adjust_insn_length): Likewise.
25855         (ASSEMBLER_SCRATCH_REGNUM): New macro.
25856         (ADJUST_INSN_LENGTH): Likewise.
25857         * mips.c (print_operand): Add `F' and `W' for floating-point
25858         comparison opcodes.
25859         (machine_dependent_reorg): Adjust MIPS16 code; instruction-lengths
25860         are now in bytes.
25861         (mips_adjust_insn_length): New function.
25862         (mips_output_conditional_branch): New function.
25863         * mips.md (length): Adjust attribute definition to handle
25864         conditional branches.  Change lengths to bytes, rather than
25865         instructions throughout.  Remove length attribute from
25866         instructions whose length is four bytes, and rely on the default
25867         instead.
25868         (dslot): Fix typo in comment.
25869         Reword conditional branch patterns to use
25870         mips_output_conditional_branch.
25871
25872 Fri Jun  4 13:30:27 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
25873
25874         * alpha/osf.h (CPP_SUBTARGET_SPEC): Handle -threads.
25875         (LIB_SPEC): Likewise.
25876         Link with -lprof1_r for -g/-pg.
25877
25878 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25879
25880         * loop.c (check_dbra_loop): Fix change of Jan 19.
25881
25882 Fri Jun  4 00:12:40 1999  Marc Espie <espie@cvs.openbsd.org>
25883
25884         * freebsd-elf.h (SWITCH_TAKES_ARG):  Redefine, not define.
25885         (STARTFILE_SPEC):  Define, override the svr4.h version.
25886         (ENDFILE_SPEC):  Likewise.
25887
25888 Thu Jun  3 23:58:55 1999  Jeffrey A Law  (law@cygnus.com)
25889
25890         * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h
25891         * fixinc/fixincl.x: Regenerated.
25892         * fixinc/inclhack.sh: Regenerated.
25893
25894 Fri Jun  4 05:42:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25895
25896         * sh.c (barrier_align): Don't return early for normal branch/barrier
25897         when optimizing for SH2.
25898
25899 Thu Jun  3 22:27:50 1999  Robert Lipe  <robertlipe@usa.net>
25900
25901         * i386/udk.h (LINK_SPEC): Correct linker search path for
25902         system libraries.
25903
25904 Fri Jun  4 03:20:40 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25905
25906         * sh.c (fixup_addr_diff_vecs): Emit braf reference label.
25907         (braf_label_ref_operand): Delete.
25908         * sh.h (PREDICATE_CODES): Remove braf_label_ref_operand.
25909         * sh.md (casesi_jump_2): Operand1 is now the inside of a
25910         label_ref, and has no predicate.
25911         The patten has a predicate to guard against invalid substitutions.
25912         (dummy_jump): Delete.
25913         (casesi): Update use of casesi_jump_2.
25914
25915 Thu Jun 3 07:48 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25916
25917         *fixinc/inclhack.def(Io_Def_Quotes): corrected sed expression
25918         *fixinc/fixincl.x: regenerate
25919         *fixinc/inclhack.sh: regenerate
25920
25921 Thu Jun  3 02:15:07 1999  Jason Merrill  <jason@yorick.cygnus.com>
25922
25923         * dwarf2out.c (add_incomplete_type): New fn.
25924         (gen_struct_or_union_type_die): Call it.
25925         (retry_incomplete_types): New fn.
25926         (dwarf2out_finish): Call it.
25927
25928 Thu Jun  3 01:19:03 1999  Jeffrey A Law  (law@cygnus.com)
25929
25930         * gcse.c (insert_insn_end_bb): Correct placement of insns when the
25931         current block starts with a CODE_LABEL and ends with a CALL and
25932         we can not find all the argument setup instructions for the CALL.
25933
25934 Wed Jun  2 15:44:15 1999  Mark Mitchell <mark@codesourcery.com>
25935
25936         Revert this change:
25937         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
25938         something is a candidate for optimize_bit_field_compare.
25939
25940 Wed Jun  2 21:53:05 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25941
25942         * sh.h (CONST_OK_FOR_I, CONST_OK_FOR_L): Cast VALUE to HOST_WIDE_INT.
25943
25944 Wed Jun  2 12:25:55 1999  Richard Henderson  <rth@cygnus.com>
25945
25946         * alpha.c (override_options): Thinko in last patch.
25947
25948         * alpha/osf.h (CPP_SUBTARGET_SPEC): Define.
25949         (LIB_SPEC): Recognize -pthread.
25950
25951 Wed Jun  2 08:42:55 1999  Nick Clifton  <nickc@cygnus.com>
25952
25953         * config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
25954         definition in config/arm/coff.h
25955         * config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
25956
25957 Wed Jun  2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
25958
25959         * fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
25960         fixes that need "file=xxx\n" prepended before invocation
25961         (start_fixer - new): starting the fixer process is complex enough
25962         to warrent its own routine.  It prepends the "file=xxx\n" stuff.
25963         (process): uses the new routine; omit usage of putenv()
25964         * fixinc/fixincl.tpl: mark shell scripts with FD_SHELL_SCRIPT
25965         * fixinc/fixincl.x: regenerate
25966
25967 Wed Jun  2 02:29:07 1999  Jeffrey A Law  (law@cygnus.com)
25968
25969         * README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
25970         and version #s (1.1 -> 2.96) as needed.
25971         * README.g77: Kill way out of date file in the toplevel directory.
25972
25973 Wed Jun  2 00:52:34 1999  David O'Brien <obrien@FreeBSD.org>
25974
25975         * configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
25976         i386/freebsd-elf.h no longer requires it.  Instead include svr4.h.
25977         * configure: Rebuilt.
25978         * i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
25979         (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
25980         (PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
25981         (SWITCH_TAKES_ARG): Likewise.
25982         * i386/freebsd.h: Remove FREEBSD_NATIVE support.
25983         * config/t-freebsd: Moved from config/i386/ so it can used for all
25984         FreeBSD targets.
25985
25986 Mon May 31 02:22:55 1999  Philippe De Muyter  <phdm@macqel.be>
25987
25988         * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
25989
25990 Wed Jun  2 00:08:34 1999  Robert Lipe  <robertlipe@usa.net>
25991
25992         * configure.in (i[34567]86-*-udk*): Install headers with cpio.
25993         * configure: Rebuilt.
25994
25995 Tue Jun  1 19:06:22 1999  David Edelsohn  <edelsohn@gnu.org>
25996
25997         * rs6000/aix41.h (RS6000_CALL_GLUE): Define.
25998         * rs6000/aix43.h (RS6000_CALL_GLUE): Likewise.
25999         * rs6000/rs6000.c (rs6000_file_start): Use putc.
26000         (rs6000_output_load_toc_table): Same.
26001         (output_prolog, output_mi_thunk): Same.
26002         * rs6000/rs6000.h (SELECT_SECTION): Formatting.
26003         (ASM_GLOBALIZE_LABEL): Use putc.
26004
26005 Mon May 31 15:23:23 1999  Richard Henderson  <rth@cygnus.com>
26006
26007         * alpha.md (reload_*_help): New patterns and splitters.
26008         (reload_*): Use them.
26009         (mov[qh]i): Likewise.
26010
26011 Mon May 31 11:48:07 1999  Mark Mitchell  <mark@codesourcery.com>
26012
26013         * cccp.c (handle_directive): Handle backslash-newlines in quoted
26014         strings correctly.
26015
26016 Mon May 31 09:36:11 1999  Cort Dougan  <cort@cs.nmt.edu>
26017
26018         * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
26019
26020 Mon May 31 11:40:20 EDT 1999  John Wehle  (john@feith.com)
26021
26022         * flow.c (mark_regs_live_at_end, insn_dead_p,
26023         mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
26024         and HARD_FRAME_POINTER_REGNUM special treatment if reload
26025         hasn't run or the frame pointer is needed.
26026         * haifa-sched.c (attach_deaths): Likewise.
26027         * sched.c (attach_deaths): Likewise.
26028
26029 Mon May 31 00:46:17 1999  Jeffrey A Law  (law@cygnus.com)
26030
26031         * jump.c (jump_optimize_1): Only set CAN_REACH_END if
26032         calculate_can_reach_end returns nonzero.
26033
26034         * configure.in (native gas tests): Search for an assembler in the
26035         same manner that the installed compiler will.
26036         * configure: Rebuilt.
26037         * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
26038
26039         * alias.c (find_base_term): Improve handling of addresses
26040         constructed from binary operations.
26041
26042 Sun May 30 14:29:17 1999  Eric Raskin (ehr@listworks.com)
26043
26044         * dgux.h (STARTFILE_SPEC): Fix incorrectly matched curly-braces.
26045
26046 Sun May 30 14:19:13 1999  Jeffrey A Law  (law@cygnus.com)
26047
26048         * function.h (cleanup_label, frame_offset): Declare.
26049         (tail_recursion_label, tail_recursion_reentry): Likewise.
26050         (arg_pointer_save_area, rtl_expr_chain): Likewise.
26051         * stmt.c (cleanup_label, frame_offset): Delete extern declarations.
26052         (tail_recursion_label, tail_recursion_reentry): Likewise.
26053         (arg_pointer_save_area, rtl_expr_chain): Likewise.
26054
26055 Sat May 29 19:08:10 1999  Philip Blundell  <philb@gnu.org>
26056
26057         * config/arm/aout.h (ASM_OUTPUT_ALIGN): Only define if not already
26058         defined.
26059         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Define.
26060         (MAX_OFILE_ALIGNMENT): Define.
26061
26062 Fri May 28 21:40 1999  Robert Lipe <robertlipe@usa.net>
26063
26064         * fixincl.c: Replace local include scheme with #includes of
26065         gansidecl.h and system.h.
26066         * procopen.c:  Likewise.
26067         * server.c:  Likewise.
26068
26069 Fri May 28 03:47:03 1999  Eric Raskin (ehr@listworks.com)
26070
26071         * i386/t-dgux (EXTRA_PARTS): Add crti.o
26072         (crti.o): Add build rule and dependencies.
26073         * fixinc/fixinc.dgux:  Use modified _int_varargs.h
26074
26075 Fri May 28 03:41:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
26076
26077         * rs6000/sysv4.h (CC1_SPEC): Add support for -profile
26078         (LIB_LINUX_SPEC): Likewise.
26079         (LIB_LINUX_SPEC): Add support for -pthread
26080         (CPP_OS_LINUX_SPEC): Likewise.
26081         (CPP_SYSV_SPEC): Avoid redefinitions if both -fpic and -fPIC are
26082         specified.
26083
26084 Thu May 27 13:04:52 1999  H.J. Lu  (hjl@gnu.org)
26085
26086         * i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for
26087         conditional move.
26088         (notice_update_cc, output_float_compare): Enable TARGET_CMOVE support.
26089         (output_float_compare, output_fp_cc0_set): Fix the FLOAT comparison
26090         for IEEE math and CC_FCOMI.
26091         (put_jump_code): No IEEE if CC_FCOMI is set.
26092
26093 1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26094
26095         * fold-const.c (fold_truthop): Make the field reference unsigned
26096         when converting a single bit compare.
26097
26098 Thu May 27 02:40:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
26099
26100         * loop.c (strength_reduce): Don't do biv->giv conversion on constants.
26101
26102 Thu May 27 02:09:27 1999  Jeffrey A Law  (law@cygnus.com)
26103
26104         * varasm.c (STRIP_NAME_ENCODING): Remove default definition.
26105         * output.h (STRIP_NAME_ENCODING): Strip '*' like the old varasm
26106         version did.
26107
26108         * reload.c (push_reload): Do not call remove_address_replacements
26109         when presented with identical optional reloads.
26110
26111 Wed May 26 14:18:05 1999  Richard Henderson  <rth@cygnus.com>
26112
26113         * alpha.h (MASK_FIX, TARGET_FIX): New.
26114         (MASK_*): Reorganize constants.
26115         (CPP_AM_FIX_SPEC): New.
26116         (TARGET_SWITCHES): Add FIX.
26117         (EXTRA_SPECS): Likewise.
26118         (CPP_CPU_EV6_SPEC): Use FIX, not CIX.
26119         (SECONDARY_MEMORY_NEEDED): Likewise.
26120         (REGISTER_MOVE_COST): Likewise.
26121         * alpha.c (override_options): Add FIX support.  Always use
26122         ALPHA_TP_PROG for ev6.
26123         * alpha.md (sqrt and mov[sd]i patterns): Use FIX, not CIX.
26124         * alpha/elf.h (ASM_FILE_START): Look at FIX too.
26125         * configure.in (target_cpu_default2) [ev6]: Use FIX, not CIX.
26126
26127 Wed May 26 09:53:05 1999  Mark Mitchell  <mark@codesourcery.com>
26128
26129         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
26130         something is a candidate for optimize_bit_field_compare.
26131
26132 Wed May 26 09:40:02 1999  Mark Mitchell  <mark@codesourcery.com>
26133
26134         * gcc.texi (Passes): Document branch-shortening.
26135         * invoke.texi (Debugging Options): Document the fact that `-dp'
26136         outputs length information for instructions.
26137
26138 Wed May 26 08:49:31 1999  Nick Clifton  <nickc@cygnus.com>
26139
26140         * flow.c: Revert previous delta.
26141
26142 Wed May 26 06:05:10 1999  Nick Clifton  <nickc@cygnus.com>
26143
26144         * flow.c (insn_dead_p): Check against frame_pointer_rtx not
26145         FRAME_POINTER_REGNUM.
26146         (mark_set_1): Ditto.
26147         (mark_used_regs): Ditto.
26148
26149 Wed May 26 02:19:31 1999  Philip Blundell  <pb@nexus.co.uk>
26150
26151         * arm.h (NEED_PLT_GOT): Fix mistake in last change.
26152         (GOT_PCREL): New macro.  Define to 1 if not already defined.
26153         * arm/elf.h (GOT_PCREL): Define to 0.
26154         * arm.c (arm_finalize_pic): Take into account the setting of
26155         GOT_PCREL.
26156
26157 Tue May 25 14:06:06 1999  Jeffrey A Law  (law@cygnus.com)
26158
26159         * output.h (STRIP_NAME_ENCODING): Provide default definition.
26160         * dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
26161
26162         * flow.c (mark_set_1): Do not record BLKmode stores as dead
26163         store elimination candidates.
26164
26165 Tue May 25 08:55:57 1999  Gavin Romig-Koch  <gavin@cygnus.com>
26166
26167         * config/mips/mips.h (ASM_OUTPUT_DOUBLE_INT) : Use 'dword' if
26168         TARGET_GAS.
26169
26170 Mon May 24 20:30:08 1999  Jim Wilson  <wilson@cygnus.com>
26171
26172         * configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
26173         Add use of x-aix41-gld.
26174
26175 Mon May 24 16:44:09 1999  Jakub Jelinek  <jj@ultra.linux.cz>
26176
26177         * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
26178         (ASM_OUTPUT_DESTRUCTOR): Define.
26179
26180 Mon May 24 14:35:24 1999  Jeffrey A Law  (law@cygnus.com)
26181
26182         * loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
26183         last CODE_LABEL in a loop if we have previously passed a jump
26184         to the top of the loop.
26185
26186 Mon May 24 07:56:29 1999  Nick Clifton  <nickc@cygnus.com>
26187
26188         * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): Fix blunder made when
26189         applying Philip's patch.
26190
26191 Mon May 24 01:02:12 1999  Mark Mitchell  <mark@codesourcery.com>
26192
26193         * stmt.c (expand_end_bindings): Ignore any elements of VARS that
26194         are not VAR_DECLs.
26195
26196 Sun May 23 20:31:16 1999  Jeffrey A Law  (law@cygnus.com)
26197
26198         * loop.c (strength_reduce): Grow reg_single_usage as needed.
26199
26200 Sun May 23 10:13:20 1999  David O'Brien <obrien@FreeBSD.org>
26201
26202         * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
26203         Also remove a useless comment.
26204
26205 Sun May 23 10:05:23 1999  Jerry Quinn <jquinn@nortelnetworks.com>
26206
26207         * pa.md (negdf2,negsf2):  Use fneg instead of fsub on pa 2.0.
26208
26209 Sat May 22 21:02:06 1999  David Edelsohn  <edelsohn@gnu.org>
26210
26211         * collect2.c (main): Only generate import or export file and add
26212         to link arguments if non-empty.  Use xmalloc not alloca.
26213         (write_{export,import}_file): Delete.
26214         (write_aix_file): New function.
26215         (locatelib): Use xmalloc not malloc.
26216         (GCC_OK_SYMBOL): Do not check type if aix64.
26217
26218 Sat May 22 09:35:51 1999  Philip Blundell  <pb@nexus.co.uk>
26219
26220         Based on patch by Scott Bambrough and Pat Beirne:
26221         * config/arm/arm.c (making_const_table): New variable.
26222         * config/arm/arm.h (making_const_table): Declare.
26223         (OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
26224         appropriate.
26225         * config/arm/arm.md (consttable_4, consttable_8, consttable_end):
26226         Keep track of when we are building the constant table.
26227
26228 Sat May 22 09:34:22 1999  Philip Blundell  <pb@nexus.co.uk>
26229
26230         * config/arm/arm.c (arm_override_options): Fix erroneous warning
26231         message.
26232
26233 Sat May 22 09:06:33 1999  Nick Clifton  <nickc@cygnus.com>
26234
26235         * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
26236         defined.
26237
26238 Sat May 22 07:17:05 1999  Nick Clifton  <nickc@cygnus.com>
26239
26240         * tm.texi (FUNCTION_ARG): Correct description of a stack element
26241         in a PARALLEL.
26242
26243 Sat May 22 01:27:49 1999  Mark Mitchell  <mark@codesourcery.com>
26244
26245         * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
26246
26247 Fri May 21 21:19:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
26248
26249         * rs6000.c (output_mi_thunk): Enable full support again.
26250
26251 Fri May 21 20:09:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
26252
26253         * sh.h (BRANCH_COST): Define.
26254
26255 Thu May 20 10:00:42 1999  Stephen L Moshier  <moshier@world.std.com>
26256
26257         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
26258
26259 Thu May 20 09:58:57 1999  Jan Hubicka <hubicka@freesoft.cz>
26260
26261         * function.c (assign_stack_local): Align stack slot propertly.
26262         (assign_outer_stack_local): Likewise.
26263
26264 Thu May 20 10:38:43 1999  Mark Mitchell  <mark@codesourcery.com>
26265
26266         * expr.h (lang_expand_constant): Declare.
26267         * toplev.c (lang_expand_constant): Define it.
26268         * varasm.c (output_constant): Use it.
26269
26270 Thu May 20 11:28:53 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26271
26272         * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
26273         Change function definitions to K&R style.
26274
26275 Thu May 20 08:16:39 1999  Bruce Korb <ddsinc09@ix.netcom.com>
26276
26277         * fixinc/fixincl.c: We must not ignore SIGCLD now.
26278
26279 Thu May 20 07:06:39 1999  Alexandre Oliva  <aoliva@acm.org>
26280
26281         * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
26282         * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
26283         (several places): omit static initialization
26284         (process): use single fd, since only the read fd is used
26285         * fixinc/gnu-regex.c: define 'const' away, if not supported
26286         * fixinc/procopen.c(several places): omit static initialization
26287         * fixinc/server.c: define 'volitile' away, if not supported
26288
26289 1999-05-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26290
26291         * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
26292         asm_fprintf and %L to generate the label name.
26293         * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
26294         (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
26295
26296 Thu May 20 01:40:55 1999  Jeffrey A Law  (law@cygnus.com)
26297
26298         * jump.c (can_reverse_comparison_p): Do not abort if the comparison
26299         insn for a conditional jump can not be found.
26300
26301 Wed May 19 23:58:58 1999  Jeffrey A Law  (law@cygnus.com)
26302
26303         * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
26304         on variables in specific sections other than .sbss and .sdata.
26305
26306 Wed May 19 03:56:56 1999  Mark Mitchell  <mark@codesourcery.com>
26307
26308         * stmt.c (expand_return): Call start_cleanup_deferral and
26309         end_cleanup_deferral around conditional code.
26310
26311 Wed May 19 08:40:08 1999  Bruce Korb <ddsinc09@ix.netcom.com>
26312
26313         * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
26314         filename lists.  Utilizes new "krstr" AutoGen function.
26315         * fixinc/fixincl.x: Rebuilt.
26316
26317 Wed May 19 02:47:11 1999  Jan Hubicka  (hubicka@freesoft.cz)
26318
26319         * i386.c (output_float_compare): Avoid GNU-C extensions.
26320
26321 Wed May 19 00:34:40 1999  Jeffrey A Law  (law@cygnus.com)
26322
26323         * version.c: Bump to distinguish mainline tree from the
26324         gcc-2.95 branch.
26325
26326 See ChangeLog.1 for earlier changes.