OSDN Git Service

* configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-05-01  Richard Henderson  <rth@cygnus.com>
2
3         * configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove
4         reference to alpha/t-linux.
5         (alpha*-*-linux-gnu*): Likewise.
6         * configure: Rebuild.
7
8         * calls.c (expand_call): Don't emit reg notes for a sibcall.
9
10         * flow.c (calculate_global_regs_live): Skip for_each_successor_phi
11         if not in SSA form.
12
13         * ifcvt.c (if_convert): Only verify_flow_info if ENABLE_CHECKING.
14
15 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
16
17         * integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and
18         TREE_THIS_VOLATILE.
19
20 2000-05-01  Richard Henderson  <rth@cygnus.com>
21
22         * ifcvt.c (noce_emit_cmove): Conditionally compile call to
23         emit_conditional_move.
24
25 2000-05-01  Jakub Jelinek  <jakub@redhat.com>
26
27         * config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1
28         as the dynamic linker.
29
30 2000-05-01  Zack Weinberg  <zack@wolery.cumb.org>
31
32         * cppfiles.c (open_include_file): Open file in blocking mode.
33         (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore.
34         Only exclude block devices and directories.
35
36         * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now
37         static.  Allocate the hashnode and its string in the same
38         block of memory.
39         (del_HASHNODE): Don't free h->name.
40         (_cpp_lookup): If there is no entry for this string, create
41         one, of type T_VOID.
42         (_cpp_lookup_slot): Delete.
43         * cpphash.h: Update prototypes.
44
45         * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID,
46         not hp == NULL.
47         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
48         do_unassert, cpp_defined): Use _cpp_lookup.  Don't create a
49         node here, just fill in the value field properly.  "Delete"
50         entries by setting the value field to T_VOID.  Check for
51         hp->type == T_VOID, not hp == NULL.
52
53         * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H).
54         * cpperror.c, cppexp.c, cpplex.c, cpplib.c:  Don't include
55         hashtab.h.
56
57 2000-05-01  Alexandre Oliva  <aoliva@cygnus.com>
58
59         * config/mn10300/mn10300.c (print_operand_address): Do not add
60         zero to SP.
61
62         * config/mn10300/mn10300.c (expand_epilogue): If SP is to be
63         adjusted by less than 256 bytes, use ret regardless of having any
64         callee-saved register to restore.
65
66 2000-05-01 Laurynas Biveinis <lauras@softhome.net>
67
68         * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
69
70 2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
71
72         * config/i386/djgpp.h (INT_ASM_OP): Define.
73         (CPP_PREDEFINES): Rename MSDOS to __MSDOS__.
74         (ASM_WEAKEN_LABEL): Define.
75         (MASK_BNU210): Define.
76         (SUBTARGET_SWITCHES): Define.
77         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define.
78         (MAKE_DECL_ONE_ONLY): Define.
79         (UNIQUE_SECTION_P, UNIQUE_SECTION): Define.
80
81 2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
82
83         * i386/cygwin.h (INT_ASM_OP): Define.
84
85 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
86
87         * config/avr/avr.c (address_cost): renamed to avr_address_cost.
88         * config/avr/avr.h (ADDRESS_COST): use avr_address_cost.
89
90 Mon May  1 17:50:44 2000  Denis Chertykov  <denisc@overta.ru>
91
92         * config/avr/avr.c (asm_file_start): output 0 as r0 and 1 as r1 in
93         __tmp_reg__ and __zero_reg__ initialization.
94
95 2000-04-30  Richard Henderson  <rth@cygnus.com>
96
97         * flow.c (propagate_one_insn): Mark sets even when the insn is dead.
98
99         * ifcvt.c (noce_process_if_block): Fail the conversion if X is
100         referenced bewteen the condition and the jump.  Don't delete
101         anything but the jump.
102
103 Sun Apr 30 22:48:24 2000  Jason Eckhardt  <jle@cygnus.com>
104
105         * bb-reorder.c (scope_def): New struct.
106         (scope_forest_info): New struct.
107         (struct reorder_block_def): New member "scope".
108         (REORDER_BLOCK_SCOPE): New macro.
109         (relate_bbs_with_scopes): New function and prototype.
110         (make_new_scope): Likewise.
111         (build_scope_forest): Likewise.
112         (remove_scope_notes): Likewise.
113         (insert_intra_1): Likewise.
114         (insert_intra_bb_scope_notes): Likewise.
115         (insert_inter_bb_scope_notes): Likewise.
116         (rebuild_scope_notes): Likewise.
117         (free_scope_forest_1): Likewise.
118         (free_scope_forest): Likewise.
119         (dump_scope_forest): Likewise.
120         (dump_scope_forest_1): Likewise.
121         (chain_reorder_blocks): Set REORDER_BLOCK_SCOPE for new block.
122         Update REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for new
123         block.
124         (reorder_basic_blocks): Added calls to build_scope_scope_forest
125         and remove_scope_notes before reordering is done. Added calls to
126         rebuild_scope_notes, free_scope_forest, and reorder_blocks after
127         after reordering is done.
128
129 2000-40-30  Bruce Korb  <bkorb@gnu.org>
130
131         * fixinc/inclhack.def:  Added definitions needed by OSR5,
132         removed two stale entries (defined away with OLD_CPP).
133         * fixinc/inclhack.sh: regen
134         * fixinc/fixincl.x: regen
135
136 2000-04-30  Richard Henderson  <rth@cygnus.com>
137
138         * ifcvt.c (dead_or_predicable): Manually squeeze non-movable notes
139         from the last insn in the sequence.
140
141 2000-04-30  Zack Weinberg  <zack@wolery.cumb.org>
142
143         * cpplex.c (cpp_idcmp): New function.
144         * cpplib.h: Prototype it.
145         * scan_decls.c (scan_decls): Use it to inspect token names.
146         * fix-header.c (read_scan_file): Likewise.  Set system_header_p on
147         the file being run through the preprocessor.
148         (check_macro_names): Provide length of token to cpp_defined.
149
150         * Makefile.in: Remove stale warning message.
151
152         * cppfiles.c (redundant_include_p): Provide length of token to
153         cpp_defined.
154         * cpphash.c (_cpp_make_hashnode, _cpp_lookup_slot): Hash
155         values are unsigned int.
156         (_cpp_lookup, _cpp_lookup_slot): Do not calculate the length.
157         (_cpp_lookup_slot): Do not calculate the hash, either.
158         * cpphash.h: Update prototypes.
159         * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
160         Hashes are unsigned int.  Calculate hash here, pass by value
161         to _cpp_lookup_slot.
162
163 2000-04-30  Bernd Schmidt  <bernds@cygnus.co.uk>
164
165         * simplify-rtx.c (check_value_useless): Delete function.
166         (discard_useless_locs): Don't call it; manage N_USELES_VALUES counter
167         by hand.
168         (cselib_invalidate_regno): Likewise.
169         (cselib_invalidate_mem_1): Likewise.
170         (references_value_p): Recognize useless values by the fact that they
171         have no locations.
172         (discard_useless_values): Likewise.
173         (cselib_record_set): This may turn a useless value
174         into a useful one.
175
176 2000-04-30  Richard Henderson  <rth@cygnus.com>
177
178         * config/d30v: New port.
179
180         * configure.in (d30v-*): Set fp format.
181         * configure: Rebuild.
182
183 2000-04-30  Richard Henderson  <rth@cygnus.com>
184
185         * ifcvt.c: New file.
186         * Makefile.in (OBJS): Add it.
187         (ifcvt.o): New target.
188         * jump.c (jump_optimize_1): Remove all code related to if-conversion,
189         and conditional arithmetic.
190         (find_insert_position): Remove.
191         * timevar.def (TV_IFCVT, TV_IFCVT2): New.
192         * toplev.c (DFI_ce, DFI_ce2): New.
193         (dump_file): Add ce and ce2 dumps.
194         (rest_of_compilation): Run if_convert a couple o times.  Set
195         cse_not_expected after cse2.  Don't set no_new_pseudos until
196         after sched1 or recompute_reg_usage.
197
198 2000-04-30  Richard Henderson  <rth@cygnus.com>
199
200         * config/alpha/t-crtbe (crtbegin.o): Add "-I.".
201         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
202
203 2000-04-30  Richard Henderson  <rth@cygnus.com>
204
205         * flow.c (struct reg_cond_life_info): New.
206         (struct propagate_block_info): Add reg_cond_dead and reg_cond_reg.
207         (init_propagate_block_info): Initialize them.
208         (free_propagate_block_info): Destruct them.
209         (mark_set_1): Consider conditional life before killing a register.
210         (mark_regno_cond_dead): New.
211         (free_reg_cond_life_info): New.
212         (flush_reg_cond_reg_1, flush_reg_cond_reg): New.
213         (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
214         (mark_used_reg): Record conditional life.
215
216         * haifa-sched.c (schedule_insns): Disable death counting
217         sanity check for HAVE_conditional_execution.
218
219 2000-04-30  Richard Henderson  <rth@cygnus.com>
220
221         * Makefile.in (TIMEVAR_H): New.
222         (ggc-simple.o, ggc-page.o, toplev.o, timevar.o): Use it.
223         (timevar.h): Remove rule.
224
225 2000-04-29  Richard Henderson  <rth@cygnus.com>
226
227         * config/alpha/crtend.asm: Use C comments instead of #.
228         * config/alpha/crtbegin.asm: Likewise.  Mark __dso_handle hidden.
229
230         * config/alpha/elf.h (SELECT_SECTION): Treat CONSTRUCTOR like VAR_DECL.
231
232 2000-04-29  Zack Weinberg  <zack@wolery.cumb.org>
233
234         * cpphash.h (enum node_type: Take out T_MCONST.
235         (union hashval): Move into struct hashnode.
236         (struct hashnode): Pack tighter.  Remove file, line, col
237         members.
238         * cpphash.c: Constify most of the macro-definition structures.
239         (struct definition): Replace by struct object_defn
240         and struct funct_defn.  Put file, line, column information
241         here.  All users updated to match.
242         (_cpp_create_definition, _cpp_macroexpand): Remove special
243         case for #define WORD OTHERWORD.
244         * cpplib.c (do_undef): Remove T_MCONST case.
245
246         * cpphash.h: Move struct reflist, struct definition, and the
247         DEFINITION typedef to cpphash.c.  Use 'struct definition *' in
248         union hashval.  _cpp_free_definition takes a HASHNODE pointer.
249         * cpphash.c (_cpp_free_definition): Free data pointed to by
250         MCONST, XCONST, MACRO, and FMACRO nodes properly.
251         (_cpp_create_definition, del_HASHNODE): Just call
252         _cpp_free_definition to clear out a hashnode.
253         * cpplib.c (do_pragma_poison): Likewise.
254
255 Sat Apr 29 12:25:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
256
257         * config/mn10300/mn10300.h (FIRST_DATA_REGNUM,
258         LAST_DATA_REGNUM, FIRST_ADDRESS_REGNUM, LAST_ADDRESS_REGNUM,
259         FIRST_EXTENDED_REGNUM, LAST_EXTENDED_REGNUM): New macros.
260         (REGNO_SP_P): Redefine in terms of STACK_POINTER_REGNUM.
261         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_EXTENDED_P,
262         REGNO_AM33_P): Redefine in terms of the new macros.
263         (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
264         (FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
265         STRUCT_VALUE): Likewise.
266         (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
267         ARG_POINTER_REGNUM, STATIC_CHAIN_REGNUM): Likewise.  Moved.
268
269 Sat Apr 29 01:18:45 MET DST 2000  Jan Hubicka  <jh@suse.cz>
270
271         * regmove.c (struct record_stack_memrefs_data): New.
272         (record_stack_memrefs): New function.
273         (combine_stack_adjustments_for_block): Use it.
274
275 Sat Apr 29 01:15:27 MET DST 2000  Jan Hubicka  <jh@suse.cz>
276
277         * calls.c (calls_function_1):  Propertly handle TREE_LIST expressions;
278         use special_function_p to detect alloca.
279
280 Fri Apr 28 16:30:33 2000  Marc Espie <espie@cvs.openbsd.org>
281
282         * gcc.texi: Fixes for makeinfo 4.0 --html.
283
284 2000-04-28  Zack Weinberg  <zack@wolery.cumb.org>
285
286         * pcp.h: Delete file.
287
288 2000-04-28  Kazu Hirata  <kazu@hxi.com>
289
290         * h8300.c (function_epilogue): Clean up flags when the last insn
291         in a function is a barrier.
292
293 2000-04-28  Chris Demetriou  <cgd@sibyte.com>
294
295         * configure.in (sparc-hal-solaris2*): protect [] glob from
296         my expansion.
297         (mips*-*-ecoff*, mips*-*-elf*, mips*-*-*): use MASK_ defines
298         rather than hard-coded constants in target_cpu_default2.
299         * configure: Regenerate.
300
301 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
302
303         * tree.c (get_callee_fndecl): Extract the initial value from
304         a readonly decl.
305
306 2000-04-28  Richard Henderson  <rth@cygnus.com>
307
308         * varasm.c (record_constant_1): Record the CODE_LABEL when
309         taking the address of a LABEL_REF.
310
311 2000-04-28  Richard Henderson  <rth@cygnus.com>
312             Jan Hubicka  <jh@suse.cz>
313
314         * calls.c (combine_pending_stack_adjustment_and_call): Return the
315         adjustment; don't do the stack adjust.
316         (expand_call): Call compute_argument_block_size right before
317         allocating the block; update comment; don't do alignment sanity
318         checking for sibling call; use args_size instead of
319         unadjusted_args_size before args_size is adjusted.  Use
320         combine_pending_stack_adjustment_and_call to compute stack adjust
321         for must_preallocate case.
322
323         * expr.c (push_block): Remove shadow `temp' in inner scope.
324
325 2000-04-28  Jason Merrill  <jason@casey.cygnus.com>
326
327         * toplev.c (rest_of_compilation): Call
328         note_deferral_of_defined_inline_function even if the function
329         can't be inlined.
330
331 2000-04-28  Scott Bambrough  <scottb@netwinder.org>
332
333         * cpplex.c (_cpp_scan_line): Fix buffer overwrite.
334
335 2000-04-28  Richard Henderson  <rth@cygnus.com>
336
337         * toplev.c (rest_of_type_compilation): Fix sdb TIMEVAR typo.
338
339 2000-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
340
341         * timevar.c (init_timevar): DeANSIfy function definition.
342
343 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
344
345         * Makefile.in (timevar.o): Depend on flags.h.
346         * timevar.c (unused_stack_instances): New variable.
347         (timevar_push): Take a timevar_stack_def from
348         unused_stack_instances if available.
349         (timevar_pop): Push the popped timevar_stack_def onto
350         unused_stack_instances.
351         (TIMEVAR_ENABLE): New macro.
352         (timevar_def): Make standalone a 1-bit field.  Add field used.
353         (get_time): Rename parameter to now.  Return after clearing it if
354         not TIMEVAR_ENABLE.
355         (init_timevar): Do nothing if not TIMEVAR_ENABLE.
356         (timevar_pop): Likewise.
357         (timevar_stop): Likewise.
358         (timevar_push): Likewise.  Mark the timing variable as used.
359         (timevar_start): Likewise.
360         (timevar_print): Do nothing if not TIMEVAR_ENABLE.  Don't print
361         timevars that were never used.
362
363 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
364
365         * c-commom.c (c_apply_type_quals_to_decl): REFERENCE_TYPES are
366         always TREE_READONLY.
367
368 2000-04-27  Ulrich Drepper  <drepper@cygnus.com>
369
370         * i386.h (FUNCTION_BLOCK_PROFILER_EXIT): Generate mem reference
371         for call instruction with mode QImode.
372
373 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
374
375         * Makefile.in (OBJS): Add timevar.o.
376         (toplev.o): Depend on timevar.h.
377         (ggc-simple.o): Likewise.
378         (ggc-page.o): Likewise.
379         (timevar.o): New rule.
380         (timevar.h): New rule.
381
382         * timevar.h: New file.
383         * timevar.c: Likewise.
384         * timevar.def: Likewise.
385
386         * toplev.h (gc_time, parse_time, varconst_time): Remove.
387         * toplev.c: Use timevar_push and timevar_pop instead of TIMEVAR
388         throughout.
389         (TIMEVAR): Remove macro.
390         (gc_time, parse_time, varconst_time, integration_time, jump_time,
391         cse_time, gcse_time, loop_time, cse2_time, branch_prob_time,
392         flow_time, combine_time, regmove_time, sched_time,
393         local_alloc_time, global_alloc_time, flow2_time, peephole2_time,
394         sched2_time, dbr_sched_time, reorder_blocks_time,
395         rename_registers_time, shorten_branch_time, stack_reg_time,
396         to_ssa_time, from_ssa_time, final_time, symout_time, dump_time,
397         all_time): Remove.
398         (compile_file): Don't initialize time variables.  Call
399         init_timevar and start TV_TOTAL timer.  Call timevar_print instead
400         of many calls to print_time.
401         (rest_of_compilation): Add timing for reload_cse_regs.
402         (get_run_time): Removed to timevar.c.
403         (print_time): Likewise.
404         (get_run_time): Implement using TV_TOTAL time variable.
405         (print_time): Get total run time from get_run_time.
406         * ggc-page.c (ggc_collect): Push and pop TV_GC instead of
407         computing elapsed time explicitly.
408         * ggc-simple.c (ggc_collect): Likewise.
409         (gc_time): Remove declaration.
410
411 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
412
413         * calls.c (combine_pending_stack_adjustment_and_call): New function.
414         (expand_call): Use it.
415
416 2000-04-27  Jan Hubicka  <jh@suse.cz>
417
418         * flow.c (mark_set_1):  Handle MEMs in ZERO_EXTRACT/SIGN_EXTRACT
419         fields.
420
421 Thu Apr 27 12:47:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
422
423         * config/mn10300/mn10300.md (movhi): Simplify.  Prefer data
424         registers.
425
426 Thu Apr 27 17:33:05 MET DST 2000  Jan Hubicka  <jh@suse.cz>
427
428         * function.c (epilogue_done): Pass whole insn to record_insns.
429
430 Thu Apr 27 16:55:28 MET DST 2000  Jan Hubicka  <jh@suse.cz>
431
432         * cse.c (CSE_ADDRESS_COST): Remove.
433         (find_best_addr): Add new parameter "MODE", use address_cost instead
434         of CSE_ADDRESS_COST
435         (address_cost): New.
436         (fold_rtx): Update call of find_best_addr.
437         * rtl.h (address_cost): Declare.
438         * loop.c (general_induction_var): Add new parameter "MODE", use
439         address_cost instead of ADDRESS_COST
440         (init_loop): Use address_cost instead of ADDRESS_COST.
441         (check_insn_for_givs): Update call of general_induction_var.
442         (find_mem_givs): Likewise.
443         (consec_sets_giv): Likewise.
444         * config/i386/i386.h (ADDRESS_COST): Call ix86_address_cost.
445         * i386.c (ix86_address_cost): New.
446         * i386-protos.h (ix86_address_cost): Declare.
447
448 Thu Apr 27 11:45:16 2000  Alexandre Oliva  <aoliva@cygnus.com>
449
450         * config/mn10300/mn10300.md (movqi): Simplify.  Prefer data
451         registers.
452
453 Thu Apr 27 16:11:00 MET DST 2000  Jan Hubicka  <jh@suse.cz>
454
455         * expr.c (store_expr): Use clear_storage instead of direct memset
456         libcall.
457
458 Thu Apr 27 10:36:51 2000  Alexandre Oliva  <aoliva@cygnus.com>
459
460         * config/mn10300/mn10300.c (mn10300_address_cost): Test
461         ASHIFT, AND and LABEL_REF.
462
463 Thu Apr 27 15:08:46 MET DST 2000  Jan Hubicka  <jh@suse.cz>
464
465         * invoke.texi (-foptimize-sibling-calls): Fix.
466
467 Thu Apr 27 14:54:22 MET DST 2000  Jan Hubicka  <jh@suse.cz>
468
469         * loop.c (load_mems)  Don't use hard registers for the hoisting.
470
471         * unroll.c (unroll_loop): Avoid overflow in the n_iterations
472         calculation; rename const_equiv array in the preconditioning code
473         from loop_unroll to loop_unroll_precondition
474
475 2000-04-27  Richard Henderson  <rth@cygnus.com>
476
477         * flow.c (struct propagate_block_info): Remove new_dead, new_live;
478         add new_set.
479         (propagate_one_insn): Clear it.  Don't update reg_live here.
480         (init_propagate_block_info): Update for pbi member changes.
481         (free_propagate_block_info): Likewise.
482         (mark_set_1): Know that zero_extract, sign_extract, and
483         strict_low_part don't kill their argument.  Alter hard subregs.
484         Update new_set for non-CLOBBER sets.  Update reg_live.
485         (find_auto_inc): Update reg_live, not new_dead.
486         (mark_used_reg): Update reg_live, not new_live.  Examine new_set
487         to determine if the reg in question was set this insn.  Only update
488         reg info with PROP_REG_INFO.
489
490 2000-04-26  Richard Henderson  <rth@cygnus.com>
491
492         * flow.c (allocate_reg_life_data): Set max_regno here ...
493         (life_analysis): ... not here.
494
495         * flow.c (calculate_global_regs_live): Force stack pointer
496         live at end.
497
498 2000-04-26  Richard Henderson  <rth@cygnus.com>
499
500         * jump.c (redirect_exp_1): Rework from old redirect_exp.  Never
501         commit change group changes.
502         (invert_exp_1): Similarly.
503         (redirect_exp, invert_exp): Use them.
504         (redirect_jump_1): New.
505         (invert_jump_1): New.
506         (jump_optimize_1): Remove code subsumed by condexec.c.
507         * rtl.h (invert_jump_1, redirect_jump_1): Declare.
508
509 2000-04-26  Richard Henderson  <rth@cygnus.com>
510
511         * rtlanal.c (dead_or_set_regno_p): Use find_regno_note.
512
513         * genconfig.c (main): Set all HAVE_foo to 1.
514
515         * graph.c (node_data): Use GET_NOTE_INSN_NAME instead of local array.
516
517 2000-04-26  Alex Samuel  <samuel@codesourcery.com>
518
519         * invoke.texi: Document -fssa flag.
520
521 2000-04-26  Richard Henderson  <rth@cygnus.com>
522
523         * flow.c (count_reg_sets_1): Remove.
524         (count_reg_sets, count_reg_references): Remove.
525         (recompute_reg_usage): Implement with update_life_info.
526         Reallocate life data.
527
528 2000-04-26  Richard Henderson  <rth@cygnus.com>
529
530         * flow.c (update_life_info): Consider blocks null to mean the
531         universal set.
532         (calculate_global_regs_live): Likewise.
533         (life_analysis): Do that instead of collecting all_blocks.
534
535 2000-04-26  Richard Henderson  <rth@cygnus.com>
536
537         * flow.c (tidy_fallthru_edge): Don't delete the jump when it's
538         a still-valid conditional jump.
539
540 2000-04-26  Richard Henderson  <rth@cygnus.com>
541
542         * jump.c (invert_jump): Always invert REG_BR_PROB.  Do it correctly.
543
544         * bb-reorder.c (reorder_basic_blocks): Don't run estimate_probability.
545         * flow.c (calculate_loop_depth): Remove.
546         * output.h (calculate_loop_depth): Don't declare.
547         * toplev.c (rest_of_compilation): Expand calculate_loop_depth
548         inline; run estimate_probability at the same time.
549
550 2000-04-26  Neil Booth  <NeilB@earthling.net>
551
552         * cpplib.h: "~=" is not a single pp-token.
553         * cpplex.c: Correct commentary.
554
555 2000-04-26  Richard Henderson  <rth@cygnus.com>
556
557         * flow.c (mark_set_1): New arguments code and flags; update all
558         callers.  Track regno_first and regno_last; do HARD_REGNO_NREGS
559         test in one place.  Tidy flags tests.  Don't bias REG_N_REFS by
560         loop_depth when optimizing for size.  Do new_dead update after
561         emitting REG_UNUSED notes.  Merge mark_set_reg code.
562         (mark_set_reg): Remove.
563         (propagate_one_insn): Use mark_set_1 for call-clobbered registers;
564         arrange to not emit REG_UNUSED notes.
565
566 2000-04-26  Richard Henderson  <rth@cygnus.com>
567
568         * flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
569         * ssa.c (convert_from_ssa): Don't run compute_bb_for_insn.
570
571 2000-04-26  Richard Henderson  <rth@cygnus.com>
572
573         * flow.c (propagate_one_insn): Break out from propagate_block.
574         (init_propagate_block_info): Likewise.
575         (free_propagate_block_info): Likewise.
576         (propagate_block): Use them.  Export.
577         * basic-block.h: Declare them all.
578
579 2000-04-26  Richard Henderson  <rth@cygnus.com>
580
581         * basic-block.h (life_analysis): Declare here ...
582         * output.h: ... not here.
583         * flow.c (life_analysis): Remove nregs parameter; replace
584         remove_dead_code with flags.  Remove ssa dead code check.
585         Only init alias analysis if we'll use it.
586         * reg-stack.c (reg_to_stack): Update life_analysis arguments.
587         * ssa.c (convert_to_ssa): Likewise.
588         (convert_from_ssa): Likewise.
589         * toplev.c (rest_of_compilation): Likewise.
590
591 2000-04-26  Richard Henderson  <rth@cygnus.com>
592
593         * flow.c (flow_delete_block): Rename from delete_block.  Export.
594         * basic-block.h (flow_delete_block): Declare.
595
596 2000-04-26  David S. Miller  <davem@redhat.com>
597
598         * optabs.c (emit_libcall_block): Verify insns with INSN_P before
599         taking a PATTERN of it.
600
601 2000-04-26  <NeilB@earthling.net>
602
603         * cpplex.c (spell_other, spell_char): Remove.
604         (SPELL_CHAR): New.
605         (token_spelling, trigraph_map): Use unsigned chars.
606         (_cpp_lex_line): Tidy up the switch statement.
607         * cpplib.h: Implement spell_char with spell_string.
608         (C): New.
609
610 2000-04-26  <RodneyBrown@pmsc.com>
611
612         * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
613         * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
614
615 2000-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
616
617         * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
618         reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
619         dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
620         dwarf2out_return_save, dwarf2out_return_reg,
621         dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
622         add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
623         gen_compile_unit_die, dwarf2out_init): Constify a char*.
624
625         * dwarf2out.h (dwarf2out_init): Likewise.
626
627         * dwarfout.c (filename_entry, primary_filename, last_filename,
628         type_tag, output_compile_unit_die, dwarfout_init): Likewise.
629
630         * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
631         dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
632         dwarf2out_return_reg): Likewise.
633
634 2000-04-26  Andreas Jaeger  <aj@suse.de>
635
636         * extend.texi (Function Attributes): Fix description of pure
637         attribute.
638
639 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
640
641         * integrate.c (output_inline_function): Do clear DECL_DEFER_OUTPUT
642         before calling rest_of_compilation.
643
644 2000-04-26  Andreas Jaeger  <aj@suse.de>
645
646         * config/mips/linux.h: Remove erroneous commit of #if 0/#endif in
647         last patch.
648
649 2000-04-25  Richard Henderson  <rth@cygnus.com>
650
651         * cse.c (cse_insn): Emit barrier after unconditional jump.
652
653         * calls.c (expand_call): Disable tail call generation once
654         rtx_equal_function_value_matters is false.
655
656         * reg-stack.c (convert_regs_1): Treat EDGE_ABNORMAL_CALL edges
657         like EDGE_EH edges.
658
659 2000-04-25  Jason Merrill  <jason@casey.cygnus.com>
660
661         * dwarf2out.c (add_bound_info): Don't crash on an unexpanded SAVE_EXPR.
662
663         * dwarfout.c (output_decl): Ignore NAMESPACE_DECLs.
664
665         * dwarf2out.c (gen_subprogram_die): The class-scope declaration DIE
666         is the primary DIE for a member function.
667         (gen_decl_die): Call set_decl_origin_self here.
668         * dwarfout.c (output_decl): And here.
669         * integrate.c (output_inline_function): Not here.
670         Don't clear DECL_INLINE until after calling rest_of_compilation.
671         (set_decl_origin_self): No longer static.
672         * tree.h: Add prototype.
673         * toplev.c (note_deferral_of_defined_inline_function): Only write
674         out abstract instance for actual inlines.
675
676 2000-04-25  Alexandre Oliva  <aoliva@cygnus.com>
677
678         * config/mn10300/mn10300.h (REG_CLASS_FROM_LETTER): Return
679         EXTENDED_REGS only if TARGET_AM33.
680         * config/mn10300/mn10300.md (movsi, addsi): Avoid exposing
681         SP_REGS to register allocation and reloading unless absolutely
682         necessary.
683         (movsi3): Remove special-case of adding non-constants to SP.
684
685 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
686
687         * aclocal.m4 (gcc_AC_NEED_DECLARATION): This macro now requires
688         INCLUDES to search and does not provide any of its own.  Also it
689         now accepts optional ACTION-IF-NEEDED and ACTION-IF-NOT-NEEDED
690         parameters.  Also it does not call AC_DEFINE.
691         (gcc_AC_NEED_DECLARATIONS): Likewise.  Also this macro now calls
692         AC_DEFINE and provides for automatic entries for autoheader.
693         (gcc_AC_FUNC_PRINTF_PTR): Cleanup C code in test.
694
695         * configure.in (gcc_AC_NEED_DECLARATIONS): Save and restore CFLAGS
696         so we can pass -I flags and include gansidecl.h/system.h in this
697         test.
698
699         * acconfig.h: Delete all NEED_DECLARATION_* entries.
700
701 2000-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
702
703         * acconfig.h (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
704         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
705         ENABLE_GC_ALWAYS_COLLECT): Delete entries.
706
707         * configure.in (ENABLE_STD_NAMESPACE, ENABLE_CHECKING,
708         ENABLE_TREE_CHECKING, ENABLE_RTL_CHECKING, ENABLE_GC_CHECKING,
709         ENABLE_GC_ALWAYS_COLLECT): Use three argument form of AC_DEFINE
710         for these macros.  Clean up spacing and linewraps.
711
712 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
713
714         * calls.c (expand_call): Use get_callee_fndecl.
715
716         * print-tree.c (print_node): Print the chain of an _EXPR.
717
718 Tue Apr 25 16:16:04 2000  Andrew MacLeod  <amacleod@cygnus.com>
719                           Jim Wilson  <wilson@cygnus.com>
720                           Andrew Haley  <aph@cygnus.com>
721
722         * config/ia64/crtbegin.asm: Add IA-64 unwind support.  Correct alloc
723         and gp save/restore problems.
724         * config/ia64/crtend.asm: Add IA-64 unwind support.
725         * config/ia64/ia64.c (ia64_compute_frame_size): Don't include pr_size
726         in fr_pad_size calculation.
727         (save_restore_insns): Move PR save area.  Correct uses of
728         RTX_FRAME_RELATED_P.
729         (ia64_expand_prologue): Mark alloc with RTX_FRAME_RELATED_P.
730         (ia64_expand_epilogue): Add eh_epilogue support.
731         (ia64_function_prologue): Emit .prologue directive.
732         (ia64_init_machine_status, ia64_mark_machine_status): New functions.
733         (ia64_override_options): Set init_machine_status and
734         mark_machine_status.
735         (rtx_needs_barrier): Handle bsp reads and writes.
736         (spill_offset, sp_offset, spill_offset_emitted, tmp_reg, tmp_saved):
737         New static variables.
738         (process_set, process_for_unwind_directive): New functions.
739         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR, ASM_OUTPUT_XDATA_SHORT,
740         ASM_OUTPUT_XDATA_INT, ASM_OUTPUT_XDATA_DOUBLE_INT, ASM_OUTPUT_EH_CHAR,
741         ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT, ASM_OUTPUT_EH_DOUBLE_INT): New
742         macros.
743         (EH_FRAME_SECTION_ASM_OP): Define to IA_64.unwind section.
744         (IA64_UNWIND_INFO, HANDLER_SECTION, IA64_UNWIND_EMIT): Define.
745         (struct machine_function): Define.
746         * config/ia64/ia64.md (bsp_value, set_bsp, eh_epilogue): New patterns.
747
748 2000-04-25  Bruce Korb  <bkorb@gnu.org>
749
750         * fixinc/Makefile.in: make the removal of old programs more
751         robust
752         * fixinc/mkfixinc.sh: use the two new targets in the Makefile:
753         install-bin and install-sh
754
755 2000-04-25  Nick Clifton  <nickc@cygnus.com>
756
757         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): If not
758         defined, define to return zero.
759         (function_cannot_inline_p): If a function has any target
760         specific attributes, then use the macro
761         FUNCTION_ATTRIBUTE_INLINABLE_P to allow the target to decide
762         whether it can be inlined.  If it cannot, issue a suitable
763         explanation.
764
765         * tm.texi: Add a new node 'Inlining' to document the new macro
766         FUNCTION_ATTRIBUTE_INLINABLE_P.
767
768 2000-04-25  Zack Weinberg  <zack@wolery.cumb.org>
769
770         * cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
771         commentary.
772
773 2000-04-25  Neil Booth  <NeilB@earthling.net>
774
775         Restore previous patch, plus the following fixes:
776
777         * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
778         flags, not CPP_OPEN_PAREN.
779         * cpplex.c (expand_token_space, init_token_list,
780         cpp_free_token_list): Put the dummy token at list->tokens[-1].
781         (_cpp_lex_line, _cpp_lex_file): token list is 0-based.
782
783 Tue Apr 25 14:06:40 2000  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
784
785         * config/i386/freebsd.h (INT_ASM_OP): Define.
786
787 Tue Apr 25 14:51:07 MET DST 2000  Jan Hubicka  <jh@suse.cz>
788
789         * loop.c (strength_reduce): Fix typo in the last checkin.
790
791 Tue Apr 25 07:33:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
792
793         * stor-layout.c (finalize_record_size): Simplify to use existing
794         functions.
795         (compute_record_mode): No longer static.
796         * tree.h (compute_record_mode): New declaration.
797
798 2000-04-25  Neil Booth  <NeilB@earthling.net>
799
800         * Revert my patch below until cause of build failures
801         determined.
802
803 2000-04-25  Richard Henderson  <rth@cygnus.com>
804
805         * combine.c (combine_instructions): Add missing argument
806         to try_combine.
807
808         * toplev.c (rest_of_compilation): Delay sibcall optimization
809         until after emit_eh_context.
810
811 2000-04-24  Nick Clifton  <nickc@redhat.com>
812
813         * combine.c (combine_instructions): Do not try to combine a
814         sequence of insns when the second insn has been replaced by a
815         note.
816
817 Mon Apr 24 17:34:18 2000  Mumit Khan  <khan@xraylith.wisc.edu>
818
819         * gcc.c (load_specs): New static function.
820         (read_specs): Use it.
821
822         * gcc.c (lookup_compiler): Make multiple passes for case
823         insensitive filesystems.
824
825 2000-04-24  Neil Booth  <NeilB@earthling.net>
826
827         * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
828         * cpphash.h (_cpp_check_directive): new.
829         * cpplex.c (handle_newline, cpp_free_token_list,
830         init_trigraph_map, trigraph_ok, trigraph_replace,
831         backslash_start, skip_block_comment, skip_line_comment,
832         skip_whitespace, parse_name, parse_number, parse_string,
833         copy_comment, _cpp_lex_line, spell_char, spell_string,
834         spell_comment, spell_name, spell_other, _cpp_lex_file,
835         _cpp_output_list): new.
836         (expand_name_space): take length argument.
837         (init_token_list): add comment list initialisation.
838         (cpp_scan_line): use auto_expand_name_space.  PREV_WHITESPACE
839         instead of HSPACE_BEFORE.
840
841         * cpplib.c (_cpp_check_directive): new
842         * cpplib.h (cpp_name, PREV_WHITESPACE, PREV_COMMENT,
843         DIGRAPH, UNSIGNED_INT, TOK_NAME): new.
844         (HSPACE_BEFORE): delete.
845         (TTYPE_TABLE): rearrange.
846         (struct cpp_toklist): update.
847
848 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
849
850         * aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
851         gcc_AC_C_VOLATILE, gcc_AC_FUNC_MKDIR_TAKES_ONE_ARG): Use the three
852         argument form of AC_DEFINE.
853
854         * configure.in (DEFAULT_LINKER, DEFAULT_ASSEMBLER,
855         HAVE_INTTYPES_H, PACKAGE, VERSION, ENABLE_WIN32_REGISTRY,
856         WIN32_REGISTRY_KEY, HAVE_GAS_SUBSECTION_ORDERING, HAVE_GAS_WEAK,
857         HAVE_GAS_HIDDEN, HAVE_AS_REGISTER_PSEUDO_OP, AS_SPARC64_FLAG,
858         HAVE_AS_OFFSETABLE_LO10, ENABLE_NEW_GXX_ABI): Likewise.
859
860         * acconfig.h: Delete stubs made redundant by 3-arg AC_DEFINE.
861
862 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
863
864         * Makefile.in (GCC_FOR_TARGET, GCC_CFLAGS, LIBGCC2_INCLUDES,
865         deduced.h): Use -isystem, not -I, for including system headers.
866
867 2000-04-24  Nick Clifton  <nickc@cygnus.com>
868
869         * config/fr30/fr30.md (addsi3): Do not use small add instruction if
870         the source register is the frame pointer or arg pointer.
871         (addsi3_small_int): Disallow if source register is the frame
872         pointer or arg pointer.
873
874 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
875
876         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Delete redundant
877         call to AC_MSG_RESULT.
878
879 2000-04-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
880
881         * invoke.texi: Correct grammatical errors, document
882         -fno-gnu-keywords as identical to -fno-asm for C++.
883
884 2000-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
885
886         * aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
887         GCC_NEED_DECLARATIONS, GCC_FUNC_VFPRINTF_DOPRNT,
888         GCC_FUNC_PRINTF_PTR, GCC_PROG_LN_S, GCC_PROG_LN, GCC_C_VOLATILE,
889         AC_GCC_C_LONG_DOUBLE, GCC_FUNC_MKDIR_TAKES_ONE_ARG,
890         EGCS_PROG_INSTALL): Rename autoconf macros with prefix gcc_AC_.
891
892         * configure.in (AC_GCC_C_LONG_DOUBLE, GCC_PROG_LN, GCC_PROG_LN_S,
893         GCC_C_VOLATILE, EGCS_PROG_INSTALL, GCC_HEADER_STRING,
894         GCC_FUNC_VFPRINTF_DOPRNT, GCC_FUNC_PRINTF_PTR,
895         GCC_NEED_DECLARATIONS, GCC_FUNC_MKDIR_TAKES_ONE_ARG): Invoke with
896         new macros names.
897
898 2000-04-24  Mumit Khan  <khan@xraylith.wisc.edu>
899
900         * c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.
901         (pop_alignment): Likewise.
902         (handle_pragma_token): Likewise.
903
904 2000-04-24  Robert Lipe <robertlipe@usa.net>
905
906         * tree.h (tree_decl): Member `mode' now ENUM_BITFIELD.
907
908 2000-04-24  Hiroyuki Machida <machida@sm.sony.co.jp>
909
910         * combine.c (try_combine): Update reg_nonzero_bits of
911         newi2pat before newpat.
912
913 Mon Apr 24 10:19:48 MET DST 2000  Jan Hubicka  <jh@suse.cz>
914
915         * loop.c (strength_reduce): Simplify test to INSN_P.
916         (record_giv): Attempt to simplify the add value, use CONSTANT_P
917         expressions instead of CONST_INT.
918         (express_from_1): Likewise.
919
920 2000-04-24  Mark Mitchell  <mark@codesourcery.com>
921
922         * regs.h (reg_n_max): Don't declare.
923         * flow.c (reg_n_max): Don't define.
924         * regclass.c (renumber): Don't initialize to zero.
925         (regno_allocated): Likewise.
926         (reg_n_max): Define.
927         (allocate_reg_info): Don't initialize unnecessarily.
928
929 Mon Apr 24 00:21:36 2000  Jeffrey A Law  (law@cygnus.com)
930
931         * genattrtab.c (find_attr): Initialize unsigned_p, func_units_p
932         and blockage_p in the newly allocated attribute.
933
934 Sun Apr 23 20:16:49 2000  Alexandre Oliva  <aoliva@cygnus.com>
935
936         * config/mn10300/mn10300.md (addsi): `inc4' on address
937         registers does not modify cc, but `inc' on an extended
938         register does.
939
940 Sun Apr 23 16:24:35 2000  Denis Chertykov  <denisc@overta.ru>
941
942         * reload.c (find_equiv_reg): Checks all valueno regs
943         as a reload_reg_p regs.
944
945 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
946
947         * cpphash.c (collect_objlike_expansion): Add sanity check.
948         (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST.  If
949         the buffer is the empty string, return.  Mark __DATE__ and
950         __TIME__ as XCONST nodes, not MCONST.
951         (_cpp_macroexpand): Avoid pushing an empty buffer.
952         (funlike_macroexpand): Don't pop token_buffer here.
953
954 Sun Apr 23 18:37:53 2000  Alexandre Oliva  <aoliva@cygnus.com>
955
956         * config/mn10300/mn10300.h (REGNO_IN_RANGE_P): New macro.
957         (REGNO_DATA_P, REGNO_ADDRESS_P, REGNO_SP_P): New macros.
958         (REGNO_EXTENDED_P, REGNO_AM33_P): New macros.
959         (REGNO_OK_FOR_BASE_P): Define in terms of them.
960         (REGNO_OK_FOR_BIT_BASE_P, REGNO_OK_FOR_INDEX_P): Likewise.
961         (REG_OK_FOR_BASE_P): Define in terms of the REGNO macro.
962         (REG_OK_FOR_BIT_BASE_P, REG_OK_FOR_INDEX_P): Likewise.
963
964 Sun Apr 23 22:23:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
965
966         * loop.c (simplify_giv_expr):  Be more agressive on simplifying
967         constant MULT givs.
968
969 2000-04-23  Zack Weinberg  <zack@wolery.cumb.org>
970
971         * cpphash.h (struct definition): Move file, line, col members...
972         (struct hashnode): ... here.  Also add 'disabled' flag.
973         (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
974         T_IDENTITY.  Remove T_DISABLED.
975         Update prototypes.
976
977         * cpphash.c (_cpp_dump_definition): Split out dump_DEFINITION.
978         (collect_expansion): Split into collect_objlike_expansion and
979         collect_funlike_expansion.
980         (_cpp_macroexpand): Split out scan_arguments, stringify, and
981         funlike_macroexpand.
982         (_cpp_compare_defs): Rename compare_defs, make static.
983         (_cpp_make_hashnode): Initialize hp->disabled.
984         (macro_cleanup): Adjust for new token types.  Clear
985         m->disabled.
986         (_cpp_create_definition): Move code here to determine what
987         sort of macro it is, and code to check for redefinitions, from
988         do_define.  Implement a few simple cases without creating a
989         full DEFINITION.
990         (_cpp_macroexpand, special_symbol, _cpp_dump_definition):
991         Handle the simple cases.
992         (push_macro_expansion): Set buf->has_escapes and hp->disabled
993         here.
994
995         * cppinit.c (builtin_array): Change MCONST to XCONST
996         everywhere.
997         * cpplex.c (maybe_macroexpand): Handle IDENTITY macros here;
998         fix check for disabled and function-like macros.
999         * cpplib.c (do_define): Move most logic to
1000         _cpp_create_definition.
1001         (do_undef): Handle new special token types.
1002
1003 Sun Apr 23 14:27:44 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1004
1005         * loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
1006         of CONSTANT_P for mult_val; always use validate_change to update insn.
1007
1008 2000-04-22  Zack Weinberg  <zack@wolery.cumb.org>
1009
1010         * cpphash.c (trad_stringify, add_pat): New functions.
1011         (collect_expansion): Restore support for -traditional syntax.
1012         Use trad_stringify and add_pat.
1013         (_cpp_macroexpand): Restore support for -traditional semantics.
1014         * cpplex.c (_cpp_scan_line): Don't change space_before if we
1015         get a COMMENT token.
1016         (_cpp_lex_token): Provide COMMENT tokens to caller if
1017         traditional and parsing_define_directive.
1018         (skip_comment): Warn about // comments if -Wtraditional.
1019         * cpplib.c (do_define): Fix typo.  Create EMPTY nodes with
1020         proper node type.
1021         (do_undef): Don't warn about undefining EMPTY nodes.
1022
1023 Sat Apr 22 22:35:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1024
1025         * loop.c (strength_reduce): Fix biv removal code.
1026
1027 2000-04-22  Richard Henderson  <rth@cygnus.com>
1028
1029         * predict.c (estimate_probability): Examine both sides of
1030         a branch for no exits.  Use 90% not 50% for predict taken.
1031         Reorg for one copy of note generation code.
1032
1033 2000-04-22  Richard Henderson  <rth@cygnus.com>
1034
1035         * flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
1036
1037 2000-04-22  Richard Henderson  <rth@cygnus.com>
1038
1039         * diagnostic.c (init_output_buffer): Don't initialize format_args.
1040         (output_clear): Likewise.
1041         (output_printf): Use va_copy.
1042         (vline_wrapper_message_with_location): Likewise.
1043         (v_message_with_decl): Likewise.
1044         (line_wrapper_printf): VA_START infor buffer.format_args directly.
1045         * system.h (va_copy): Provide default implementation.
1046
1047 2000-04-22  Richard Henderson  <rth@cygnus.com>
1048
1049         * predict.c (expected_value_to_br_prob): Don't bomb if op1 of
1050         the collected condition is not a constant.
1051
1052 2000-04-22  Gabriel Dos Reis  <gdr@codesourcery.com>
1053
1054         * diagnostic.h: New file.
1055
1056         * Makefile.in (diagnostic.o): Depends on diagnostic.h
1057
1058         * diagnostic.c: Tweak.  Rationalize the output logic.  Adjust
1059         various function prototypes.
1060         (diagnostic.h): #include.
1061         (struct output_buffer): Move into diagnostic.h.
1062         (get_output_prefix): Rename to output_get_prefix.  Export.
1063         (init_output_buffer): Export. Break out.  Ajust intialization.
1064         (output_space_left, output_append): Export.
1065         (output_newline): Rename to output_add_newline.  Export.
1066         (output_clear): Nullify additional output_buffer fields.
1067         (output_puts): Rename to output_add_string.  Export.
1068         (dump_output): Rename to output_flush_on.  Export.
1069         (build_location_prefix): Constify return-type.
1070         (emit_output_prefix): Rename to output_emit_prefix. Export.
1071         (set_real_maximum_length): New function.
1072         (output_set_maximum_length): Ditto
1073         (output_clear): Ditto.
1074         (output_add_character): Ditto.
1075         (output_add_integer): Ditto.
1076         (output_add_space): Ditto.
1077         (output_format): Ditto.
1078         (output_printf): Adjust buffer initialization.
1079         (vline_wrapper_message_with_location): Ditto.
1080         (v_message_with_decl): Ditto.  Adjust call to output_puts
1081         and get_output_prefix.
1082         (default_print_error_function): Adjust buffer intialization.
1083
1084 Sat Apr 22 06:45:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1085
1086         * expr.c (preexpand_calls, case CALL_EXPR): Don't look at TYPE_SIZE
1087         of VOID_TYPE.
1088
1089 Fri Apr 21 18:33:09 2000  Alexandre Oliva  <aoliva@cygnus.com>
1090
1091         * config/mn10300/mn10300.h (REGNO_REG_CLASS): Use NO_REGS instead
1092         of explicit 0.
1093
1094 Fri Apr 21 18:30:00 2000  Alexandre Oliva  <aoliva@cygnus.com>
1095
1096         * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Provide more
1097         accurate data about SP moves.
1098
1099 Fri Apr 21 18:28:28 2000  Alexandre Oliva  <aoliva@cygnus.com>
1100
1101         * config/mn10300/mn10300.h (ADDITIONAL_REGISTER_NAMES): Added
1102         aliases to AM33 registers.
1103
1104 Fri Apr 21 18:26:17 2000  Alexandre Oliva  <aoliva@cygnus.com>
1105
1106         * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Added register 16
1107         to all EXTENDED bitmaps.
1108
1109 Fri Apr 21 18:17:12 2000  Alexandre Oliva  <aoliva@cygnus.com>
1110
1111         * config/mn10300/mn10300-protos.h (mn10300_address_cost): Declare.
1112         * config/mn10300/mn10300.h (ADDRESS_COST): New macro.
1113         * config/mn10300/mn10300.c (mn10300_address_cost): New function.
1114
1115 Fri Apr 21 18:11:56 2000  Alexandre Oliva  <aoliva@cygnus.com>
1116
1117         * config/mn10300/mn10300.md (movdi, movdf): Do not use `movu' when
1118         the operand is not constant.
1119
1120 Fri Apr 21 14:58:29 2000  Denis Chertykov  <denisc@overta.ru>
1121
1122         * reload.c (find_equiv_reg): Checks all valueno and regno regs
1123         as a call-clobbered regs.
1124
1125 Fri Apr 21 13:30:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1126
1127         * rtl.c: Use NOTE_INSN_REPEATED_LINE_NUMBER and NOTE_INSN_RANGE_BEG.
1128         * rtl.h: Likewise.
1129         * rtl.def: Update comment.
1130         * function.c (expand_function): Use NOTE_INSN_REPEATED_LINE_NUMBER.
1131         * integrate.c (expand_inline_function): Likewise.
1132         * profile.c (branch_prob): Likewise.
1133         * ggc-common.c (ggc_mark_rtx_children): Use NOTE_INSN_RANGE_BEG.
1134         * print-rtl.c (print_rtx): Likewise.
1135         * haifa-sched.c (sched_analyze, unlink_other_notes): Likewise.
1136         (reemit_notes): Likewise; also use enum insn_note.
1137
1138         * stor-layout.c (layout_decl): Only set DECL_MODE if not already set.
1139         (place_field): Properly compute know and actual alignment.
1140
1141         * gengenrtl.c (gencode): Write obstack_alloc_rtx function start
1142         in proper format.
1143
1144         * cse.c (cse_insn): In (set REG0 REG1) case, remove a REG_EQUAL
1145         note for REG1.
1146
1147 2000-04-21  Zack Weinberg  <zack@wolery.cumb.org>
1148
1149         * cpphash.c (struct arg, struct arglist): Const-ify strings.
1150         (warn_trad_stringify, duplicate_arg_p): New helper functions.
1151         (collect_expansion): Rewrite to scan over a token list.
1152         Remove -traditional support.
1153         (collect_formal_parameters): Rename to collect_params; rewrite
1154         to scan over a token list.
1155         (_cpp_create_definition): Adjust to scan a token list.
1156         (_cpp_macroexpand): Remove -traditional support.
1157         (_cpp_compare_defs): Whitespace is now canonicalized.
1158         (comp_def_part): Delete function.
1159
1160         * cpphash.h: Update prototypes.
1161         * cpplex.c (init_token_list): Don't set lineno if there is no
1162         buffer.
1163         (pedantic_whitespace): New function.
1164         (_cpp_scan_line): Mark tokens that had hspace before.  Don't
1165         consume a newline.  Use pedantic_whitespace.
1166         (_cpp_lex_token): Remove support for -traditional macros.
1167         (_cpp_get_define_token): Delete.
1168         (_cpp_get_directive_token): Do the real work here.  Use
1169         pedantic_whitespace.
1170         (_cpp_init_input_buffer): Initialize pfile->directbuf.
1171
1172         * cpplib.c (get_macro_name): Delete.
1173         (do_define): Read the entire line into pfile->directbuf, then
1174         feed the token list to _cpp_create_definition.
1175         * cpplib.h (HSPACE_BEFORE): new define.
1176         (struct cpp_reader): Add a toklist member, "directbuf".
1177
1178         * predict.c (estimate_probability): New heuristic: if a jump
1179         branches around a block with no successors, predict it taken.
1180         Disentangle control flow.
1181
1182 2000-04-20  Richard Henderson  <rth@cygnus.com>
1183
1184         * loop.c (emit_iv_add_mult): Revert last change.
1185
1186 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
1187
1188         * cpplib.h (enum cpp_ttype): Add token types for all
1189         punctuators.  Distinguish pp-numbers from valid C numbers.
1190         Give some tokens better names.  Initialize from macro.
1191         (struct cpp_name, cpp_token, cpp_toklist): New data
1192         structures.
1193         Update prototypes.
1194         * cpplex.c (bump_column, expand_name_space,
1195         expand_token_space, init_token_list, cpp_output_list,
1196         _cpp_scan_line):  New functions.
1197         (output_line_command): Add third argument, new line number.
1198         * cpphash.h: Update prototypes.
1199         * cppexp.c, cpphash.c, cpplib.c, scan-decls.c: Update for new
1200         token names.
1201
1202 2000-04-20  Richard Henderson  <rth@cygnus.com>
1203
1204         * config/alpha/alpha.c (alpha_emit_floatuns): Emit missing barrier.
1205
1206 2000-04-20  Zack Weinberg  <zack@wolery.cumb.org>
1207
1208         * c-common.c (decl_attributes) [A_ALIAS]: Set TREE_USED on the
1209         object pointed to.
1210
1211 Thu Apr 20 14:19:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1212
1213         * loop.c (emit_iv_add_mult):  Simplify it's input and emit
1214         REG_EQUAL note explaining the calculated value.
1215
1216         * calls.c (expand_call): Avoid unnecesary precalculation
1217         and outgoing parameters space guarding for sibling calls.
1218         (store_one_arg): Likewise.
1219
1220 Thu Apr 20 08:01:07 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1221
1222         * toplev.c (enum dump_file_index, dump_file): Add DFI_sibling.
1223         (rest_of_compilation): Write sibling dump file and account
1224         for time as jump time.
1225         * invoke.texi: Update documentation on dump flags.
1226
1227 2000-04-19  Marek Michalkiewicz  <marekm@linux.org.pl>
1228
1229         * avr.c: #include "system.h" instead of <stdio.h> and <stdlib.h>.
1230
1231 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
1232
1233         * cpphash.c (special_symbol): Represent an empty macro with
1234         "\r \r " not just "\r ".
1235         (_cpp_macroexpand): Correct condition for the foo ( ) special
1236         case.
1237         (unsafe_chars): Handle EOF as second argument.
1238         (push_macro_expansion): Simplify test for removing escape at
1239         end.  Do not trim both escapes if there is no text in between.
1240
1241 2000-04-19  Jim Blandy  <jimb@redhat.com>
1242
1243         * dwarf2out.c (DWARF2_ADDR_SIZE): New macro.  Use it instead
1244         of PTR_SIZE, when appropriate.
1245
1246 2000-04-19  Mark Mitchell  <mark@codesourcery.com>
1247
1248         * system.h (ONLY_INT_FIELDS): Make sure it is defined.
1249         (USE_ENUM_BITFIELDS): Fix typo.
1250
1251 Wed Apr 19 12:14:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1252
1253         * stor-layout.c (place_field): Set rli->offset_align properly.
1254
1255 2000-04-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1256
1257         * mips.h (BITS_PER_WORD, UNITS_PER_WORD, UNITS_PER_FPREG,
1258         INT_TYPE_SIZE, LONG_TYPE_SIZE, POINTER_SIZE, POINTER_BOUNDARY,
1259         PARM_BOUNDARY): Remove unnecessary casts.
1260
1261 Wed Apr 19 12:02:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1262
1263         * calls.c (precompute_arguments): Remove must_preallocate and
1264         args_size calls.
1265         (expand_call): Update call of precompute_arguments.
1266
1267         * loop.c (check_insn_for_bivs, for_every_insn_in_loop,
1268         check_insn_for_givs): Break out from ...
1269         (strength_reduce) ... here; use for_every_insn_in_loop to call
1270         check_insn_for_givs.
1271         * loop.h (for_every_insn_in_loop): Declare.
1272         (loop_insn_callback): New type.
1273
1274 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
1275
1276         * cpplib.c (do_pragma_poison):  Strings in the token buffer are
1277         not nul-terminated.
1278
1279 Tue Apr 18 16:04:12 2000  Jim Wilson  <wilson@cygnus.com>
1280
1281         * config/ia64/sysv4.h (SELECT_SECTION): Use data_section if
1282         flag_pic and RELOC.
1283
1284 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
1285
1286         * cccp.c, cexp.y, cexp.c, cccp.1: Removed.
1287
1288         * configure.in: Delete --disable-cpplib option and all
1289         references to cpp_main.
1290         * configure: Regenerate.
1291         * Makefile.in: Remove all references to CCCP, CCCP_OBJS,
1292         @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
1293         cccp.o, cccp, or cppmain.  Link cppmain.o straight to
1294         cpp$(exeext).  Add --no-headers to makeinfo command line when
1295         generating INSTALL.  Install and uninstall cpp.1 manpage, not
1296         cccp.1.
1297         * install.texi: Delete all references to cexp.y/cexp.c.
1298         Delete ancient instructions for compiling GCC on 3b1.
1299         * INSTALL: Regenerate.
1300
1301         * cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c, mips/t-ecoff,
1302         mips/t-elf, mips/t-r3900: Remove references to cccp.c.
1303         * convex.h, fx80.h, m68k.h, pdp11.h: Remove references to
1304         cexp.c/cexp.y.
1305         * xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
1306         which is no longer tested anywhere.
1307
1308         * cppinit.c (handle_option): Don't run error message through
1309         gettext twice.
1310
1311 Tue Apr 18 14:16:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1312
1313         * conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
1314         * cpperror.c (hashtab.h): Now include.
1315         * cppexp.c (hashtab.h): Likewise.
1316         * cpplex.c (hashtab.h): Likewise.
1317         * cppfiles.c (hashtab.h): Likewise.
1318         (find_include_file, _cpp_calc_hash, cpp_read_file): Pass enum type
1319         to htab_find_slot_with_hash.
1320         * cpphash.c (hashtab.h): Now include.
1321         (_cpp_lookup_slot): INSERT is now enum insert_option.
1322         * cpphash.h (_cpp_lookup_slot): Likewise.
1323         * cppinit.c (hashtab.h): Include earlier.
1324         (initialize_builtins): Pass enum to htab_find_slot.
1325         * cpplib.c (hashtab.h): Now include.
1326         (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
1327         (do_pragma_poison, do_assert): Likewise.
1328         * emit-rtl.c (gen_rtx_CONST_INT): Pass enum to
1329         htab_find_slot_with_hash.
1330         * simplify-rtx.c (cselib_lookup_mem, cselib_lookup): Likewise.
1331         * tree.c (type_hash_add): Likewise.
1332         (build1): Minor cleanup.
1333
1334         * ggc-common.c: Add missing blanks.
1335         * print-tree.c (print_node): Print DECL_OFFSET_ALIGN.
1336         * tree.h (DECL_OFFSET_ALIGN): Fix typo in comment.
1337
1338         * stmt.c (mark_case_node): New function.
1339         (mark_case_nesting): Call it.
1340
1341         * expmed.c (emit_store_flag): If comparing two-word integer
1342         with zero, can optimize NE, EQ, GE, and LT.
1343
1344         * c-decl.c (mark_binding_level): Use 'for' instead of `while'.
1345         * conflict.c: Minor cleanups.
1346         * optabs.c: Add blank line
1347         * simplify-rtx.c: Minor cleanups.
1348
1349 2000-04-18  Stan Cox  <scox@cygnus.com>
1350
1351         * gengenrtl.c (genlegend): Fix misspelling.
1352
1353 2000-04-18  Robert Lipe  <robertlipe@usa.net>
1354
1355         * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.  Check that
1356         bitfields of the host compiler are not signed quantities.
1357         * config.in: Regenerate.
1358         * configure: Regenerate.
1359         * system.h (USE_ENUM_BITFIELDS): Added.
1360         (ENUM_BITFIELDS): Added.
1361         * rtl.h (rtx_def): Members `code', `mode', now ENUM_BITFIELD.
1362         (SHORT_ENUM_BUG): Deleted.
1363         * tree.h (tree_common): Members `code', `mode', `built_in_class',
1364         now ENUM_BITFIELD.
1365         * config/i386/xm-sco.h (ONLY_INT_FIELDS): Deleted.
1366         (CODE_FIELD_BUG): Likewise.
1367         * config/m68k/x-apollo68 (CC): Deleted SHORT_ENUM_BUG.
1368         (OLD_CC): Likewise.
1369         * config/m68k/x-ccur (X_CFLAGS): Likewise.
1370
1371 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
1372
1373         * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the
1374         mark is active.
1375
1376 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
1377
1378         * cppexp.c (lex): Don't assume tokens are NUL terminated.
1379         * cpplib.c (do_include, do_import, do_include_next,
1380         read_line_number, detect_if_not_defined): Likewise.
1381         * cpphash.c (collect_expansion): Likewise.
1382         (special_symbol, _cpp_macroexpand): Check return from
1383         cpp_file_buffer.
1384         * cpphash.h (CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q): Delete
1385         macros.  Delete all uses.
1386
1387         * gcc.dg/cpp-mi.c: Add two more test cases.
1388         * gcc.dg/cpp-mind.h, gcc.dg/cpp-mindp.h: New files.
1389
1390 2000-04-17  Richard Henderson  <rth@cygnus.com>
1391
1392         * bb-reorder.c (fixup_reorder_chain): Don't look up new block again.
1393         (reorder_basic_blocks): If no epilogue in rtl, force last block last.
1394
1395 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
1396
1397         * function.c (expand_function_start): Use hard_function_value to
1398         compute the RTL to use for DECL_RESULT.
1399
1400 Mon Apr 17 23:35:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1401
1402         * i386.c (athlon_cost): Fix lea, divide and XFmode move costs.
1403         (x86_integer_DFmode_moves, x86_partial_reg_dependency,
1404          x86_memory_mismatch_stall): New global variables.
1405         (ix86_adjust_cost): Handle MEMORY_BOTH on places MEMORY_STORE was only
1406         alloved; fix load penalties for Athlon.
1407         * i386.h (x86_integer_DFmode_moves, x86_partial_reg_dependency,
1408         x86_memory_mismatch_stall): Declare.
1409         (TARGET_INTEGER_DFMODE_MOVES, TARGET_PARTIAL_REG_DEPENDENCY,
1410          TARGET_MEMORY_MISMATCH_STALL): New.
1411         * i386.md (athlon scheduling parameters): Fix latencies according to
1412         Athlon Optimization Manual.
1413         (sahf, xchg, fldcw, leave instruction patterns): Set athlon_decode to
1414         vector.
1415         (fsqrt instruction patterns): Set athlon_decode to direct.
1416         (movhi_1): Promote for TARGET_PARTIAL_REG_DEPENDENCY and for
1417         PARTIAL_REGISTER_STALL with !TARGET_HIMODE_MATH machines.
1418         (movqi_1): Handle promoting correctly for TARGET_PARTIAL_REG_DEPENDENCY
1419         and TARGET_PARTIAL_REGISTER_STALL machines.
1420         (pushdf_nointeger): New pattern.
1421         (pushdf_integer): Rename from pushdf.
1422         (movdf_nointger): Enable for !TARGET_INTEGER_DFMODE_MOVES machines.
1423         (movdf_intger): Disable for !TARGET_INTEGER_DFMODE_MOVES machines.
1424
1425 2000-04-17  Richard Henderson  <rth@cygnus.com>
1426
1427         * loop.c (canonicalize_condition): Add WANT_REG argument.
1428         Stop the search if we match it.
1429         * expr.h (canonicalize_condition): Update decl.
1430         * predict.c (expected_value_to_br_prob): Use it.  Track last
1431         expected value note.
1432         (find_expected_value): Remove.
1433
1434         * reorg.c (mostly_true_jump): Always use BR_PROB if present.
1435
1436 2000-04-17  Zack Weinberg  <zack@wolery.cumb.org>
1437
1438         * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).
1439         (AC_FUNC_MMAP_FILE): New macro, tests read-only private map of
1440         a plain file.
1441         * configure.in: Call AC_FUNC_MMAP_FILE.
1442         * configure: Regenerate.
1443         * config.in: Regenerate.
1444
1445         * intl/loadmsgcat.c: Test HAVE_MMAP_FILE not HAVE_MMAP.
1446         * fixinc/fixincl.c: Likewise.
1447
1448 2000-04-17  Richard Henderson  <rth@cygnus.com>
1449
1450         * builtins.c (expand_builtin_expect): New.
1451         (expand_builtin): Call it.
1452         * builtins.def (BUILT_IN_EXPECT): New.
1453         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_expect.
1454         * extend.texi: Document it.
1455
1456         * predict.c (expected_value_to_br_prob): New.
1457         (find_expected_value): New.
1458         * basic-block.h (expected_value_to_br_prob): Declare.
1459         * toplev.c (rest_of_compilation): Invoke it.
1460
1461         * rtl.h (NOTE_EXPECTED_VALUE): New.
1462         (NOTE_INSN_EXPECTED_VALUE): New.
1463         * rtl.c (note_insn_name): Update.
1464         * print-rtl.c (print_rtx): Reorg NOTE_LINE_NUMBER special
1465         cases; handle NOTE_INSN_EXPECTED_VALUE.
1466
1467 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
1468
1469         * config/sparc/sparc.c (eligible_for_sibcall_delay): Cannot use
1470         leaf sibcall delay slot if flag_pic.
1471         (output_sibcall): Always emit call for leaf sibcall if flag_pic.
1472
1473 2000-04-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1474
1475         * Makefile.in (stmp-fixproto): Acknowledge errors in fixproto.
1476
1477         * fixproto: If fix-header fails, exit with an error.
1478
1479 Mon Apr 17 14:59:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1480
1481         * cse.c (struct check_depdendence_data): New.
1482         (check_dependence): New function.
1483         (invalidate): Use check_depdenence.
1484
1485 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
1486
1487         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Adjust, now that
1488         UNITS_PER_WORD is unsigned.
1489
1490         * tree.h (struct tree_common): Remove misleading comment.
1491
1492 2000-04-16  Dave Pitts  <dpitts@cozx.com>
1493
1494         * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole
1495         message in quotes. Otherwise, IBM's make program treats the '#' as the
1496         start of a comment and ignores the remainder of the line.
1497
1498         * c-lex.c (yylex): Change for EBCDIC, lower case characters preceed
1499         upper case.
1500         * cccp.c (initialize_char_syntax): Allow for holes in EBCDIC.
1501         * cexp.y (initialize_random_junk): Likewise.
1502         * cppfiles.c (find_include_file): Cast alloca return value.
1503         * cppinit.c (initialize_standard_includes): Likewise.
1504         * cpplib.c (cpp_define, cpp_undef): Likewise.
1505         * defaults.h (ASM_OUTPUT_ASCII): Use ISPRINT.
1506         * final.c (output_asm_insn): Allow for holes in EBCDIC.
1507         * fold-const.c (CHARMASK): New.
1508         (real_hex_to_f): Use it.
1509         * real.c (CHARMASK): New.
1510         (etoasc, asctoeg): Use it.
1511         (asctoeg): EBCDIC lower case characters preceed upper case.
1512
1513         * i370.c (mvs_add_label): Change spacing for coding conventions.
1514         * i370.h (ASM_OUTPUT_CASE_LABEL): Change to the data CSECT for the
1515         outputing case vectors.
1516         (ASM_OUTPUT_CASE_END): New, put assembler back into code CSECT.
1517         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Remove page check,
1518         since vector in in the data CSECT.
1519         (ASM_OUTPUT_REG_POP, ASM_OUTPUT_REG_PUSH): Restore to correct operation.
1520         * i370.md (Many patterns): Put the length in the XL directives.
1521         (movdi): Put back STM and MVC in definition.
1522         (floatsidf2): Correct TARGET_ELF_ABI pattern and add back the LE370
1523         pattern using the TCA.
1524         * oe.h (CPP_SPEC): Added to allow trigraphs.
1525         * xm-oe.h (HOST_BITS_PER_LONGLONG): Change to 32. IBM's compiler does
1526         not support the "long long" type.
1527
1528 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
1529
1530         * config/mips/mips-protos.h (mips_legitimate_address_p): New
1531         function.
1532         (mips_reg_mode_ok_for_base_p): Likewise.
1533         * config/mips/mips.h (REG_OK_STRICT_P): Don't define.
1534         (REG_OK_FOR_INDEX_P): Define unconditionally.
1535         (REG_MODE_OK_FOR_BASE_P): Use mips_reg_mode_ok_for_base_p.
1536         (GO_IF_LEGITIMATE_ADDRESS): Use mips_legitimate_address_p.
1537         * config/mips/mips.c (mips16_simple_memory_operand): Adjust now
1538         that GET_MODE_SIZE is unsigned.
1539         (mips_reg_mode_ok_for_base_p): Define.
1540         (mips_legitimate_address_p): Likewise.  Adjust now
1541         that GET_MODE_SIZE is unsigned.
1542         (block_move_loop): Make the number of bytes unsigned.
1543         (expand_block_move): Likewise.
1544         (function_arg): Make the loop counter unsigned to match the
1545         boundary condition.
1546
1547 2000-04-16  Richard Henderson  <rth@cygnus.com>
1548
1549         * rtl.h (enum insn_note): New enumeration.  Subsume
1550         NOTE_INSN_DELETED and friends.
1551         (GET_NOTE_INSN_NAME): Adjust index by NOTE_INSN_BIAS.
1552         * rtl.c (note_insn_name): Tweak string order.
1553
1554 2000-04-15  Zack Weinberg  <zack@wolery.cumb.org>
1555
1556         * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it
1557         to offset * 2.
1558
1559         * cpplex.c (output_line_command): Remove debugging prints.
1560         (cpp_output_tokens): Don't write out a zero-length buffer or
1561         try to see if it has a newline in it.
1562         (_cpp_expand_to_buffer): Copy the source buffer before pushing.
1563         (_cpp_read_and_prescan): Move shift-down of pushback bytes to
1564         the end of the loop.  Use memmove.  Don't read past the end of
1565         the buffer.  Remove trailing newlines from error messages.
1566
1567 2004-04-16  Neil Booth  <NeilB@earthling.net>
1568
1569         * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.
1570         * cpplib.c: Add new syntax flags to directive table, and
1571         supporting macros.
1572
1573 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
1574
1575         * i386.c (ix86_expand_epilogue): Yes, the x86 can pop 64k at once
1576         using ret $N.
1577
1578 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
1579
1580         * toplev.c (display_help): Prefix "f" to "sched-verbose=".
1581         * haifa-sched.c: Update -fsched-verbose comments to use "=".
1582
1583 Sat Apr 15 10:59:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1584
1585         * Makefile.in (ggc-page.o): Now includes toplev.h.
1586         * ggc-page.c (toplev.h): Now included.
1587         (gc_time): Remove declaration.
1588         (ggc_collect): TIME now long.
1589         * toplev.c (parse_time, varasm_time, gc_time): Still global; all
1590         others static.
1591         * toplev.h (gc_time, parse_time, gc_time): New declarations.
1592
1593         * toplev.c: Make *_time variable long to reduce chance of overflow.
1594         (TIMEVAR): Likewise for `otime'.
1595         (print_time): Arg is now long; compute percentage in FP and round.
1596         * toplev.h (print_time): Arg is long.
1597
1598         * tree.c: Minor whitespace changes.
1599
1600         * configure.in (alpha*-*-*): Add config/alpha/t-alpha.
1601         * configure: Rebuilt.
1602         * libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
1603         (__fixunsxfDI): Renamed from __fixunsxfdi.
1604         (__fixunsdfDI): Renamed from __fixunsdfdi.
1605         (__fixunssfDI): Renamed from __fixunssfdi.
1606         (__floatdisf): Use proper type in REP_BIT macro.
1607         (__fixunsxfSI): Renamed from __fixunsxfsi.
1608         (__fixunsdfSI): Renamed from __fixunsdfsi.
1609         (__fixunssfSI): Renamed from __fixunssfsi.
1610         * libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
1611         Change location of macros and upper-case some names as above.
1612         * longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
1613         * config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
1614
1615         * varasm.c (assemble_variable): Add cast to remove warning.
1616         (immed_real_const_1): Only use CONST[01]_RTX if not in nested function.
1617
1618         * flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
1619         * optabs.c (emit_libcall_block): If have REG_EH_REGION, update
1620         region number to -1.
1621
1622 2000-04-15  Richard Earnshaw (rearnsah@arm.com)
1623
1624         * emit-rtl.c (unshare_all_rtl_again): Unmark everything, then
1625         call unshare_all_rtl.
1626
1627         * arm.md (movhi): REGNO_POINTER_ALIGN is now bits.
1628
1629 Fri Apr 14 16:58:45 2000  Jim Wilson  <wilson@cygnus.com>
1630
1631         * config/ia64/lib1funcs.asm (__divdi3, __moddi3, __udivdi3, __umoddi3):
1632         Use .s1 not .s0 for all FP instructions.
1633
1634 2000-04-14  Zack Weinberg  <zack@wolery.cumb.org>
1635
1636         * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public
1637         interfaces.
1638         (safe_fwrite, output_line_command): New static functions.
1639         (cpp_expand_to_buffer): Now private to cpplib.
1640         (cpp_scan_buffer): Take a printer.
1641
1642         * cpphash.h: Update prototypes.
1643         * cpplib.h: Update prototypes.
1644         (cpp_printer): New.
1645         (cpp_buffer): Remove last_nominal_fname.
1646         (cpp_reader): Remove lineno.
1647
1648         * cppmain.c: Use a cpp_printer.
1649         * fix-header.c: No need to inhibit line commands.  Call
1650         cpp_start_read with no printer.
1651
1652         * cpperror.c (cpp_notice_from_errno): Provide default name.
1653         * cppfiles.c (make_IHASH, _cpp_fake_ihash): New functions.
1654         (find_include_file, cpp_read_file): Use make_IHASH.
1655         (file_cleanup): Set control_macro and clear
1656         input_stack_listing_current here.
1657         (_cpp_execute_include): Don't output entering-file marker.
1658         * cpphash.c (special_symbol): Look for the line number in the
1659         buffer, not the reader.
1660         (_cpp_macroexpand): No need to disable line commands.
1661         (_cpp_dump_definition): No need to generate line commands.
1662         (dump_hash_helper): Remove excess newline from output.
1663         * cppinit.c (dump_special_to_buffer): No need to generate line
1664         commands.
1665         (cpp_printer_init): New.
1666         (cpp_start_read): Take a printer, and start it up if it's not
1667         NULL.  No need to generate line commands.
1668         (cpp_finish): Expect no buffers stacked at all.  Take a
1669         printer argument, and flush the output buffer if it's not
1670         NULL.
1671         * cpplex.c (_cpp_lex_token): Return EOF if there's no buffer.
1672         Don't put two hashes at the beginning of an assertion.
1673         (cpp_get_token): Don't increment pfile->lineno or emit line
1674         commands here.  Return EOF if there's no buffer when we get
1675         EOF.
1676         * cpplib.c (do_define, skip_if_group):
1677         No need to disable line commands.
1678         (_cpp_output_line_command): Delete function.
1679         (do_line): Don't emit line commands here, but set things up so
1680         they will be emitted if necessary.  Use _cpp_fake_ihash to
1681         make unique nominal_fnames if necessary.
1682         (do_elif, do_else, _cpp_handle_eof): Call cpp_error_with_line
1683         with 0 for column, not -1.
1684         (_cpp_handle_eof): Don't set the control macro here.  Don't
1685         clear input_stack_listing_current here.  Don't emit line
1686         commands.
1687
1688 2000-04-14  Geoff Keating  <geoffk@cygnus.com>
1689
1690         * config/rs6000/sysv4.h (LINK_START_SOLARIS_SPEC): Define to empty
1691         always, use the default SVR4 start address.
1692
1693         * config/rs6000/linux.h (LINK_SPEC): Don't define.
1694         (LINK_SHLIB_SPEC): Define.
1695         (LINK_START_DEFAULT_SPEC): Define.
1696         (LINK_OS_DEFAULT_SPEC): Define.
1697
1698         * config/rs6000/sysv4.h (ENDFILE_SPEC): Use the %(endfile_*) macros.
1699
1700         * config/rs6000/eabi.asm (__eabi): Call __init rather than
1701         __do_global_ctors to handle constructors.
1702         * config/rs6000/sysv4.h (STARTFILE_ADS_SPEC): Use crtbegin.
1703         (STARTFILE_YELLOWKNIFE_SPEC): Likewise.
1704         (STARTFILE_MVME_SPEC): Likewise.
1705         (STARTFILE_SIM_SPEC): Likewise.
1706         (ENDFILE_ADS_SPEC): Use crtend.
1707         (ENDFILE_YELLOWKNIFE_SPEC): Likewise.
1708         (ENDFILE_MVME_SPEC): Likewise.
1709         (ENDFILE_SIM_SPEC): Likewise.
1710         (STARTFILE_SOLARIS_SPEC): Use crtbegin/crtbeginS.
1711         (ENDFILE_SOLARIS_SPEC): Use crtend/crtendS.
1712         (STARTFILE_LINUX_SPEC): Use crtbeginS for shared objects.
1713         (ENDFILE_LINUX_SPEC): Use crtendS for shared objects.
1714         * config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA): Don't build eabi-ctors.o.
1715         (EXTRA_MULTILIB_PARTS): Build crtbeginS/crtendS.
1716         (CRTSTUFF_T_CFLAGS_S): Define.
1717         * config/rs6000/eabi-ctors.c: Delete.
1718
1719         * config/rs6000/eabi-ci.asm (__init): Align stack to 16-byte
1720         boundary.
1721         (__fini): Likewise.
1722         * config/rs6000/eabi-cn.asm (__init): Allow for 16-byte stack frame.
1723         boundary.
1724         (__fini): Likewise.
1725
1726 Fri Apr 14 16:09:02 2000  Jim Wilson  <wilson@cygnus.com>
1727
1728         * combine.c (force_to_mode, case LSHIFTRT): Check that shift shift
1729         plus mask size is smaller or equal to the mode size.
1730
1731 Fri Apr 14 18:07:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1732
1733         * print-rtl.c (print_rtx, case NOTE): Don't blow up if NOTE_BASIC_BLOCK
1734         not yet set.
1735
1736         * expr.c (reload.h): Now included.
1737         (emit_block_move): Set volatile_ok when checking for movstr.
1738         (emit_move_1): Check for replacements in addresses in multi-word case.
1739         * Makefile.in (expr.o): Now includes reload.h.
1740
1741         * flow.c (count_basic_blocks): Remove unused var PREV_CALL.
1742         Never have a LIBCALL end a basic block.
1743         (find_basic_blocks_1): Likewise.
1744         Reorganize CALL_INSN cases.
1745
1746         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.
1747
1748 Fri Apr 14 10:54:22 2000  Jim Wilson  <wilson@cygnus.com>
1749
1750         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Drop obsolete
1751         completers from mov.ret instruction.
1752
1753 2000-04-14  Richard Henderson  <rth@cygnus.com>
1754
1755         * fold-const.c (extract_muldiv): Don't distribute and widen
1756         multiply across plus for non-sizetype unsigned types.
1757
1758 2000-04-14  Richard Henderson  <rth@cygnus.com>
1759
1760         * flow.c (find_auto_inc): Don't autoinc eliminable registers.
1761         If the original source is dead in the incr insn, it's dead now.
1762
1763 Fri Apr 14 07:40:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1764
1765         * stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to
1766         see if DECL_BIT_FIELD needs to still be set.
1767
1768         * tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.
1769
1770         * dbxout.c (dbxout_type, case INTEGER_TYPE): Don't call
1771         print_int_cst_octal with something that's not an INTEGER_CST.
1772
1773         * config/alpha/alpha.c (alpha_emit_floatuns): Ensure we pass a REG
1774         and not a SUBREG to a FLOAT rtl.
1775
1776 Thu Apr 13 19:39:56 2000  Clinton Popetz  <cpopetz@cygnus.com>
1777
1778         * emit-rtl.c (try_split): Avoid infinite loop if the split
1779         results in a sequence that contains the original insn.
1780
1781 2000-04-13  Andreas Jaeger  <aj@suse.de>
1782
1783         * config/mips/mips.c (expand_block_move): Pass alignment
1784         argument to move_by_pieces in bits, not bytes.
1785
1786         * config/mips/linux.h (CPP_PREDEFINES): Also define __PIC__ and
1787         __pic__ for little endian.
1788
1789 2000-04-13  Andreas Jaeger  <aj@suse.de>
1790
1791         * config/i386/i386-protos.h: Add prototype for
1792         uno_comparison_operator.
1793
1794 Thu Apr 13 15:55:08 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1795
1796         * alias.c (nonlocal_reference_p): Take care of CALL_INSNS's fusage.
1797         * calls.c (ECF_PURE): New flag.
1798         (emit_call_1): Handle ECF_PURE calls.
1799         (initialize_argument_information): Unset ECF_PURE flag too.
1800         (precompute_arguments): Precompute for ECF_PURE too.
1801         (expand_call): Handle ECF_PURE calls too.
1802         (emit_library_call_value_1): Rename no_queue argument to fn_type,
1803         accept value of 2 as pure function.
1804         (emit_library_call_value, emit_library_call): Rename no_queue argument
1805         to fn_type.
1806         * optabs.c (prepare_cmp_insn): Pass fn_type 2 to memcmp call.
1807
1808         * tree.h (DECL_IS_PURE): New macro.
1809         (struct tree_decl): Add pure_flag.
1810         * c-common.c (enum attrs): Add attribute "pure".
1811         (init_attributes): Initialize attribute "pure"
1812         (decl_attributes): Handle attribute "pure".
1813         * extend.texi (Attribute "pure"): Document.
1814         * calls.c (expand_call): Add (mem:BLK (scratch)) to "equal from"
1815         in pure function.
1816         (flags_from_decl_or_type): Support attribute "pure".
1817
1818 2000-04-13  Jason Merrill  <jason@casey.cygnus.com>
1819
1820         * cpplex.c (_cpp_lex_token): Handle digraphs.  Don't null-terminate
1821         the token except for numbers and identifiers.
1822
1823 Thu Apr 13 00:09:16 EDT 2000  John Wehle  (john@feith.com)
1824
1825         * i386.c (ix86_expand_binary_operator,
1826         ix86_expand_unary_operator): Check no_new_pseudos
1827         instead of reload_in_progress and reload_completed.
1828         (ix86_split_ashldi, ix86_split_ashrdi,
1829         ix86_split_lshrdi): Check no_new_pseudos instead
1830         of reload_completed.
1831
1832 2000-04-12  Jeffrey A Law  (law@cygnus.com)
1833
1834         * function.c (purge_addressof): Unshare any shared rtl created by
1835         purge_addressof and its children.
1836
1837 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
1838
1839         * function.c (aggregate_value_p): VOID_TYPE nodes are never
1840         aggregates.
1841
1842 2000-04-05  Andreas Jaeger  <aj@suse.de>
1843
1844         * config/mips/linux.h (SUBTARGET_ASM_SPEC): Use proper flags if
1845         not compiling PIC code, add flags for mabi=64.
1846         (SUBTARGET_CPP_SIZE_SPEC): New.
1847         (SUBTARGET_CPP_SPEC): New.
1848         (CPP_PREDEFINES): Define __PIC__ and __pic__.  PIC code is default
1849         for MIPS/Linux and lots of code needs these defines.
1850
1851 Wed Apr 12 22:44:11 2000  Hans-Peter Nilsson  <hp@axis.com>
1852
1853         * reorg.c (fill_slots_from_thread): Check side_effects_p when
1854         trying the "opposite arithmetic" approach.
1855
1856 Wed Apr 12 20:51:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1857
1858         * sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.
1859         (struct sh_args): Add new field force_mem.
1860         (INIT_CUMULATIVE_ARGS): Initialize it.
1861         (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Act on it.
1862
1863 Wed Apr 12 17:20:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1864
1865         * calls.c (expand_call): Do not reverse args in "equal from" field.
1866         (emit_library_call_value_1): Emit_libcall_block for const and pure
1867         function.
1868
1869 Wed Apr 12 16:00:25 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
1870
1871         * reload1.c (reload_combine): Don't enable optimization for fixed
1872         registers when encountering a BARRIER.
1873
1874 Wed Apr 12 15:54:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1875
1876         * builtins.c (expand_builtin_memcmp): Do expansion even with
1877         !HAVE_cmpstrsi, do libcall when gen_strcmpsi fails.
1878
1879         * calls.c (expand_call): Do NO_DEFER_POP unconditionally once
1880         stack is propertly aligned; add sanity checking for aligned
1881         stack pointer.
1882         (expand_library_call_value_1): Add sanity checking for aligned
1883         stack pointer.
1884
1885 Wed Apr 12 07:51:54 2000  Catherine Moore  <clm@cygnus.com>
1886
1887         * calls.c (emit_library_call_value_1): Change 3rd arg to
1888         locate_and_pad_parm to disregard the setting of partial.
1889
1890 Wed Apr 12 08:47:38 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1891
1892         * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.
1893
1894         * print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the
1895         CALL_INSN from the normal case.
1896
1897 Fri Apr  7 12:23:04 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1898
1899         * i386.c (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1900         New global variables.
1901         (ix86_emit_epilogue_adjustment): Do not attempt to use pop for the
1902         adjustment.
1903         * i386.h (x86_sub_esp_4, x86_sub_esp_8, x86_add_esp_4, x86_add_esp_8):
1904         Declare,
1905         (TARGET_SUB_ESP_4, TARGET_SUB_ESP_8, TARGET_ADD_ESP_4,
1906          TARGET_ADD_ESP_8): New macros.
1907         * i386.md: Add peep2s to convert esp adjustments to push and pop
1908         instructions.
1909         (pushsi_prologue, popsi_epilogue): New patterns.
1910
1911 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1912
1913         * real.c (toe64): Remove stale #endif from the last change.
1914
1915 2000-04-12  Stephen L Moshier  <moshier@mediaone.net>
1916
1917         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Comment.
1918         * real.c (toe64): Revert previous change.
1919
1920 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
1921
1922         * objc/objc-act.c: Include ggc.h.
1923         (objc_tree_index, objc_global_trees): Convert most of the
1924         static tree variables into a static array with previous names
1925         as defines.
1926         (objc_ellipsis_node): New variable.
1927         (lang_init): Call objc_act_parse_init and c_parse_init.
1928         Create objc_ellipsis_node.
1929         (build_selector_translation_table): Use objc_ellipsis_node instead
1930         of (tree)1.
1931         (hack_method_prototype): Likewise.
1932         (get_arg_type_list): Likewise.
1933         (start_method_def): Likewise.
1934         (continue_method_def): Likewise.
1935         (gen_method_decl): Likewise.
1936         (ggc_mark_imp_list): New function.
1937         (ggc_mark_hash_table): New function.
1938         (objc_act_parse_init): New function.
1939         * objc/objc-act.h (objc_ellipsis_node): Add extern variable.
1940         * c-parse.in (c_parse_init): For objc add roots of objc specific
1941         local tree variables.
1942         * objc/objc-parse.y: Rebuilt.
1943         * objc/objc-parse.c: Rebuilt.
1944         (opt_parm_list): Use objc_ellipsis_node instead of (tree)1.
1945
1946 Wed Apr 12 01:00:44 EDT 2000  John Wehle  (john@feith.com)
1947
1948         * cse.c (delete_trivially_dead_insns): Also delete insns
1949         that copy a register to itself where the destination is
1950         a strict_low_part.
1951
1952 2000-04-11  Richard Henderson  <rth@cygnus.com>
1953
1954         * flow.c (struct propagate_block_info): Add new_dead, new_live.
1955         (propagate_block): Initialize them.  Use them in parallel instead
1956         of one tmp variable, ie revert much of the 0408 and 0407 functional
1957         changes, but keep the structural changes.
1958         (mark_set_regs): Take new_dead from propagate_block_info instead.
1959         (mark_set_1, mark_set_reg): Likewise.
1960         (mark_used_regs): Likewise with new_live.
1961         (mark_used_reg): Likewise.  Revert 0408 change.
1962
1963 2000-04-11  Nick Clifton  <nickc@cygnus.com>
1964
1965         * config/arm/arm.h: (INCOMING_RETURN_ADDR_RTX): Remove Dwarf2
1966         restriction.
1967         (DWARF_FRAME_RETURN_COLUMN): Remove Dwarf2 restriction.
1968
1969 2000-04-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
1970
1971         * config/elfos.h (SELECT_SECTION): Decide whether to use a data or
1972         const section to output a CONSTRUCTOR based on the same conditions
1973         used for VAR_DECLs.
1974
1975 Tue Apr 11 09:55:59 2000  Jeffrey A Law  (law@cygnus.com)
1976
1977         * pa/long-double.h (FIX_TRUNCTFSI2_LIBCALL): Tweak for PA64.
1978         * pa/pa-protos.h (output_call): Add additional argument indicating
1979         if the call is a sibling/tail call.
1980         (compute_zdepdi_operands, output_64bit_and): Prototype new functions.
1981         (compute_64bit_ior, cmpib_comparison_operator): Likewise.
1982         (function_arg, function_arg_partial_nregs): Likewise
1983         * pa/pa.c (override_options): Always set flag_pic for TARGET_64BIT.
1984         (emit_move_sequence): Zero extend certain constants as needed
1985         for TARGET_64BIT.
1986         (compute_zdepdi_operands, output_64bit_and): New functions.
1987         (output_64bit_ior, function_arg): Likewise.
1988         (cmpib_comparison_operator, function_arg_partial_nregs): Likewise.
1989         (compute_frame_size, hppa_expand_prologue): Handle TARGET_64BIT.
1990         (hppa_expand_epilogue, return_addr_rtx, hppa_va_arg): Likewise.
1991         (hppa_builtin_saveregs, output_cbranch, output_bb): Likewise.
1992         (output_bvb): Likewise.
1993         (output_millicode_call): Return pointer is in %r2 for TARGET_64BIT.
1994         (output_call): New argument 'sibcall'.  Generate sibcall sequences
1995         as needed.
1996         (print_operand); Handle cases 'Q', 'p', and 'z' for TARGET_64BIT.  For
1997         (ouput_arg_descriptor): Do not emit argument descriptors for
1998         TARGET_64BIT.
1999         * pa/pa.h (TARGET_PA_11, TARGET_PA_20): Only define if not already
2000         defined.
2001         (TARGET_64BIT, PROMOTE_FUNCTION_RETURN): Define.
2002         (FUNCTION_OK_FOR_SIBALL): Define.
2003         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC): Define.
2004         (CPP_CPU_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS, EXTRA_SPECS): Likewise.
2005         (CPP_SPEC): Use new spec infrastructure.
2006         (BITS_PER_WORD, UNITS_PER_WORD): Handle TARGET_64BIT.
2007         (STACK_BOUNDARY, FUNCTION_BOUNDARY, PIC_OFFSET_TABLE_REGNUM): Likewise.
2008         (RETURN_IN_MEMORY, EXTRA_CONSTRAINT, FIRST_PARM_OFFSET): Likewise.
2009         (REG_PARM_STACK_SPACE, STACK_POINTER_OFFSET): Likewise.
2010         (STACK_DYNAMIC_OFFSET, FUNCTION_VALUE): Likewise.
2011         (FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_CALLEE_COPIES): Likewise.
2012         (TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE): Likewise.
2013         (INITIALIZE_TRAMPOLINE, LEGITIMATE_CONSTANT_P): Likewise.
2014         (CONST_OK_FOR_LETTER_P, MOVE_RATIO): Likewise.
2015         (FUNCTION_ARG); Call out to C code.
2016         (FUNCTION_ARG_PARTIAL_NREGS): Likewise.
2017         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Define.
2018         (MIN_UNITS_PER_WORD): Likewise.
2019         * pa/pa.md (cmpdi): New expander.
2020         (scc patterns, movstrsi): Not available for TARGET_64BIT.
2021         (64bit conditional arithmetic): New patterns.
2022         (absdi2, smindi3, umindi3, smaxdi3, umaxdi3): New patterns.
2023         (movsicc): Not available if modes on all the operands to not match.
2024         (movdicc): New expander and associated patterns.
2025         (64bit branches): New patterns.
2026         (pre_load, post_store): Generate appropriate code for TARGET_64BIT.
2027         (pre_ldd, post_std): New patterns.
2028         (64bit addil, load low part): New patterns.
2029         (special movsf constant): Not available for TARGET_64BIT.
2030         (movsf, movdf expanders): Force constants into memory.
2031         (32bit movdf/movdi patterns): Disable for TARGET_64BIT.
2032         (64bit movdf/movdi patterns): New patterns.
2033         (zero_extendqidi2, zero_extendhidi2, zero_extendsidi2): New patterns
2034         for TARGET_64BIT.
2035         (extendqidi2, extendhidi2, extendsidi2): Similarly.
2036         (adddi3 expander): Allow "arith_operand" for second input.
2037         (32bit adddi3, subdi3, uaddcm): Disable for TARGET_64BIT.
2038         (64bit adddi3, subsi3, uaddcm): New patterns for TARGET_64BIT.
2039         (mulsi3 expander): Revamp slightly so it supports TARGET_64BIT too.
2040         (muldi3): New expander for TARGET_64BIT.
2041         (divsi3, udivsi3, modsi3, umodsi3): Fourth operand must be (reg:SI 2)
2042         for TARGET_64BIT.
2043         (32bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm): Disable
2044         patterns for TARGET_64BIT.
2045         (64bit anddi3, iordi3, xordi3, andcm, negdi2, uaddcm, shadd): New
2046         patterns for TARGET_64BIT.
2047         (64bit bit insertion/extractions): New patterns for TARGET_64BIT.
2048         (64bit shifts/rotates): New patterns/expanders for TARGET_64BIT.
2049         (sibcall_epilogue): New expander.
2050         (casesi): Tweak for TARGET_64BIT.
2051         (call expanders): Set & use the outgoing argument pointer.  Use the
2052         64bit call patterns as needed. Add additional arg to output_call.
2053         (call_internal_reg_64bit, call_value_internal_reg_64bit): New pattern.
2054         (sibcall, sibcall_internal_symref): New expanders.
2055         (sibcall_value, sibcall_value_internal_symref
2056         (interspace_jump): Turn into an expander + matching patterns.
2057         (canonicalize_funcptr_for_compare): Not needed for TARGET_64BIT.
2058         * pa/pa64-regs.h: Eliminate trigraph sequences.
2059         * pa/pa64-start.h (TARGET_PA_20): Fix typo.
2060
2061 2000-04-11  Zack Weinberg  <zack@wolery.cumb.org>
2062
2063         * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
2064         cpplib.h, cppmain.c, fix-header.c, scan-decls.c: Replace
2065         cpp_token with cpp_ttype everywhere.
2066         * cpperror.c, cpphash.c, cpplex.c, cpplib.c, scan-decls.c:
2067         Replace cpp_buf_line_and_col with CPP_BUF_LINE and/or
2068         CPP_BUF_COL.  Line and column numbers are unsigned int, not
2069         long.
2070         * cpplex.c (cpp_buf_line_and_col): Delete.
2071         * cpplib.h (struct cpp_buffer, struct cpp_reader): Change
2072         'long lineno' to 'unsigned int lineno'.
2073         (CPP_BUF_LINE, CPP_BUF_COL): New macros.
2074
2075 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
2076
2077         * extend.texi: ISO C99 is not a draft anymore.
2078         * invoke.texi: ISO C++ is not a draft anymore.
2079         * cpp.texi: __cplusplus is required by the ISO standard.
2080
2081         * extend.texi (-fthis-is-variable): Undocument.
2082         * flags.h (warn_template_debugging): Remove declaration.
2083         * gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
2084         -Wenum-clash, -Wtemplate-debugging): Undocument.
2085
2086 2000-04-10  Nick Clifton  <nickc@cygnus.com>
2087
2088         * config/arm/arm.h (HOST_INT): New macro: Declare a HOST_WIDE_INT
2089         integer.
2090         (HOST_UINT): New macro: Declare an unsigned HOST_WIDE_INT
2091         integer.
2092         (ARM_SIGN_EXTEND): Use HOST_UINT.
2093         (STRIP_NAME_ENCODING): Prevent warnings about redefinitions.
2094         (ASM_OUTPUT_LABELREF): Prevent warnings about redefinitions.
2095         (INCOMING_RETURN_ADDR_RTX): Only define if Dwarf2 is supported.
2096         (DWARF_FRAME_RETURN_COLUMN): Only define if Dwarf2 is supported.
2097
2098         * config/arm/arm.c: (const_ok_for_arm): Use HOST_UINT.
2099         (arm_gen_constant): Use HOST_UINT.
2100         (arm_canonicalize_constant): Use HOST_UINT.
2101         (arm_reload_in_hi): Use HOST_UINT.
2102         (arm_reload_out_hi): Use HOST_UINT.
2103         (output_multi_immediate): Use HOST_UINT.
2104         (int_log2): Use HOST_UINT.
2105         (arm_poke_function_name): Use HOST_UINT.
2106         (arm_output_epilogue): Use arm_volatile_func().
2107         (output_thumb_prologue): Use arm_strip_name_encoding().
2108
2109 Mon Apr 10 15:40:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2110
2111         * sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential
2112         of sequence point problems.
2113
2114 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
2115
2116         * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT):
2117         Recomment.
2118         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment.
2119
2120 Mon Apr 10 07:21:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2121
2122         * sbitmap.h: Whitespace changes and use upper-case macro args.
2123         (struct simple_bitmap_def): All sizes now unsigned.
2124         (EXECUTE_IF_SET_IN_SBITMAP): Internal vars now _X instead of X_.
2125         * sbitmap.c (sbitmap_alloc): N_ELMS now unsigned; also local vars.
2126         (sbitmap_vector_alloc): Parms and local vars now unsigned.
2127         (sbitmap_zero): Cast bzero arg to PTR.
2128         (sbitmap_vector_zero, sbitmap_vector_one): Parm and Local var unsigned.
2129         (sbitmap_union_of_diffs): Change loop index to unsigned and rework
2130         loop to make structure clearer.
2131         (sbitmap_not, sbitmap_difference, sbitmap_a_and_b): Likewise.
2132         (sbitmap_a_or_b, sbitmap_a_subset_b_p, sbitmap_a_or_b_and_c): Likewise.
2133         (sbitmap_a_and_b_or_c): Likewise.
2134         (sbitmap_intersection_of_succs): Minor cleanups.
2135         (sbitmap_intersection_of_preds, sbitmap_union_of_succs): Likewise.
2136         (sbitmap_union_of_preds): Likewise.
2137         (sbitmap_first_set_bit, dump_sbitmap): Local variables now unsigned.
2138         (debug_sbitmap): New function.
2139
2140         * c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.
2141         * c-typeck.c (convert_for_assignment): Likewise.
2142
2143         * expmed.c (init_expmed): Don't free objects we make.
2144         * emit-rtl.c (gen_rtx_CONST_INT, init_emit_once): Minor cleanups.
2145
2146         * expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.
2147         (expand_expr, case CONVERT_EXPR): Pass proper alignment to store_field.
2148
2149         * gcse.c (expr_hash_table_size): Now unsigned.
2150         (compute_ae_gen): Local variable `i' now unsigned.
2151         (compute_ae_kill, pre_insert_copies, pre_delete, pre_gcse): Likewise.
2152         (compute_transout, hoist_code): Likewise.
2153         (compute_local_properties): Likewise, also hash_table_size.
2154         (alloc_expr_hash_table): N_INSNS now unsigned.
2155         (delete_null_pointer_checks): Mark arg F as unused.
2156
2157         * regrename.c: Minor cleanups, including chang some variables
2158         to unsigned int.
2159
2160 2000-04-10  Neil Booth  <NeilB@earthling.net>
2161
2162         * cpplex.c (skip_block_comment): Use pointer arithmetic rather
2163         than GETC ().
2164         * cpphash.h: (CPP_BUMP_BUFFER_LINE_CUR, CPP_BUMP_LINE_CUR): New.
2165
2166 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
2167
2168         * invoke.texi (-fno-gnu-keywords): Remove classof, headof,
2169         __classof__, and __headof__ from the list of gnu keywords.
2170         (-ansi): Remove -foperator-names from list of implied options.
2171         Do not call it ANSI C++.
2172         (-foperator-names): Document as -fno-operator-names.
2173
2174 2000-04-09  Zack Weinberg  <zack@wolery.cumb.org>
2175
2176         * cpphash.c (timestamp): Delete.
2177         (del_HASHNODE): If type is T_MCONST, free value.cpval.
2178         (special_symbol): Remove unnecessary braces.  Remove
2179         T_VERSION.  Treat T_STDC like T_CONST unless
2180         STDC_0_IN_SYSTEM_HEADERS.  Render both __DATE__ and __TIME__
2181         when one is encountered, then convert them into T_MCONST
2182         nodes.
2183         * cppinit.c (builtin_array): version_string is T_MCONST.
2184         __STDC__ has a "1" in its cpval.  Don't have a terminator
2185         entry.  Clean up which entries are dumped.
2186         (initialize_builtins): Only __STDC__ gets the special
2187         -traditional treatment.  Count the length of builtin_array.
2188         Render version_string here.
2189         * cpphash.h: Remove T_VERSION.  Add T_MCONST.
2190         * cpplib.h (struct cpp_reader): Remove timebuf.
2191
2192 2000-04-09  Richard Henderson  <rth@cygnus.com>
2193
2194         * genrecog.c (pred): Update comparison_operator for the unordered
2195         operators.
2196
2197         * config/i386/i386.c (no_comparison_operator): Disallow unordered
2198         operators.
2199         (fcmov_comparison_operator): Allow UNORDERED/ORDERED.
2200         (uno_comparison_operator): New.
2201         (put_condition_code): Handle UNORDERED/ORDERED.
2202         (unsigned_comparison): Likewise.
2203         (ix86_fp_compare_mode): Broken out of ix86_expand_fp_compare.
2204         (ix86_use_fcomi_compare, ix86_prepare_fp_compare_args): Likewise.
2205         (ix86_expand_fp_compare): Use them.  Take scratch as argument,
2206         update all callers.  Handle all 8 unordered operators.
2207         (ix86_expand_setcc): Lose the unordered argument, update all callers.
2208         (ix86_expand_branch): Likewise.  Don't fully expand fp branches.
2209         * config/i386/i386.h (PREDICATE_CODES): Update.
2210         * config/i386/i386-protos.h (ix86_expand_fp_compare): Declare.
2211         (ix86_expand_branch, ix86_expand_setcc): Update.
2212         * config/i386/i386.md (sunordered, sordered): New.
2213         (suneq, sunge, sungt, sunle, sunlt, sltgt): New.
2214         (bunordered, bordered): New.
2215         (buneq, bunge, bungt, bunle, bunlt, bltgt): New.
2216         (*fp_jcc_1, *fp_jcc_2, *fp_jcc_3, *fp_jcc_4): New.
2217         (*fp_jcc_5, *fp_jcc_6, and splitters): New.
2218
2219 2000-04-09  Philip Blundell  <philb@gnu.org>
2220
2221         * config/arm/arm.h (ARM_NAME_ENCODING_LENGTHS): Strip `*' too.
2222
2223 Sun Apr  9 15:16:14 EDT 2000  John Wehle  (john@feith.com)
2224
2225         * i386.md (fix_truncsfhi2, fix_truncdfhi2,
2226         fix_truncxfhi2): New patterns.
2227         * i386.c (output_fix_trunc): Handle converting to HImode.
2228
2229 2000-04-08  Alex Samuel  <samuel@codesourcery.com>
2230
2231         * ssa.c (convert_to_ssa): Eliminate dead code when calling
2232         life_analysis.
2233         (convert_from_ssa): Call compute_bb_for_insn before life_analysis.
2234         (for_each_successor_phi): Change parameter to basic_block.
2235         (coalesce_regs_in_successor_phi_nodes): Likewise.
2236         (coalesce_regs_in_copies): Likewise.
2237         (compute_coalesced_reg_partition): Use basic_block instead of index.
2238         * rtl.h (convert_to_ssa): Delete.
2239         (convert_from_ssa): Likewise.
2240         (successor_phi_fn): Likewise.
2241         (for_each_successor_phi): Likewise.
2242         (in_ssa_form): Likewise.
2243         * basic-block.h (convert_to_ssa): Moved from rtl.h.
2244         (convert_from_ssa): Likewise.
2245         (successor_phi_fn): Likewise.
2246         (in_ssa_form): Likewise.
2247         (for_each_successor_phi): Likewise.  Change parameter to basic_block.
2248         * flow.c (calculate_global_regs_live): Pass a basic_block to
2249         for_each_successor_phi.
2250
2251 2000-04-08  Richard Henderson  <rth@cygnus.com>
2252
2253         * flow.c (mark_used_reg): Use reg_set_p to determine if a register
2254         was modified in the current insn.
2255
2256 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
2257
2258         * arm/thumb.md: Delete.
2259         * arm/thumb-protos.h: Delete.
2260
2261 2000-04-08  Richard Earnshaw (rearnsha@arm.com)
2262
2263         Merge changes from merged-arm-thumb-backend-branch onto trunk.
2264
2265         2000-04-08  Richard Earnshaw (rearnsha@arm.com)
2266
2267         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000408
2268         into branch.
2269
2270         * arm.md (nop): Use the standard RTL expression.  Don't code as a
2271         define_expand.
2272         (*arm_nop, *thumb_nop): Delete.
2273
2274         * arm.c (const_ok_for_arm): Don't use ANSI extensions for defining
2275         constants.  Use casts instead.
2276         (arm_gen_constant, arm_rtx_costs, arm_reload_in_hi, arm_reload_out_hi,
2277         output_multi_immediate, arm_poke_function_name): Likewise.
2278         * arm.h (ARM_LEGITIIMIZE_RELOAD_ADDRESS, ARM_SIGN_EXTEND,
2279         MASK_RETURN_ADDDR): Likewise.
2280
2281         2000-03-31  Richard Earnshaw (rearnsha@arm.com)
2282
2283         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000325
2284         into branch.
2285
2286         * arm.md (eh_epilogue): New function.
2287         * arm.h (struct machine_function): Move to here ...
2288         * arm.c: ... from here.
2289         (arm_output_epilogue): Support epilogues for __builtin_eh_return.
2290         (thumb_exit): Extra parameter eh_ofs.  All callers changed.
2291         Handle epilogues for __builtin_eh_return.  Make bit-fields unsigned.
2292
2293         2000-03-30  Nick Clifton  <nickc@cygnus.com>
2294
2295         * config/arm/semi.h (ASM_SPEC): Restore definition.
2296         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
2297
2298         * config/arm/elf.h (ASM_SPEC): Restore definition.
2299         (SUBTARGET_EXTRA_ASM_SPEC): Define if not already defined.
2300
2301         * config/arm/arm.h (ASM_SPEC): Remove definition.
2302         (SUBTARGET_EXTRA_ASM_SPEC): Remove definition.
2303
2304         2000-03-26  Bernd Schmidt <bernds@cygnus.co.uk>
2305
2306         * config/arm/arm.c: Disable -fschedule-insns for Thumb.
2307
2308         2000-03-24  Nick Clifton  <nickc@cygnus.com>
2309
2310         Various formating tidyups, elimination of compile time
2311         warnings and synchronisation with internal sources:
2312
2313         * config/arm/arm-protos.h (assemble_align): Add prototype.
2314         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
2315         (gen_comapre_reg): Rename to arm_gen_compare_reg.
2316         (arm_return_addr_rtx): Rename to arm_return_addr.
2317
2318         * config/arm/arm.c: Include except.h.
2319         Define shorter typenames for strict minipool_node and struct
2320         minipool_fix.
2321         (arm_return_in_memory): For WinCE return all structures <= 32 bits
2322         in memory.
2323         (gen_rotated_half_load): Rename to arm_gen_rotated_half_load.
2324         (gen_comapre_reg): Rename to arm_gen_compare_reg.
2325
2326         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
2327         already defined.
2328         (ASM_SPEC): Define if not already defined.
2329         (ASM_OUTPUT_DEF_FROM_DECLS): Define.
2330
2331         * config/arm/arm.md: Rename references to gen_rotated_half_load to
2332         arm_gen_rotated_half_load, and references to gen_comapre_reg to
2333         arm_gen_compare_reg.
2334         (indirect_jump):  Only accept register operands.
2335         (load_indirect_jump): Keep this pattern since combine can generate
2336         it.
2337
2338         * config/arm/coff.h: Include aout.h.
2339         (MULTILIB_DEFAULTS): Only define if not already defined.
2340
2341         * config/arm/elf.h (ASM_OUTPUT_DEF_FROM_DECLS): Move definition
2342         into arm.h (so that COFF ports can support thumb based aliases).
2343         (ASM_SPEC): Move definition into arm.h
2344
2345         * config/arm/linux-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Remove
2346         redundant apcs spec.
2347         (ASM_SPEC): Move definition to arm.h
2348
2349         * config/arm/semi.h (ASM_SPEC): Move definition to arm.h
2350
2351         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Add support
2352         for entries in the .bss section
2353
2354         2000-03-23  Nick Clifton  <nickc@cygnus.com>
2355
2356         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Pass 0
2357         to thumb_far_jump_used_p.
2358
2359         * config/arm/arm-protos.h (thumb_far_jump_used_p): Take a
2360         single integer parameter.
2361
2362         * config/arm/arm.c (struct machine_function): Add two new
2363         fields, 'far_jump_used' and 'arg_pointer_live'.
2364         (thumb_far_jump_used_p): Once the decision has been made that
2365         far jumps might be used, always return true.
2366         If being called from the initial elimination offset macro then
2367         do not bother to perform the test if the arg pointer is not
2368         being used.
2369         (thumb_unexpand_epilogue): Pass 1 to thumb_far_jump_used_p().
2370         (output_thumb_prologue): Pass 1 to thumb_far_jump_used_p().
2371
2372         2000-03-23  Richard Earnshaw (rearnsha@arm.com)
2373
2374         * arm.c (output_return_instruction): Handle more cases where we can
2375         return from a function with an ldr instruction.
2376         (arm_output_epilogue): Likewise.
2377
2378         * arm.c (thumb_expand_prologue): Don't clobber the frame pointer
2379         if we need to push a large stack frame and there are no callee-saved
2380         registers.
2381
2382         * arm.c (arm_debugger_arg_offset): An offset of 0 is also valid
2383         in ARM code if the frame pointer has been eliminated.
2384
2385         * arm.md (epilogue, *epilogue_insns, consttable_*, align_4): Renumber
2386         unspec_volatile arguments to avoid duplicates.
2387         (consttable_1, consttable_2): Fixes for big-endian mode.
2388
2389         * arm.md (all ARM-mode load insns): Add neg_pool_range attribute
2390         as appropriate.
2391
2392         Re-write constant pool code.
2393         * arm.c (minipool_node, minipool_fix): New types.
2394         (minifix): Delete type.
2395         (arm_add_minipool_constant): Delete.
2396         (arm_compute_minipool_offsets, arm_find_barrier,
2397         arm_find_minipool_constant, fixup_compare, sort_fixups): Likewise.
2398         (get_jump_table_size): Now returns HOST_WIDE_INT.
2399         (move_minipool_fix_forward_ref, add_minipool_forward_ref): New
2400         functions.
2401         (move_minipool_fix_backward_ref, add_minipool_backward_ref): Likewise.
2402         (assign_minipool_offsets, arm_print_value): Likewise.
2403         (dump_minipool): Rewrite.
2404         (arm_barrier_cost): New function.
2405         (create_fix_barrier): New function.
2406         (push_minipool_barrier): New function.
2407         (push_minipool_fix): Record additional information about the fixup
2408         required.
2409         (note_invalid_constants): Remove push for (UNSPEC 3).  Don't
2410         check the mode of what needs fixing.
2411         (arm_reorg): Rewrite.
2412
2413         2000-03-08  Nick Clifton  <nickc@cygnus.com>
2414
2415         * config/arm/arm.md (indirect_jump): Force constant addresses into
2416         a register.
2417
2418         2000-03-01  Bernd Schmidt <bernds@cygnus.co.uk>
2419
2420         * config/arm/arm.md: Add splitter to turn SF moves into SI moves.
2421
2422         2000-02-24  Nick Clifton  <nickc@cygnus.com>
2423
2424         * config/arm/arm.c (thumb_expand_prologue): Make sure that stack
2425         adjust is word aligned.
2426         (thumb_expand_epilogue): Make sure that stack adjust is word
2427         aligned.
2428
2429         * config/arm/elf.h (ASM_FILE_START): Fix type of version string.
2430
2431         2000-02-24  Bernd Schmidt <bernds@cygnus.com>
2432
2433         * config/arm/arm.h (THUMB_GO_IF_LEGITIMATE_ADDRESS): Allow frame
2434         pointer relative addresses.
2435
2436         2000-02-10  Richard Earnshaw  <rearnsha@arm.com>
2437
2438         * arm.c (find_barrier): Find the last barrier within the allowed
2439         range.
2440
2441         2000-02-09  Nick Clifton  <nickc@cygnus.com>
2442
2443         * config/arm/arm-protos.h: Replace PROTO with PARAMS.
2444
2445         2000-02-09  Nick Clifton  <nickc@cygnus.com>
2446
2447         * config/arm/linux-elf.h (FUNCTION_PROFILER): Rename to
2448         ARM_FUNCTION_PROFILER.
2449
2450         * config/arm/netbsd.h (FUNCTION_PROFILER): Rename to
2451         ARM_FUNCTION_PROFILER.
2452
2453         * config/arm/linux-oldld.h: Imported from mainline sources.
2454
2455         2000-02-07  Nick Clifton  <nickc@cygnus.com>
2456
2457         * config/arm/lib1funcs.asm: Merge in thumb functions from
2458         lib1thumb.asm.
2459
2460         * config/arm/lib1thumb.asm: Delete.
2461
2462         2000-02-04  Nick Clifton  <nickc@cygnus.com>
2463
2464         * config/arm/arm.c: Sychronised with current Red hat local
2465         sources.
2466         * config/arm/arm.h: Ditto.
2467         * config/arm/arm-protos.h: Ditto.
2468
2469         2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
2470
2471         * arm.c (soft_df_operand): Reject SUBREGs containing a constant.
2472
2473         * arm.c (arm_gen_movstrqi): Generate halfword stores rather than two
2474         byte stores.
2475
2476         2000-02-02  Nick Clifton  <nickc@cygnus.com>
2477
2478         * config/arm/thumb.c (thumb_exit): Additional fix for same bug.
2479
2480         * config/arm/arm.md (epilogue): Fix rtl checking abort because
2481         (return) was emited using an emit_insn() call.
2482
2483         2000-01-31  Nick Clifton  <nickc@cygnus.com>
2484
2485         * config/arm/arm.c (output_thumb_prologue): Fix bug generating
2486         thumb stack frame.
2487         (thumb_exit): Move frame pointer back into hard frame pointer
2488         register if backtracing is being used.
2489
2490         2000-01-13  Richard Earnshaw (rearnsha@arm.com)
2491
2492         * Merge trunk code from tag merged-arm-thumb-backend-merge_20000113
2493         into branch.
2494
2495         1999-12-15  Bernd Schmidt  <bernds@cygnus.co.uk>
2496
2497         * config/arm/arm.md (neg_pool_offset): Provide default for new
2498         attribute.
2499         (arm_movsi_insn): Add neg_pool_offset attribute.
2500         * config/arm/arm.c (arm_find_barrier): Replace arg FIX with an
2501         rtx for the insn that starts the scan and an unsigned long for its
2502         address.  Add MIN_OFFSET and PINSERTED args.  All callers changed.
2503         Change scan to ignore insns before MIN_OFFSET.  Store size of inserted
2504         instructions in *PINSERTED.
2505         (struct minipool_fixup): Add MIN_ADDRESS elt.
2506         (sort_fixups): Compute it.
2507         (arm_reorg): Changes to support inserting pools before the insn to be
2508         fixed up.
2509
2510         1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
2511
2512         * config/arm/elf.h (MULTILIB_DEFAULTS): Add "marm".
2513         * config/arm/linux-elf.h (MULTILIB_DEFAULTS): Add "marm".
2514         * config/arm/coff.h (MULTILIB_DEFAULTS): Add "marm".
2515
2516         Wed Nov  3 10:04:07 1999  Nick Clifton  <nickc@cygnus.com>
2517
2518         * config/arm/semi.h (TARGET_VERSION): Do not define if already
2519         defined.
2520         (TARGET_DEFAULT): Do not define if already defined.
2521
2522         Tue Nov  2 10:37:25 1999  Nick Clifton  <nickc@cygnus.com>
2523
2524         * config/arm/arm.md (anddi3): Allow disjoint source operands.
2525         (iordi3): Allow disjoint source operands.
2526         (xordi3): Allow disjoint source operands.
2527         (negdi2): Permit construction for ARM and Thumb.
2528         (arm_negdi2): Renamed version of old negdi2 pattern.
2529         (thumb_negdi2): New pattern: Only permit non-overlapping
2530         source and destination.
2531
2532         Fri Oct 29 18:52:38 1999  Nick Clifton  <nickc@cygnus.com>
2533
2534         * config/arm/arm.c (thumb_expand_prologue): Emit a USE of the
2535         scratch low register so that it will not be deleted.
2536
2537         Fri Oct 29 15:23:48 1999  Nick Clifton  <nickc@cygnus.com>
2538
2539         * config/arm/pe.h (ARM_PE): Define.
2540
2541         * config/arm/arm.c (arm_valid_machine_decl_attribute): Allow
2542         interfacearm attribute if this is a PE toolchain.
2543         (output_return_instruction): Do not emit anything if the function
2544         has the naked attribute set.
2545         (is_called_in_ARM_mode): If the function has the interfacearm
2546         attribute then return true.
2547         (thumb_expand_prologue): Do not generate a prologue for naked
2548         functions.
2549         (thumb_expand_epilogue): Do not generate an epilogie for a naked
2550         function.
2551         (output_thumb_prologue): Do not bother if the function is naked.
2552         Strip PE encoding from function name before emitting.
2553
2554         Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
2555
2556         * arm.md (pic_load_addr): Fix constraints.
2557
2558         * arm.md (casesi_insn): Fix mis-applied patch.
2559
2560         * arm.md ("core" function unit): Add rules for single- and
2561         multi-cycle insns.
2562         (All TARGET_THUMB patterns): Add "type" attribute information
2563         where needed.
2564         * arm.c (arm_adjust_cost): Reduce the cost of a data dependency if
2565         the following insn is a CALL.
2566
2567         * arm.c (thumb_expand_epilogue): Add a use of the adjusted stack
2568         pointer.
2569         * arm.h (CONDITIONAL_REGISTER_USAGE): Nail down the
2570         ARM_HARD_FRAME_POINTER_REGNUM when TARGET_APCS_FRAME.
2571         (FRAME_POINTER_REQUIRED): Only check TARGET_APCS_FRAME if TARGET_ARM.
2572
2573         Wed Oct 27 14:40:48 1999  Nick Clifton  <nickc@cygnus.com>
2574
2575         * config/arm/linux-gas.h: oops - this file was missed out when the
2576         branch was created...
2577
2578         Tue Oct 26 17:07:38 1999  Richard Earnshaw <rearnsha@arm.com>
2579
2580         * thumb.c: Deleted.  Move contents to ...
2581         * arm.c: ... here.
2582         * t-arm-aout, t-arm-coff, t-arm-elf, t-linux, t-netbsd, t-semi: Remove
2583         rule for thumb.o
2584         * configure.in (arm*-*-*): Remove thumb.o from extra_objs list.
2585         * configure: Regen.
2586
2587         * arm-protos.h: Use RTX_CODE and tidy up long lines.  Don't
2588         declare a prototype for asm_output_align();
2589
2590         * arm.c (thumb_condition_code): Delete.
2591         (arm_print_operand): Always use arm_condition_code array.
2592
2593         * arm.c (thumb_return_addr_rtx): Delete.
2594         (arm_save_machine_status, arm_restore_machine_status): Delete.
2595         (arm_init_machine_status, arm_mark_machine_status): New functions.
2596         (arm_init_expanders): Update accordingly.
2597         (arm_return_addr): Renamed from arm_return_addr_rtx.  Rewrite.
2598         (thumb_expand_prologue): Delete code referencing thumb_return_addr_rtx.
2599         * arm.h (RETURN_ADDR_RTX): Call arm_return_addr().
2600
2601         Tue Oct 26 13:24:16 1999  Nick Clifton  <nickc@cygnus.com>
2602
2603         * configure.in : Fix arm-*-aout target to use new t-arm-aout
2604         script.
2605         * config/arm/t-arm-aout: New file: Makefile script for arm-*-aout
2606         targets.
2607
2608         Tue Oct 26 11:27:12 1999  Nick Clifton  <nickc@cygnus.com>
2609
2610         * config/arm/thumb.c (output_thumb_prologue): Fix bug creating
2611         stack backtrace structure.
2612
2613         * config/arm/arm-protos.h: Add prototypes for functions defined in
2614         arm/pe.h.
2615
2616         * config/arm/arm.c (arm_override_options): Fix selection of
2617         attributes of default processor.
2618
2619         * config/arm/coff.h: Delete needless #include.
2620
2621         * config/arm/pe.c: Delete unused code.
2622
2623         * config/arm/pe.h (CPP_DEFINES): Delete
2624         (SUBTARGET_CPP_SPEC): Define.
2625         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
2626
2627         * config/arm/t-pe: Add -DInhibit_libc to allof libgcc.a to build.
2628
2629         Mon Oct 25 15:42:09 1999  Richard Earnshaw (rearnsha@arm.com)
2630
2631         * arm.h (TARGET_APCS_FRAME): Renamed from TARGET_APCS -- all uses
2632         updated.
2633         (CAN_DEBUG_WITHOUT_FP): Define.
2634         (FIXED_REGISTERS): Make r11 call-saved.
2635         (CALL_USED_REGISTERS): Likewise.
2636         (CONDITIONAL_REGISTER_USAGE): Fix r11 if TARGET_APCS_FRAME.
2637         (FRAME_POINTER_REQUIRED): Correct logic for determining when a
2638         frame-pointer is required.
2639         (TARGET_DEFAULT): Make default setting include ARM_FLAG_APCS_FRAME.
2640         * arm.c (arm_override_options): Warn about -mno-apcs-frame and -g
2641         if the target normally needs a stack frame in non-leaf functions.
2642         (use_return_insn): Correct logic for determining when a return
2643         instruction can be used.
2644         (output_return_instruction): Handle the frame-pointer register as
2645         a normal register when not TARGET_APCS_FRAME.
2646         (arm_output_prologue): Likewise.
2647         (arm_output_epilogue): Likewise.
2648         (output_func_epilogue): Likewise.
2649         (arm_expand_prologue): Likewise.
2650         * netbsd.h semi.h (TARGET_DEFAULT): Add ARM_FLAG_APCS_FRAME.
2651
2652         * arm.c (use_return_insn): No need to check floating point regs if
2653         TARGET_SOFT_FLOAT.
2654         (arm_find_minipool_constant): Correct typo; use GET_CODE to get
2655         the code of value stored in the minipool array.
2656         (arm_add_minipool_constant): Likewise.
2657
2658 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2659
2660         * basic-block.h (conflict_graph_enum_fn): K&R fix.
2661
2662 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2663
2664         * tree.c (tree_expr_nonnegative_p): New function.
2665
2666         * tree.h (tree_expr_nonnegative_p): Declare.
2667
2668         * c-typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to
2669         elide some sign_compare warnings.
2670         (build_conditional_expr): Likewise.
2671
2672 Sat Apr  8 00:21:51 EDT 2000  John Wehle  (john@feith.com)
2673
2674         * i386.md (ashrsi3, ashrhi3, ashrqi3): Fix typo.
2675
2676         * i386.md (floathisf2, floathidf2, floathixf2): New patterns.
2677         * i386.c (print_operand): Use the proper suffix for a 387 HImode
2678         operand.  Abort if a 387 operand has an unsupported size.
2679
2680 2000-04-08  Neil Booth  <NeilB@earthling.net>
2681
2682         * cppexp.c (parse_charconst): Null does not end character
2683         constants.
2684         * cppinit.c (ISTABLE): Null character handled as whitespace.
2685         * cpplex.c (null_warning):  new function.
2686         (skip_string): Emit warning if nulls encountered.
2687         (_cpp_skip_hspace): Emit warning if nulls encountered.
2688         (_cpp_lex_token): Emit warning if nulls encountered.  Drop
2689         them.
2690         * cpp.texi: Update.
2691
2692 2000-04-07  Richard Henderson  <rth@cygnus.com>
2693
2694         * flow.c (loop_depth): Remove.
2695         (reg_next_use, cc0_live, mem_set_list): Replace with ...
2696         (struct propagate_block_info): New.
2697         (life_analysis): Don't allocate reg_next_use.
2698         (propagate_block_delete_insn): Break out of propagate_block.
2699         Use flow_delete_insn to unlink rather than use NOTE_INSN_DELETED.
2700         (propagate_block_delete_libcall): Likewise.
2701         (propagate_block): Create a propagate_block_info struct to pass
2702         to subroutines.  Allocate one not two temporary regsets.  Don't
2703         clobber memory for const calls.  Look for clobbers in
2704         CALL_INSN_FUNCTION_USAGE.
2705         (mark_set_regs): Recognize COND_EXEC.
2706         (mark_set_reg): Break out of mark_set_1.
2707         (mark_used_reg): Break out of mark_used_regs.
2708         (mark_used_regs): Recognize COND_EXEC.
2709         (insn_dead_p): Use propagate_block_info struct.
2710         (libcall_dead_p, invalidate_mems_from_autoinc): Likewise.
2711         (find_auto_inc, try_pre_increment_1): Likewise.
2712         (print_rtl_with_bb): Dump regs live at end too.
2713         (count_reg_sets_1): Pass in loop_depth.
2714         (count_reg_sets, count_reg_references): Likewise.
2715         (recompute_reg_usage): Provide it.
2716
2717 2000-04-07  Richard Henderson  <rth@cygnus.com>
2718
2719         * Makefile.in (conflict.o): Depend on $(RTL_H) and $(BASIC_BLOCK_H)
2720         not the raw files.
2721
2722 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
2723
2724         * cpplib.c (do_elif): Skip the rest of the line if we're
2725         not going to bother evaluating it.
2726         (skip_if_group): Clear pfile->only_seen_white.  Reorder loop
2727         to avoid pointless calls to the lexer.
2728
2729 Fri Apr  7 11:50:54 2000  Jim Wilson  <wilson@cygnus.com>
2730
2731         * config/ia64/ia64.c: Delete stdio.h and ctype.h includes.
2732
2733 2000-04-07  Jason Merrill  <jason@casey.cygnus.com>
2734
2735         * calls.c (expand_call): emit_queue if we're trying a sibcall.
2736
2737 2000-04-07  Jakub Jelinek  <jakub@redhat.com>
2738
2739         * config/sparc/t-linux64 (tcrtbeginS.o, tcrtendS.o): Remove.
2740
2741 2000-04-06  Geoff Keating  <geoffk@cygnus.com>
2742
2743         * Makefile.in: Build crtbeginS and crtendS like crtbegin and
2744         crtend so they can be multilibbed.
2745         (STAGESTUFF): Remove s-crt and s-crtS.
2746
2747 2000-04-07  Richard Henderson  <rth@cygnus.com>
2748
2749         * config/alpha/alpha.c (alpha_emit_conditional_move): Fail
2750         if we discover we need a pseudo and no_new_pseudos is true.
2751         * config/alpha/alpha.md (ne:DI insn): New.
2752         (trunctfsf2, sne): Emit NE instead of non-canonical LTU.
2753
2754 2000-04-07  Richard Henderson  <rth@cygnus.com>
2755
2756         * rtl.def (COND_EXEC): New.
2757         * rtl.h (COND_EXEC_TEST, COND_EXEC_CODE): New.
2758         * tm.texi (MAX_CONDITIONAL_EXECUTE): Document.
2759
2760         * genconfig.c (have_cond_arith_flag): Remove.
2761         (have_cond_exec_flag): New.
2762         (walk_insn_part): Detect COND_EXEC, not arithmetic in IF_THEN_ELSE.
2763         (main): Print HAVE_conditional_execution.
2764
2765         * haifa-sched.c (haifa_classify_insn): Recognize COND_EXEC.
2766         (sched_analyze_insn, print_pattern): Likewise.
2767         * reload.c (find_equiv_reg): Likewise.
2768         * rtlanal.c (reg_referenced_p): Likewise.
2769         (note_stores, dead_or_set_regno_p): Likewise.
2770         (reg_overlap_mentioned_p): Rewrite to use a switch.
2771
2772         * ggc.h (struct rtx_def): Forward declare.
2773
2774         * print-rtl.c (debug_rtx_range): New.
2775         * rtl.h (debug_rtx_range): Declare.
2776
2777         * varray.h (VARRAY_ACTIVE_SIZE, VARRAY_POP_ALL): New.
2778
2779         * gcse.c (gcse_main): Don't rebuild the CFG here.
2780         (delete_null_pointer_checks): Likewise.
2781         * ssa.c (convert_to_ssa): Likewise.
2782         * toplev.c (rest_of_compilation): Do it here instead.  Combine
2783         sequential calls to TIMEVAR.  Consistently use `insns' instead of
2784         `get_insns()'.  Always split insns after reload when optimizing.
2785
2786         * basic-block.h (merge_blocks_nomove): Declare.
2787         (tidy_fallthru_edge): Declare.
2788         * flow.c (merge_blocks_nomove): Document as merging into previous
2789         blocks.  Remove cruft from between blocks; remove all edges out of A.
2790         (tidy_fallthru_edge): Export.
2791
2792 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2793
2794         * ssa.c (compute_conservative_reg_partition): Declare with
2795         void arguments.
2796         * toplev.c (clean_dump_file): Remove previously-deleted function
2797         inadvertantly merged back in.
2798         * conflict.c (conflict_graph_add): Use a single call to
2799         htab_find_slot to look up and insert.
2800
2801 2000-04-06  Richard Henderson  <rth@cygnus.com>
2802
2803         * genrecog.c (*): Rename _last_insn to last_insn.
2804         (make_insn_sequence): Set the position of the peephole2 C test
2805         to be at the last insn.
2806
2807 2000-04-06  Richard Henderson  <rth@cygnus.com>
2808
2809         * flow.c (compute_flow_dominators): Free worklist.
2810
2811 2000-04-06  Michael Matz  <matzmich@cs.tu-berlin.de>
2812
2813         * flow.c (compute_flow_dominators): Process blocks FIFO not LIFO.
2814
2815 2000-04-06  Alex Samuel  <samuel@codesourcery.com>
2816
2817         * rtl.h (INSN_P): New macro.
2818         (successor_phi_fn): New typedef.
2819         (for_each_successor_phi): New prototype.
2820         (in_ssa_form): New variable.
2821         (PHI_NODE_P): Likewise.
2822         * flow.c (calculate_global_regs_live): Add to new_live_at_end from
2823         phi nodes in successors.
2824         (mark_used_regs): Add PHI case.
2825         (set_phi_alternative_reg): New function.
2826         (life_analysis): Assert that dead code elimination is not selected
2827         when in SSA form.
2828         * toplev.c (to_ssa_time): New variable.
2829         (from_ssa_time): Likewise.
2830         (compile_file): Zero to_ssa_time and from_ssa_time.
2831         Print time to convert to and from SSA.
2832         (rest_of_compilation): Time convert_to_ssa and convert_from_ssa.
2833         (print_time): Compute percent fraction as integer.
2834         * ssa.c (PHI_NODE_P): Moved to rtl.h.
2835         (convert_to_ssa): Check if we're already in SSA.
2836         Don't eliminate dead code in life_analysis.
2837         Rerun flow and life analysis at bottom.
2838         (eliminate_phi): Use canonical regnos when adding nodes.
2839         (mark_reg_in_phi): New function.
2840         (mark_phi_and_copy_regs): Likewise.
2841         (convert_from_ssa): Rerun life analysis at top.
2842         Use coalesced partition.
2843         Check for removing a phi node at the end of the block.
2844         (compute_coalesced_reg_partition): New function.
2845         (coalesce_regs_in_copies): Likewise.
2846         (coalesce_reg_in_phi): Likewise.
2847         (coalesce_regs_in_sucessor_phi_nodes): Likewise.
2848         (for_each_successor_phi): Likewise.
2849         (rename_context): New struct.
2850         (rename_block): Use a rename_context with rename_insn_1.  When
2851         renaming sets of a subreg, emit a copy of the entire reg first.
2852         (rename_insn_1): Treat data as a rename_context *.  Save current
2853         insn in set_data.
2854         (rename_set_data): Add field set_insn.
2855         * Makefile.in (HASHTAB_H): Move up in file.
2856         (OBSTACK_H): New macro.
2857         (collect2.o): Use OBSTACK_H in dependencies.
2858         (sdbout.o): Likewise.
2859         (emit-rtl.o): Likewise.
2860         (simplify-rtx.o): Likewise.
2861         (fix-header.o): Likewise.
2862         (OBJS): Add conflict.o.
2863         (conflict.o): New rule.
2864         * basic-block.h: Include partition.h.
2865         (conflict_graph): New typedef.
2866         (conflict_graph_enum_fn): Likewise.
2867         (conflict_graph_new): New prototype.
2868         (conflict_graph_delete): Likewise.
2869         (conflict_graph_add): Likewise.
2870         (conflict_graph_conflict_p): Likewise.
2871         (conflict_graph_enum): Likewise.
2872         (conflict_graph_merge_regs): Likewise.
2873         (conflict_graph_print): Likewise.
2874         (conflict_graph_compute): Likewise.
2875         * conflict.c: New file.
2876
2877 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
2878
2879         * tlink.c (read_repo_files): Don't look for .rpo info for
2880         linker flags.
2881
2882 Thu Apr  6 20:39:26 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2883
2884         * sh.h (STRUCT_VALUE, RETURN_IN_MEMORY): Define.
2885
2886 Thu Apr  6 19:34:08 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2887
2888         * config/sh/lib1funcs.asm (___udivsi3_i4):
2889         ( __SH4_SINGLE__ / __SH4_SINGLE_ONLY__ variant): value for fpscr
2890         only depends on FMOVD_WORKS.
2891
2892 Thu Apr  6 19:11:47 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2893
2894         * config/sh/lib1funcs.asm (___udivsi3_i4): When using fmovd,
2895         make double constant 8-byte aligned.
2896
2897 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
2898
2899         * config/sparc/sparc.md (movtf_insn_sp32, movtf_insn_vis_sp32,
2900         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_hq_vis_sp64,
2901         movtf_no_e_insn_sp64): Accept loading 0.0 into GENERAL_REGS.
2902         (movtf_insn_sp64, movtf_insn_vis_sp64): Likewise.
2903         Accept storing GENERAL_REGS into offsetable memory.
2904         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Don't allow
2905         building a TFmode constant other than 0.0L into GENERAL_REGS.
2906
2907 2000-04-06  Clinton Popetz  <cpopetz@cygnus.com>
2908
2909         * regrename.c (regrename_optimize): Handle no REG_ALLOC_ORDER.
2910
2911 2000-04-06  Zack Weinberg  <zack@wolery.cumb.org>
2912
2913         * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.
2914         (macro_cleanup): No need to cast pbuf->macro.
2915         (collect_expansion): Use _cpp_get_define_token.  Goto done if
2916         it returns VSPACE.  Remove check for trailing space after
2917         CPP_COMMENT.
2918         (_cpp_create_definition): Don't diddle flags here.  Return
2919         directly on error.
2920         (unsafe_chars): Handle c1 being EOF.
2921         (push_macro_expansion): Use unsafe_chars for both accidental-paste
2922         checks.  Don't push the buffer till after we're done with
2923         them.
2924         * cpplex.c (PEEKBUF, GETBUF, FORWARDBUF): New.
2925         (PEEKN, FORWARD, GETC, PEEKC): Use them.
2926         (cpp_push_buffer): Don't set new->alimit.  Set new->mark
2927         appropriately.
2928         (_cpp_parse_assertion): Don't NUL terminate.
2929         (_cpp_lex_token): Fix -traditional macro handling.  Don't skip
2930         hspace before calling _cpp_parse_assertion.  Remove all sets
2931         of only_seen_white. Treat '\f' as hspace.  Don't do anything
2932         special with '\n' here.
2933         (maybe_macroexpand): Handle T_EMPTY hash entries without
2934         pushing a buffer at all.
2935         (cpp_get_token): Handle clearing only_seen_white here.  Handle
2936         incrementing the line number here.  Clear
2937         potential_control_macro as well as only_seen_white, if
2938         appropriate.
2939         (cpp_get_non_space_token): Don't eat CPP_POP tokens.
2940         (_cpp_get_define_token): New function, basically like
2941         _cpp_get_directive_token was but doesn't eat horizontal space.
2942         Don't do anything with only_seen_white here.
2943         (_cpp_get_directive_token): Just call _cpp_get_define_token
2944         repeatedly till it returns non-hspace.
2945
2946         * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
2947         (conditional_skip, skip_if_group): Return int.
2948         (DIRECTIVE_TABLE): Change origin of all conditional directives
2949         to "COND".
2950         (TRAD_DIRECT_P): New macro.
2951         (_cpp_handle_directive): Use _cpp_get_directive_token.  Issue
2952         an error for a bogus directive, unless -lang-asm.  Use
2953         TRAD_DIRECT_P. Loop calling handler functions till one returns
2954         zero.
2955         (get_macro_name): Don't diddle flags here.
2956         (do_define): Diddle flags here.  Use _cpp_get_directive_token.
2957         Create T_EMPTY nodes for #define macro /* nothing */.
2958         (do_undef): Don't copy the name.  Use _cpp_get_directive_token.
2959         Use hp->name when calling pass_thru_directive.
2960         (do_if, do_else, do_elif, do_ifdef, do_ifndef, conditional_skip):
2961         Return the result of conditional_skip and/or skip_if_group.
2962         Don't call _cpp_output_line_command.
2963         (consider_directive_while_skipping): Use _cpp_get_directive_token.
2964         Issue -Wtraditional warnings as appropriate.  Don't complain
2965         about unrecognized directives.  If we are to stop skipping,
2966         return the number of the directive that ended the skip.
2967         (skip_if_group): Use _cpp_get_directive_token.  Turn off macro
2968         expansion and line commands while skipping.  Return the result
2969         of consider_directive_while_skipping, if nonzero.
2970         (do_endif): Just set potential_control_macro here.
2971         (validate_else): Use _cpp_get_directive_token.
2972         (do_assert, do_unassert): Don't save pointers into the
2973         token_buffer across calls to the lexer.  Use
2974         _cpp_get_directive_token.
2975
2976         * cpplib.h (cpp_buffer): Remove alimit and colno.  Make mark a
2977         pointer, not an offset.  Replace 'data', which was a generic
2978         pointer, with 'macro', which points to a struct hashnode.
2979         (cpp_reader): Add 'potential_control_macro' pointer.
2980         * cpphash.h (T_UNUSED): Replace with T_EMPTY.
2981         (CPP_BUF_GET, CPP_FORWARD): Delete.
2982         (CPP_IN_COLUMN_1, ADJACENT_TO_MARK): New macros.
2983         (CPP_IS_MACRO_BUFFER, CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK,
2984         ACTIVE_MARK_P): Update.
2985         (_cpp_get_define_token): New internal function.
2986         * cppfiles.c (read_include_file): Don't set fp->alimit or fp->colno.
2987
2988 2000-04-05   Benjamin Kosnik  <bkoz@cygnus.com>
2989
2990         * configure.in: And here.
2991         * configure: Regenerate.
2992         * acconfig.h: Add ENABLE_STD_NAMESPACE to set flag_honor_std if
2993         --enable-libstdcxx-v3 is passed at configure time.
2994         * config.h.in: Regenerate.
2995
2996 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
2997
2998         * final.c (final): Use xcalloc to allocate line_note_exists.
2999         * function.c (free_after_compilation): Free the temp_slots.
3000         (assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
3001         (combine_temp_slot): Free temp_slots when they get combined.
3002         (purge_addressof): Fix typo in comment.
3003         * stmt.c (mark_goto_fixup): Mark the fixup itself.
3004         (expand_fixup): Allocate the fixup with ggc_alloc_obj.
3005
3006         * ggc.h: Include varray.h.
3007         (ggc_pending_trees): Declare.
3008         (ggc_mark_tree_children): Remove declaration.
3009         (ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
3010         * ggc-common.c (ggc_pending_trees): New variable.
3011         (ggc_mark_roots): Call ggc_mark_trees.
3012         (ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
3013         the ggc_pending_trees.
3014         * Makefile.in (GGC_H): New variable.  Use it throughout in place
3015         of ggc.h.
3016
3017 Thu Apr  6 00:30:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3018
3019         * sh.h (FUNCTION_ARG_PARTIAL_NREGS): Accomodate an unsigned
3020         GET_MODE_SIZE.
3021
3022 Wed Apr  5 23:17:10 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3023
3024         * sh.c (sh_insn_length_adjustment): New function.
3025         * sh-protos.h (sh_insn_length_adjustment): Declare.
3026         * sh.h (ADJUST_INSN_LENGTH): Use it.
3027
3028 Wed Apr  5 12:35:18 2000  Hans-Peter Nilsson  <hp@axis.com>
3029
3030         * optabs.c (emit_libcall_block): Remove spurious REG_EQUAL notes
3031         from the insn where REG_RETVAL is added.
3032         (emit_no_conflict_block): Ditto.
3033
3034         * md.texi (Standard Names): Clarify when movX is needed.
3035
3036         * combine.c (simplify_comparison) [MINUS]: Do not replace
3037         all (op (minus A B) 0) with (op A B).
3038
3039 Wed Apr  5 18:03:31 2000  Toshiyasu Morita  (toshi.morita@sega.com)
3040                           J"orn Rennecke <amylaar@cygnus.co.uk>
3041
3042         * sh.md (block_lump_real_i4): Add missing clobber of T_REG
3043         (block_lump_real): Likewise.
3044
3045 2000-04-05  Chris Demetriou  <cgd@netbsd.org>
3046
3047         * mips.h (MASK_DEBUG_A, MASK_DEBUG_B, MASK_DEBUG_C): Zero the
3048         remaining non-zero debugging masks.
3049
3050 Wed Apr  5 09:44:07 2000  Jeffrey A Law  (law@cygnus.com)
3051
3052         * basic-block.h (verify_flow_info): Declare.
3053         (flow_loop_outside_edge_p): Declare.
3054         * flow.c (verify_flow_info): Remove declaration.
3055         (clear_log_links, flow_loop_outside_edge_p): Likewise.
3056
3057 Wed Apr  5 09:34:26 2000  Philippe De Muyter <phdm@macqel.be>
3058
3059         * m68k/m68k-protos.h (finalize_pic): Turn prototype off using `#if 0',
3060         not C++ comments.
3061
3062 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
3063
3064         * config/sparc/sparc.md (snedi_zero+1, neg_snedi_zero+1,
3065         snedi_zero_trunc+1, seqdi_zero+1, neg_seqdi_zero+1,
3066         seqdi_zero_trunc+1): Allow splits only if registers are
3067         different.
3068
3069 2000-04-04  Ulrich Drepper  <drepper@cygnus.com>
3070
3071         * acconfig.h: Add HAVE_GAS_HIDDEN.
3072         * config.in: Regenerated.
3073         * configure.in: Add test for .hidden pseudo-op in gas.
3074         * configure: Regenerated.
3075         * crtstuff.c: Include auto-host.h.
3076         Emit additional .hidden pseudo-op for __dso_handle if the
3077         assembler knows about it.
3078
3079 2000-04-04  Philippe De Muyter  <phdm@macqel.be>
3080
3081         * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
3082         before freeing argnames.
3083         * cpplib.c (do_ifndef): Cast return value of xstrdup.
3084
3085 2000-04-05  Michael Meissner  <meissner@redhat.com>
3086
3087         * config/rs6000/rs6000.c (print_operand): Patch from Jonathan
3088         Walton <jonboy@gordian.com> to make memory references with update
3089         work wtih -mregnames.
3090
3091 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3092
3093         * regrename.c (regno_first_use_in): Wrap prototype in PARAMS.
3094         (regrename_optimize): Rename variables `def_uses' and
3095         `ext_basic_blocks' to avoid conflicts with similarly named
3096         typedefs in traditional C.
3097
3098         * calls.c (initialize_argument_information): Fix typo in previous
3099         change.
3100
3101 2000-04-04  Richard Henderson  <rth@cygnus.com>
3102
3103         * regrename.c (consider_available): Test fixed_regs not
3104         PIC_OFFSET_TABLE_REGNUM.
3105
3106 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
3107
3108         * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbegin,
3109         crtend.
3110         (CRTSTUFF_T_CFLAGS_S): Delete definition.
3111         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Always use crtbegin.
3112         (ENDFILE_LINUX_SPEC): Always use crtend.
3113         * configure.in (powerpc-*-linux-gnulibc1): Don't define extra_parts.
3114         (powerpc-*-linux-gnu): Likewise.
3115         * configure: Regenerate.
3116
3117         * config/rs6000/eabi.h: Don't include sysv4.h.
3118         (MULTILIB_DEFAULTS): Don't define.
3119         * config/rs6000/eabiaix.h: Don't include eabi.h.
3120         * config/rs6000/eabile.h: Delete.
3121         * config/rs6000/eabilesim.h: Delete.
3122         * config/rs6000/eabisim.h: Don't include eabi.h.
3123         * config/rs6000/linux.h: Don't include sysv4.h.
3124         (JUMP_TABLES_IN_TEXT_SECTION): Don't redefine.
3125         (MULTILIB_DEFAULTS): Don't redefine.
3126         * config/rs6000/rtems.h: Don't include eabi.h.
3127         * config/rs6000/sol2.h: Don't include sysv4le.h.
3128         * config/rs6000/sysv4le.h: Don't include sysv4.h.
3129         * config/rs6000/t-ppc: Delete.
3130         * config/rs6000/t-ppcgas: Correct comment.
3131         * config/rs6000/t-ppcos: Correct comment.  Don't build
3132         multilibs for -fPIC, rather use -fPIC -mstrict-align
3133         as default.
3134         * config/rs6000/t-ppc: Delete.
3135         * config/rs6000/vxppc.h: Don't include sysv4.h.
3136         * config/rs6000/vxppcle.h: Delete.
3137         * configure.in: Use multiple header files for p2pc ELF targets
3138         powerpc-eabiaix, powerpc-eabisim, powerpc-rtems, powerpcle-eabi,
3139         powerpcle-eabisim, powerpc-elf, powerpcle-elf, powerpc-linux-gnu,
3140         powerpc-linux-gnulibc1, powerpc-sysv, powerpcle-sysv,
3141         powerpc-vxworks, powerpcle-vxworks.  Assume GAS functionality is
3142         always available for these platforms.
3143
3144 2000-04-04  Richard Henderson  <rth@cygnus.com>
3145
3146         * calls.c (try_to_integrate): Initialize reg_parm_stack_space.
3147
3148 2000-04-04  Stan Cox  <scox@cygnus.com>
3149
3150         * Makefile.in: Add rules for regrename.o
3151         * regrename.c: New file.
3152         * rtl.h (regrename_optimize): Add prototype.
3153         * toplev.c (rename_registers_dump, flag_rename_registers): New variables
3154         (compile_file, decode_d_option): Add support for -frename-registers.
3155         (rest_of_compilation): Call regrename_optimize.
3156         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK, RENAME_EXTENDED_BLOCKS):
3157         New macros.
3158
3159 2000-04-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
3160
3161         * Makefile (gccbug): New target.
3162         (doc): Depend on it.
3163         * gcc.texi (Bugs): Link subnodes.
3164         (gccbug): New node.
3165         * gccbug.in (CATEGORIES): Remove gc, host, profiling, libgcc.
3166         Document severities, priorities, and classes in bug form.
3167
3168 2000-04-04  Zack Weinberg  <zack@wolery.cumb.org>
3169
3170         * cpplex.c (trigraph_map, speccase): Combine into single
3171         table, chartab.
3172         (NORMAL, NONTRI): New macros.
3173         (_cpp_read_and_prescan): Change to use unified table.  Use
3174         is_hspace to test for whitespace.
3175
3176         * dbxout.c (CONTIN): If it doesn't have to do anything, give it a
3177         definition that doesn't provoke the "empty body in an
3178         if-statement" warning.
3179
3180 2000-04-04  Clinton Popetz  <cpopetz@cygnus.com>
3181
3182         * builtins.c (expand_builtin_strlen): Force the source to
3183         be a memory address.
3184
3185 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3186
3187         * cpplib.c (D): Adjust to call CONCAT2 macro without whitespace.
3188
3189 Tue Apr  4 19:17:20 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3190
3191         * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,
3192          ECF_LONGJMP, ECF_FORK_OR_EXEC):  New constants.
3193         (ECF_IS_CONST): Rename to ECF_CONST.
3194         (special_function_p): Make static, change interface.
3195         (flags_from_decl_or_type, try_to_integrate): Break out from ...
3196         (expand_call) ... here; convert number of variables to flags.
3197         (emit_library_call_vlue_1): Likewise.
3198         (setjmp_call_p): New function.
3199         (initialize_argument_information): Accepts flags as argument;
3200         return flags.
3201         (precompute_arguments): Likewise.
3202         * tree.h (special_function_p): Remove.
3203         (setjmp_call_p): Add prototype.
3204
3205 2000-04-04  Jakub Jelinek  <jakub@redhat.com>
3206
3207         * config/sparc/sparc.h (RTX_OK_FOR_OFFSET_P): Leave minor margin
3208         so that addresses are offsetable by up to 16 bytes.
3209         (GO_IF_LEGITIMATE_ADDRESS): Don't allow REG+REG addresses for
3210         non-optimizing TARGET_ARCH32 in DF or DI modes because it is not
3211         offsetable.
3212
3213         * config/sparc/sparc.md (movdi_insn_sp64_novis): New pattern.
3214         (movdi_insn_sp64_vis): Renamed from movdi_insn_sp64.
3215         (movsf): Don't force any constant to memory if target is integer
3216         hard register.
3217         Move fp_zero_operand check below the const0_rtx check.
3218         (movtf): Likewise. Also allow fp_zero_operand for stores into
3219         memory.
3220         (movdf): Likewise. Also allow fp_zero_operand for stores into
3221         memory and into integer hard registers.
3222         (clear_df, clear_dfp, movdf_const_intreg_sp32,
3223         movdf_const_intreg_sp64): Remove.
3224         (movdf_insn_sp32, movdf_no_e_insn_sp32): Redo constraints and
3225         conditions.
3226         (movdf_no_e_insn_v9_sp32): New pattern.
3227         (movdf_insn_v9only): Remove.
3228         (movdf_insn_v9only_novis, movdf_insn_v9only_vis): New patterns.
3229         (movdf_insn_sp64): Remove.
3230         (movdf_insn_sp64_novis, movdf_insn_sp64_vis): New patterns.
3231         (movdf_no_e_insn_sp64): Allow storing 0.0 into memory.
3232         (following splits): Rewrite conditions. Add two new splits
3233         for storing 0.0 into memory and registers.
3234         (clear_tf, clear_tf+1, clear_tfp, clear_tfp+1): Remove.
3235         (movtf_insn_sp32): Redo constraints and conditions.
3236         (movtf_insn_vis_sp32): New pattern.
3237         (movtf_no_e_insn_sp32): Redo constraints and conditions.
3238         (movtf_insn_hq_sp64): Likewise.
3239         (movtf_insn_hq_vis_sp64): New pattern.
3240         (movtf_insn_sp64): Redo constraints and conditions.
3241         (movtf_insn_vis_sp64): New pattern.
3242         (movtf_no_e_insn_sp64): Redo constraints and conditions.
3243         (movtf_no_e_insn_sp64+1): New split for storing 0.0L into registers
3244         or memory.
3245         * config/sparc/sparc.c (sparc_override_options): Assume v9 if either
3246         -mvis or -m64 to take down the number of various reload patterns.
3247
3248 Tue Apr  4 00:41:53 2000  Jeffrey A Law  (law@cygnus.com)
3249
3250         * pa/pa-64.h: New file.
3251         * pa/pa64-regs.h: New file.
3252         * pa/pa64-start.h: New file.
3253         * pa/t-pa64: New file.
3254         * pa/xm-pa64hpux.h: New file.
3255
3256 2000-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3257
3258         * sparc.c (output_restore_regs): Prototype.
3259         (sparc_emit_float_lib_cmp): Constification.
3260
3261         * emit-rtl.c (const_int_htab_hash, const_int_htab_eq): Likewise.
3262
3263         * reload1.c (reload_cse_delete_noop_set, reload_cse_simplify):
3264         Prototype.
3265
3266         * simplify-rtx.c (entry_and_rtx_equal_p): Constification.
3267         (get_value_hash, hash_rtx): Likewise.
3268
3269         * ssa.c (compute_conservative_reg_partition): Prototype.
3270
3271         * tree.c (mark_hash_entry): Prototype.
3272
3273 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
3274
3275         * bb-reorder.c (verify_insn_chain): #ifdef out unless ENABLE_CHECKING.
3276         * i386.h (FUNCTION_ARG_REGNO_P): Remove unnecessary test for N >= 0.
3277         * i386.md (call_value, call_value_pop): Remove unused variable 'addr'.
3278
3279         * gcc.c (C specs): Pass -fno-show-column to the preprocessor.
3280         * objc/lang-specs.h: Likewise.
3281
3282 2000-04-03  Neil Booth  <NeilB@earthling.net>
3283
3284         * cppexp.c: wrap long lines.  New macros CPP_ICE, SYNTAX_ERROR
3285         and SYNTAX_ERROR2. Replace `' in messages with ''.
3286         (op_to_str): Make re-entrant.
3287         (_cpp_parse_expr): Implement new error macros. Use | rather
3288         than || to logically or 2 boolean integers.  Simply expression
3289         checking we have a left operand iff needed.
3290
3291 2000-04-03  Nick Clifton  <nickc@cygnus.com>
3292
3293         * Makefile.in (diagnostic.o): Depend upon diagnostic.c
3294
3295 2000-04-03  Philip Blundell  <philb@gnu.org>
3296
3297         * config/arm/linux-elf.h (SUBTARGET_EXTRA_LINK_SPEC): Fix typos.
3298
3299 2000-04-03  Felix Lee  <flee@cygnus.com>
3300
3301         * fixinc/server.c (find_shell): New function.  Avoid $SHELL.
3302         (run_shell): Use it.
3303
3304 2000-04-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
3305
3306         * Makefile.in (stmp-int-hdrs): Make include subdir here...
3307         (stmp-fixproto): ...rather than here.
3308
3309 Mon Apr  3 00:50:06 2000  Jason Eckhardt <jle@cygnus.com>
3310
3311         * pa.c (print_operand): Compute 'base' only inside the code paths
3312         that use it.
3313
3314 2000-04-03  Geoffrey Keating  <geoffk@cygnus.com>
3315
3316         * stor-layout.c (byte_from_pos): Use TRUNC_DIV_EXPR rather than
3317         CEIL_DIV_EXPR.
3318
3319 2000-04-03  Philipp Thomas  <pthomas@suse.de>
3320
3321         * i386.h (TARGET_SWITCHES): Remove bogus empty strings, fix typo.
3322
3323 Mon Apr  3 00:02:59 2000  Brad Lucier <lucier@math.purdue.edu>
3324
3325         * Makefile.in (alias.o): Depend on $(TREE_H).
3326
3327 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
3328
3329         * cppinit.c (cpp_start_read): Turn off -Wtraditional if
3330         processing C++.
3331         * cpplib.c (_cpp_handle_directive): Improve warnings for
3332         traditional C and indented directives.
3333
3334         * enquire.c, gsyslimits.h, limity.h, config/convex/fixinc.convex,
3335         fixinc/fixinc.irix, fixinc/fixinc.sco, fixinc/fixinc.wrap,
3336         fixinc/inclhack.def: Indent the # of #include_next one space.
3337         * cp/rtti.c: Un-indent #if and #endif.
3338
3339         * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
3340         syntax error, but an error has already been printed.
3341         * cpplex.c (_cpp_parse_assertion): Give a more specific error
3342         message when called with nothing remaining on the line.
3343         (_cpp_lex_token): If _cpp_parse_assertion fails, return an
3344         OTHER token, not an ASSERTION.
3345         * cpplib.c (do_assert): When we create a 'base' node, clear
3346         its aschain pointer.
3347
3348 2000-04-02  Neil Booth <NeilB@earthling.net>
3349
3350         * cppexp.c:  New typedef op_t.  struct operation and struct
3351         token updated to use it.
3352         (op_to_str): New function.
3353         (_cpp_parse_expr): Error messages modified to use op_to_str.
3354
3355 2000-04-02  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3356
3357         * config/c4x/c4x.c (c4x_function_arg): Check for void_type_node
3358         before checking MUST_PASS_IN_STACK.
3359
3360 2000-04-02  Neil Booth <NeilB@earthling.net>
3361
3362         * cppexp.c:  New FINISHED dummy token.  Combine operator initial
3363         flags and initial priority into a single constant.  New
3364         EQUALITY macro.  New operator flag SHORT_CIRCUIT.
3365         (_parse_cpp_expr): Implement new constants.  Take left operand
3366         checks out of reduction loop.  Handle SHORT_CIRCUIT.  End of
3367         parse indicated by reducing FINISHED token.  Remove new lines
3368         from cpp_error messages.
3369
3370 2000-04-01  Mark Mitchell  <mark@codesourcery.com>
3371
3372         * emit-rtl.c (gen_rtx_CONST_INT): Create cached CONST_INTs on the
3373         permanent obstack.
3374
3375 2000-04-01  Zack Weinberg  <zack@wolery.cumb.org>
3376
3377         * cpplib.c: Include symcat.h.  Add 'origin' field to struct
3378         directive.  Add origin values to DIRECTIVE_TABLE.  Generate
3379         the strings and function names on the fly.  Take the #sccs
3380         entry out of the table if SCCS_DIRECTIVE is not defined.
3381         (_cpp_handle_directive): Decide if the # was at the beginning
3382         of the line here.  Issue -pedantic warnings for extended
3383         directives here.  Warn about K+R directives with the #
3384         indented, and C89/extended directives with the # not indented,
3385         here.
3386         (do_import, do_include_next, do_warning, do_ident, do_sccs,
3387         do_assert, do_unassert): Don't issue pedantic warning here.
3388
3389         * cpphash.h: Add CPP_WTRADITIONAL macro.
3390         * cpplib.h (struct cpp_options): Rename warn_stringify to
3391         warn_traditional; update comments.
3392         * cppinit.c (handle_option): Set warn_traditional not
3393         warn_stringify.
3394         * cpphash.c: Replace CPP_OPTION (pfile, warn_stringify) with
3395         CPP_WTRADITIONAL (pfile).
3396         * cpplex.c (_cpp_lex_token): Don't decide if directives should
3397         be ignored in -traditional mode here.
3398
3399         * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them
3400         to initialize speccase[] and trigraph_map[].  Delete all
3401         references to pfile->input_speccase.  Always treat '?' as a
3402         special character.  Remove table-initialization code from
3403         _cpp_init_input_buffer.
3404
3405         * cpplib.h (struct cpp_reader): Remove input_speccase field.
3406         * cppinit.c (cpp_cleanup): Don't free input_speccase.
3407
3408 2000-04-01  Richard Henderson  <rth@cygnus.com>
3409
3410         * Makefile.in (STAGESTUFF): Wildcard all debugging dumps at once.
3411         (mostlyclean): Likewise.
3412
3413         * toplev.c (rtl_dump, jump_opt_dump, etc): Remove.
3414         (struct dump_file_info, enum dump_file_index, dump_file): New.
3415         (open_dump_file): Take a dump_file_index not a suffix, and a decl
3416         not a string.  Clean out file if we havn't yet done so.  Do nothing
3417         if the dump isn't enabled.
3418         (close_dump_file): Do nothing if the dump isn't open.  Dump
3419         graph data if requested.
3420         (dump_rtl, clean_dump_file): Remove.
3421         (compile_file): Don't clean the dump files.  Only finalize .bp dump
3422         if flag_test_coverage or flag_branch_probabilities.  Only finalize
3423         .combine dump if optimizing.  Iterate over dump_file to finalize the
3424         graph dumps.
3425         (rest_of_compilation): Update for open_dump_file/close_dump_file.
3426         Convert all uses of dump_rtl.
3427         (decode_d_option): Iterate over dump_file to implement 'a' and to
3428         locate pass-specific dumps.
3429
3430 2000-04-01  Neil Booth <NeilB@earthling.net>
3431
3432         * cppexp.c: Redefine priority constants.
3433         (_cpp_parse_expr): Replace left and right priority scheme with
3434         single priority logic.  Move LOGICAL to same place as COMPARE.
3435         Remove bogus check for multiple unary +/- operators.
3436
3437 2000-04-01  Neil Booth <NeilB@earthling.net>
3438
3439         * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
3440         within the switch statement.  Binary operations break out of
3441         the switch naturally.  '(' tokens handled by forcing
3442         immediate shift.  ')' handled by forcing immediate reduce to
3443         the previous '('.  New error messages.
3444
3445 2000-03-31  Geoff Keating  <geoffk@cygnus.com>
3446
3447         * config/rs6000/rs6000.c (print_operand): Don't use %l for 'low
3448         part', it's already in use.  Use %K instead.  Add a return at the
3449         end of what is now %K.
3450         * config/rs6000/rs6000.md (elf_low): Use %K instead of %l.
3451
3452 Sat Apr  1 02:05:29 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3453
3454         * builtins.c  (expand_builtin_apply):  Pass proper parameters to
3455         allocate_dynamic_stack_space.
3456         * calls.c (emit_call_1):  Do not adjust stack pointer for SIB,
3457         update stack_pointer_delta; do not update arg_size_so_far.
3458         (compute_argument_block_size): Use stack_delta instead of
3459         stack_pointer_pending and arg_size_so_far.
3460         (expand_call): Add sanity checking for stack_pointer_delta;
3461         save and restore stack_pointer_delta for SIB, use
3462         stack_pointer_delta for alignment; do not update arg_space_so_far.
3463         (emit_library_call_value): Use stack_pointer_delta for alignment.
3464         (store_one_arg): Do not update arg_space_so_far.
3465         * explow.c (adjust_stack, anti_adjust_stack): Update
3466         stack_pointer_delta.
3467         (allocate_dynamic_stack_space): Add sanity checking for
3468         stack_pointer_delta.
3469         * expr.c (init_expr, clear_pending_stack_adjust): Clear
3470         stack_pointer_delta.
3471         (emit_push_insn): Update stack_pointer_delta.
3472         * function.h (struct expr_status): Add x_stack_pointer_delta;
3473         remove x_arg_space_so_far.
3474         (arg_space_so_far): Remove.
3475         (stack_pointer_delta): New macro.
3476
3477 2000-03-31  Zack Weinberg  <zack@wolery.cumb.org>
3478
3479         * cpplib.h: Merge struct cpp_options into struct cpp_reader.
3480         Reorder struct cpp_options and struct cpp_reader for better
3481         packing.  Replace CPP_OPTIONS macro with CPP_OPTION which
3482         takes two args.  Change all 'char' flags to 'unsigned char'.
3483         Move show_column flag into struct cpp_options.  Don't
3484         prototype cpp_options_init.
3485         * cpphash.h, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
3486         cppinit.c, cpplex.c, cpplib.c:
3487         Replace CPP_OPTIONS (pfile)->whatever with
3488         CPP_OPTION (pfile, whatever), and likewise for
3489         opts = CPP_OPTIONS (pfile); ... opts->whatever;
3490
3491         * cppinit.c (merge_include_chains): Take a cpp_reader *.
3492         Extract CPP_OPTION (pfile, pending) and work with that
3493         directly.
3494         (cpp_options_init): Delete.
3495         (cpp_reader_init): Turn on on-by-default options here.
3496         Allocate the pending structure here.
3497         (cl_options, enum opt_code): Define these from the same table,
3498         kept in a large macro.  Add -fshow-column and -fno-show-column
3499         options.
3500
3501         * cpperror.c (v_message): If show_column is off, don't print
3502         the column number.
3503
3504         * cppmain.c: Update for new interface.
3505         * fix-header.c: Likewise.
3506
3507 2000-03-30  Geoff Keating  <geoffk@cygnus.com>
3508
3509         * config/rs6000/t-aix43 (AR_FLAGS_FOR_TARGET): Adjust for new
3510         definition.
3511         * Makefile.in (AR_FLAGS_FOR_TARGET): Is now the flags that
3512         are passed to any invocation of AR_FOR_TARGET.
3513         (AR_CREATE_FOR_TARGET): New macro.
3514         (AR_EXTRACT_FOR_TARGET): New macro.
3515         (ORDINARY_FLAGS_TO_PASS): Add AR_CREATE_FOR_TARGET,
3516         AR_EXTRACT_FOR_TARGET.
3517         (many places): Use AR_CREATE_FOR_TARGET, AR_EXTRACT_FOR_TARGET
3518         in place of `$(AR_FOR_TARGET) $(AR_FLAGS_FOR_TARGET)' and
3519         `$(AR_FOR_TARGET) x'.  Pass AR_CREATE_FOR_TARGET and
3520         AR_EXTRACT_FOR_TARGET to sub-makes.
3521
3522 2000-03-31  Neil Booth <NeilB@earthling.net>
3523
3524         * cppexp.c: Delete SKIP_OPERAND.  Correct priority
3525         PAREN_INNER_PRIO.
3526         (_cpp_parse_expr): Check for multiple unary +/- operators.
3527         Correct priorities of ':' and '?'.  Treat ')' as having a
3528         value.  Ensure conditional expression is not void.
3529
3530 2000-03-31  Mark Mitchell  <mark@codesourcery.com>
3531
3532         * alias.c (canon_rtx): Make it global.
3533         (rtx_equal_for_memref_p): CONST_INT equality is now pointer
3534         equality.
3535         * cse.c (struct table_elt): Add canon_exp.
3536         (insert): Clear it.
3537         (invalidate): Canonicalize expressions only once.
3538         * rtl.h (canon_rtx): Declare.
3539
3540 2000-03-30  Mark Mitchell  <mark@codesourcery.com>
3541
3542         * Makefile.in (emit-rtl.o): Depend on HASHTAB_H.
3543         * alias.c (reg_known_value): Add comments.
3544         (init_alias_analysis): Likewise.
3545         * cse.c (exp_equiv_p): CONST_INTs are equal iff they have the same
3546         address.
3547         (cse_basic_block): Fix typo in comment.
3548         * emit-rtl.c: Include hashtab.h.
3549         (const_int_htab): New variable.
3550         (const_int_htab_hash): New function.
3551         (const_int_htab_eq): Likewise.
3552         (rtx_htab_mark_1): Likewise.
3553         (rtx_htab_mark): Likewise.
3554         (gen_rtx_CONST_INT): Cache all CONST_INTs.
3555         (unshare_all_rtx): Fix formatting.
3556         (init_emit_once): Initialize const_int_htab.
3557         * rtl.c (rtx_equal_p): CONST_INTs are equal iff they have the same
3558         address.
3559         * rtl.texi: Document the fact that all CONST_INTs with the same
3560         value are shared.
3561
3562 2000-03-30  Richard Henderson  <rth@cygnus.com>
3563
3564         * alpha.h (FUNCTION_BOUNDARY): Reduce to 128 bits.
3565
3566 2000-03-30  Zack Weinberg  <zack@wolery.cumb.org>
3567
3568         * configure.in: Comment out --enable-c-cpplib stanza.
3569         * configure: Regenerate.
3570
3571 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3572
3573         * expr.c (store_constructor): Properly compute displacement and
3574         alignment when offset is variable.
3575
3576         * expmed.c (store_bit_field, store_fixed_bit_field): Fix more
3577         cases of alignment in bytes.
3578
3579 Thu Mar 30 13:30:40 2000  Jeffrey A Law  (law@cygnus.com)
3580
3581         * c-parse.in (cast_expr): Move change from March 21 into c-parse.in
3582         since it is used to generate c-parse.y.
3583         * objc-parse.c, objc-parse.y: Regenerated.
3584
3585         * function.c (expand_function_end): Pass alignment argument to
3586         emit_block_move in bits, not bytes.
3587
3588 Thu Mar 30 06:32:51 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3589
3590         * expr.c (move_by_pieces_ninsns): Fix one more missing align
3591         correction.
3592
3593         * expmed.c (store_fixed_bit_field): STRUCT_ALIGN is in bits.
3594
3595         * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.
3596         * explow.c (memory_address, allocate_dynamic_stack_space): Likewise.
3597         * function.c (assign_parms): Likewise.
3598         * integrate.c (expand_inline_function): Likewise.
3599         * stmt.c (expand_decl): Likewise.
3600         (copy_rtx_and_substitute): Likewise.
3601         * expr.c (expand_expr, expand_expr_unaligned): Likewise.
3602         (clear_by_pieces): Fix error in last change.
3603         * emit-rtl.c (init_emit): Set known registers alignment in bits.
3604         * function.h (regno_pointer_align): Now unsigned.
3605         * config/arm/arm.c (alignable_memory_operand): REGNO_POINTER_ALIGN
3606         is in bits.
3607         * config/i386/i386.c (aligned_operand): Likewise.
3608         * config/sparc/sparc.c (mem_min_alignment): Likewise.
3609         * config/alpha/alpha.c (aligned_memory_operand): Likewise.
3610         (unaligned_memory_operand): Likewise.
3611         (alpha_expand_block_move, alpha_expand_block_clear): Likewise.
3612         Also make alignments and sizes unsigned and some whitespace cleanup.
3613         (alpha_va_start): Do nothing if VALIST's type is error_mark_node.
3614
3615         * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.
3616         (expand_builtin_apply): Pass alignment to emit_block_move in bits.
3617         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
3618         (expand_builtin_memset): Likewise, but to clear_storage.
3619         * calls.c (save_fixed_argument_area): Likewise, to move_by_pieces.
3620         (restore_fixed_argument_area): Likewise.
3621         (store_unaligned_arguments_into_pseudos): Likewise, to store_bit_field.
3622         (load_register_parameters): Likewise, to emit_group_load.
3623         (expand_call): Likewise, to emit_group_store and emit_block_move.
3624         (emit_library_call_value_1): Likewise, to emit_block_move.
3625         (store_one_arg): Likewise, and to emit_push_insn.
3626         * expmed.c (extract_bit_field): Alignment is in bits, not bytes.
3627         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
3628         * expr.c (move_by_pieces, move_by_pieces_ninsns): Likewise.
3629         (emit_block_move, emit_group_load, emit_group_store): Likewise.
3630         (clear_by_pieces, clear_storage, emit_push_insn): Likewise.
3631         (expand_assigment, store_expr, store_constructor_field): Likewise.
3632         (expand_expr_unaligned, do_jump, do_compare_and_jump): Likewise.
3633         (store_constructor, store_field, get_inner_reference): Likewise.
3634         Use host_integerp and tree_low_cst; sizes and positions HOST_WIDE_INT.
3635         (expand_expr, case COMPONENT_REF): Likewise.
3636         (copy_blkmode_from_regs): Use UNSIGNED_HOST_WIDE_INT for sizes
3637         and positions; reindent code.
3638         * expr.h (emit_cmp_insn, emit_cmp_and_jump_insns): Alignment unsigned.
3639         * function.c (purge_addressof_1): Pass bit align to store_bit_field.
3640         (assign_parms): Likewise to emit_group_store.
3641         * optabs.c (prepare_cmp_insn): Alignment is in bits.
3642         (emit_cmp_and_jump_insns, emit_cmp_insn): Likewise, and also unsigned.
3643         * stmt.c (expand_value_return): Pass align in bits to emit_group_load.
3644         (expand_return): Likewise to {extract,store}_bit_field.
3645         * stor-layout.c (get_mode_alignment): Minor cleanup.
3646         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Align is in bits.
3647         * config/sh/sh.h (MOVE_BY_PIECES_P): Likewise.
3648
3649 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3650
3651         * config/arm/arm.h: Undo effects of previous delta:
3652         (ASM_SPEC): Do not define.
3653         (SUBTARGET_EXTRA_ASM_SPEC): Do not define.
3654
3655         * config/arm/linux-elf.h: (SUBTARGET_EXTRA_ASM_SPEC) Fix
3656         typo.
3657
3658 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3659
3660         * cppinit.c (cpp_start_read): Call initialize_dependency_output
3661         only after reading in the primary source file.
3662
3663 2000-03-29  Geoff Keating  <geoffk@cygnus.com>
3664
3665         * c-common.c (c_common_nodes_and_builtins): The first parameter to
3666         __builtin_va_start and __builtin_va_copy is now either a 'va_list'
3667         or a reference to a va_list.
3668         * builtins.c (stabilize_va_list): Simplify now we don't have to
3669         work around C array address decay.
3670         * c-typeck.c (convert_for_assignment): Handle assignment to
3671         a reference parameter by taking the address of the RHS.
3672         * ginclude/stdarg.h (va_start): Don't take address of first parameter.
3673         (va_copy): Likewise.
3674         (__va_copy): Likewise.
3675         * ginclude/varargs.h (va_start): Likewise.
3676         (__va_copy): Likewise.
3677
3678 Wed Mar 29 15:44:53 2000  Jeffrey A Law  (law@cygnus.com)
3679
3680         * i386/djgpp.h: Remove extraneous "+".
3681
3682         * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
3683
3684         * calls.c (expand_call): Fix typo in last change.
3685
3686 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
3687
3688         * tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't
3689         been expanded.
3690
3691 Wed Mar 29 15:39:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3692
3693         * stor-layout.c (bit_from_pos, byte_from_pos): New functions.
3694         (pos_from_byte, pos_from_bit, normalize_offset): Likewise.
3695         (normalize_rli, rli_size_so_far, rli_size_unit_so_far): Use them.
3696         * tree.c (bit_position, byte_position): Likewise.
3697         * tree.h: Declare new functions.
3698
3699 2000-03-29  Nick Clifton  <nickc@cygnus.com>
3700
3701         * config/arm/arm.c: Minor formatting changes/
3702         * config/arm/arm.h (SUBTARGET_EXTRA_ASM_SPEC): Define if not
3703         already defined.
3704         (ASM_SPEC): Define if not already defined.
3705
3706 2000-03-29  Zack Weinberg  <zack@wolery.cumb.org>
3707
3708         * cppfiles.c (cpp_read_file): Don't pass zero-length string to
3709         _cpp_calc_hash.
3710
3711 2000-03-29  Jakub Jelinek  <jakub@redhat.com>
3712
3713         * dwarf2out.c (gen_enumeration_type_die): If enum has a negative
3714         value, don't output it as unsigned.
3715
3716 Wed Mar 29 10:53:49 2000  Jeffrey A Law  (law@cygnus.com)
3717
3718         * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.
3719
3720 2000-03-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3721
3722         * c-common.c (c_common_nodes_and_builtins): Don't special case
3723         cplus_mode when declaring builtin bzero/bcmp, always avoid
3724         prototype arguments.
3725
3726 2000-03-29  Bruce Korb  <bkorb@gnu.org>
3727
3728         * fixinc/mkfixinc.sh: Initially set the variable "fixincludes"
3729         to a non-file
3730
3731 Wed Mar 29 15:08:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3732
3733         Convert ACCUMULATE_OUTGOING_ARGS to an expression.
3734         * calls.c (PUSH_ARGS_REVERSED) Change to expression.
3735         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default value.
3736         (struct arg_data): Remove #ifdef ACCUMULATE_OUTGOING_ARGS.
3737         (save_fixed_argument_area, restore_fixed_argument_area):
3738         conditionize by #ifdef REG_PARM_STACK_SPACE only.
3739         (emit_call): Change #ifdefs on ACCUMULATE_OUTGOING_ARGS
3740         to conditions, handle RETURN_POPS_ARGS on ACCUMULATE_OUTGOING_ARGS.
3741         (precompute_register_parameters): Avoid #ifdefs on
3742         ACCUMULATE_OUTGOING_ARGS and PUSH_ARGS_REVERSED.
3743         (stire_one_args): Likewise.
3744         (expand_call): Likewise; conditionize PUSH_ROUNDING code by PUSH_ARGS.
3745         (emit_library_call_value_1): Likewise.
3746         (compute_argument_block_size): Align to STACK_BOUNDARY only for
3747         ACCUMULATE_OUTGOING_ARGS.
3748         * combine.c (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Provide default
3749         value.
3750         (nonzero_bits): Conditionize PUSH_ROUNDING code by USE_PUSH.
3751         (use_crosses_set_p): Likewise.
3752         * all targets (ACCUMULATE_OUTGOING_ARGS define): Change to
3753         #define ACCUMULATE_OUTGOING_ARGS 1.
3754         * i386.c (ix86_compute_frame_size): Handle ACCUMULATE_OUTGOING_ARGS
3755         frames.
3756         * i386.h (MASK_NO_PUSH_ARGS, MASK_ACCUMULATE_OUTGOING_ARGS): New
3757         constants.
3758         (TARGET_PUSH_ARGS, TARGET_ACCUMULATE_OUTGOING_ARGS): New macros.
3759         (TARGET_SWITCHES): Add push-args, no-push-args,
3760         accumulate-outgoing-args and no-accumulate-outgoing-args.
3761         (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): New macro.
3762         * expr.c (ACCUMULATE_OUTGONG_ARGS, PUSH_ARGS): Provide default.
3763         (push_block): Avoid ifdefs on ACCUMULATE_OUTGONG_ARGS
3764         and PUSH_ROUNDING.
3765         (emit_push_insn): Likewise.
3766         * final.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3767         (final_scan_insn): Avoid ifdefs on ACCUMULATE_OUTGOING_ARGS.
3768         * function.c (ACCUMULATE_OUTGOING_ARGS): Provide default.
3769         (STACK_DYNAMIC_OFFSET): Define correctly for both
3770         ACCUMULATE_OUTGOING_ARGS and normal mode.
3771         * invoke.texi (-mpush_args, -maccumulate-outgoing-args): Document.
3772         * tm.texi (PUSH_ARGS): Document.
3773         (ACCUMULATE_OUTGOING_ARGS, PUSH_ROUNDING): Update documentation.
3774
3775 Wed Mar 29 11:51:13 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3776
3777         * flags.h (flag_optimize_sibling_calls): Declare.
3778         * calls.c (expand_call): Fail sibcall when
3779         !flag_optimize_sibling_calls
3780         * invoke.texi (flag_optimize_sibling_calls): Document.
3781         * toplev.c (flag_optimize_sibling_calls): New global variable.
3782         (f_options): Add flag_optimize_sibling_calls.
3783         (rest_of_compilation): Conditionize
3784         optimize_sibling_and_tail_recursive_calls by
3785         flag_optimize_sibling_calls.
3786         (main): Set flag_optimize_sibling_calls for -O2.
3787         * stmt.c (expand_return): Conditionize tail recursion by
3788         flag_optimize_sibling_calls.
3789
3790 2000-03-29  Richard Henderson  <rth@cygnus.com>
3791
3792         * config/i386/att.h (LOCAL_LABEL_PREFIX): Define.
3793         (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Use it.
3794
3795 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
3796
3797         * except.c (add_eh_table_entry): Mark type_info's as referenced.
3798
3799 2000-03-29  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3800
3801         * config/rs6000/aix41.h (CPP_SPEC): Define _ANSI_C_SOURCE if -ansi
3802         is given.
3803         * config/rs6000/aix43.h (CPP_SPEC): Likewise.
3804         * config/rs6000/rs6000.h (CPP_SPEC): Moved to...
3805         * config/rs6000/aix.h: then modified likewise.
3806
3807 2000-03-28  Richard Henderson  <rth@cygnus.com>
3808
3809         * rtl.h: Redistribute enum reg_note documentation.
3810         Kill trailing whitespace.
3811         * rtl.c (reg_note_name): Adjust to match enum reg_note tweeks.
3812         Kill trailing whitespace.
3813
3814 2000-03-28  Zack Weinberg  <zack@wolery.cumb.org>
3815
3816         * cppfiles.c (hash_IHASH): Just return i->hash.
3817         (cpp_included): Set dummy.hash using _cpp_calc_hash.  Use
3818         htab_find_with_hash.
3819         (cpp_read_file): Likewise.
3820         (find_include_file): Likewise.  Properly initialize
3821         ih->nshort.  Share ih->name and ih->nshort if possible.
3822         * cpphash.c (_cpp_calc_hash): New function.
3823         (hash_HASHNODE): Just return h->hash.
3824         (_cpp_lookup): Set dummy.hash using _cpp_calc_hash.  Use
3825         htab_find_with_hash.
3826         * cpphash.h: Prototype _cpp_calc_hash.
3827         * cppinit.c (initialize_builtins): Provide a valid hash
3828         to _cpp_make_hashnode, using _cpp_calc_hash.
3829
3830         * cpphash.c (collect_expansion): # is not a special character
3831         in object-like macros.  In -traditional mode, /**/ is not
3832         token paste at the beginning or end of the line.
3833         * cpplib.c (do_include, do_import, do_include_next): If
3834         parse_include fails, return immediately.
3835
3836 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
3837
3838         * config/arm/arm.md (return peepholes): Update to reflect the new
3839         call insn patterns.
3840         * config/arm/arm.c (arm_volatile_func): Also check
3841         current_function_nothrow.
3842         (output_return_instruction, output_func_prologue): Use it.
3843         (arm_output_epilogue, arm_expand_prologue): Likewise.
3844
3845 2000-03-27  Tom Tromey  <tromey@cygnus.com>
3846
3847         * gcc.c (handle_braces): In {x*...} case, break out of loop if
3848         switch is found.
3849
3850 Tue Mar 28 11:55:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3851
3852         * expr.c (store_constructor): SIZE now signed.
3853         For EXPR_SIZE, don't evaluate size; just needed if constant.
3854         * fold-const.c (fold): Fix a number of cases when folded tree is
3855         wrong type.
3856         * function.c (flush_addressof): Reenable.
3857         * tree.h (flush_addressof): Likewise.
3858         * toplev.c (independent_decode_option): Look at strings_processed.
3859         * config/alpha/alpha.h (MINIMUM_ATOMIC_ALIGNMENT): Cast to unsigned.
3860
3861 Tue Mar 28 08:29:46 2000  Jan Hubicka  <jh@suse.cz>
3862
3863         * sibcall.c (indentify_call_return_value): Find last call in the chain;
3864         Allow stack adjustment after function call.
3865
3866         * regmove.c (struct csa_memlist): Make mem field rtx *.
3867         (record_one_stack_ref): Accept rtx * instead of rtx as parameter.
3868         (try_apply_stack_adjustment): Replace whole MEM rtx.
3869         (combine_stack_adjustments_for_block): Update calls
3870         to record_one_stack_ref.
3871
3872 2000-03-28  Neil Booth  <NeilB@earthling.net>
3873
3874         * cpplex.c (_cpp_read_and_prescan): Mark end of input buffer with
3875         '\\' rather than a null character, so nulls are not special.  Fix
3876         "\\\n" handling in end-of-buffer conditions.  Use trigraph map to
3877         speed trigraph conversion.
3878         (_cpp_init_input_buffer): Initialize trigraph map.
3879
3880 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3881
3882         * config/i386/i386.c (output_387_binary_op): Correct intel
3883         mode assembly output, and add spaces after commas in AT&T
3884         output.  Correct Unixware assembler comment.  Document input
3885         constraints.  Comment fp operations.  Reduce profligate buffer
3886         size.  Remove extraneous abort.  Localize temp var.
3887         (SYSV386_COMPAT): Define.  Add !SYSV386_COMPAT code.
3888         (output_fix_trunc): Add spaces after commas in assembly output.
3889
3890 2000-03-27  Richard Henderson  <rth@cygnus.com>
3891
3892         * i386-protos.h (ix86_match_ccmode): Declare.
3893         * i386.c (ix86_match_ccmode): New.
3894         (ix86_expand_fp_compare): Update for pattern renames.
3895         (ix86_expand_strlensi_unroll_1): Likewise.
3896         * i386.h (EXTRA_CC_MODES): Add CCZ.
3897         (SELECT_CC_MODE): Use it for EQ/NE zero.
3898         * i386.md (cmpsi_ccz_1): New.
3899         (cmpqi_ccz_1): New.
3900         (*testsi_ccz_1): New.
3901         (testqi_ccz_1): New.
3902         (cmpsi_ccno_1): Rename from cmpsi_0.
3903         (testsi_ccno_1): Rename from testsi_1.
3904         (testqi_ccno_1): Rename from testqi_1.
3905         (*testqi_ext_ccz_0): Rename from testqi_ext_0.
3906         (testqi_ext_ccno_0): Rename from *testqi_ext_1.
3907         (*cmphi_0): Use ix86_match_ccmode.
3908         (*cmpqi_ext_2, *addsi_2, *addhi_2, *addqi_2): Likewise.
3909         (*subsi_2, *subhi_2, *subqi_2, *testhi_1): Likewise.
3910         (*testqi_ext_1, *testqi_ext_2, *testqi_ext_3): Likewise.
3911         (*andsi_2, *andhi_2, *andqi_2, *andqi_ext_0_cc): Likewise.
3912         (*iorsi_2, *iorhi_2, *iorqi_2): Likewise.
3913         (*xorsi_2, *xorhi_2, *xorqi_cc_1): Likewise.
3914         (*one_cmplsi2_2, *one_cmplhi2_2, *one_cmplqi2_2): Likewise.
3915         (*ashlsi3_cmpno, *ashlhi3_cmpno, *ashlqi3_cmpno): Likewise.
3916         (*ashrsi3_cmpno, *ashrhi3_cmpno, *ashrqi3_cmpno): Likewise.
3917         (*lshrsi3_cmpno, *lshrhi3_cmpno, *lshrqi3_cmpno): Likewise.
3918         (appropriate peepholes): Likewise.
3919         (*cmphi_1, *cmpqi_ccno_1, *cmpqi_1): Star out name.
3920         (*subsi_3, *subhi_3, *subqi_3): Remove.
3921         (*negdi2_1+1 splitter): Use CCZ for neg patterns.
3922         (*negsi2_cmp, *neghi2_cmp, *negqi2_cmp): Remove.
3923         (*negsi2_cmpz): Rename from *negsi2_cmpno, use CCZ.
3924         (*neghi2_cmpz, *negqi2_cmpz): Similarly.
3925         (x86_shift_adj_1): Use CCZ.
3926         (*dbra_ge+1, *dbra_ge+2, ffssi2, ffssi_1): Likewise.
3927
3928 2000-03-27  Stan Cox  <scox@cygnus.com>
3929
3930         * resource.h (mark_resource_type): New.
3931         * resource.c (find_dead_or_set_registers, mark_target_live_regs,
3932         find_free_register): Use mark_resource_type.
3933         (mark_set_resources): Change include_delayed_effects
3934         to mark_resource_type.
3935         * reorg.c (steal_delay_list_from_target, try_merge_delay_insns,
3936         redundant_insn, fill_simple_delay_slots, fill_slots_from_thread):
3937         Use mark_resource_type.
3938
3939 2000-03-27  Richard Henderson  <rth@cygnus.com>
3940
3941         * i386.md (call_pop_0, call_value_pop_0): New.
3942         (call_pop_1): Remove constraint from unused arg.  Support sibcalls.
3943         (call_value_pop_1): Likewise.
3944         (call_0, call_value_0): New.
3945         (call_1, call_value_1): Remove constraint from unused arg.
3946
3947 2000-03-27  Nick Clifton  <nickc@cygnus.com>
3948
3949         * invoke.texi (Spec Files): Document new spec % command created by
3950         Tom Tromey's recent patch.
3951
3952 2000-03-27  Jakub Jelinek  <jakub@redhat.com>
3953
3954         * libgcc2.h (MIN_UNITS_PER_WORD): Define to UNITS_PER_WORD
3955         if not defined.
3956
3957 Mon Mar 27 06:04:22 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3958
3959         * expr.c (expand_assignment): Fix typo in last change.
3960
3961         * libgcc2.h: Use MIN_UNITS_PER_WORD, not UNITS_PER_WORD.
3962
3963 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3964
3965         * c-convert.c (convert): Return if output or input type is ERROR_MARK.
3966         * c-decl.c (duplicate_decls): Only look at DECL_BUILT_IN_NONANSI
3967         and DECL_INLINE if FUNCTION_DECL.
3968         (pushdecl, redeclaration_error_message): Likewise, for DECL_INLINE.
3969         (store_parm_decls): Check for type of PARM_DECL being ERROR_MARK.
3970         Use DECL_WEAK, not DECL_RESULT, to flag for already seen.
3971         (combine_parm_decls): Likewise.
3972         * ggc-common.c (gcc_mark_tree_children, case 'd'): Use DECL_RESULT_FLD.
3973         * print-tree.c (print_node): Likewise.
3974         Only test DECL_PACKED, DECL_INLINE, DECL_BIT_FIELD, and
3975         DECL_TRANSPARENT_UNION on proper decl types.
3976         Properly handly DECL_INCOMING_RTL and DECL_SAVED_INSNS.
3977         * stor-layout.c (layout_decl): Only check DECL_PACKED and
3978         DECL_BIT_FIELD of FIELD_DECL.
3979         * tree.h (DECL_RESULT_FLD): New macro.
3980
3981         * expr.c (expand_assignment): Add code to handle variable-sized
3982         BLKmode case.
3983
3984 2000-03-26  Richard Henderson  <rth@cygnus.com>
3985
3986         * calls.c (expand_call): Pass parms not original exp to
3987         optimize_tail_recursion.  Mind return value instead of looking
3988         for a barrier.
3989         * stmt.c (optimize_tail_recursion): Take parameter list, not entire
3990         call_expr.  Move checks for call_expr and current_function_decl ...
3991         (expand_return): ... here.
3992
3993 2000-03-26  Tom Tromey  <tromey@cygnus.com>
3994
3995         * gcc.c (handle_braces): Recognize `%{<S}' construct.
3996         (SWITCH_OK, SWITCH_FALSE, SWITCH_IGNORE, SWITCH_LIVE): New
3997         defines.
3998         (process_command): Use them.
3999         (check_live_switch): Likewise.
4000         (give_switch): Skip ignored switches.
4001
4002 2000-03-26  Jan Hubicka  <jh@suse.cz>
4003
4004         * jump.c (jump_optimize_1): Fix typo in elide optimizations
4005         for minimal jump pass test.
4006
4007 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
4008
4009         * integrate.c (function_cannot_inline_p): Do inline functions that
4010         return `void'.
4011
4012 Sun Mar 26 11:37:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4013
4014         * stor-layout.c (layout_type, set_sizetype): early_type_list is
4015         now a list of TREE_LIST entries, not types.
4016         * tree.c (build_common_tree_nodes_2): Eliminate dupliate type sets.
4017
4018         * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX.
4019         * config/arm/pe.c (arm_pe_return_in_memory): Use host_integerp and
4020         int_bit_position.
4021         * config/mips/mips.c (function_arg): Likewise; also remove cast
4022         and make variables unsigned or HOST_WIDE_INT and use tree_low_cst.
4023         (mips_function_value): Use int_byte_position and make HOST_WIDE_INT.
4024         * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Offsets are unsigned.
4025         * config/mips/mips.h (BITS_PER_WORD, UNITS_PER_WORD): Cast to unsigned.
4026         (UNITS_PER_FPREG, INT_TYPE_SIZE, LONG_TYPE_SIZE): Likewise.
4027         (POINTER_SIZE, POINTER_BOUNDARY,PARM_BOUNDARY): Likewise.
4028         (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
4029         (struct mips_arg): arg_number, arg_words, fp_arg_words, and
4030         num_adjusts now unsigned.
4031         (FUNCTION_ARG_BOUNDARY): Remove unneeded cast.
4032         * config/sparc/sparc.c (struct function_arg_record_value_parms):
4033         NREGS now unsigned.
4034         (function_arg_record_value_1): STARTBITPOS arg now HOST_WIDE_INT
4035         as is BITPOS variable; use host_integerp and int_bit_position.
4036         (function_arg_record_value_2): Likewise.
4037         (function_arg_record_value_3): Arg BITPOS now HOST_WIDE_INT.
4038         Variable REGNO now unsigned.
4039         (function_arg_record_value): NREGS now unsigned.
4040
4041 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
4042
4043         * jump.c (mark_all_labels): Handle CALL_PLACEHOLDERs.
4044
4045 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4046
4047         * Rework fields used to describe positions of bitfields and
4048         modify sizes to be unsigned and use HOST_WIDE_INT.
4049         * alias.c (reg_known_value_size): Now unsigned.
4050         * c-typeck.c (build_unary_op, case ADDR_EXPR): Use byte_position.
4051         (really_start_incremental_init): Use bitsize_zero_node.
4052         (push_init_level, pop_init_level, output_init_element): Likewise.
4053         Use bitsize_unit_node and bitsize_one_node.
4054         (output_pending_init_elements, process_init_element): Likewise.
4055         * combine.c (combine_max_regno, reg_sign_bit_copies): Now unsigned.
4056         (make_extraction): Position and length HOST_WIDE_INT and unsigned
4057         HOST_WIDE_INT, respectively.
4058         (get_pos_from_mask): Passed in value is unsigned HOST_WIDE_INT.
4059         (num_sign_bit_copies): Returns unsigned.
4060         BITWIDTH now unsigned; rework arithmetic.
4061         Remove recursive call from arg to MAX.
4062         (combine_instructions, init_reg_last_arrays): NREGS now unsigned.
4063         (setup_incoming_promotions, can_combine_p, try_combine, simplify_set):
4064         REGNO now unsigned.
4065         (set_nonzero_bit_and_sign_copies): NUM now unsigned.
4066         (find_split_point, expand_compound_operation, make_extraction): LEN
4067         now unsigned HOST_WIDE_INT, POS now HOST_WIDE_INT.
4068         (make_field_assignment): Likewise.
4069         (combine_simplify_rtx): Add cast.
4070         (expand_compound_operation): MODEWIDTH now unsigned; rework arithmetic.
4071         (force_to_mode): WIDTH now unsigned; add cast.
4072         (if_then_else_cond): SIZE now unsigned.
4073         (nonzero_bits): MODE_WIDTH, RESULT_WIDTH, and WIDTH now unsigned.
4074         (extended_count): Now returns unsigned.
4075         (simplify_shift_const): COUNT unsigned; arg is now INPUT_COUNT.
4076         Add SIGNED_COUNT variable; MODE_WORDS and FIRST_COUNT now unsigned.
4077         (simplify_comparison): MODE_WIDTH now unsigned.
4078         (update_table_tick): REGNO and ENDREGNO now unsigned; new var R.
4079         (mark_used_regs_combine): Likewise; rework arithmetic.
4080         (record_value_for_reg): REGNO, ENDREGNO, and I now unsigned.
4081         (record_dead_and_set_regs, reg_dead_at_p, distribute_notes): Likewise.
4082         (record_promoted_value): REGNO now unsigned.
4083         (get_last_value_validate): REGNO, ENDREGNO, and J now unsigned.
4084         (get_last_value): REGNO now unsigned.
4085         (use_crosses_set_p): REGNO and ENDREGNO now unsigned.
4086         (reg_dead_regno, reg_dead_endregno): Now unsigned.
4087         (remove_death): Arg REGNO now unsigned.
4088         (move_deaths):  REGNO, DEADREGNO, DEADEND, OUREND, and I now unsigned.
4089         (reg_bitfield_target_p): REGNO, REGNO, ENDREGNO, and ENDTREGNO
4090         now unsigned.
4091         * convert.c (convert_to_integer): INPREC and OUTPREC now unsigned.
4092         * cse.c (struct qty_table_elem): FIRST_REG and LAST_REG now unsigned.
4093         (struct cse_reg_info): REGNO now unsigned.
4094         (cached_regno): Now unsigned.
4095         (REGNO_QTY_VALID_P): Add cast.
4096         (make_new_qty, make_regs_eqv, delete_reg_eqiv): Regno args unsigned.
4097         (remove_invalid_regs): Likewise.
4098         (remove_invalid_subreg_refs): Likewise; arg WORD also unsigned
4099         as are variables END and I.
4100         (get_cse_reg_info, insert): Likewise.
4101         (mention_regs, invalidate_for_call): REGNO, ENDREGNO, and I unsigned.
4102         (canon_hash): Likewise.
4103         (insert_regs, lookup_for_remove): REGNO now unsigned.
4104         (invalidate): REGNO, ENDREGNO, TREGNO, and TENDREGNO now unsigned.
4105         New variable RN.
4106         * dbxout.c (dbxout_parms, dbxout_reg_parms): Don't check for REGNO < 0.
4107         * dwarf2out.c (dwarf2ou_frame_debug_expr): Remove cast.
4108         * emit-rtl.c (subreg_realpart_p): Add cast.
4109         (operand_subword): Arg I is now unsigned as is var PARTWORDS.
4110         (operand_subword_force): Arg I is now unsigned.
4111         * except.c (eh_regs): Variable I is now unsigned.
4112         * explow.c (hard_function_value): BYTES is unsigned HOST_WIDE_INT.
4113         * expmed.c (store_fixed_bit_field): Position is HOST_WIDE_INT;
4114         length is unsigned HOST_WIDE_INT; likewise for internal variables.
4115         (store_split_bit_field, extract_fixed_bit_field): Likewise.
4116         (extract_split_bit_field, store_bit_field, extract_bit_field):
4117         Likewise.
4118         * expr.c (store_constructor_fields, store_constructor, store_field):
4119         Positions are HOST_WIDE_INT and lengths are unsigned HOST_WIDE_INT.
4120         (expand_assignment, expand_expr, expand_expr_unaligned): Likewise.
4121         (do_jump): Likewise.
4122         (move_by_pieces, move_by_pieces_ninsns, clear_by_pieces):
4123         MAX_SIZE is now unsigned.
4124         (emit_group_load): BYTEPOS is HOST_WIDE_INT; BYTELEN is unsigned.
4125         (emit_group_store): Likewise.
4126         (emit_move_insn): I now unsigned.
4127         (store_constructor): Use host_integerp, tree_low_cst, and
4128         bitsize_unit_node.
4129         (get_inner_reference): Return bitpos and bitsize as HOST_WIDE_INT.
4130         Rework all calculations to use trees and new fields.
4131         * expr.h (promoted_input_arg): Regno now unsigned.
4132         (store_bit_field, extract_bit_field): Adjust types of pos and size.
4133         (mark_seen_cases): Arg is HOST_WIDE_INT.
4134         * flow.c (verify_wide_reg_1): REGNO now unsigned.
4135         * fold-const.c (decode_field_reference): Size and pos HOST_WIDE_INT;
4136         precisions and alignments are unsigned.
4137         (optimize_bit_field_compare, fold_truthop): Likewise.
4138         (int_const_binop): Adjust threshold for size_int_type_wide call.
4139         (fold_convert): Likewise.
4140         (size_int_type_wide): Make table larger and fix thinko that only
4141         had half of table used.
4142         (all_ones_mask_p, fold): Precisions are unsigned.
4143         * function.c (put_reg_info_stack): REGNO is unsigned.
4144         (instantiate_decl): Size is HOST_WIDE_INT.
4145         (instantiate_virtual_regs): I is unsigned.
4146         (assign_parms): REGNO, REGNOI, and REGNOR are unsigned.
4147         (promoted_input_arg): REGNO is unsigned.
4148         * function.h (struct function): x_max_parm_reg is now unsigned.
4149         * gcse.c (max_gcse_regno): Now unsigned.
4150         (struct null_pointer_info): min_reg and max_reg now unsigned.
4151         (lookup_set, next_set): REGNO arg now unsigned.
4152         (compute_hash_table): REGNO and I now unsigned.
4153         (handle_avail_expr): regnum_for_replacing now unsigned.
4154         (cprop_insn): REGNO now unsigned.
4155         (delete_null_pointer_checks_1): BLOCK_REG now pointer to unsigned.
4156         * ggc-common.c (ggc_mark_tree_children, case FIELD_DECL): New case.
4157         * global.c (set_preference): SRC_REGNO, DEST_REGNO, and I now unsigned.
4158         * hard-reg-set.h (reg_class_size): Now unsigned.
4159         * integrate.c (mark_stores): LAST_REG and I now unsigned; new UREGNO.
4160         * jump.c (mark_modified_reg): I now unsigned; add cast.
4161         (rtx_equal_for_thread_p): Add cast.
4162         * loop.c (max_reg_before_loop): Now unsigned.
4163         (struct_movable): REGNO now unsigned.
4164         (try_copy_prop): REGNO arg unsigned.
4165         (regs_match_p): XN and YN now unsigned.
4166         (consec_sets_invariant_p, maybe_eliminate_biv): REGNO now unsigned.
4167         (strength_reduce): Likewise; NREGS also unsigned.
4168         (first_increment_giv, last_increment_giv unsigned): Now unsigned.
4169         * loop.h (struct iv_class): REGNO now unsigned.
4170         (max_reg_before_loop, first_increment_giv, last_increment_giv):
4171         Now unsigned.
4172         * machmode.h (mode_size, mode_unit_size): Now unsigned.
4173         (mode_for_size, smallest_mode_for_size): Pass size as unsigned.
4174         * optabs.c (expand_binop): I and NWORDS now unsigned.
4175         (expand_unop): I now unsigned.
4176         * print-tree.c (print_node): Don't print DECL_FIELD_BITPOS, but do
4177         print DECL_FIELD_OFFSET and DECL_FIELD_BIT_OFFSET.
4178         * real.c (significand_size): Now returns unsigned.
4179         * real.h (significand_size): Likewise.
4180         * regclass.c (reg_class_size): Now unsigned.
4181         (choose_hard_reg_mode): Both operands now unsigned.
4182         (record_reg_classes): REGNO and NR now unsigned.
4183         (reg_scan): NREGS now unsigned.
4184         (reg_scan_update): old_max_regno now unsigned.
4185         (reg_scan_mark_refs): Arg MIN_REGNO and var REGNO now unsigned.
4186         * reload.c (find_valid_class): BEST_SIZE now unsigned.
4187         (find_dummy_reload): REGNO, NWORDS, and I now unsigned.
4188         (hard_reg_set_here_p): Args BEG_REGNO and END_REGNO now unsigned.
4189         Likewise for variable R.
4190         (refers_to_regno_for_reload_p): Args REGNO and END_REGNO now unsigned,
4191         as are variables INNER_REGNO and INNER_ENDREGNO; add new variable R.
4192         (find_equiv_reg): Add casts.
4193         (regno_clobbered_p): Arg REGNO now unsigned.
4194         * reload.h (struct reload): NREGS now unsigned.
4195         (refers_to_regno_for_reload_p): Regno args are unsigned.
4196         (regno_clobbered_p): Likewise.
4197         * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.
4198         (compute_use_by_pseudos): REGNO now unsigned.
4199         (find_reg): I and J now unsigned, new variable K, and change loop
4200         variables accordingly; THIS_NREGS now unsigned.
4201         (alter_reg): INHERENT_SIZE and TOTAL_SIZE now unsigned.
4202         (spill_hard_reg): REGNO arg now unsigned; add casts.
4203         (forget_old_reloads_1): REGNO, NR, and I now unsigned.
4204         (mark_reload_reg_in_use): Arg REGNO and vars NREGS and I now unsigned.
4205         (clear_reload_reg_in_use): Arg REGNO and vars NREGS, START_REGNO,
4206         END_REGNO, CONFLICT_START, and CONFLICT_END now unsigned.
4207         (reload_reg_free_p, reload_reg_reaches_end_p): Arg REGNO now unsigned.
4208         (choose_reload_regs): MAX_GROUP_SIZE now unsigned.
4209         (emit_reload_insns): REGNO now unsigned.
4210         (reload_cse_move2add): Add cast.
4211         (move2add_note_store): REGNO and I now unsigned; new variable ENDREGNO
4212         and rework loop.
4213         * resource.c (mark_referenced_resources, mark_set_resources): New
4214         variable R; REGNO and LAST_REGNO now unsigned.
4215         (mark_target_live_regs): J and REGNO now unsigned.
4216         * rtl.c (mode_size, mode_unit_size): Now unsigned.
4217         * rtl.h (union rtunion_def): New field rtuint.
4218         (XCUINT): New macro.
4219         (ADDRESSOF_REGNO, REGNO, SUBREG_WORD): New XCUINT.
4220         (operand_subword, operand_subword_force): Word number is unsigned.
4221         (choose_hard_reg_mode): Operands are unsigned.
4222         (refers_to-regno_p, dead_or_set_regno_p): Regno arg is unsigned.
4223         (find_regno_note, find_regno_fusage, replace_regs): Likewise.
4224         (regno_use_in, combine_instructions, remove_death): Likewise.
4225         (reg_scan, reg_scan_update): Likewise.
4226         (extended_count): Return is unsigned.
4227         * rtlanal.c (refers_to_regno_p): Args REGNO and ENDREGNO and vars I,
4228         INNER_REGNO, and INNER_ENDREGNO now unsigned; new variable X_REGNO.
4229         (reg_overlap_mentioned_p): REGNO and ENDREGNO now unsigned.
4230         (reg_set_last_first_regno, reg_set_last_last_regno): Now unsigned.
4231         (reg_reg_last_1): FIRS and LAST now unsigned.
4232         (dead_or_set_p): REGNO, LAST_REGNO, and I now unsigned.
4233         (dead_or_set_regno_p): Arg TEST_REGNO and vars REGNO and ENDREGNO
4234         now unsigned.
4235         (find_regno_note, regno_use_in): Arg REGNO now unsigned.
4236         (find_regno_fusage): Likewise; also var REGNOTE now unsigned.
4237         (find_reg_fusage): Variables REGNO, END_REGNO, and I now unsigned.
4238         (replace_regs): Arg NREGS now unsigned.
4239         * sdbout.c (sdbout_parms, sdbout_reg_parms): Don't check REGNO < 0.
4240         * simplify-rtx.c (simplify_unary_operation): WIDTH now unsigned.
4241         (simplify_binary_operation): Likewise.
4242         (cselib_invalidate_regno): Arg REGNO and variables ENDREGNO, I, and
4243         THIS_LAST now unsigned.
4244         (cselib_record_set): Add cast.
4245         * ssa.c (ssa_max_reg_num): Now unsigned.
4246         (rename_block): REGNO now unsigned.
4247         * stmt.c (expand_return): Bit positions unsigned HOST_WIDE_INT;
4248         sizes now unsigned.
4249         (all_cases_count): Just return -1 not -2.
4250         COUNT, MINVAL, and LASTVAL now HOST_WIDE_INT.
4251         Rework tests to use trees whenever possible.
4252         Use host_integerp and tree_low_cst.
4253         (mark_seen_cases): COUNT arg now HOST_WIDE_INT;
4254         Likewise variable NEXT_NODE_OFFSET; XLO now unsigned.
4255         (check_for_full_enumeration_handing): BYTES_NEEDED, I to HOST_WIDE_INT.
4256         * stor-layout.c (mode_for_size): SIZE arg now unsigned.
4257         (smallest_mode_for_size): Likewise.
4258         (layout_decl): Simplify handing of a specified DECL_SIZE_UNIT.
4259         KNOWN_ALIGN is now an alignment, so simplify code.
4260         Don't turn off DECL_BIT_FIELD if field is BLKmode, but not type.
4261         (start_record_layout): Renamed from new_record_layout_info.
4262         Update to new fields.
4263         (debug_rli, normalize_rli, rli_size_unit_so_far, rli_size_so_far):
4264         New functions.
4265         (place_union_field): Renamed from layout_union_field.
4266         Update to use new fields in rli.
4267         (place_field): Renamed from layout_field.
4268         Major rewrite to use new fields in rli; pass alignment to layout_decl.
4269         (finalize_record_size): Rework to use new fields in rli and handle
4270         union.
4271         (compute_record_mode): Rework to simplify and to use new DECL fields.
4272         (finalize_type_size): Make rounding more consistent.
4273         (finish_union_layout): Deleted.
4274         (layout_type, case VOID_TYPE): Don't set TYPE_SIZE_UNIT either.
4275         (layout_type, case RECORD_TYPE): Call new function names.
4276         (initialize_sizetypes): Set TYPE_IS_SIZETYPE.
4277         (set_sizetype): Set TYPE_IS_SIZETYPE earlier.
4278         (get_best_mode): UNIT is now unsigned; remove casts.
4279         * tree.c (bit_position): Compute from new fields.
4280         (byte_position, int_byte_position): New functions.
4281         (print_type_hash_statistics): Cast to remove warning.
4282         (build_range_type): Use host_integerp and tree_low_cst to try to hash.
4283         (build_index_type): Likewise; make subtype of sizetype.
4284         (build_index_2_type): Pass sizetype to build_range_type.
4285         (build_common_tree_nodes): Use size_int and bitsize_int to
4286         initialize nodes; add bitsize_{zero,one,unit}_node.
4287         * tree.h (DECL_FIELD_CONTEXT): Use FIELD_DECL_CHECK.
4288         (DECL_BIT_FIELD_TYPE, DECL_QUALIFIER, DECL_FCONTEXT): Likewise.
4289         (DECL_PACKED, DECL_BIT_FIELD): Likewise.
4290         (DECL_FIELD_BITPOS): Deleted.
4291         (DECL_FIELD_OFFSET, DECL_FIELD_BIT_OFFSET): New fields.
4292         (DECL_RESULT, DECL_SAVED_INSNS): Use FUNCTION_DECL_CHECK.
4293         (DECL_FRAME_SIZE, DECL_FUNCTION_CODE, DECL_NO_STATIC_CHAIN): Likewise.
4294         (DECL_INLINE, DECL_BUILT_IN_NONANSI, DECL_IS_MALLOC): Likewise.
4295         (DECL_BUILT_IN_CLASS, DECL_STATIC_CONSTRUCTOR): Likewise.
4296         (DECL_STATIC_DESTRUCTOR, DECL_NO_CHECK_MEMORY_USAGE): Likewise.
4297         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT, DECL_NO_LIMIT_STACK) Likewise.
4298         (DECL_ORIGINAL_TYPE, TYPE_DECL_SUPPRESS_DEBUG): Use TYPE_DECL_CHECK.
4299         (DECL_ARG_TYPE_AS_WRITEN, DECL_ARG_TYPE): Use PARM_DECL_CHECK.
4300         (DECL_INCOMING_RTL, DECL_TRANSPARENT_UNION): Likewise.
4301         (DECL_ALIGN): Adjust to new field in union.
4302         (DECL_OFFSET_ALIGN): New field.
4303         (DECL_ERROR_ISSUED, DECL_TOO_LATE): Use LABEL_DECL_CHECK.
4304         (DECL_IN_TEXT_SECTION): Use VAR_DECL_CHECK.
4305         (union tree_decl): Add struct for both aligns.
4306         (enum tree_index): Add TI_BITSIZE_{ZERO,ONE,UNIT}.
4307         (bitsize_zero_node, bitsize_one_node, bitsize_unit_node): Added.
4308         (struct record_layout_info): Rework fields to have offset
4309         alignment and byte and bit position.
4310         (start_record_layout, place_field): Renamed from old names.
4311         (rli_size_so_far, rli_size_unit_so_far, normalize_rli): New decls.
4312         (byte_position, int_byte_position): Likewise.
4313         (get_inner_reference): Change types of position and length.
4314         * unroll.c (unroll_loop): New variable R; use for some loops.
4315         MAX_LOCAL_REGNUM and MAXREGNUM now unsigned.
4316         (calculate_giv_inc): Arg REGNO now unsigned.
4317         (copy_loop_body): REGNO and SRC_REGNO now unsigned.
4318         * varasm.c (assemble_variable): Clean up handling of size using
4319         host_integerp and tree_low_cst.
4320         (decode_addr_const): Use byte, not bit, position.
4321         (output_constructor): bitpos and offsets are HOST_WIDE_INT;
4322         use tree_low_cst and int_bit_position.
4323         * objc/objc-act.c (build_ivar_list_initializer): Use byte_position.
4324
4325 Fri Mar 24 20:13:49 2000  Jason Eckhardt  <jle@cygnus.com>
4326
4327         * bb-reorder.c (REORDER_MOVED_BLOCK_END): Removed.
4328         (reorder_block_def): New members eff_head and eff_end.
4329         (REORDER_BLOCK_EFF_HEAD, REORDER_BLOCK_EFF_END): New macros.
4330         (verify_insn_chain): New function.
4331         (skip_insns_between_block): Add code to skip deleted insns.
4332         Check for note before using.
4333         (chain_reorder_blocks): Replace calls to skip_insns_between_block
4334         with references to REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END.
4335         Check for note before using.
4336         (make_reorder_chain): Use INTVAL rather than XINT to get REG_BR_PROB.
4337         (fixup_reorder_chain): Restructure, clean up, defect removal.
4338         (reorder_basic_blocks): Remove last_insn and references to it.
4339         Moved insn chain verification code into a new function (see above).
4340         Delete defective code that sets last insn.
4341         Initialize REORDER_BLOCK_EFF_HEAD and REORDER_BLOCK_EFF_END for
4342         all blocks.
4343
4344 2000-03-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4345
4346         * config/c4x/c4x.h (CPP_SPEC): Remove erroneous space.
4347
4348 2000-03-24  Richard Henderson  <rth@cygnus.com>
4349
4350         * tree.c (lang_safe_for_unsave): Remove.
4351         (unsafe_for_reeval): Transmute and rename from safe_for_unsave,
4352         allowing for two levels of unsafeness.  Remove lang hook.
4353         * tree.h: Update declarations.
4354         * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
4355         Create temporary VAR_DECLs to protect very unsafe_for_reeval trees.
4356         Always fail sibcalls when there are pending cleanups.
4357
4358 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
4359
4360         * flow.c (propagate_block): When we delete an ADDR_VEC,
4361         also delete the BARRIER following it if there is one.
4362
4363 2000-03-24  Richard Henderson  <rth@cygnus.com>
4364
4365         * builtins.c (expand_builtin_bzero): Convert `length' argument
4366         to sizetype.
4367
4368 2000-03-24  Jakub Jelinek  <jakub@redhat.com>
4369
4370         * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for
4371         comparison if regno's are equal.
4372         * calls.c (initialize_argument_informat): Add ecf_flags argument.
4373         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
4374         (expand_call): Update caller.
4375         Avoid making a sibling call if argument size of the callee is larger
4376         than argument size of the caller.
4377         Call hard_function_value with outgoing set if in sibcall pass.
4378         Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
4379
4380         * final.c (permitted_reg_in_leaf_functions, only_leaf_regs_used):
4381         Change LEAF_REGISTERS from an array initializer to actual array
4382         identifier. Move static global variable into the function.
4383         (leaf_function_p): Allow SIBLING_CALL_P calls even outside of
4384         sequences for leaf functions.
4385         * global.c (global_alloc): Likewise.
4386         * tm.texi (LEAF_REGISTERS): Update documentation.
4387
4388         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Remove the ugly
4389         TARGET_FLAT leaf disabling hack.
4390         (LEAF_REGISTERS): Changed from an array initializer to actual array
4391         identifier to avoid duplication and remove the above hack.
4392         (FUNCTION_OK_FOR_SIBCALL): Define.
4393         * config/sparc/sparc.md (sibcall): New attr type. Use it almost
4394         always like call attribute.
4395         (eligible_for_sibcall_delay): New attribute.
4396         (sibcall): New delay type.
4397         (sibcall, sibcall_value, sibcall_epilogue): New expands.
4398         (sibcall_symbolic_sp32, sibcall_symbolic_sp64,
4399         sibcall_value_symbolic_sp32, sibcall_value_symbolic_sp64): New insns.
4400         * config/sparc/sparc.c (sparc_leaf_regs): New array.
4401         (eligible_for_sibcall_delay, output_restore_regs, output_sibcall):
4402         New functions.
4403         (output_function_epilogue): Move part of the code into
4404         output_restore_regs.
4405         (ultra_code_from_mask, ultrasparc_sched_reorder): Handle
4406         TYPE_SIBCALL.
4407         * sparc-protos.h (output_sibcall, eligible_for_sibcall_delay): New
4408         prototypes.
4409
4410         * config/sparc/sparc.h (REVERSIBLE_CC_MODE): Revert Jan, 25 change
4411         until infrastructure is finished.
4412
4413 Fri Mar 24 13:49:45 2000  Jeffrey A Law  (law@cygnus.com)
4414
4415         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns here.
4416         (save_parm_insns): Not here.
4417
4418 2000-03-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4419
4420         * builtins.c (expand_builtin_bzero): New function.
4421         (expand_builtin): Handle bzero.
4422
4423         * builtins.def: Add BUILT_IN_BZERO.
4424
4425         * c-common.c (c_common_nodes_and_builtins): Provide builtin
4426         prototype & function for bzero.
4427
4428 2000-03-23  Michael Meissner  <meissner@redhat.com>
4429
4430         * config/alpha/alpha.md (TF floating point insns): Undo 2000-03-21
4431         change adding TARGET_FP to the TF floating point insns, except for
4432         trunctfsf2, which generates direct calls to truncdfsf2.
4433
4434 2000-03-23  Geoff Keating  <geoffk@cygnus.com>
4435
4436         * config/rs6000/rs6000.h (ARG_POINTER_CFA_OFFSET): New definition,
4437         try to protect against middle-end changes that break binary
4438         compatibility.
4439         (DWARF_FRAME_REGISTERS): New definition, likewise for backend.
4440
4441 2000-03-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4442
4443         * config/c4x/c4x.md (load_immed_address):  Add DP reg clobber.
4444
4445 Thu Mar 23 17:10:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4446
4447         * calls.c (expand_call): If TARGET is passed by reference and
4448         is readonly, write a CLOBBER.
4449
4450 2000-03-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4451
4452         * builtins.c (expand_builtin): Handle bcmp.
4453
4454         * builtins.def: Add BUILT_IN_BCMP.
4455
4456         * c-common.c (c_common_nodes_and_builtins): Provide builtin
4457         prototype & function for bcmp.
4458
4459 Thu Mar 23 11:34:39 2000  Jim Wilson  <wilson@cygnus.com>
4460
4461         * config/ia64/ia64.c (rtx_needs_barrier, case UNSPEC): Move case 6...
4462         (rtx_needs_barrier, case UNSPEC_VOLATILE): to here.
4463         * config/ia64/ia64.md (pr_restore): Change UNSPEC to UNSPEC_VOLATILE.
4464
4465 Thu Mar 23 16:04:40 2000  Andrew Haley  <aph@cygnus.com>
4466
4467         * config/mips/mips.md (movdf_internal1a): Delete (set 'f', 'F')
4468         alternative when using -fp64 -gp32.
4469
4470 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
4471
4472         * config/rs6000/rs6000.h (DWARF_FRAME_RETURN_COLUMN): Define.
4473         * config/alpha/alpha.h (DWARF_FRAME_RETURN_COLUMN): Define.
4474         * config/sparc/sparc.h (DWARF_FRAME_RETURN_COLUMN): Define.
4475
4476         * frame.h (frame_state): Revert last change.
4477         * frame.c (execute_cfa_insn): Just don't record the save of a CFA reg.
4478         * libgcc2.c (throw_helper): Revert last change.
4479
4480 2000-03-22  Richard Henderson  <rth@cygnus.com>
4481
4482         * stmt.c (expand_asm_operands): Don't promote the temporary.
4483
4484 2000-03-22  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
4485
4486         * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.
4487         * c-common.c (decl_attributes,check_format_info,truthvalue_conversion,
4488           c_get_alias_set): Likewise.
4489         * c-decl.c (duplicate_decls): Likewise.
4490         * c-typeck.c (default_conversion,build_unary_op): Likewise.
4491         * calls.c (initialize_argument_information): Likewise.
4492         * dwarf2out.c (decl_class_context,add_abstract_origin_attribute):
4493         Likewise.
4494         * dwarfout.c (decl_class_context,output_type): Likewise.
4495         * expr.c (get_inner_reference): Likewise.
4496         * fold-const.c (simple_operand_p,fold): Likewise.
4497         * function.c (aggregate_value_p): Likewise.
4498         * stmt.c (expand_asm_operands): Likewise.
4499         * varasm.c (named_section): Likewise.
4500
4501 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
4502
4503         Implement dwarf2 exception handling for the ARM.
4504         * config/arm/arm.h (INCOMING_RETURN_ADDR_RTX): Define.
4505         (DWARF_FRAME_RETURN_COLUMN): Define.
4506         * config/arm/arm.c (emit_multi_reg_push): Return rtx.  Attach
4507         REG_FRAME_RELATED_EXPR note.
4508         (emit_sfm): Likewise.
4509         (arm_expand_prologue): Set RTX_FRAME_RELATED_P on everything.
4510         * dwarf2out.c (reg_save): Handle saving a register to itself.
4511         (dwarf2out_frame_debug_expr): Handle an intermediate cfa reg.
4512         * except.c (eh_regs): Don't use the static chain reg if it's
4513         callee-saved.
4514         * frame.h (frame_state): Add cfa_saved field.
4515         * frame.c (execute_cfa_insn): Set it.
4516         * libgcc2.c (throw_helper): Don't adjust sp if it's restored in
4517         the epilogue.
4518         * function.c (ARG_POINTER_CFA_OFFSET): Default to FIRST_PARM_OFFSET.
4519         Now takes a parm.
4520         (instantiate_virtual_regs): Adjust.
4521         * tm.texi: Adjust.
4522         * config/m68k/m68k.h (ARG_POINTER_CFA_OFFSET): Don't define.
4523         * config/ns32k/ns32k.h (ARG_POINTER_CFA_OFFSET): Don't define.
4524         * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): Take a parm.
4525
4526         * dwarf2out.c (reg_number): Refer to FIRST_PSEUDO_REGISTER.
4527         (initial_return_save): Use DWARF_FRAME_REGNUM, not reg_number.
4528
4529 2000-03-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4530
4531         * builtins.def: New file.
4532
4533         * Makefile.in (TREE_H): Depend on builtins.def.
4534
4535         * builtins.c (built_in_names): Use builtins.def.
4536
4537         * tree.h (built_in_function): Likewise.
4538
4539 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
4540
4541         * tree.c (size_in_bytes): Return size_zero_node, not
4542         integer_zero_node.
4543
4544 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
4545
4546         * config/fp-bit.c (pack_d): Correct the case when a denormal
4547         is rounded up and stops being denormal.
4548
4549 2000-03-21  Richard Henderson  <rth@cygnus.com>
4550
4551         * config/alpha/alpha.c (function_arg): Check for void_type_node
4552         before using MUST_PASS_IN_STACK.
4553
4554 2000-03-21  Stephane Carrez  <stcarrez@worldnet.fr>
4555
4556         * regmove.c (combine_stack_adjustments_for_block): Check that
4557         the stack pointer is a valid memory address.
4558
4559 Wed Mar 22 11:44:50 MET 2000  Jan Hubicka  <jh@suse.cz>
4560
4561         * calls.c: re-install Mar 16 emit_library_call merge.
4562
4563 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
4564
4565         * config/sparc/sparc.c (mem_min_alignment): If not optimizing,
4566         we cannot be sure that if reload_completed base register will
4567         be properly aligned.
4568
4569 2000-03-21  Richard Henderson  <rth@cygnus.com>
4570
4571         * flow.c (delete_block): Fix typo last change.
4572
4573 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
4574
4575         * c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
4576         not COMPLETE_TYPE_P, to check the type of the expression.
4577
4578 2000-03-21  Michael Meissner  <meissner@redhat.com>
4579
4580         * config/alpha/alpha.md (floating point insns): Add TARGET_FP to
4581         all floating point insns that just tested the macro
4582         TARGET_HAS_XFLOATING_LIBS.
4583         (movsf/movdf recognizers): Add separate insns if -mno-fp-regs is
4584         used to only use the gprs.
4585
4586 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
4587
4588         * tree.h (COMPLETE_TYPE_P): New macro.
4589         (COMPLETE_OR_VOID_TYPE_P): New macro.
4590         (COMPLETE_OR_UNBOUND_ARRAY_TYPE_P): New macro.
4591         * stor-layout.c (layout_type, case VOID_TYPE): Don't set TYPE_SIZE.
4592         * c-aux-info.c (gen_type): Use them.
4593         * c-common.c (c_expand_expr_stmt): Likewise.
4594         * c-decl.c (poplevel, pushdecl, start_decl, finish_decl,
4595         grokdeclarator, grokparms, finish_struct, start_function,
4596         store_parm_decls, combine_parm_decls): Likewise.
4597         * c-parse.y (cast_expr): Likewise.
4598         * c-typeck.c (require_complete_type, c_sizeof, c_sizeof_nowarn,
4599         c_size_in_bytes, c_alignof, build_component_ref,
4600         build_indirect_ref, build_array_ref, convert_arguments,
4601         build_binary_op, pointer_diff, build_unary_op, digest_init: Likewise.
4602         * calls.c (initialize_argument_information): Likewise.
4603         * convert.c (convert_to_integer): Likewise.
4604         * dbxout.c (dbxout_typedefs, dbxout_type, dbxout_symbol): Likewise.
4605         * dwarfout.c (location_or_const_value_attribute,
4606         output_enumeration_type_die, output_structure_type_die,
4607         output_union_type_die, output_type): Likewise.
4608         * expr.c (safe_from_p, expand_expr): Likewise.
4609         * function.c (assign_parms): Likewise.
4610         * sdbout.c (sdbout_symbol, sdbout_one_type): Likewise.
4611         * tree.c (build_array_type, build_function_type,
4612         build_method_type, build_offset_type, build_complex_type): Likewise.
4613         * c-parse.c, c-parse.h: Regenerated.
4614
4615 2000-03-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4616
4617         * config/c4x/rtems.h: Include config/rtems.h.
4618
4619 Tue Mar 21 09:24:00 2000  Denis Chertykov  <denisc@overta.ru>
4620
4621         * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
4622         decl is a FUNCTION_DECL
4623
4624 Mon Mar 20 19:53:53 2000  Jim Wilson  <wilson@cygnus.com>
4625
4626         * config/ia64/ia64.c (ia64_expand_prologue): Don't abort if leaf
4627         function uses output registers.  Don't save RP for leaf functions.
4628         Do save RP even if no epilogue.
4629         * config/ia64/ia64.h (FIXED_REGISTERS): Unmark in/out registers.
4630         (CALL_USED_REGISTERS): Unmark in registers.
4631         (REG_ALLOC_ORDER): Move out regs up, to near the top.  Move in regs up,
4632         to near the middle.
4633
4634 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4635
4636         * config/rs6000/rs6000.md (bunordered): New expander.
4637         (bordered): New expander.
4638         (buneq): New expander.
4639         (bunge): New expander.
4640         (bungt): New expander.
4641         (bunle): New expander.
4642         (bunlt): New expander.
4643         (bltgt): New expander.
4644
4645         * config/rs6000/rs6000.c (ccr_bit): Handle unordered comparisons.
4646         (ccr_bit_negated_p): New function.
4647         (print_operand): For %C, generate appropriate cror for UNEQ,
4648         UNLT, UNGT, and LTGT.  For %T and %t, use ccr_bit_negated_p.
4649
4650 2000-03-20  Andreas Jaeger  <aj@suse.de>
4651
4652         * sdbout.c (sdbout_one_type): Add braces to avoid "ambigous else"
4653         warning.
4654
4655         * tree.h (safe_for_unsave): Prototype.
4656
4657 2000-03-20  Richard Henderson  <rth@cygnus.com>
4658
4659         * regmove.c (stack_memref_p): Fix typo, reorg for readability.
4660         (combine_stack_adjustments_for_block): Don't allow sp references
4661         in the side of a set we're not fixing up.
4662         * toplev.c (rest_of_compilation): Run combine_stack_adjustments
4663         after life_analysis.
4664
4665 2000-03-20  Richard Henderson  <rth@cygnus.com>
4666
4667         * calls.c (expand_call): Don't bother generating tail call
4668         sequences if there are pending cleanups.  Use
4669         expand_start_target_temps/expand_end_target_temps to elide
4670         cleanups created during sibcall expansion.
4671
4672 2000-03-20  Geoff Keating  <geoffk@cygnus.com>
4673
4674         * configure.in: Set $IFS to a value if it doesn't already have one
4675         in the --enable-checking handling.
4676         * configure: Regenerate.
4677
4678 2000-03-20  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4679
4680         * c-parse.in (SAVE_WARN_FLAGS): Use size_int.
4681         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4682         Regenerated.
4683
4684 Mon Mar 20 11:43:15 MET 2000  Jan Hubicka  <jh@suse.cz>
4685
4686         * jump.c (delete_noop_moves): Remove code attempting to
4687         combine stack adjustments.
4688
4689 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4690
4691         * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions.
4692         * except.c (emit_cleanup_handler): Use them.
4693         (expand_end_all_catch): Likewise.
4694         * function.c (fixup_var_refs): Likewise.
4695         (expand_function_end): Clear catch_clauses_last.
4696         * rtl.h (push_to_full_sequence, end_full_sequence): Declare.
4697         * except.h (struct eh_status): New field x_catch_clauses_last.
4698         (catch_clauses_last): New define.
4699
4700         * Makefile.in (tree.o): Depend on HASHTAB_H.
4701         * tree.c: Include hashtab.h.
4702         (struct type_hash): Remove next field.
4703         (TYPE_HASH_SIZE): Remove.
4704         (TYPE_HASH_INITIAL_SIZE): New define.
4705         (type_hash_table): Change type to htab_t.
4706         (type_hash_eq, type_hash_hash, print_type_hash_statistics,
4707         mark_hash_entry): New functions.
4708         (init_obstacks): Allocate type hash.
4709         (type_hash_lookup): Use htab functions.
4710         (type_hash_add, mark_type_hash): Likewise.
4711         (dump_tree_statistics): Call print_type_hash_statistics.
4712
4713 2000-03-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4714
4715         * rs6000/t-aix41: New file.
4716
4717         * configure.in ({rs6000,powerpc}-ibm-aix4.[12]*): Use it.
4718
4719 Sun Mar 19 13:27:30 2000  Hans-Peter Nilsson  <hp@axis.com>
4720
4721         * tm.texi (Driver): Fix typos and tweak entry for
4722         INCLUDE_DEFAULTS.
4723         Move misplaced STRUCT_FORCE_BLK entry ...
4724         (Storage Layout): ... to here.
4725         (Run-time Target): Recommend having TARGET_MASK_... helper macros.
4726
4727 2000-03-19  Richard Henderson  <rth@cygnus.com>
4728
4729         * flow.c (delete_block): Delete the addr_vec along with the block.
4730         (flow_delete_insn): Decrement LABEL_NUSES when deleting insns that
4731         reference labels.
4732
4733         * fold-const.c (extract_muldiv): Apply type check for defined
4734         overflow to multiply as well as divide.
4735
4736         * stor-layout.c (layout_decl): Don't abort on any zero sized decl.
4737
4738 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4739
4740         * emit-rtl.c (remove_unncessary_notes): Check that all
4741         NOTE_INSN_BLOCK_BEG and NOTE_INSN_BLOCK_END notes have an
4742         associated NOTE_BLOCK.
4743         * function.h (identify_blocks): Update comments.
4744         (reorder_blocks): Declare.
4745         * function.c (identify_blocks): Don't take paramters.
4746         (reorder_blocks): Don't take parameters.
4747         * loop.h (find_loop_tree_blocks): Remove.
4748         (unroll_block_trees): Likewise.
4749         * loop.c (loop_optimize): Don't call find_loop_tree_blocks.  Use
4750         reorder_blocks instead of unroll_block_trees.h
4751         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Likewise.
4752         * stmt.c (find_loop_tree_blocks): Remove.
4753         (unroll_block_trees): Likewise.
4754         * toplev.c (rest_of_compilation): Don't call find_loop_tree_blocks
4755         in whole-function mode.
4756         * tree.h (reorder_blocks): Remove declaration.
4757
4758         * expr.c: Include intl.h.
4759         * Makefile.in (expr.o): Depend on intl.h.
4760
4761 2000-03-18  Richard Henderson  <rth@cygnus.com>
4762
4763         * expr.c (emit_move_insn_1): Clarify cannot_inline message.
4764
4765 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
4766
4767         * tree.h (tree_index): Remove enumerals for integer types.
4768         (integer_type_kind): New type.
4769         (integer_types): New variable.
4770         (char_type_node): Adjust.
4771         (signed_char_type_node): Likewise.
4772         (unsigned_char_type_node): Likewise.
4773         (short_integer_type_node): Likewise.
4774         (short_unsigned_type_node): Likewise.
4775         (integer_type_node): Likewise.
4776         (unsigned_type_node): Likewise.
4777         (long_integer_type_node): Likewise.
4778         (long_unsigned_type_node): Likewise.
4779         (long_long_integer_type_node): Likewise.
4780         (long_long_unsigned_type_node): Likewise.
4781         * tree.c (integer_types): New variable.
4782         (init_obstacks): Register it as a root.
4783
4784 Sat Mar 18 14:38:00 2000  Jason Eckhardt  <jle@cygnus.com>
4785
4786         * bb-reorder.c (reorder_basic_blocks): Update PREV_INSN as well as
4787         NEXT_INSN. Update last insn in chain.
4788
4789 2000-03-17  Jason Merrill  <jason@casey.cygnus.com>
4790
4791         * dwarf2out.c (dwarf2out_decl): Don't emit anything for types
4792         with TYPE_DECL_SUPPRESS_DEBUG set.
4793
4794 2000-03-18  Richard Henderson  <rth@cygnus.com>
4795
4796         * flow.c (make_edges): Use INTVAL to access REG_EH_REGION value.
4797
4798 2000-03-18  Richard Henderson  <rth@cygnus.com>
4799
4800         * i386.c (call_insn_operand): Always allow SYMBOL_REF,
4801         care for HALF_PIC_P.
4802         (expander_call_insn_operand): Remove.
4803         (ix86_expand_epilogue): New arg `emit_return' to control return insn.
4804         * i386.h (PREDICATE_CODES): Update.
4805         * i386.md (all call expanders): Remove predicates, remove special
4806         handling for half-pic.
4807         (*call_1, *call_value_1): Handle SIBLING_CALL_P insns.
4808         (*call_pop_pic2, *call_pic2, *call_value_pop_2, *call_value_2): Remove.
4809         (sibcall_epilogue): New.
4810
4811 2000-03-17  Richard Henderson  <rth@cygnus.com>
4812
4813         * rtlanal.c (single_set): Reject if the parallel has anything
4814         except SET or USE or CLOBBER.
4815
4816 2000-03-17  Jeff Law  <law@cygnus.com>
4817             Richard Henderson  <rth@cygnus.com>
4818
4819         * Makefile.in (OBJS): Add sibcall.o.
4820         (sibcall.o): New.
4821         * sibcall.c: New file.
4822         * calls.c (FUNCTION_OK_FOR_SIBCALL): Provide default.
4823         (ECF_IS_CONST, ECF_NOTHROW, ECF_SIBCALL): New.
4824         (emit_call_1): Replace `is_const' and `nothrow' with `ecf_flags'.
4825         Emit sibcall patterns when requested.  Update all callers.
4826         (expand_call): Generate CALL_PLACEHOLDER insns when tail call
4827         elimination seems feasable.
4828         * final.c (leaf_function_p): Sibling calls don't discount being
4829         a leaf function.
4830         * flow.c (HAVE_sibcall_epilogue): Provide default.
4831         (find_basic_blocks_1): Sibling calls don't throw.
4832         (make_edges): Make edge from sibling call to EXIT.
4833         (propagate_block): Don't remove sibcall_epilogue insns.
4834         * function.c (prologue, epilogue): Turn into varrays.  Update all uses.
4835         (sibcall_epilogue): New.
4836         (fixup_var_refs): Scan CALL_PLACEHOLDER sub-sequences.
4837         (identify_blocks_1): Likewise.  Break out from ...
4838         (identify_blocks): ... here.
4839         (reorder_blocks_1): Scan CALL_PLACEHOLDER.  Break out from ...
4840         (reorder_blocks): ... here.
4841         (init_function_for_compilation): Zap prologue/epilogue as varrays.
4842         (record_insns): Extend a varray instead of mallocing new memory.
4843         (contains): Read a varray not array of ints.
4844         (sibcall_epilogue_contains): New.
4845         (thread_prologue_and_epilogue_insns): Emit and record
4846         sibcall_epilogue patterns.
4847         (init_function_once): Allocate prologue/epilogue varrays.
4848         * genflags.c (gen_insn): Treat sibcall patterns as calls.
4849         * integrate.c (save_parm_insns): Recurse on CALL_PLACEHOLDER patterns.
4850         Broken out from ...
4851         (save_for_inline_nocopy): ... here.
4852         (copy_insn_list): Recurse on CALL_PLACEHOLDER patterns.
4853         Broken out from ...
4854         (expand_inline_function): ... here.
4855         (copy_rtx_and_substitute): Handle NOTE_INSN_DELETED_LABEL.
4856         (subst_constants): Handle 'n' formats.
4857         * jump.c (jump_optimize_minimal): New.
4858         (jump_optimize_1): New arg `minimal'; update callers.  Elide most
4859         optimizations if it's set.
4860         * rtl.c (copy_rtx): Do copy jump & call for insns.
4861         * rtl.h (struct rtx_def): Document use of jump and call for insns.
4862         (SIBLING_CALL_P): New.
4863         (sibcall_use_t): New.
4864         * toplev.c (rest_of_compilation): Do init_EXPR_INSN_LIST_cache earlier.
4865         Invoke optimize_sibling_and_tail_recursive_calls.
4866         * tree.c (lang_safe_for_unsave): New.
4867         (safe_for_unsave): New.
4868         * tree.h (lang_safe_for_unsave, safe_for_unsave): Declare.
4869
4870         * alpha.h (FUNCTION_OK_FOR_SIBCALL): New.
4871         * alpha.md (sibcall, sibcall_value, sibcall_epilogue): New.
4872         (*sibcall_osf_1, *sibcall_value_osf_1): New.
4873
4874 2000-03-17  Mark Mitchell  <mark@codesourcery.com>
4875
4876         * objc/objc-act.c (encode_method_prototype): Pass types, not
4877         PARM_DECLs, to int_size_in_bytes.
4878
4879 Fri Mar 17 11:51:34 2000  Jim Wilson  <wilson@cygnus.com>
4880
4881         * config/ia64/ia64.md (mix4right_3op): Swap %1 and %2 in template.
4882
4883         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
4884         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyrights again.
4885
4886 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4887
4888         * Clean up usages of TREE_INT_CST_LOW.
4889         * c-parse.in (RESTORE_WARN_FLAGS): Use tree_low_cst.
4890         * c-parse.y, c-parse.c, objc/objc-parse.y, objc/objc-parse.c:
4891         Regenerated.
4892         * c-tree.h (min_precision): Move declaration to here.
4893         * c-typeck.c (build_binary_op): Use host_integerp and tree_low_cst.
4894         (build_unary_op, add_pending_init): Use bit_position.
4895         (pending_init_member, process_init_element): Likewise.
4896         (really_start_incremental_init, push_init_level, pop_init_level):
4897         Don't make copies of nodes or modify them in place, use consistent
4898         types when tracking positions, and use tree routines computations.
4899         (set_init_index, output_init_element): Likewise.
4900         (output_pending_init_elements, process_init_element): Likewise.
4901         * dbxout.c (dbxout_type_fields): Use bit_position, host_integerp,
4902         tree_low_cst and int_bit_position; also minor cleanup.
4903         (dbxout_type_method_1, dbxout_range_type, dbxout_type): Likewise.
4904         (print_cst_octal): Precision is unsigned.
4905         (dbxout_symbol): Ensure DECL_INITIAL is in-range and use tree_low_cst.
4906         * dwarf2out.c (ceiling): Input and output are unsigned HOST_WIDE_INT.
4907         (simple_type_align_in_bits): Result is unsigned int.
4908         Use tree_int_low_cst and host_integerp.
4909         (simple_type_size_in_bits): Result is unsigned HOST_WIDE_INT.
4910         (field_byte_offset): Result is HOST_WIDE_INT.
4911         Change types of internal variables so alignments are unsigned int,
4912         offsets are HOST_WIDE_INT and sizes are unsigned HOST_WIDE_INT.
4913         Use host_integerp, tree_low_cst, and int_bit_position.
4914         (add_bit_offset_attribute): Likewise.
4915         (add_data_member_location_attribute): Use tree_cst_low.
4916         (add_bound_info): Use host_integerp, integer_zerop, and integer_onep.
4917         (add_bit_size_attribute): Use tree_low_cst.
4918         (add_pure_or_virtual_attribute, gen_enumeration_type_die): Likewise.
4919         * dwarfout.c: Similar changes to dwarf2out.c.
4920         * expr.c (expand_expr, case ARRAY_REF): Remove redundant code.
4921         * genoutput.c (n_occurences): Return -1 for null string.
4922         (strip_whitespace): Accept null string and make into function.
4923         (scan_operands): Reflect above changes.
4924         * sdbout.c (plain_type_1): Use host_integerp and tree_low_cst.
4925         (sdbout_field_types, sdbout_one_type): Likewise; also use bit_position.
4926         * ssa.c (rename_registers): Add missing cast of arg to bzero.
4927         * tree.c (int_size_in_bytes): Check for too big to represent.
4928         (bit_position, int_bit_position, host_integerp, tree_low_cst): New fns.
4929         * tree.h (host_integerp, tree_low_cst, bit_position, int_bit_position):
4930         New declarations.
4931         (min_precision): Delete from here.
4932         * varasm.c (decode_addr_const): Use host_integerp, bit_position,
4933         and int_bit_position.
4934         * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
4935         (encode_method_def): Likewise.
4936         (build_ivar_list_initializer): Use int_bit_position.
4937         (generate_shared_structures): Convert size.
4938         (encode_type, encode_complete_bitfield): Use integer_zerop.
4939         (encode_bitfield): Use tree_low_cst and int_bit_position.
4940
4941 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4942
4943         * config/c4x/c4x.h (CPP_SPEC): Fix typo.
4944
4945 2000-03-17  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4946
4947         * call.c (special_function_p): It is only malloc if it returns
4948         Pmode.
4949
4950 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4951
4952         * config/c4x/c4x.h (ASM_SPEC, CPP_SPEC, LINK_SPEC): Support C33.
4953         (C33_FLAG, TARGET_C3X): Add macros.
4954         (TARGET_SWITCHES): Add -m33 option.
4955         * config/c4x/c4x.c (c4x_override_options): Test for TARGET_C33.
4956
4957 2000-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4958
4959         * config/c4x/c4x.h (PARALLEL_INSN_FLAG): Add.
4960         (PARALLEL_PACK_FLAG): Delete.
4961         (TARGET_SWITCHES): Update.
4962         (TARGET_PARALLEL): Use PARALLEL_INSN_FLAG.
4963
4964 Thu Mar 16 18:52:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4965
4966         * fold-const.c (fold): Fix a few cases when the returned result
4967         is not of the same type as the input.
4968
4969 2000-03-16  Nick Clifton  <nickc@cygnus.com>
4970
4971         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Fix compile time
4972         warning.
4973
4974 2000-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4975
4976         * libgcc2.h: Move prototypes above macros with the same name.
4977         Wrap some function prototypes in the conditional which indicates
4978         whether they are supported, i.e. "BITS_PER_UNIT == 8".
4979
4980 2000-03-16  Richard Henderson  <rth@cygnus.com>
4981
4982         * calls.c: Revert last two changes.
4983
4984 2000-03-16  Bernd Schmidt  <bernds@cygnus.co.uk>
4985
4986         * fp-bit.c (_unpack_d): If NO_DENORMALS is defined, anything that
4987         has exponent 0 is a zero.
4988
4989         * simplify-rtx.c (hash_rtx, case MEM/REG): Take into account that
4990         HASH may already be nonzero.  Add code/mode into hash value
4991         immediately after repeat label.
4992         (cselib_lookup): Don't leave the hash table in an inconsistent
4993         state before a hash lookup operation.
4994
4995 Thu Mar 16 17:03:10 MET 2000  Jan Hubicka  <jh@suse.cz>
4996
4997         * i386.md (all HI and QI mode non-move patterns):  Conditionize
4998         by TARGET_[HQ]IMODE_MATH.
4999         * i386.h (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
5000         x86_promote_qi_regs): Declare.
5001         (TARGET_HIMODE_MATH, TARGET_QIMODE_MATH, TARGET_PROMOTE_HI_REGS,
5002         TARGET_PROMOTE_QI_REGS): New macros.
5003         (PROMOTE_MODE): New macro.
5004         * i386.c (x86_himode_math, x86_qimode_math, x86_promote_hi_regs,
5005         x86_promote_qi_regs): New global variables.
5006
5007 Thu Mar 16 16:50:44 MET 2000  Jan Hubicka  <jh@suse.cz>
5008
5009         * calls.c (emit_library_call_value_1): Break out from ...; handle
5010         VOIDmode function calls too.
5011         (emit_library_call_value): ... here.
5012         (emit_library_call): Implement by calling emit_library_call_value_1.
5013
5014 Thu Mar 16 16:01:30 MET 2000  Jan Hubicka  <jh@suse.cz>
5015
5016         * calls.c (expand_call): Do sanity checking on arg_space_so_far.
5017         Update arg_space_so_far on stack adjustments.
5018         (emit_library_call, emit_library_call_value): Likewise; take into
5019         account arg_space_so_far and pending_stack_adjust when calculcating
5020         the boundary.
5021
5022 Thu Mar 16 09:02:19 2000  Jason Eckhardt  <jle@cygnus.com>
5023
5024         * flow.c: Move all basic block reordering code into its own file.
5025         (create_basic_block): Externalize.
5026         * bb-reorder.c: New file. Copy all basic block reordering code from
5027         flow.c to this file.
5028         (reorder_basic_blocks): Fix fencepost error in for-loop.
5029         (reorder_basic_blocks): Remove braces from single statement for-loops.
5030         * basic-block.h: Add declaration for create_basic_block.
5031         * Makefile.in: Add rules for bb-reorder.o.
5032
5033 2000-03-16  Neil Booth  <NeilB@earthling.net>
5034
5035         * cppinit.c (handle_option):  Implement #unassert directive
5036         as -A- command line option.
5037         (print_help):  Update.
5038         * cpptexi.c:  Update.
5039
5040 Thu Mar 16 02:14:16 2000  Hans-Peter Nilsson  <hp@bitrange.com>
5041
5042         * md.texi (Standard Names): Document `jump'.
5043
5044 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
5045
5046         * calls.c (emit_call_1): Nothrow functions can still have nonlocal
5047         gotos.
5048
5049 2000-03-15  Geoff Keating  <geoffk@cygnus.com>
5050
5051         Merge changes from newppc-branch onto trunk.
5052
5053         2000-03-15  Geoff Keating  <geoffk@cygnus.com>
5054
5055         * rs6000.c (toc_hash_table): Update for new hash table functions.
5056         (toc_hash_function): Likewise.
5057         (toc_hash_eq): Likewise.
5058         (toc_hash_mark_entry): Likewise.
5059         (toc_hash_mark_table): Likewise.
5060         (output_toc): Likewise.
5061         (rs6000_add_gc_roots): Likewise.
5062
5063         2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5064
5065         * t-aix43 (AR_FOR_TARGET): Deleted.  Moved `-X32_64'...
5066         (AR_FLAGS_FOR_TARGET): here.  New macro.
5067
5068         2000-03-05  Clinton Popetz  <cpopetz@cygnus.com>
5069
5070         * config/rs6000/rs6000.c (rs6000_fpmem_offset, rs6000_fpmem_size,
5071         fpmem_operand) Delete.
5072         (xer_operand) New.
5073         (rs6000_reg_names, alt_reg_names): Change fpmem to xer.
5074         (machine_function): Remove fpmem_size, fpmem_offset, save_toc_p.
5075         (rs6000_save_machine_status, rs6000_restore_machine_status,
5076         rs6000_init_expanders, rs6000_stack_info, debug_stack_info): Remove
5077         references to above variables.
5078         (gpc_reg_operand): Use XER_REGNO_P instead of FPMEM_REGNO_P.
5079         * config/rs6000/rs6000.h (REG_ALLOC_ORDER, REGISTER_NAMES,
5080         DEBUG_REGISTER_NAMES): Chagne fpmem to xer.
5081         (FPMEM_REGNO_P, FPMEM_REGNUM): Delete.
5082         (XER_REGNO_P, XER_REGNO): New.
5083         (rs6000_stack): Remove fpmem_p, fpmem_offset, fpmem_size.
5084         (PREDICATE_CODES): Change fpmem_operand to xer_operand.
5085         (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Change FPMEM_REGNO_P to
5086         XER_REGNO_P.
5087         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
5088         REG_CLASS_FROM_LETTER, CLASS_MAX_NREGS): Change FPMEM_REGS to XER_REGS,         and remove FLOAT_OR_FPMEM_REGS.
5089         (CLASS_CANNOT_CHANGE_SIZE): Change to FLOAT_REGS.
5090
5091         2000-02-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5092
5093         * aix.h (FP_SAVE_INLINE, ASM_OUTPUT_INTERNAL_LABEL_PREFIX,
5094         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Move here...
5095         * rs6000.h: from here.
5096
5097         * rs6000-protos.h (rs6000_select_section): Provide prototype.
5098         (rs6000_select_rtx_section): Likewise.
5099         (rs6000_encode_section_info): Likewise.
5100         (sdata_section): Likewise.
5101         (sdata2_section): Likewise.
5102         (sbss_section): Likewise.
5103         * sysv4.h (rs6000_select_section): Delete prototype.
5104         (rs6000_select_rtx_section): Likewise.
5105         (rs6000_encode_section_info): Likewise.
5106         (sdata_section): Likewise.
5107         (sdata2_section): Likewise.
5108         (sbss_section): Likewise.
5109         (REG_SAVE_AREA): Delete definition duplicated in rs6000.h.
5110
5111         * sysv4.h: Delete various unnecessary #undef's and put a comment
5112         on the remaining ones.
5113         Change various comments according to coding standard.
5114
5115         2000-02-29  Clinton Popetz  <cpopetz@cygnus.com>
5116
5117         * config/rs6000/rs6000.h (MQ_REGNO, CR0_REGNO, CR1_REGNO, CR2_REGNO,
5118         CR3_REGNO, CR4_REGNO, MAX_CR_REGNO): Define.
5119         (CR0_REGNO_P) Remove.
5120         * config/rs6000/rs6000.c (gpc_reg_operand, and64_operand, and_operand,
5121         setup_incoming_varargs, mtcrf_operation, print_operand,
5122         rs6000_stack_info, rs6000_emit_prologue, rs6000_emit_epilogue):
5123         Use the above macros.
5124
5125         2000-02-24  Clinton Popetz  <cpopetz@cygnus.com>
5126
5127         * config/rs6000/rs6000.md: Added a new alternative for each
5128         pattern that had a 'x' alternative but no 'y' alternative.
5129         Added a new split for each of the above patterns.
5130
5131         2000-02-18  Geoff Keating  <geoffk@cygnus.com>
5132
5133         * aix41.h (ASM_CPU_SPEC): Delete.
5134         (CPP_CPU_SPEC): Delete.
5135
5136         * aix.h (RS6000_OUTPUT_BASENAME): Define.
5137         (ASM_OUTPUT_LABEL): Define.
5138         (ASM_GLOBALIZE_LABEL): Define.
5139         (STRIP_NAME_ENCODING): Define.
5140         * rs6000.h (RS6000_OUTPUT_BASENAME): Don't define.
5141         (STRIP_NAME_ENCODING): Don't define.
5142         (ASM_OUTPUT_LABEL): Don't define.
5143         (ASM_GLOBALIZE_LABEL): Don't define.
5144         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use assemble_name to output
5145         names, and ASM_OUTPUT_LABEL to output labels, rather than
5146         asm_fprintf.
5147         (ASM_OUTPUT_LABEL): Define.
5148         (ASM_OUTPUT_INT): Use assemble_name.
5149         (ASM_OUTPUT_DWARF_ADDR): Use assemble_name.
5150         (STRIP_NAME_ENCODING): Don't undefine first.
5151         (RS6000_OUTPUT_BASENAME): Make equivalent to assemble_name for
5152         ELF.
5153         (ASM_OUTPUT_LABELREF): Don't prepend underscores to labels
5154         specified with 'asm' even with -fleading-underscore.
5155         * rs6000.c (print_operand): Use assemble_name when !TARGET_AIX.
5156         (output_epilog): Likewise.
5157         (output_toc): Likewise.
5158         * tramp.asm: Handle -fleading-underscore correctly.
5159
5160         * rs6000.md (builtin_setjmp_receiver): Also run for -fPIC and
5161         -mminimal-toc.
5162         (nonlocal_goto_receiver): Delete.
5163         * rs6000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Delete.
5164
5165         * rs6000.h (ASM_OUTPUT_DEF): Don't define.
5166         (SET_ASM_OP): Define.
5167         * sysv4.h (ASM_OUTPUT_DEF): Don't undefine.
5168
5169         * rs6000.h (ASM_OUTPUT_ADDR_VEC_ELT): Don't define.
5170         (ASM_LONG): Define.
5171
5172         * rs6000.c (rs6000_dll_import_ref): Delete, not used.
5173         * rs6000-protos.h (rs6000_dll_import_ref): Delete.
5174
5175         * rs6000.h: Add 'u' to more constants.
5176
5177         2000-02-18  David Edelsohn  <edelsohn@gnu.org>
5178
5179         * rs6000.md (mfcr+shift): Delete PowerPC64 version.
5180
5181         2000-02-15  David Edelsohn  <edelsohn@gnu.org>
5182
5183         * rs6000.c (reg_or_u_cint_operand): New function.
5184         (logical_operand): Handle 64-bit hosts.
5185         (logical_u_operand): New function.
5186         (non_logical_cint_operand): Handle 64-bit hosts.
5187         (non_logical_u_cint_operand): New function.
5188         * rs6000.h (DATA_SECTION_ASM_OP): Add tab.
5189         (PREDICATE_CODES): Define new functions.
5190         * rs6000-protos.h: Declare new functions.
5191         * rs6000.md (iordi3, xordi3): Constant int must be unsigned 32-bits.
5192         (movdi_64): Bracket code intended for 64-bit hosts.  Create
5193         CONST_DOUBLE for 32-bit values.
5194         (scc insns): Generate DImode compares.
5195         (mfcr insns): Create DImode versions.
5196         (sge matchers): New patterns.
5197
5198         2000-02-15  Gabriel Paubert  <paubert@iram.es>
5199
5200         * rs6000.md: Correct instructions length attributes and
5201         constraints on unsigned compare instructions.
5202         (*ne0): Disable for PowerPC64.
5203
5204         2000-02-11  Geoff Keating  <geoffk@cygnus.com>
5205
5206         * rs6000.c (output_function_profiler): Use .long for a 32-bit
5207         quantity, fix profile1.C test failure under -fPIC.
5208
5209         * rs6000.c: Add 'u' to many constants to suppress warnings.
5210         (constant_pool_expr_1): Make static.
5211         (rs6000_emit_eh_toc_restore): Remove unused 'r2'.
5212         * rs6000.h: Add 'u' to many constants to suppress warnings.
5213
5214         * rs6000.c (rs6000_emit_load_toc_table): Use LCTOC..1 under AIX
5215         for the start of the TOC, instead of LCTOC..0.
5216         * aix.h (toc_section): Use LCTOC..1 under AIX for the start
5217         of the TOC.
5218         * rs6000.md (load_toc_aix_si): Use LCTOC..1.
5219         (load_toc_aix_di): Use LCTOC..1.
5220
5221         * rs6000.h (LEGITIMIZE_ADDRESS): Turn into a function.
5222         * rs6000.c (rs6000_legitimize_address): New function from
5223         LEGITIMIZE_ADDRESS.  Only use create_TOC_reference on
5224         symbols in the constant pool that really are TOC references.
5225         (print_operand_address): For ELF, write TOC offsets under
5226         -fPIC as subtractions in the insn.
5227         (output_toc): For ELF, define symbols in TOC as normal labels,
5228         to match RTL.
5229         (create_TOC_reference): Use gen_rtx_PLUS rather than gen_rtx.
5230         * rs6000-protos.h (rs6000_legitimize_address): Prototype.
5231         (create_TOC_reference): Prototype only when RTX_CODE is defined.
5232         * rs6000.md (movsi): Only use create_TOC_reference on
5233         symbols in the constant pool that really are TOC references.
5234
5235         * rs6000.h (MACHINE_DEPENDENT_REORG): Don't define.
5236         * rs6000.c (rs6000_reorg): Delete.
5237         * rs6000-protos.h (rs6000_reorg): Delete.
5238
5239         2000-02-09  Geoff Keating  <geoffk@cygnus.com>
5240
5241         * rs6000.h (INCOMING_RETURN_ADDR_RTX): New macro.
5242
5243         * aix.h (SETUP_FRAME_ADDRESSES): Define.
5244         * rs6000.c [TARGET_AIX] (insn_after_throw): New static variable.
5245         [TARGET_AIX] (rs6000_aix_emit_builtin_unwind_init): New function.
5246         [TARGET_AIX] (rs6000_emit_eh_toc_restore): New function.
5247         * rs6000-protos.h: Prototype rs6000_emit_eh_toc_restore,
5248         rs6000_aix_emit_builtin_unwind_init.
5249         * rs6000.md (eh_epilogue) [TARGET_AIX]: Call
5250         rs6000_emit_eh_toc_restore on AIX.
5251         (return_eh_si): Use r2.
5252         (return_eh_di): Use r2.
5253
5254         * aix43.h: Turn on HAS_INIT_SECTION and LD_INIT_SWITCH,
5255         since we're breaking binary compatibility anyway.
5256
5257         2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
5258
5259         * config/rs6000/rs6000-protos.h: (get_TOC_alias_set, uses_TOC,
5260         constant_pool_expr_p): Declare them.
5261         (constant_pool_expr_p): Declare it.
5262         * config/rs6000/rs6000.c (toc_label_name): Define.
5263         (rs6000_override_options): Set toc_label_name.
5264         (input_operand): Allow any TOC_RELATIVE_EXPR_P.
5265         (get_TOC_alias_set, constant_pool_expr_p, constant_pool_expr_1,
5266         uses_TOC): New functions.
5267         (print_operand): Delete old '*' case.
5268         (print_operand_address): Use LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
5269         and strip off rtl for TOC before calling output_addr_const.
5270         (rs6000_emit_load_toc_table): Use toc_label_name.
5271         * config/rs6000/rs6000.h (TARGET_SWITCHES): Make msched-prolog
5272         the default.
5273         (LEGITIMATE_CONSTANT_POOL_BASE_P): Delete.
5274         (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): New macros.
5275         (LEGITIMATE_CONSTANT_POOL_ADDRESS_P): Use CONSTANT_POOL_EXPR_P.
5276         (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Turn symbol_refs
5277         into explicit TOC_REGISTER offsets.
5278         (TOC_REGISTER): New macro.
5279         * config/rs6000/rs6000.md (movsi, movdi): Emit rtl under
5280         TARGET_TOC to reference TOC_REGISTER.
5281         (load_toc_v4_PIC_1b): Add 4 to offset for toc reload.
5282         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Call
5283         uses_TOC before emitting label references.
5284
5285         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
5286
5287         * rs6000.md (stack_tie): Fix warning.
5288
5289         * eabi-ctors.c: Use 'asm' names for the start/end variables,
5290         to handle -fleading-underscore.
5291         * sysv4.h (ASM_DECLARE_FUNCTION_NAME): Use asm_fprintf and %U.
5292         (USER_LABEL_PREFIX): New macro.
5293         (ASM_OUTPUT_INTERNAL_LABEL_PREFIX): Use asm_fprintf and %L.
5294         (ASM_OUTPUT_LABELREF): Use asm_fprintf and %U.
5295         * t-ppccomm (MULTILIB_MATCHES_SYSV): Note that call-sysv and
5296         call-linux can use the same multilibs.
5297         * t-ppcgas (MULTILIB_OPTIONS): Don't need to have separate call-sysv
5298         and call-linux multilibs.  Do multilib with -fleading-underscore.
5299         (MULTILIB_DIRNAMES): Follow MULTILIB_OPTIONS change.
5300         (MULTILIB_EXCEPTIONS): Remove call-linux exceptions.  Add restrictions
5301         to call-aix.
5302
5303         * sysv4.h (CPP_SYSV_SPEC): Define _SOFT_FLOAT for all those CPUs that
5304         have MASK_SOFT_FLOAT set.
5305         (CPP_FLOAT_DEFAULT_SPEC): New macro.
5306         (SUBTARGET_EXTRA_SPECS): Set `cpp_float_default' to the value of
5307         CPP_FLOAT_DEFAULT_SPEC.
5308
5309         * rs6000.c (ccr_bit): Add some consistency checks and a variable 'reg'.
5310         * rs6000.md: Whitespace change.
5311         * sysv4.h (LINK_TARGET_SPEC): Whitespace change.
5312         * sysv4le.h (LINK_TARGET_SPEC): Whitespace change.
5313
5314         2000-02-05  Geoff Keating  <geoffk@cygnus.com>
5315
5316         * rs6000.md (eh_epilogue): New expander.
5317         (eh_reg_restore): New expand/split/insn combination.
5318         (return_eh_si): New insn.
5319         (return_eh_di): New insn.
5320
5321         * eabi-ci.asm: Put a label at the start of the .eh_frame section.
5322         * eabi-cn.asm: Put a zero at the end of the .eh_frame section.
5323         * eabi-ctors.c (__do_global_ctors): Register this object's
5324         frame.  Clean up.  Call atexit() after the constructors.
5325         (__do_global_dtors): Deregister this object's frame.  Clean up.
5326         Allow for recursive calls to exit().
5327         * rs6000.c (fixuplabelno): New variable.
5328         * sysv4.h (ASM_OUTPUT_INT): Don't do .fixup if not
5329         TARGET_RELOCATABLE, it slows down exec() under linux.
5330         (ASM_OUTPUT_DWARF_ADDR): Do .fixup if TARGET_RELOCATABLE.
5331
5332         * aix.h (ASM_OUTPUT_DWARF_ADDR_VAR): New macro.
5333         (ASM_OUTPUT_DWARF_DELTA_VAR): New macro.
5334         (ASM_OUTPUT_DWARF_DELTA2): New macro.
5335         (ASM_OUTPUT_DWARF_DELTA4): New macro.
5336         (ASM_OUTPUT_DWARF_ADDR_DELTA): New macro.
5337         (ASM_OUTPUT_DWARF_ADDR): New macro.
5338         (ASM_OUTPUT_DWARF_DATA4): New macro.
5339         (ASM_OUTPUT_DWARF_DATA2): New macro.
5340         (ASM_OUTPUT_DWARF_OFFSET4): New macro.
5341         (ASM_OUTPUT_DWARF_OFFSET): New macro.
5342         (UNALIGNED_INT_ASM_OP): New macro, fake definition.
5343
5344         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
5345
5346         * rs6000.c (rs6000_sr_alias_set): New variable.
5347         (rs6000_override_options): Initialise rs6000_sr_alias_set.
5348         (rs6000_emit_stack_tie): New function.
5349         (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P
5350         in a way that dwarf2out can understand.
5351         (rs6000_frame_related): New function.
5352         (rs6000_emit_prologue): Use rs6000_sr_alias_set.  Specify
5353         RTX_FRAME_RELATED_P in a way that dwarf2out can understand.
5354         Use rs6000_emit_stack_tie when needed.
5355         (rs6000_emit_epilogue): Use rs6000_sr_alias_set.  Don't set
5356         RTX_FRAME_RELATED_P.  Use rs6000_emit_stack_tie when needed.
5357         * rs6000.md (stack_tie): New insn.
5358         (return_internal_si): Allow return value to be in the count
5359         register.
5360         (return_internal_di): Likewise.
5361
5362         * rs6000.c (output_mi_thunk): Remove unused variable `sp'.
5363
5364         2000-02-03  Geoff Keating  <geoffk@cygnus.com>
5365
5366         * sysv4.h (LOCAL_LABEL_PREFIX): Define, for the use of dbxelf.h.
5367
5368         2000-01-31  Geoff Keating  <geoffk@cygnus.com>
5369
5370         * rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): New macro.
5371
5372         * rs6000.md (stmw): Use the right POWER opcode.
5373         (lmw): Likewise.
5374
5375         2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5376
5377         * rs6000-protos.h: New file.
5378
5379         * rs6000.c: Include tm_p.h.  Fix compile time warnings.
5380
5381         * rs6000.h: Move prototypes to rs6000-protos.h.  Fix compile time
5382         warnings.
5383
5384         * sysv4.h: Likewise.
5385
5386         2000-01-28  Geoff Keating  <geoffk@cygnus.com>
5387
5388         * ../../configure.in: Delete powerpcle-*-winnt*
5389         and powerpcle-*-pe|powerpcle-*-cygwin*.
5390         * ../../configure: Regenerated.
5391         * cygwin.h: Delete.
5392         * rs6000.h (OBJECT_WINDOWS_NT): Delete.
5393         (TARGET_WINDOWS_NT): Delete.
5394         (ABI_NT): Delete.
5395         (CALL_NT_DLLIMPORT): Delete.
5396         Delete NT-specific code.
5397         * rs6000.md, rs6000.c, sysv4.h: Delete NT-specific code.
5398         * win-nt.h: Delete.
5399         * t-winnt: Delete.
5400         * nt-ci.asm: Delete.
5401         * nt-cn.asm: Delete.
5402         * ntstack.asm: Delete.
5403
5404         2000-01-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5405
5406         * rs6000.h (SELECT_RTX_SECTION): Move to aix.h.
5407         (ASM_FILE_START): Likewise.
5408         (ASM_DECLARE_FUNCTION_NAME): Likewise.
5409         (ASM_OUTPUT_LABELREF): Likewise.
5410         (ASM_OUTPUT_SKIP): Likewise.
5411         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
5412         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5413         (ASM_OUTPUT_CASE_LABEL): Likewise.
5414         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5415         (ASM_OUTPUT_ASCII): Likewise.
5416
5417         2000-01-27  Clinton Popetz  <cpopetz@cygnus.com>
5418
5419         * rs6000.c (rs6000_emit_load_toc_table): Use "LCG" and
5420         reload_toc_labelno for non-prologue TOC reloads.  Also, don't
5421         increment rs6000_pic_labelno here.
5422         (rs6000_emit_prologue): Pass TRUE to rs6000_emit_load_toc_table,
5423         and increment rs6000_pic_labelno here.
5424
5425         2000-01-24  Geoffrey Keating  <geoffk@cygnus.com>
5426
5427         * rs6000.md (fctiwz): Use (set (reg) (unspec:DI [(fix:SI ...)]))
5428         rather than (set (subreg:SI (reg)) (fix:SI ...)) so that register
5429         allocation knows (reg) is dead before the insn.
5430
5431         2000-01-21  Geoff Keating  <geoffk@cygnus.com>
5432
5433         * rs6000.md (movsi_to_cr): Correct typo in output template.
5434
5435         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
5436
5437         * rs6000.c (rs6000_pic_labelno): Always define.
5438         (rs6000_pic_func_labelno): Delete.
5439         (lmw_operation): Check for a zero base register,
5440         which doesn't mean what we want.
5441         (stmw_operation): New function.
5442         (print_operand): Define new 'l' modifier.
5443         (rs6000_stack_info): We must save all 64 bits of the registers
5444         if TARGET_POWERPC64.
5445         (rs6000_output_load_toc_table): Delete.
5446         (rs6000_emit_load_toc_table): New function.
5447         (rs6000_allocate_stack_space): Delete.
5448         (rs6000_emit_allocate_stack): New function.
5449         (rs6000_emit_prologue): New function.
5450         (output_prolog): Use rs6000_emit_prologue.
5451         (rs6000_emit_epilogue): Change a few variable names to be
5452         more accurate.  Restore all 64 bits of the registers if
5453         TARGET_POWERPC64.  Only restore the FP registers which were used
5454         if they are being saved/restored one-at-a-time.
5455         (output_mi_thunk): Delete inefficient code generation.
5456         (output_function_profiler): Don't use rs6000_output_load_toc_table.
5457         * rs6000.h: Declare rs6000_emit_load_toc_table,
5458         rs6000_allocate_stack_space, stmw_operation.  Don't declare
5459         rs6000_output_load_toc_table.
5460         * rs6000.md (elf_high): Allow register 0, but discourage it
5461         heavily.
5462         (elf_low): Support loading into register 0.
5463         (load_toc_aix_si): New pattern.
5464         (load_toc_aix_di): New pattern.
5465         (load_toc_v4_pic_si): New pattern.
5466         (load_toc_v4_pic_di): New pattern.
5467         (load_toc_v4_PIC_1): New pattern.
5468         (load_toc_v4_PIC_1b): New pattern.
5469         (load_toc_v4_PIC_2): New pattern.
5470         (builtin_setjmp_receiver): Use rs6000_emit_load_toc_table.
5471         (nonlocal_goto_receiver): Use rs6000_emit_load_toc_table.
5472         (prologue): New expander.
5473         (movesi_from_cr): New pattern.
5474         (stmw): New pattern.
5475         (save_fpregs_si): New pattern.
5476         (save_fpregs_di): New pattern.
5477
5478         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5479
5480         * rs6000.md (movsi): Don't use force_reg when no_new_pseudos.
5481         (movdi): Likewise.
5482         (movhi): Likewise.
5483         (movqi): Likewise.
5484
5485         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5486
5487         * rs6000.md (movsi_got): 'unspec 8' returns a SImode result,
5488         at present.
5489         (movsi_got_internal): Likewise.
5490         (movsi_got_internal+1): Likewise.
5491         (set_sp): 'unspec 7' does a SImode clobber.
5492
5493         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5494
5495         * rs6000.md (floatsidf2): Don't use the fpmem "register", just
5496         allocate a stack temporary.
5497         (floatsidf2_internal): Likewise.
5498         (floatsidf2_internal+1): Likewise.  Don't do bizzare hacks
5499         with unspec.
5500         (floatunssidf2): Don't use the fpmem "register", just
5501         allocate a stack temporary.
5502         (floatunssidf2_internal): Likewise.
5503         (floatunssidf2_internal+1): Likewise.  Don't do bizzare hacks
5504         with unspec.
5505         (floatsidf2_loadaddr): Delete.
5506         (floatsidf2_store1): Delete.
5507         (floatsidf2_store2): Delete.
5508         (floatsidf2_load): Delete.
5509         (fix_truncdfsi2): Don't use the fpmem "register", just
5510         allocate a stack temporary.
5511         (fix_truncdfsi2_internal_si): Delete.
5512         (fix_truncdfsi2_internal_di): Delete.
5513         (fix_truncdfsi2_internal): New insn.
5514         (fix_truncdfsi2_internal+1): Don't use the fpmem "register".
5515         (fix_truncdfsi2_store): Delete.
5516         (fix_truncdfsi2_load): Delete.
5517         (fctiwz): Produce gen_fctiwz.
5518
5519         2000-01-19  Geoffrey Keating  <geoffk@cygnus.com>
5520
5521         * eabi.h (INVOKE__main): Define.
5522         * rs6000.c (rs6000_stack_info): Don't handle call to NAME__MAIN
5523         specially.
5524         (rs6000_emit_prologue): Likewise.
5525         * rs6000.h (struct rs6000_stack): Don't keep track of whether
5526         this is the main program.
5527
5528         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5529
5530         * rs6000.c (rs6000_va_arg): Delete some unused variables.
5531
5532         2000-01-19  Geoff Keating  <geoffk@cygnus.com>
5533
5534         * rs6000.c (rs6000_va_arg): On AIX, padding for small arguments
5535         goes after the argument.
5536
5537         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5538
5539         * rs6000.md: Document 'unspec' values used.
5540         (epilogue): New expander.
5541         (movesi_to_cr_one): New expander.
5542         (movesi_to_cr and following): New pattern.
5543         (lmw): New pattern.
5544         (return_internal_si): New pattern.
5545         (return_internal_di): New pattern.
5546         (return_and_restore_fpregs_si): New pattern.
5547         (return_and_restore_fpregs_di): New pattern.
5548         * rs6000.h: Declare new functions.
5549         * rs6000.c (rs6000_stack_info): Use current_function_is_leaf
5550         rather than rs6000_calls_p.
5551         (rs6000_makes_calls): Delete.
5552         (lmw_operation): New function.
5553         (mtcrf_operation): New function.
5554         (rs6000_emit_epilogue): New function.
5555         (output_epilog): Call rs6000_emit_epilogue and final if
5556         !TARGET_SCHED_PROLOG, instead of writing text unconditionally.
5557
5558         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5559
5560         * aix43.h (SUBSUBTARGET_SWITCHES): Document switches.
5561         * aix41.h (SUBSUBTARGET_SWITCHES): Document switches.
5562         * aix.h (SUBTARGET_SWITCHES): Document switches.
5563         * rs6000.h: (TARGET_SWITCHES): Don't print options twice.  Make
5564         sched-prolog and sched-epilog the same.  Document all the
5565         switches.
5566         (TARGET_OPTIONS): No longer allow -mdebug-.
5567
5568         2000-01-12  Geoff Keating  <geoffk@cygnus.com>
5569
5570         * rs6000.h (ASM_FILE_END): Move to aix.h.
5571         (EXTRA_SECTIONS): Move to aix.h.
5572         (READONLY_DATA_SECTION): Move to aix.h.
5573         (EXTRA_SECTION_FUNCTIONS): Move to aix.h.
5574         (SELECT_SECTION): Move to aix.h.
5575         (JUMP_TABLES_IN_TEXT_SECTION): Move to aix.h.
5576         (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
5577         (LINK_REGISTER_REGNUM): New definition.
5578         (RETURN_ADDR_RTX): Use symbolic name for LINK_REGISTER_REGNUM.
5579         (SLOW_UNALIGNED_ACCESS): Define in a way suitable for both
5580         AIX and SVR4.
5581         * sysv4.h: Delete the code between the inclusion of rs6000.h
5582         and svr4.h.
5583         (DWARF_DEBUGGING_INFO): Don't define, it's defined in elfos.h.
5584         (FP_ARG_MAX_REG): Move generic definition to rs6000.h.
5585         (RS6000_REG_SAVE): Move generic definition to rs6000.h.
5586         (RS6000_SAVE_AREA): Move generic definition to rs6000.h.
5587         * rs6000.md (floatsidf2_loadaddr): The first arg here is Pmode.
5588         (fix_truncdfsi2_internal): Rename to fix_truncdfsi2_internal_si.
5589         (fix_truncdfsi2_internal_di): New pattern.
5590         (fix_truncdfsi2_store): The second arg here is Pmode too.
5591         (fix_truncdfsi2_load): The second arg here is Pmode too.
5592         (tablejumpdi): Now that switch tables hold only SImode values,
5593         gcc needs to know how to add them to the pc which is DImode.
5594         * rs6000.c (rs6000_stack_info): Use symbolic name for
5595         LINK_REGISTER_REGNUM.
5596         (output_mi_thunk) [!TARGET_ELF]: Don't define sp, it's not used.
5597         (output_toc): Delete unused variables s1 and s2.
5598         (output_ascii): Use fputs not fprintf on a variable string.
5599
5600         2000-01-07  David Edelsohn  <edelsohn@gnu.org>
5601
5602         * rs6000.c (processor_target_table): Add power3 as alias for 630.
5603         * aix43.h: Revert Aug 2 change.
5604         (HAS_INIT_SECTION): Define, not visible yet.
5605         (LD_INIT_SWITCH): Define, not visible yet.
5606         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
5607
5608         2000-01-04  Joel Sherrill (joel@OARcorp.com>
5609
5610         * config/rs6000/rtems.h: Include config/rtems.h.
5611
5612         2000-01-04  David Edelsohn  <edelsohn@gnu.org>
5613
5614         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
5615         (SLOW_UNALIGNED_ACCESS): Define.
5616         (CASE_VECTOR_MODE): Always use 32-bit offsets.
5617         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
5618         (EXTRA_SECTOIN_FUNCTIONS): Indent .csect pseudo-op.
5619         (toc_section): Likewise and .toc pseudo-op.
5620         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
5621         64-bit mode.
5622         (TEXT_SECTION_ASM_OP): Likewise.
5623         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
5624         32-bit offsets.
5625
5626         1999-12-17  Jakub Jelinek  <jakub@redhat.com>
5627
5628         * config/rs6000/rs6000.h (TARGET_POWERPC64): Make sure
5629         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
5630         compiling libgcc2.
5631
5632         2000-01-06  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5633
5634         * rs6000.h: Move more stuff from here...
5635         * aix.h: to here.
5636         * sysv4.h: Cleanup accordingly.
5637         * netware.h: Likewise
5638
5639         2000-01-05  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5640
5641         * rs6000.h: Continue cleanup.
5642         * aix.h: Likewise.
5643         * lynx.h: Likewise.
5644         * netware.h: Likewise.
5645         * sol2.h: Likewise.
5646         * sysv4.h: Likewise.
5647         * win-nt.h: Likewise.
5648
5649         * rs6000.h (TARGET_SWITCHES): Add descriptions.
5650         (TARGET_OPTIONS): Likewise.
5651
5652         * sysv4.h (SUBTARGET_SWITCHES): Add descriptions.
5653         (SUBTARGET_OPTIONS): Likewise.
5654
5655         * rs6000.md: Fix compile time warnings.
5656
5657         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5658
5659         vxworks patches from the Cygnus tree originally by
5660         Michael Meissner <meissner@cygnus.com> and Vladimir Makarov
5661         <vmakarov@cygnus.com>.
5662         * sysv4.h (SUBTARGET_SWITCHES): Add vxworks.
5663         (ENDFILE_SPEC): Likewise.
5664         (LIB_VXWORKS_SPEC): New macro.
5665         (STARTFILE_VXWORKS_SPEC): New macro.
5666         (ENDFILE_VXWORKS_SPEC): New macro.
5667         (LINK_START_VXWORKS_SPEC): New macro.
5668         (LINK_OS_VXWORKS_SPEC): New macro.
5669         (CPP_OS_VXWORKS_SPEC): New macro.
5670         (SUBTARGET_EXTRA_SPECS): Add all the vxworks specs.
5671         * vxppc.h: Rewrite to use proper configuration method.
5672         * vxppcle.h: New file.
5673         * ../../configure.in: Add powerpcle-wrs-vxworks*.
5674         * ../../configure: Rebuilt.
5675
5676         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5677
5678         Lots of changes to rs6000.h, sysv4.h, aix.h,
5679         aix31.h, aix3newas.h, aix41.h, aix43.h, beos.h,
5680         with the aim that rs6000.h is the first header
5681         included and the others override it.
5682         * aix.h: New file.
5683
5684         * x-aix41-gld: Remove.
5685         * x-aix43: Remove.
5686         * x-aix41: Remove target-specific switches, and don't specify
5687         -Wl,-bbigtoc as we don't need it any more.
5688         * ../../configure.in: Use x-aix41 for ppc AIX 4.1 and above.
5689         Use t-aix43 for AIX 4.3 and above.
5690         * ../../configure: Regenerated.
5691
5692         * rs6000.h (TARGET_SWITCHES): Add some initial prolog-scheduling
5693         options, that don't do anything yet.
5694         (MASK_SCHED_PROLOG): New macro.
5695         (MASK_SCHED_EPILOG): New macro.
5696         (TARGET_SCHED_PROLOG): New macro.
5697         (TARGET_SCHED_EPILOG): New macro.
5698
5699         2000-01-04  Geoff Keating  <geoffk@cygnus.com>
5700
5701         * rs6000.c: Correct comment, the `minimal' TOCs are actually
5702         one per translation unit, not one per function.
5703         (output_toc): Also do duplicate constant elimination
5704         for per-translation-unit TOCs.
5705
5706         * rs6000.md (nonlocal_goto_receiver): Put it back as before.  Add
5707         a comment explaining _exactly_ when this pattern gets used.
5708         (builtin_setjmp_receiver): New pattern for better clarity.
5709         (init_v4_pic): Move it into a section dealing with TOC registers.
5710
5711         1999-12-30  Geoff Keating  <geoffk@cygnus.com>
5712
5713         * rs6000.c (toc_hash_table): New variable.
5714         (rs6000_hash_constant): New function.
5715         (toc_hash_function): New function.
5716         (toc_hash_eq): New function.
5717         (toc_hash_mark_entry): New function.
5718         (toc_hash_mark_table): New function.
5719         (output_toc): Don't output duplicate TOC entries in
5720         a single file.
5721         (rs6000_add_gc_roots): Add the hash table as a GC root.
5722         * t-aix43: Move AR_FOR_TARGET and CLIB here from x-aix43,
5723         where they clearly shouldn't be.  This may need to be fixed
5724         later when there is a GNU ar for AIX.
5725         * x-aix43: Don't define CLIB or AR_FOR_TARGET.
5726         Don't define BOOT_LDFLAGS as it is now not necessary.
5727
5728         1999-12-29  Geoff Keating  <geoffk@cygnus.com>
5729
5730         * rs6000.c (rs6000_build_va_list): Use 'char *' rather than 'void *'
5731         for va_list on AIX.  Use unsigned_char_type_node rather than
5732         constructing our own version on svr4.
5733
5734         1999-12-17  Geoff Keating  <geoffk@cygnus.com>
5735
5736         * tramp.asm (__trampoline_size): Delete CYGNUS LOCAL comment,
5737         since patently it's not.
5738
5739         1999-12-08  Geoff Keating  <geoffk@cygnus.com>
5740
5741         * config/rs6000/rs6000.md (nonlocal_goto_receiver): Turn into
5742         define_expand/define_insn pair, and handle restore of the
5743         SVR4 -fpic register.
5744
5745 Wed Mar 15 15:43:38 2000  Jeffrey A Law  (law@cygnus.com)
5746
5747         * acconfig.h (HAVE_GAS_WEAK): New define.
5748         * configure.in (assembler weak support): Check for .weak support.
5749         * config.in, configure: Rebuilt.
5750         * pa/som.h (MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Only define if
5751         HAVE_GAS_WEAK is defined.
5752
5753 2000-03-15  Nick Clifton  <nickc@cygnus.com>
5754
5755         * config/arm/arm.c (arm_output_epilogue): Do not pass %c to
5756         asm_fprintf().
5757
5758 2000-03-15  Zack Weinberg  <zack@wolery.cumb.org>
5759
5760         * cppfiles.c (open_include_file): New function.
5761         (find_include_file, cpp_read_file): Use it.
5762
5763 2000-03-15  Jason Merrill  <jason@casey.cygnus.com>
5764
5765         * cpphash.c (dump_hash_helper): Take the slot, not the element.
5766
5767 Wed Mar 15 14:28:54 2000  Jason Eckhardt  <jle@cygnus.com>
5768
5769         * flow.c (verify_flow_info): Check for unconditional return.
5770
5771 Wed Mar 15 11:34:27 2000  Jim Wilson  <wilson@cygnus.com>
5772
5773         * config/ia64/ia64.md (restore_stack_nonlocal): New.
5774         * config/ia64/lib1funcs.asm (__ia64_nonlocal_goto): Delete padding nop.
5775         (__ia64_restore_stack_nonlocal): New.
5776         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __restore_stack_nonlocal.
5777
5778 2000-03-15  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5779
5780         * cpphash.c (collect_formal_parameters): Do not complain about
5781         parameter names that just start with `__VA_ARGS__'.
5782
5783 Wed Mar 15 13:26:58 MET 2000  Jan Hubicka  <jh@suse.cz>
5784
5785         * i386.md (movhi_1): Promote movw imm, reg to movl imm, reg and
5786         movw reg, reg to movzwl reg, reg on PARTIAL_REGISTER_STALL machines.
5787         * i386.c (pentiumpro_cost): Set mul cost to 4.
5788         (x86_use_movx): Set for PPro.
5789
5790 Wed Mar 15 13:07:05 MET 2000  Jan Hubicka  <jh@suse.cz>
5791
5792         * i386.md (ix86_compute_frame_size): stack_alignment_needed is
5793         STACK_BOUNDARY for empty frames now.
5794
5795 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
5796
5797         * stor-layout.c (layout_union): Remove.
5798         (layout_union_field): New function, split out from layout_union.
5799         (finish_union_layout): Likewise.
5800         (layout_field): Handle unions by calling layout_union_field.
5801         (finish_record_layout): Handle unions.
5802         (layout_type): Combine RECORD_TYPE, UNION_TYPE, and
5803         QUAL_UNION_TYPE handling.
5804
5805 Wed Feb 23 13:00:06 CET 2000  Jan Hubicka  <jh@suse.cz>
5806
5807         * flow.c (fixup_reorder_chain): Avoid double labels in the basic block;
5808         end of basic block is jump_insn, not barrier; use create_basic_block
5809         instead of creating basic block by hand.
5810
5811 2000-03-14  Jason Eckhardt  <jle@cygnus.com>
5812
5813         * flow.c (reorder_basic_blocks): Account for barriers when writing
5814         over NEXT_INSN (last_bb->end).
5815         (verify_flow_info): Add check for missing barriers.
5816
5817 2000-03-14  Greg McGary  <gkm@gnu.org>
5818
5819         * c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.
5820         * c-lex.c (init_lex): Handle RID_BOUNDED & RID_UNBOUNDED.
5821         * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
5822         __ptrextent, __ptrextent__, __ptrvalue, __ptrvalue__,
5823         __unbounded, __unbounded__): New keywords.
5824         * c-parse.in (PTR_VALUE PTR_BASE PTR_EXTENT): New tokens.
5825         * c-parse.y, c-parse.c, c-parse.h: Regenerate.
5826         * objc/objc-parse.y, objc/objc-parse.c: Regenerate.
5827
5828 2000-03-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5829
5830         * cselib.h: New file.
5831         * alias.c: Include "cselib.h".
5832         (fixed_scalar_and_varying_struct_p): Accept the addresses of the
5833         MEMs as two new arguments.
5834         (get_addr): New static function.
5835         (find_base_term): Handle VALUEs.
5836         (memrefs_conflict_p): Likewise.
5837         (true_dependence): Call get_addr on the addresses.
5838         Call fixed_scalar_and_varying_struct_p with addresses that have been
5839         passed through get_addr and canon_rtx.
5840         (write_dependence_p): Move DIFFERENT_ALIAS_SETS_P test for consistency
5841         with true_dependence.
5842         Call get_addr on the addresses; don't call canon_rtx on the MEMs.
5843         * loop.c: Include "cselib.h".
5844         (load_mems): Process extended basic block that enters the loop with
5845         cselib.  Use that information to change initialization of the shadow
5846         register so that a constant equivalence is seen by later passes.
5847         * reload1.c: Include "cselib.h".
5848         (reload_cse_invalidate_regno): Delete function.
5849         (reload_cse_mem_conflict_p): Likewise.
5850         (reload_cse_invalidate_mem): Likewise.
5851         (reload_cse_invalidate_rtx): Likewise.
5852         (reload_cse_regno_equal_p): Likewise.
5853         (reload_cse_check_clobber): Likewise.
5854         (reload_cse_record_set): Likewise.
5855         (reg_values): Delete static variable.
5856         (invalidate_regno_rtx): Likewise.
5857         (reload_cse_delete_noop_set): New static function.
5858         (reload_cse_simplify): New static function, broken out of
5859         reload_cse_regs_1.
5860         (reload_cse_noop_set_p): Delete unused argument INSN.
5861         Just call rtx_equal_for_cselib_p on set source and destination.
5862         (reload_cse_regs_1): Break out some code into reload_cse_simplify and
5863         reload_cse_delete_noop_set.  Delete code to keep track of values; use
5864         cselib functions instead.  Delete code to push/pop obstacks.
5865         (reload_cse_simplify_set): Use cselib to find equivalent values.
5866         Delete code to push/pop obstacks.
5867         (reload_cse_simplify_operands): Likewise.
5868         * rtl.def (VALUE): New rtx code.
5869         * rtl.h (union rtunion_def): New elt rt_cselib.
5870         (X0CSELIB, CSELIB_VAL_PTR): New macros.
5871         * simplify_rtx.c: Include "ggc.h", "obstack.h", "cselib.h".
5872         (new_elt_list, new_elt_loc_list, unchain_one_value, clear_table,
5873         unchain_one_elt_list, unchain_one_elt_loc_list, check_useless_values,
5874         discard_useless_locs, discard_useless_values, entry_and_rtx_equal_p,
5875         hash_rtx, new_cselib_val, add_mem_for_addr, get_value_hash,
5876         cselib_lookup_mem, cselib_subst_to_values, cselib_invalidate_regno,
5877         cselib_mem_conflict_p, cselib_invalidate_mem, cselib_invalidate_rtx,
5878         cselib_record_set, cselib_record_sets): New static functions.
5879         (cselib_lookup, cselib_update_varray_sizes, cselib_init,
5880         cselib_finish, cselib_process_insn, rtx_equal_for_cselib_p,
5881         references_value_p): New functions.
5882         (MAX_USELESS_VALUES, REG_VALUES): New macros.
5883         (table, cselib_current_insn, next_unknown_value, cselib_nregs,
5884         n_useless_values, reg_values, callmem, cselib_obstack,
5885         cselib_startobj, empty_vals, empty_elt_lists, empty_elt_loc_lists):
5886         New static variables.
5887         * varray.h (union varray_data_tag): New elt te.
5888         (VARRAY_ELT_LIST_INIT, VARRAY_ELT_LIST): New macros.
5889         * Makefile.in (reload1.o, loop.o, simplify-rtx.o, alias.o): Update
5890         dependencies.
5891
5892 2000-03-14  Nick Clifton  <nickc@cygnus.com>
5893
5894         * gcc.c (do_spec_1): Catch the case where %* is used in a
5895         substitution pattern, but it has not been initialised.
5896         Issue a meaningful error message if an unrecognised operator
5897         is encountered in a spec string.
5898
5899 2000-03-14  Richard Earnshaw <rearnsha@arm.com>
5900
5901         * function.c (prepare_function_start): Correctly initialize
5902         cfun->stack_alignment_needed.
5903
5904 2000-03-14  Zack Weinberg  <zack@wolery.cumb.org>
5905
5906         * cppfiles.c (find_include_file): Don't assume nshort is a
5907         substring of name.
5908
5909 Tue Mar 14 08:42:21 2000  Jeffrey A Law  (law@cygnus.com)
5910
5911         * configure.in (hppa configurations): Add pa32-regs.h to the
5912         list of tm files as appropriate.
5913         * configure: Rebuilt.
5914         * pa.c (compute_frame_size): Remove explicit knowledge about FP
5915         register numbering.
5916         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
5917         (fmpyaddoperands, fmpysuboperands): Likewise.
5918         * pa.h: Remove various definitions which depend on knowing
5919         how registers are numbered.
5920         * pa32-regs.h: New file with PA32 register numbering specific
5921         definitions.
5922
5923 2000-03-14  Richard Henderson  <rth@cygnus.com>
5924
5925         * regmove.c (combine_stack_adjustments): New.
5926         (stack_memref_p, single_set_for_csa): New.
5927         (free_csa_memlist, record_one_stack_memref): New.
5928         (try_apply_stack_adjustment): New.
5929         (combine_stack_adjustments_for_block): New.
5930         * rtl.h (combine_stack_adjustments): Declare.
5931         * toplev.c (rest_of_compilation): Call it.
5932
5933         * i386.md: Revert 2000-01-16 change.
5934
5935 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5936
5937         * gccbug.in: Add web category, gcc specific classes.
5938
5939 2000-03-14  Nathan Sidwell  <nathan@codesourcery.com>
5940
5941         * stor-layout.c (finalize_record_size): Fix typo.
5942
5943 2000-03-14  Stan Shebs  <shebs@apple.com>
5944
5945         * c-typeck.c (c_alignof): Error on incomplete types.
5946         * extend.texi (Alignment): Document this.
5947
5948 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
5949
5950         * cppfiles.c: Include mkdeps.h.
5951         (find_include_file, read_include_file): Remove _cpp_ prefix
5952         from name, make static.
5953         (_cpp_execute_include): New function, broken out of
5954         do_include.
5955
5956         * cpplib.c: Don't include mkdeps.h.
5957         (struct directive): Remove type field. Reorder entries.  The
5958         function takes only one argument.
5959         (struct if_stack): Make type field an int.
5960         (directive_table): Rename to dtable.  Generate it, the
5961         prototypes of the directive handlers, and the enum for the
5962         directive numbers, from a template macro.
5963         (do_ifndef, do_include_next, do_import): New functions.
5964         (do_define, do_include, do_endif, do_ifdef, do_if, do_else,
5965         do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
5966         do_ident, do_assert, do_unassert, do_sccs): Take only one
5967         argument.
5968         (do_sccs): Define always, but alter behavior based on
5969         SCCS_DIRECTIVE.
5970         (_cpp_handle_directive, consider_directive_while_skipping):
5971         Restructure for new directive table layout.
5972
5973         (pass_thru_directive): Take a directive number, not a pointer
5974         to a struct directive.
5975         (parse_include): New function, broken out of do_include.
5976         (do_include, do_import, do_include_next): Use parse_include
5977         and _cpp_execute_include.
5978         (do_elif, do_else): Test for T_ELSE specifically when checking
5979         for #elif/#else after #else.
5980         (parse_ifdef): New function, broken out of do_ifdef.
5981         (validate_else): Expect a name arg without a leading #.
5982         (if_directive_name): Delete.
5983         (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
5984         directive handlers with only one argument.
5985
5986         * cpphash.h: Update prototypes.
5987         (enum node_type): Remove entries for directives.
5988         * Makefile.in: Update dependencies.
5989
5990         * cpphash.c (dump_hash_helper): Only dump nodes of type
5991         T_MACRO.  Emit a newline after each definition.
5992
5993 2000-03-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5994
5995         * gccbug.in: New file.
5996         * configure.in (all_outputs): Add gccbug.
5997         * Makefile.in (install-common): Install gccbug.
5998         (GCCBUG_INSTALL_NAME): New variable.
5999         * configure: Rebuilt.
6000
6001 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
6002
6003         * function.c (put_var_into_stack): Use type_for_mode to calculate
6004         part_type.  Use MEM_SET_IN_STRUCT_P.
6005         * expr.c (store_field): Handle CONCAT.
6006         (store_constructor): Use fields_length.
6007         * tree.c (fields_length): New fn.
6008         * tree.h: Declare it.
6009
6010 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
6011
6012         * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
6013         (cpplex.o): New target.
6014         * po/POTFILES.in: Add cpplex.c.
6015
6016         * cpplex.c (_cpp_grow_token_buffer, null_cleanup,
6017         cpp_push_buffer, cpp_pop_buffer, cpp_scan_buffer,
6018         cpp_expand_to_buffer, cpp_buf_line_and_col, cpp_file_buffer,
6019         skip_block_comment, skip_line_comment, skip_comment,
6020         copy_comment, _cpp_skip_hspace, _cpp_skip_rest_of_line,
6021         _cpp_parse_name, skip_string, parse_string,
6022         _cpp_parse_assertion, cpp_get_token, cpp_get_non_space_token,
6023         _cpp_get_directive_token, find_position,
6024         _cpp_read_and_prescan, _cpp_init_input_buffer): Move here.
6025         (maybe_macroexpand, _cpp_lex_token): New functions.
6026
6027         * cpplib.c (SKIP_WHITE_SPACE, eval_if_expr, parse_set_mark,
6028         parse_goto_mark): Delete.
6029         (_cpp_handle_eof): New function.
6030         (_cpp_handle_directive): Rename from handle_directive.
6031         (_cpp_output_line_command): Rename from output_line_command.
6032         (do_if, do_elif): Call _cpp_parse_expr directly.
6033         * cppfiles.c (_cpp_read_include_file): Don't call
6034         init_input_buffer here.
6035         * cpphash.c (quote_string): Move here, rename _cpp_quote_string.
6036         * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
6037         here; pop the token_buffer and skip the rest of the line here.
6038         * cppinit.c (cpp_start_read): Call _cpp_init_input_buffer
6039         here.
6040
6041         * cpphash.h (CPP_RESERVE, CPP_IS_MACRO_BUFFER, ACTIVE_MARK_P):
6042         Define here.
6043         (CPP_SET_BUF_MARK, CPP_GOTO_BUF_MARK, CPP_SET_MARK,
6044         CPP_GOTO_MARK): New macros.
6045         (_cpp_quote_string, _cpp_parse_name, _cpp_skip_rest_of_line,
6046         _cpp_skip_hspace, _cpp_parse_assertion, _cpp_lex_token,
6047         _cpp_read_and_prescan, _cpp_init_input_buffer,
6048         _cpp_grow_token_buffer, _cpp_get_directive_token,
6049         _cpp_handle_directive, _cpp_handle_eof,
6050         _cpp_output_line_command): Prototype them here.
6051         * cpplib.h (enum cpp_token): Add CPP_MACRO.
6052         (CPP_RESERVE, get_directive_token, cpp_grow_buffer,
6053         quote_string, output_line_command): Remove.
6054
6055 2000-03-13  Bernd Schmidt  <bernds@cygnus.co.uk>
6056
6057         * stmt.c (expand_end_case): RANGE may be signed, and when checking
6058         whether it is too large we must also verify that it isn't negative.
6059
6060 2000-03-13  Jakub Jelinek  <jakub@redhat.com>
6061
6062         * config/sparc/sparc.md: Remove all traces of TARGET_LIVE_G0.
6063         (movsi_zero_liveg0): Remove.
6064         (movsf_insn_novis_liveg0): Remove.
6065         (negsi2): Remove.
6066         (negsi2_not_liveg0): Rename to negsi2.
6067         (one_cmplsi2): Remove.
6068         (one_cmplsi2_not_liveg0): Rename to one_cmplsi2.
6069         (one_cmplsi2_liveg0): Remove.
6070         * config/sparc/sparc.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE,
6071         MASK_LIVE_G0, MASK_BROKEN_SAVERESTORE): Remove.
6072         (CONDITIONAL_REGISTER_USAGE): Remove TARGET_LIVE_G0 if.
6073         (PREDICATE_CODES): Remove zero_operand.
6074         * config/sparc/sparc.c: Remove all traces of TARGET_LIVE_G0 and
6075         TARGET_BROKEN_SAVERESTORE.
6076         (zero_operand): Remove.
6077         * config/sparc/splet.h (SUBTARGET_SWITCHES): Remove -mlive-g0,
6078         -mno-live-g0, -mbroken-saverestore and -mno-broken-saverestore
6079         options.
6080         (SUBTARGET_OVERRIDE_OPTIONS): Remove.
6081         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
6082         TARGET_BROKEN_SAVERESTORE): Remove.
6083         * config/sparc/linux.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
6084         Remove.
6085         * config/sparc/linux64.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
6086         Remove.
6087         * config/sparc/sol2.h (TARGET_LIVE_G0, TARGET_BROKEN_SAVERESTORE):
6088         Remove.
6089
6090         * config/sparc/sparc.md (return_df_no_fpu): New pattern.
6091
6092 2000-03-13  Zack Weinberg  <zack@wolery.cumb.org>
6093
6094         * cpplib.c (do_pragma_implementation): Fix off-by-one error
6095         truncating a string.  Don't assume tokens are nul terminated.
6096         Problem noted by Andreas Jaeger <aj@suse.de>
6097
6098 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
6099
6100         * dwarf2out.c (add_name_and_src_coords_attributes): Only add
6101         DW_AT_MIPS_linkage_name for TREE_PUBLIC decls.
6102         (ASM_OUTPUT_DWARF_ADDR_CONST): Don't output trailing newline.
6103
6104 2000-03-13  Richard Earnshaw <rearnsha@arm.com>
6105
6106         * stor-layout.c (new_record_layout_info): Fix typo inside ifdef
6107         STRUCTURE_SIZE_BOUNDARY.
6108
6109 2000-03-13  Mark Mitchell  <mark@codesourcery.com>
6110
6111         * tree.h (record_layout_info_s): New structure.
6112         (record_layout_info): New type.
6113         (new_record_layout_info): New function.
6114         (layout_field): Likewise.
6115         (finish_record_layout): Likewise.
6116         * stor-layout.c (layout_record): Remove.
6117         (new_record_layout_info): New function.
6118         (layout_field): New function, broken out from layout_record.
6119         (finalize_record_size): Likewise.
6120         (compute_record_mode): Likewise.
6121         (finalize_type_size): New function, broken out from layout_type.
6122         (finish_record_layout): Likewise.
6123         (layout_type): Use them.
6124
6125 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
6126
6127         * cpphash.c: Don't include version.h.
6128         (special_symbol) [case T_VERSION]: Look for the string in
6129         hp->value.cpval; don't use version_string.
6130         * cppinit.c (initialize_builtins): Set hp->value.cpval for
6131         __VERSION__ to version_string.
6132         * Makefile.in (cpphash.o): Update deps.
6133
6134 2000-03-12  Zack Weinberg  <zack@wolery.cumb.org>
6135
6136         Convert cpplib to use libiberty/hashtab.c.
6137
6138         * cpplib.h (struct cpp_reader): Make hashtab and
6139         all_include_files of type 'struct htab *'.  Delete HASHSIZE
6140         and ALL_INCLUDE_HASHSIZE macros.
6141
6142         * cpphash.h: Update prototypes.
6143         (struct hashnode): Remove next, prev, and bucket_hdr members.
6144         Make length a size_t.  Add hash member.
6145         (struct ihash): Remove next member.  Add hash member.  Make
6146         name a flexible array member.
6147
6148         * cppfiles.c: Include hashtab.h.
6149         (include_hash): Delete.
6150         (IHASHSIZE): New macro.
6151         (hash_IHASH, eq_IHASH, _cpp_init_include_hash): New functions.
6152         (cpp_included): Do the hash lookup here.
6153         (_cpp_find_include_file): Rewrite.
6154         (cpp_read_file): Put the "fake" hash entry into the hash
6155         table.  Honor the control_macro, if it turns out we've seen
6156         the file before.  Don't push the buffer here.
6157         (_cpp_read_include_file): Push the buffer here.
6158         (OMODES): New macro.  Use it whenever we call open(2).
6159
6160         * cpphash.c: Include hashtab.h.
6161         (hash_HASHNODE, eq_HASHNODE, del_HASHNODE, dump_hash_helper,
6162         _cpp_init_macro_hash, _cpp_dump_macro_hash, _cpp_make_hashnode,
6163         _cpp_lookup_slot): New functions.
6164         (HASHSIZE): new macro.
6165         (hashf, _cpp_install, _cpp_delete_macro): Delete.
6166         (_cpp_lookup): Use hashtab.h routines.
6167
6168         * cppinit.c: Include hashtab.h.
6169         (cpp_reader_init): Call _cpp_init_macro_hash and
6170         _cpp_init_include_hash.  Don't allocate hashtab directly.
6171         (cpp_cleanup): Just call htab_delete on pfile->hashtab and
6172         pfile->all_include_files.
6173         (initialize_builtins): Use _cpp_make_hashnode and
6174         htab_find_slot to add hash entries.
6175         (cpp_finish): Just call _cpp_dump_macro_hash.
6176         * cpplib.c: Include hashtab.h.
6177         (do_define): Use _cpp_lookup_slot and _cpp_make_hashnode to
6178         create hash entries.
6179         (do_pragma_poison, do_assert): Likewise.
6180         (do_include): Don't push the buffer here.  Don't increment
6181         system_include_depth unless _cpp_read_include_file succeeds.
6182         (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
6183         or htab_remove_elt.
6184         (do_pragma_implementation): Use alloca to create copy.
6185
6186         * Makefile.in: Update dependencies.
6187
6188 2000-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6189
6190         * cppinit.c (cl_directive_handler): More K&R fixing.
6191
6192 Sat Mar 11 23:54:26 2000  Jim Wilson  <wilson@cygnus.com>
6193
6194         * config/ia64/ia64.c (ia64_compute_frame_size): Align size to
6195         STACK_BOUNDARY.
6196         * config/ia64/ia64.h (REGISTER_MOVE_COST): Add missing parentheses.
6197
6198 2000-03-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6199
6200         * cppinit.c (no_arg, no_ass, no_dir, no_fil, no_mac, no_pth):
6201         Change from char[] to macros.
6202
6203 2000-03-12  Neil Booth  <NeilB@earthling.net>
6204
6205         * cppinit.c (cpp_start_read): Update indirect function
6206         call to K&R C.
6207
6208 Sat Mar 11 16:18:12 2000  Jim Wilson  <wilson@cygnus.com>
6209
6210         * config/ia64/ia64.h (ADDITIONAL_REGISTER_NAMES): Fix typo in loc79
6211         entry.
6212
6213         * config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
6214         config/ia64/ia64.md, config/ia64/xm-ia64.h: Fix copyright messages.
6215
6216 2000-03-11  Neil Booth  <NeilB@earthling.net>
6217
6218         * cppinit.c (struct pending option): Replace undef with a
6219         pointer to a directive handling routine.
6220         (struct cpp_pending): Replace separate assert_ and define_
6221         lists with one directive_ list.
6222         (new_pending_define): Rename new_pending_directive. Extra
6223         argument is the directive's handling routine.
6224         (handle_option): Update to use new_pending_directive.
6225
6226 2000-03-11  Neil Booth  <NeilB@earthling.net>
6227
6228         * cppfiles.c (file_cleanup, _cpp_find_include_file,
6229         remap_filename, _cpp_read_include_file, actual_directory,
6230         hack_vms_include_specification): Replace bcopy(), index() etc
6231         calls.  Add casts to some allocations.  Make some variables
6232         pointers to const [unsigned] char.
6233         * cpphash.c (_cpp_install, macro_cleanup, collect_expansion,
6234         collect_formal_parameters): Similarly.
6235         * cppinit.c (struct pending_option, append_include_chain,
6236         cpp_options_init, cpp_reader_init, initialize_standard_includes,
6237         cpp_start_read, new_pending_define, handle_option): Similarly.
6238         * cpplib.c (cpp_define, copy_comment, do_define, do_include,
6239         do_undef, do_error, do_warning, do_pragma, do_pragma_once,
6240         do_pragma_implementation, detect_if_not_defined,
6241         do_ifdef, skip_if_group, cpp_get_token, parse_string,
6242         do_assert, do_unassert): Similarly.
6243         * cpplib.h (cpp_buffer, cpp_options): Update types.  Update
6244         function prototypes.
6245         * mkdeps.c (deps_add_target, deps_add_dep): cast allocations.
6246
6247 2000-03-10  Richard Henderson  <rth@cygnus.com>
6248
6249         * builtins.c (expand_builtin_strlen): Revert last change.
6250         Use emit_insn_before if we're at the beginning of a sequence.
6251
6252 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
6253
6254         * builtins.c (expand_builtin_strlen): Make sure that we have something
6255         at the beginning of the sequence.
6256
6257         * toplev.c (rest_of_compilation): Also set TREE_NOTHROW for
6258         deferred inlines.
6259
6260         * invoke.texi (C++ Dialect Options): Document -fno-enforce-eh-specs.
6261
6262 2000-03-10  Richard Henderson  <rth@cygnus.com>
6263
6264         * except.c (can_throw): Use INTVAL on a CONST_INT.
6265         (reachable_handlers): Likewise.
6266         * flow.c (count_basic_blocks, find_basic_blocks_1): Likewise.
6267
6268 2000-03-10  Andreas Jaeger  <aj@suse.de>
6269
6270         * config/mips/linux.h: Undefine MD_EXEC_PREFIX and
6271         MD_STARTFILE_PREFIX since those are not needed on linux.
6272         (ASM_FILE_START): New, from mips/gnu.h.
6273
6274 2000-03-09  Richard Henderson  <rth@cygnus.com>
6275             Alex Samuel  <samuel@codesourcery.com> and others
6276
6277         * Makefile.in (ssa.o): New rule.
6278         (OBJS): Add ssa.o.
6279         (STAGESTUFF): Add *.ssa and *.ussa.
6280         (mostlyclean): Delete *.ssa, *.ussa, */*.ssa, */*.ussa.
6281         * rtl.def (PHI): New RTL expression.
6282         * rtl.h (clear_log_links): New declaration.
6283         (convert_to_ssa): Likewise.
6284         (convert_from_ssa): Likewise.
6285         * flow.c (split_edge): If the entry node falls through to the
6286         split edge's source block, split the entry edge.
6287         (clear_log_links): New function.
6288         * toplev.c (ssa_dump): New variable.
6289         (flag_ssa): Likewise.
6290         (f_options): Add "ssa".
6291         (compile_file): Create SSA dump files.
6292         (rest_of_compilation): Go to and from SSA if enabled.
6293         (decide_d_option): Handle -de for SSA dump files.
6294         * ssa.c: New file.
6295
6296 Thu Mar  9 20:01:38 2000  Jim Wilson  <wilson@cygnus.com>
6297
6298         * expr.c (expand_assignment): For a CALL_EXPR, special case PARM_DECL
6299         same as VAR_DECL.
6300
6301 2000-03-09  Benjamin Kosnik  <bkoz@cygnus.com>
6302
6303         * config/alpha/linux.h (WCHAR_TYPE): Make consistent.
6304
6305 Thu Mar  9 18:10:02 2000  Jeffrey A Law  (law@cygnus.com)
6306
6307         * config/pa/pa-hpux10.h (LIB_SPEC): Correct typo in !p case.
6308         (MD_STARTFILE_PREFIX_1): New macro.
6309
6310 2000-03-09  Robert Lipe  <robertl@sco.com>
6311
6312         * config/ia64/ia64.c: Include system.h.
6313
6314 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
6315
6316         * except.c (nothrow_function_p): If -fno-exceptions, just return.
6317         (init_eh_nesting_info): Likewise.
6318
6319         * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.
6320         (TREE_NOTHROW): Rename from TREE_RAISES.
6321         * toplev.c (rest_of_compilation): Set it.
6322         * print-tree.c (print_node): Adjust.
6323         * tree.c (stabilize_reference, build, build1): Don't set TREE_RAISES.
6324         (stabilize_reference_1, get_unwidened, get_narrower): Likewise.
6325         * calls.c (emit_call_1): Add 'nothrow' parm.  Add
6326         REG_EH_REGION note as appropriate.
6327         (libfunc_nothrow): New fn.
6328         (emit_library_call, emit_library_call_value): Use it.
6329         (expand_call): Check TREE_NOTHROW.
6330
6331         * varasm.c (make_decl_rtl): Skip initial '*' when setting
6332         DECL_ASSEMBLER_NAME.
6333
6334 2000-03-09  Andreas Jaeger  <aj@suse.de>
6335
6336         * mips/linux.h (NO_IMPLICIT_EXTERN_C): Define.
6337         (TARGET_MEM_FUNCTIONS): Define.
6338
6339 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
6340
6341         * i386.c (ix86_valid_type_attribute_p): Use compare_tree_int.
6342
6343         * except.c (can_throw): See through a SEQUENCE.
6344         (nothrow_function_p): New fn.
6345         * except.h: Declare it.
6346         * function.c (current_function_nothrow): New var.
6347         (prepare_function_start): Initialize it.
6348         * output.h: Declare it.
6349         * toplev.c (rest_of_compilation): Set it.
6350         * dwarf2out.c (dwarf2out_begin_prologue): Use it.
6351
6352 2000-03-09  Zack Weinberg  <zack@wolery.cumb.org>
6353
6354         * cpphash.c (collect_formal_parameters): strncmp returns 0 for
6355         match.  (cpp_compare_defs): Count the nul separator when
6356         advancing over argument names.
6357
6358 2000-03-09  Bernd Schmidt  <bernds@cygnus.co.uk>
6359
6360         * recog.c (preprocess_constraints): Matching constraints affect
6361         same alternative/different operand, not same operand/different
6362         alternative.
6363
6364         * reload1.c (eliminate_regs_in_insn): Handle additions of eliminable
6365         register and a constant specially.
6366
6367 2000-03-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6368
6369         * libgcc2.h: New file.
6370         * libgcc2.c: Move macros, typedefs and prototypes to libgcc2.h.
6371
6372 Wed Mar  8 16:19:42 2000  Jim Wilson  <wilson@cygnus.com>
6373
6374         * configure.in (ia64*-*-elf*, ia64*-*-linux*): New.
6375         * configure: Regenerate.
6376         * config/ia64: New.
6377
6378 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
6379
6380         * Makefile.in (LIBCPP_DEPS): New macro.
6381         (cpplib.o, cpphash.o, cpperror.o, cppexp.o, cppfiles.o): Use
6382         it to declare deps.
6383         * cpperror.c: Include cpphash.h.
6384         * cppexp.c: Include cpphash.h.  Remove MULTIBYTE_CHARS
6385         dingleberry.
6386         (lex): Don't use CPP_WARN_UNDEF.
6387         (_cpp_parse_expr): Return an int, the truth value.
6388         * cppfiles.c: Include cpphash.h.
6389         (_cpp_merge_include_chains): Move to cppinit.c and make static.
6390         * cppinit.c (include_defaults_array): Disentangle.
6391         (cpp_cleanup): Don't free the if stack here.
6392         (cpp_finish): Pop off all buffers, not just one.
6393         * cpplib.c (eval_if_expr): Return int.
6394         (do_xifdef): Rename do_ifdef.
6395         (handle_directive): Don't use CPP_PREPROCESSED.
6396         (cpp_get_token): Don't use CPP_C89.
6397         * fix-header.c: Don't use CPP_OPTIONS.
6398
6399         * cpplib.h: Move U_CHAR, enum node_type, struct
6400         file_name_list, struct ihash, is_idchar, is_idstart,
6401         is_numchar, is_numstart, is_hspace, is_space, CPP_BUF_PEEK,
6402         CPP_BUF_GET, CPP_FORWARD, CPP_PUTS, CPP_PUTS_Q, CPP_PUTC,
6403         CPP_PUTC_Q, CPP_NUL_TERMINATE, CPP_NUL_TERMINATE_Q,
6404         CPP_BUMP_BUFFER_LINE, CPP_BUMP_LINE, CPP_PREV_BUFFER,
6405         CPP_PRINT_DEPS, CPP_TRADITIONAL, CPP_PEDANTIC, and prototypes
6406         of _cpp_simplify_pathname, _cpp_find_include_file,
6407         _cpp_read_include_file, and _cpp_parse_expr to cpphash.h.
6408         Move struct if_stack to cpplib.c.  Move struct cpp_pending to
6409         cppinit.c.
6410         Change all uses of U_CHAR to be unsigned char instead.
6411         Delete CPP_WARN_UNDEF, CPP_C89, and CPP_PREPROCESSED.
6412
6413 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6414
6415         * dwarf2out.c (dw_fde_struct): Add 'nothrow'.
6416         (dwarf2out_begin_prologue): Set it.
6417         (output_call_frame_info): Don't emit EH unwind info for leaves.
6418
6419         * flow.c (count_basic_blocks, find_basic_blocks_1): A rethrow
6420         can occur outside of an EH region.
6421         * except.c: Correct comments about rethrow behavior.
6422         (rethrow_symbol_map): Do nothing if !flag_new_exceptions.
6423
6424 2000-03-08  Andrew MacLeod  <amacleod@cygnus.com>
6425
6426         * flow.c (make_edges): Always call make_eh_edge for calls.
6427
6428 2000-03-08  Zack Weinberg  <zack@wolery.cumb.org>
6429
6430         * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
6431         (struct cpp_buffer): Remove fname and underflow fields.
6432         (struct cpp_reader): Remove get_token field.
6433         (struct include_hash): Rename to struct ihash.  Add typedef to
6434         IHASH.
6435         (struct if_stack): Remove fname field.
6436         (IF_STACK_FRAME): Rename to IF_STACK.
6437
6438         * cpperror.c (print_containing_files): Trust that there are no
6439         macro buffers below the top file buffer.
6440         * cppfiles.c: Replace all references to 'struct include_hash'
6441         with 'IHASH'.  Rename initialize_input_buffer to
6442         init_input_buffer.  Don't set or reference cpp_buffer->fname,
6443         use buffer->ihash->name instead.
6444         * cpphash.c (special_symbol): Use cpp_file_buffer.  Use NULL
6445         not CPP_NULL_BUFFER.
6446         * cppinit.c: Use NULL not CPP_NULL_BUFFER, IF_STACK not
6447         IF_STACK_FRAME, IHASH not struct include_hash.
6448         * cpplib.c: Rename eval_if_expression to eval_if_expr.  Remove
6449         null_underflow.  Use IF_STACK not IF_STACK_FRAME, IHASH not
6450         struct include_hash, NULL not CPP_NULL_BUFFER.  Remove all
6451         references to cpp_buffer->fname (delete entirely, or use
6452         ->ihash->name instead) and IF_STACK->fname.
6453         (cpp_push_buffer): Don't set new->underflow.
6454         (do_include): Use cpp_file_buffer.
6455
6456         * cpphash.c (collect_formal_parameters): Remove duplicate
6457         increment of argslen.  Pedwarn in C99 mode if __VA_ARGS__ is
6458         used as a macro argument name.  Don't append "..." to namebuf
6459         for varargs macros.  After we're done scanning, go through
6460         namebuf and make it NUL separated, not comma separated.
6461         (_cpp_compare_defs): Remove register tag from variables.
6462         Expect defn->argnames to be NUL separated.
6463         (_cpp_dump_definition): Expect defn->argnames to be NUL
6464         separated and in forward order.
6465         * cpphash.h: Update documentation of argnames field.
6466
6467 2000-03-08  Richard Henderson  <rth@cygnus.com>
6468
6469         * builtins.c (expand_builtin_strlen): Be prepared for strlensi
6470         to fail.  Don't pre-expand the source operand.
6471
6472         * i386.md (strlensi): Initialize eoschar and align before use.
6473
6474 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6475
6476         * expr.c (expand_expr, case ARRAY_REF): Still check for missing
6477         CONSTRUCTOR element.
6478
6479 2000-03-08  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
6480
6481         * mips.c (mips_expand_prologue): If the last
6482         named argument is the vararg marker "va_list", treat it as
6483         an unnamed argument.
6484
6485 2000-03-08  Clinton Popetz  <cpopetz@cygnus.com>
6486
6487         * dbxout.c (dbxout_parms): When correcting for promoted
6488         big-endian parameters, use the mode of the DECL_RTL rather
6489         than UNITS_PER_WORD.
6490
6491 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6492
6493         * c-common.h (make_fname_decl): Declare.
6494         * c-common.c (make_fname_decl): Define.
6495         (declare_hidden_char_array): Remove.
6496         (declare_function_name): Use make_fname_decl.
6497         * c-decl.c (c_make_fname_decl): New function.
6498         (init_decl_processing): Set make_fname_decl.
6499
6500 Tue Mar  7 23:50:31 2000  Jeffrey A Law  (law@cygnus.com)
6501
6502         * cccp.c (handle_directive): Initialize backslash_newlines_p.
6503
6504 2000-03-07  Philipp Thomas  <pthomas@suse.de>
6505
6506         * po/POTFILES.in: Remove cppalloc.c from file list.
6507
6508 2000-03-07  Steve Chamberlain  <sac@pobox.com>
6509
6510         * pj.c (pj_expand_prologue): current_function->args_info is
6511         now current_function_args_info.
6512
6513         * pj.h (STORE_FLAG_VALUE, USER_LABEL_PREFIX,
6514         LOCAL_LABEL_PREFIX, ASM_GENERATE_INTERNAL_LABEL,
6515         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Define.
6516
6517 2000-03-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6518
6519         * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
6520         output as hexadecimal rather than the default octal.
6521
6522 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
6523
6524         * cpphash.c (special_symbol): Fix thinko in previous commit.
6525
6526 2000-03-07  Neil Booth  <NeilB@earthling.net>
6527
6528         * cppexp.c (struct operation, left_shift, right_shift,
6529         cpp_parse_expr): Change some "char"s to "U_CHAR"s, and some
6530         "int"s to "unsigned int"s.
6531         * cpplib.c (detect_if_not_defined, do_assert, do_unassert):
6532         Similarly.
6533         * cpplib.h: Update for above.
6534         * mkdeps.c (deps_init, deps_calc_target): Cast pointers
6535         returned from allocations.
6536
6537         * cppinit.c (opt_comp, parse_options): New functions.
6538         (handle_option): Use parse_option to parse a single command
6539         line option, that possibly takes an argument.
6540         (cpp_handle_options): Sort the array of command line options on
6541         first invocation (non-ASCII hosts only).
6542         (print_help): Update.
6543
6544 2000-03-07  Zack Weinberg  <zack@wolery.cumb.org>
6545
6546         * mkdeps.c (munge): Fix off-by-one bug and inconsistencies in
6547         backslash counting loops.  Problem noted by Matt Kraai <kraai@ghs.com>.
6548
6549         * cppfiles.c (_cpp_find_include_file): Make sure ih->name is
6550         initialized.
6551         * cppinit.c (cpp_cleanup): Free imp->nshort also.
6552
6553         * cpperror.c (cpp_print_containing_files,
6554         cpp_print_file_and_line, v_cpp_message): Rename to
6555         print_containing_files, print_file_and_line, and v_message.
6556         * cppexp.c (cpp_parse_expr, cpp_parse_escape, cpp_lex): Rename
6557         to _cpp_parse_expr, parse_escape, and lex.
6558         (parse_charconst): Remove broken multibyte support.
6559         * cppfiles.c (include_hash): Make static.
6560         (cpp_included): New function.
6561         (merge_include_chains, find_include_file, finclude,
6562         simplify_pathname): Rename to _cpp_merge_include_chains,
6563         _cpp_find_include_file, _cpp_read_include_file, and
6564         _cpp_simplify_pathname.
6565         * cpphash.c (cpp_lookup, free_definition, delete_macro,
6566         cpp_install, create_definition, macroexpand, compare_defs,
6567         dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
6568         _cpp_delete_macro, _cpp_install, _cpp_create_definition,
6569         _cpp_macroexpand, _cpp_compare_defs, and _cpp_dump_definition.
6570         * cppinit.c (cpp_handle_option): Rename to handle_option, make
6571         static.
6572         * cpplib.c: Remove extern prototype of cpp_parse_expr.
6573
6574         * cpphash.h: Update prototypes.
6575         * cpplib.h: Likewise.  Prototype _cpp_parse_expr here.
6576
6577 2000-03-07  Andrew Haley  <aph@cygnus.com>
6578
6579         * config/mips/mips.h (PTRDIFF_TYPE): Revert broken change;
6580         PTRDIFF_TYPE should be based solely on Pmode.
6581         (SIZE_TYPE): ditto.
6582
6583 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6584
6585         * rtl.h (rtunion_def): Constify member `rtstr'.
6586         (emit_line_note_after, emit_line_note, emit_line_note_force,
6587         emit_note, decode_asm_operands): Constify.
6588
6589         * cse.c (canon_hash): Likewise.
6590
6591         * dbxout.c (dbxout_block): Likewise.
6592
6593         * diagnostic.c (file_and_line_for_asm, v_error_for_asm,
6594         v_warning_for_asm): Likewise.
6595
6596         * dwarfout.c (function_start_label): Likewise.
6597
6598         * emit-rtl.c (emit_line_note_after, emit_line_note, emit_note,
6599         emit_line_note_force): Likewise.
6600
6601         * final.c (last_filename, asm_insn_count, final_scan_insn,
6602         output_source_line): Likewise.
6603
6604         * function.h (struct emit_status): Likewise.
6605
6606         * gcse.c (hash_expr_1): Likewise.
6607
6608         * genattr.c (gen_attr, main): Likewise.
6609
6610         * genattrtab.c (struct function_unit, current_alternative_string,
6611         write_attr_valueq, n_comma_elts, next_comma_elt, attr_eq,
6612         attr_numeral, check_attr_test, check_attr_value,
6613         convert_set_attr_alternative, convert_set_attr,
6614         compute_alternative_mask, simplify_by_exploding, gen_attr,
6615         gen_unit): Likewise.
6616
6617         * genflags.c (gen_insn): Likewise.
6618
6619         * gengenrtl.c (type_from_format): Likewise.
6620
6621         * genopinit.c (gen_insn): Likewise.
6622
6623         * genoutput.c (n_occurrences, process_template, process_template):
6624         Likewise.
6625
6626         * ggc-page.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6627         Likewise.
6628
6629         * ggc-simple.c (ggc_set_mark, ggc_mark_if_gcable, ggc_get_size):
6630         Likewise.
6631
6632         * ggc.h (ggc_mark_string, ggc_mark, ggc_mark_if_gcable,
6633         ggc_set_mark, ggc_get_size): Likewise.
6634
6635         * objc/objc-act.c (build_module_descriptor, finish_objc): Likewise.
6636
6637         * optabs.c (init_one_libfunc): Likewise.
6638
6639         * output.h (assemble_start_function): Likewise.
6640
6641         * recog.c (decode_asm_operands): Likewise.
6642
6643         * toplev.c (rest_of_compilation): Likewise.
6644
6645         * tree.h (emit_line_note_after, emit_line_note,
6646         emit_line_note_force): Likewise.
6647
6648         * varasm.c (asm_output_bss, asm_output_aligned_bss,
6649         asm_emit_uninitialised, assemble_start_function,
6650         assemble_variable, const_hash, compare_constant_1,
6651         find_pool_constant, mark_constant_pool, assemble_alias): Likewise.
6652
6653         * xcoffout.h (DBX_FINISH_SYMBOL): Likewise.
6654
6655         * alpha/alpha.md (call_vms, call_value_vms): Likewise.
6656
6657         * arm/aof.h (ASM_OUTPUT_ASCII): Likewise.
6658
6659         * arm/aout.h (ASM_OUTPUT_ASCII): Likewise.
6660
6661         * arm/arm-protos.h (output_ascii_pseudo_op, arm_dllexport_name_p,
6662         arm_dllimport_name_p): Likewise.
6663
6664         * arm/arm.c (arm_encode_call_attribute, output_ascii_pseudo_op):
6665         Likewise.
6666
6667         * arm/arm.h (ASM_OUTPUT_MI_THUNK): Likewise.
6668
6669         * arm/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6670
6671         * arm/pe.c (arm_dllexport_name_p, arm_dllimport_name_p,
6672         arm_mark_dllexport, arm_mark_dllimport,
6673         arm_pe_encode_section_info): Likewise.
6674
6675         * arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS,
6676         ASM_FINISH_DECLARE_OBJECT): Likewise.
6677
6678         * arm/thumb.c (thumb_function_prologue): Likewise.
6679
6680         * arm/thumb.h (ASM_OUTPUT_ASCII): Likewise.
6681
6682         * avr/avr.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6683
6684         * clipper/clix.h (ASM_OUTPUT_ASCII): Likewise.
6685
6686         * fx80/fx80.h (ASM_OUTPUT_ASCII): Likewise.
6687
6688         * i386/cygwin.h (ASM_OUTPUT_SECTION_NAME): Likewise.
6689
6690         * i386/freebsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6691
6692         * i386/i386-interix.h (ASM_OUTPUT_LIMITED_STRING,
6693         ASM_OUTPUT_ASCII, ASM_OUTPUT_SECTION_NAME): Likewise.
6694
6695         * i386/i386-protos.h (asm_output_function_prefix): Likewise.
6696
6697         * i386/i386.c (asm_output_function_prefix): Likewise.
6698
6699         * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
6700
6701         * i386/osfrose.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6702
6703         * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
6704
6705         * i386/sco5.h (ASM_FINISH_DECLARE_OBJECT,
6706         ASM_OUTPUT_LIMITED_STRING, ASM_OUTPUT_ASCII,
6707         ASM_OUTPUT_SECTION_NAME): Likewise.
6708
6709         * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
6710
6711         * i860/paragon.h (ASM_OUTPUT_ASCII): Likewise.
6712
6713         * i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
6714
6715         * m32r/m32r.c (m32r_encode_section_info): Likewise.
6716
6717         * mcore-elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6718
6719         * mcore/mcore.c (mcore_encode_section_info): Likewise.
6720
6721         * mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6722
6723         * mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6724
6725         * mips/iris6.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6726
6727         * mips/mips.h (ASM_OUTPUT_IDENT): Likewise.
6728
6729         * mips/mips.md (movdi, movsi): Likewise.
6730
6731         * mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6732
6733         * netbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6734
6735         * openbsd.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
6736
6737         * ptx4.h (ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
6738         ASM_OUTPUT_ASCII): Likewise.
6739
6740         * rs6000/rs6000.c (rs6000_allocate_stack_space, output_epilog,
6741         output_mi_thunk, output_toc): Likewise.
6742
6743         * rs6000/rs6000.md (movsi): Likewise.
6744
6745         * rs6000/sysv4.h (ASM_OUTPUT_INT, ASM_OUTPUT_SECTION_NAME): Likewise.
6746
6747         * tahoe/harris.h (ASM_OUTPUT_ASCII): Likewise.
6748
6749         * v850/v850.c (print_operand, print_operand_address,
6750         v850_encode_data_area): Likewise.
6751
6752 2000-03-07  Clinton Popetz  <cpopetz@cygnus.com>
6753
6754         * config/mips/mips.md (zero_extendsidi2): Always force operand
6755         one to memory for mips16.
6756
6757 Mon Mar  6 15:22:29 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6758
6759         * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.
6760         (struct tree_int_cst): int_cst_low is now unsigned HOST_WIDE_INT.
6761         (attribute_hash_list, type_hash_canon): hashcode is now unsigned.
6762         (type_hash_lookup, type_hash_add, type_hash_list): Likewise.
6763         (min_precision): Result is unsigned.
6764         (add_double, neg_double, mul_double): Low word is unsigned.
6765         (lshift_double, rshift_double, lrotate_double): Likewise.
6766         (rrotate_double, div_and_round_double): Likewise.
6767         (tree_floor_log2, compare_tree_int): New functions.
6768         (preserve_rtl_expr_temps): New declaration.
6769         * c-common.c (declare_hidden_char_array): Use compare_tree_int.
6770         (decl_attributes): Use tree_log2 to find alignment.
6771         Check for TREE_INT_CST_HIGH for format args.
6772         (min_precision): Now unsigned.
6773         Use tree_floor_log2.
6774         (truthvalue_conversion): Delete long-disabled code.
6775         * c-decl.c (finish_struct): Clean up tests on field width.
6776         (finish_function): Use compare_tree_int.
6777         * c-pragma.c (handle_pragma_token): Use tree_log2 for alignment.
6778         * c-typeck.c (comptypes): Use tree_int_cst_equal.
6779         (default_conversion, digest_init): Use compare_tree_int.
6780         (build_binary_op): Use integer_all_onesp and compare_tree_int.
6781         Fix type errors in forming masks.
6782         * calls.c (initialize_argument_information): Use compare_tree_int.
6783         * dbxout.c (dbxout_type): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6784         * except.c (expand_eh_region_start_tree): Use compare_tree_int.
6785         * expr.c (is_zeros_p, case INTEGER_CST): Use integer_zerop.
6786         (store_field): Use compare_tree_int.
6787         (expand_expr, case CONSTRUCTOR): Use TYPE_SIZE_UNIT.
6788         (expand_expr, case ARRAY_REF): Use compare_tree_int.
6789         (do_jump, case BIT_AND_EXPR): Use tree_floor_log2.
6790         (do_store_flag): Use compare_tree_int.
6791         * fold-const.c (encode, decode): Low part is always unsigned.
6792         (force_fit_type, add_double, neg_double, mul_double): Likewise.
6793         (lshift_double, rshift_double, lrotate_double): Likewise.
6794         (rrotate_double, div_and_round_double, int_const_binop): Likewise.
6795         (fold_convert): Use compare_tree_int.
6796         (operand_equal_p, case INTEGER_CST): Use tree_int_cst_equal.
6797         (invert_truthvalue, case INTEGER_CST): Likewise.
6798         (fold): Use compare_tree_int; add casts for unsigned TREE_INT_CST_LOW.
6799         * mkdeps.c (deps_dummy_targets): Make I unsigned.
6800         * rtl.h (add_double, neg_double, mul_double): Low words are unsigned.
6801         (lshift_double, rshift_double, lrotate_double, rrotate_double):
6802         Likewise.
6803         * stmt.c (expand_decl): Use compare_tree_int and mode_for_size_tree.
6804         (expand_end_case): Use compare_tree_int.
6805         (estimate_case_costs): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
6806         * stor-layout.c (mode_for_size_tree): Use compare_tree_int.
6807         (layout_decl): Likewise.
6808         (layout_record, layout_union): Make sizes unsigned.
6809         (layout_type, case VOID_TYPE): TYPE_SIZE must be bitsizetype.
6810         (layout_type, case QUAL_UNION_TYPE): Use compare_tree_int.
6811         * tree.c (struct type_hash): hashcode is unsigned.
6812         (build_type_attribute_variant, type_hash_list): Likewise.
6813         (type_hash_lookup, type_hash_add, type_hash_canon): Likewise.
6814         (attribute_hash_list, build_array_type, build_method_type): Likewise.
6815         (build_complex_type): Likewise.
6816         (real_value_from_int_cst): Remove unneeded casts.
6817         (integer_all_onesp): Add casts.
6818         (tree_floor_log2, compare_tree_int): New functions.
6819         (build_index_type): Use tree_int_cst_sgn.
6820         * varasm.c (assemble_variable): Use compare_tree_int.
6821
6822 2000-03-06  Jason Merrill  <jason@casey.cygnus.com>
6823
6824         * cpphash.c (collect_expansion): Also catch ## at start of macro.
6825
6826         * varasm.c (make_decl_rtl): Don't add a number to members of
6827         local classes.
6828         (make_function_rtl): Likewise.
6829
6830 2000-03-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6831
6832         * gcse.c (compute_can_copy): Adjust if/else blocks from rth's
6833         patch from 2000-01-28.
6834
6835 2000-03-06  Clinton Popetz  <cpopetz@cygnus.com>
6836
6837         * config/sh/sh.c: (barrier_align): Handle a delay slot that is
6838         filled with an insn from the jump target.
6839
6840 2000-03-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6841
6842         * config/c4x/c4x-protos.h (c4x_global_name): Constify char *.
6843         (c4x_external_ref): Likewise.
6844         * config/c4x/c4x.c (struct name_list): Likewise.
6845
6846 1999-12-16  Ben Collins  <bcollins@debian.org>
6847
6848         * Makefile.in: Pass a new MULTILIB_EXCLUSIONS option as the sixth
6849         argument to genmultilib.
6850         * genmultilib: accept new MULTILIB_EXCLUSIONS option and output
6851         the contents into the multilib.h header.
6852         * gcc.c: Declare multilib_exclusions for the specs file.
6853         (set_multilib_dir): Use it.
6854         (print_multilib_info): Likewise.
6855         * t-linux64: Declare arguments for new MULTILIB_EXCLUSIONS option
6856         to pass to genmultilib.
6857
6858 2000-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6859
6860         * builtins.c (built_in_class_names, built_in_names): Constify a
6861         char*.
6862
6863         * gmon-sol2.c (monstartup, moncontrol): Cast ptrs to long, not
6864         int.
6865         (_mcleanup): Ensure value matches format specifier in sprintf.
6866
6867         * cpphash.c (special_symbol): Don't needlessly cast away
6868         const-ness.
6869
6870         * cppinit.c (base_name): Delete unused prototype.
6871
6872         * mkdeps.c (deps_init): Make definition K&R safe.
6873
6874         * tree.h (built_in_class_names, built_in_names): Constify a
6875         char*.
6876
6877 2000-03-06  Jakub Jelinek  <jakub@redhat.com>
6878
6879         * config/sparc/sparc.c (eligible_for_epilogue_delay): Accept
6880         floating point instructions for epilogue delay.
6881
6882         * config/sparc/sparc.h (ASM_ARCH64_SPEC): Pass -no-undeclared-regs
6883         to gas if it supports .register pseudo.
6884
6885         * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to
6886         LONG_DOUBLE_TYPE_SIZE if not defined.
6887         Use MAX_LONG_DOUBLE_TYPE_SIZE instead of
6888         LONG_DOUBLE_TYPE_SIZE in preprocessor if clauses.
6889         * real.c: Likewise.
6890         * gengenrtl.c: Likewise.
6891         * print-rtl.c: Likewise.
6892         * rtl.c: Likewise.
6893         * config/sparc/sol2-sld-64.h (TARGET_DEFAULT): Set
6894         MASK_LONG_DOUBLE_128.
6895         * config/sparc/sol2.h (TARGET_DEFAULT): Likewise.
6896         * config/sparc/sp64-elf.h (TARGET_DEFAULT): Likewise.
6897         * config/sparc/linux64 (TARGET_DEFAULT): Likewise.
6898         (SUBTARGET_SWITCHES): Define.
6899         (CPP_ARCH32_SPEC): Define __LONG_DOUBLE_128__ if compiling
6900         with -mlong-double-128.
6901         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6902         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6903         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6904         (CC1_SPEC): Include -mlong-double-{64,128} as needed.
6905         * config/sparc/linux.h (SUBTARGET_SWITCHES): Define.
6906         (CPP_SUBTARGET_SPEC): Define __LONG_DOUBLE_128__ if compiling
6907         with -mlong-double-128.
6908         (LONG_DOUBLE_TYPE_SIZE): Define depending on target_flags.
6909         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
6910         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on CPP macros.
6911         * config/sparc/sparc.h (MASK_LONG_DOUBLE_128,
6912         TARGET_LONG_DOUBLE_128): Define.
6913         * config/sparc/linux-aout.h (LONG_DOUBLE_TYPE_SIZE): Remove.
6914         * config/sparc/sparc.c (sparc_override_options): Disallow 64bit
6915         long double on TARGET_ARCH64.
6916
6917 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
6918
6919         * function.c (free_temps_for_rtl_expr): Don't free slots
6920         that have been pushed into a higher level.
6921
6922         Revert this patch:
6923         2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6924
6925 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6926
6927         * basic-block.h (ALLOCA_REG_SET): Remove.
6928         (INITIALIZE_REG_SET): New macro.
6929         * flow.c (update_life_info): Use it.
6930         (calculate_global_regs_live): Likewise.
6931         (propagate_block): Likewise.
6932         * global.c (build_insn_chain): Likewise.
6933         * haifa-sched.c (schedule_region): Likewise.
6934
6935 2000-03-05  Stephane Carrez  <stcarrez@worldnet.fr>
6936
6937         * dwarf2out.c (UNALIGNED_WORD_ASM_OP): Support 2 bytes pointer.
6938         (ASM_OUTPUT_DWARF_ADDR_CONST): Use UNALIGNED_WORD_ASM_OP.
6939         (DWARF_ARANGES_PAD_SIZE): New define.
6940         (output_aranges): Use it to pad the address range header.
6941         (DWARF_ROUND): Fix for non power of 2 rounding.
6942
6943 2000-03-05  Jason Merrill  <jason@casey.cygnus.com>
6944
6945         * mkdeps.c (deps_calc_target): Remove incorrect 'const'.
6946
6947 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
6948
6949         * tree.def (RTL_EXPR): Update documentation.
6950         * tree.h (RTL_EXPR_HAS_NO_SCOPE): New macro.
6951         * expr.c (expand_expr): Handle RTL_EXPR_HAS_NO_SCOPE.
6952         * function.c (preserve_rtl_expr_temp): New function.
6953         (preserve_rtl_expr_temps): Likewise.
6954         (preserve_rtl_expr_result): Use it.
6955
6956         Revert this patch:
6957         2000-03-04  Mark Mitchell  <mark@codesourcery.com>
6958
6959 2000-03-04  Thomas Schuster <Thomas.Schuster@gmx.net>
6960
6961         * regmove.c (copy_src_to_dest)  Do not create src->dest move
6962         for unchanging destination.
6963
6964 2000-03-04  Mark Mitchell  <mark@codesourcery.com>
6965
6966         * function.h (struct sequence_stack): Remove rtl_expr.
6967         (struct emit_staus): Likewise.
6968         (seq_rtl_expr): Remove.
6969         * tree.h (free_temps_for_rtl_expr): Don't declare.
6970         (start_sequence_for_rtl_expr): Likewise.
6971         * rtl.h (preserve_rtl_expr_result): Likewise.
6972         * emit-rtl.c (start_sequence): Don't set sequence_rtl_expr.
6973         (start_sequence_for_rtl_expr): Remove.
6974         (push_topmost_sequence): Don't save sequence_rtl_expr.
6975         (pop_topmost_sequence): Remove comment about not restoring it.
6976         (end_sequence): Don't set seq_rtl_expr.
6977         (init_emit): Don't initialize it.
6978         (mark_sequence_stack): Don't mark it.
6979         (mark_emit_status): Likewise.
6980         * except.c (protect_with_terminate): Use
6981         start_sequence_for_rtl_expr, not start_sequence.
6982         * expr.c (expand_expr, case RTL_EXPR): Don't call
6983         preserve_rtl_expr_result or free_temps_for_rtl_expr.
6984         * function.c (assign_stack_temp_for_type): Don't set rtl_expr.
6985         (preserve_rtl_expr_result): Remove.
6986         (free_temps_for_rtl_expr): Likewise.
6987         (pop_temp_slots): Likewise.
6988         (mark_temp_slot): Don't mark the rtl_expr.
6989         * stmt.c (expand_start_stmt_expr): Use start_sequence, not
6990         start_sequence_for_rtl_expr.
6991
6992 2000-03-04  Zack Weinberg  <zack@wolery.cumb.org>
6993
6994         * mkdeps.c, mkdeps.h: New files.
6995         * po/POTFILES.in: Add them.
6996         * Makefile.in (LIBCPP_OBJS): Add mkdeps.o.
6997         (cpplib.o, cppinit.o): Depend on mkdeps.h.
6998         (mkdeps.o): New target.
6999
7000         * cppfiles.c: Delete deps_output.
7001         * cppinit.c: Include mkdeps.h.  Delete known_suffixes,
7002         OBJECT_SUFFIX, and base_name.
7003         (cpp_cleanup): Use deps_free.  Free ihash->name when clearing
7004         the include hash.
7005         (initialize_dependency_output): Use deps_init,
7006         deps_add_target, deps_calc_target, and deps_add_dep.  Remove
7007         all the unnecessary string bashing.
7008         (cpp_finish): Use deps_write.  Remove an unnecessary nesting
7009         level.
7010         * cpplib.c (do_include): Use deps_add_dep.
7011         * cpplib.h (struct cpp_reader): Replace deps_buffer,
7012         deps_allocated_size, deps_size, deps_column members with
7013         single pointer to a struct deps.  Delete prototype of
7014         deps_output.
7015
7016         * cppinit.c: Fix thinko in previous patch.
7017
7018 Sat Mar  4 11:32:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7019
7020         * machmode.h (mode_for_size, smallest_mode_for_size): SIZE now signed.
7021         * stor-layout.c (mode_for_size, smallest_mode_for_size): Likewise.
7022         (mode_for_size_tree): New function.
7023         (layout_decl, layout_type): Call it and clean up BLKmode checks.
7024         * tree.h (mode_for_size_tree): New declaration.
7025
7026         * toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
7027
7028 2000-03-04  Jason Merrill  <jason@casey.cygnus.com>
7029
7030         * stmt.c (is_body_block): Move...
7031         * dwarfout.c, dwarf2out.c: ...from here.
7032         * tree.h: Declare it.
7033         * emit-rtl.c (remove_unncessary_notes): Don't remove the body block.
7034         * final.c (final_start_function): Do call remove_unnecessary_notes
7035         when scheduling.
7036
7037 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
7038
7039         * config/vax/xm-vms.h: Define OBJECT_SUFFIX and EXECUTABLE_SUFFIX.
7040
7041         * cpplib.h (_dollar_ok): New macro.
7042         (is_idchar, is_idstart): Use it.
7043         (IStable): Rename to _cpp_IStable.  Declare it const if
7044         gcc >=2.7 or C99.  Delete all references to FAKE_CONST.
7045         (is_idchar, is_idstart, is_numchar, is_numstart, is_hspace,
7046         is_space): Update for renamed IStable.
7047
7048         * cppinit.c: Delete all references to FAKE_CONST and CAT
7049         macros. Define init_IStable as empty macro if gcc >=2.7 or
7050         C99. Change TABLE() to ISTABLE and hardcode name of table.
7051         (cpp_start_read): Don't change the IStable based on
7052         dollars_in_ident.
7053
7054         * cpphash.c (unsafe_chars): Add pfile argument.  All callers
7055         changed.  Handle '$' for char1 correctly.
7056         * cpplib.c (cpp_get_token): Use is_numchar when parsing numbers.
7057
7058         * cppexp.c (tokentab2): Make const.
7059         (cpp_lex): Make toktab const.
7060         * cppinit.c (include_defaults_array): Make const.
7061         (initialize_standard_includes): Make default_include const.
7062
7063 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
7064
7065         * dwarf2out.c (dwarf2out_frame_debug): Add cast to silence warning.
7066         (dwarf2out_decl): Functions can now have DECL_IGNORED_P.
7067         (gen_decl_die): Likewise.
7068         * dwarfout.c (dwarfout_file_scope_decl): Likewise.
7069         (output_decl): Likewise.
7070
7071         * varasm.c (make_function_rtl): If we change the name used in the
7072         rtl, update DECL_ASSEMBLER_NAME accordingly.
7073         (make_decl_rtl): Likewise.
7074
7075         * toplev.c (rest_of_compilation): Tweak formatting.
7076
7077         * toplev.c (rest_of_compilation): find_loop_tree_blocks before
7078         remove_unnecessary_notes.
7079         (debug_ignore_block): New fn.
7080         * toplev.h: Declare it.
7081         * emit-rtl.c (remove_unncessary_notes): Call it.
7082         * dwarf2out.c (dwarf2out_ignore_block): New fn.
7083         * dwarf2out.h: Declare it.
7084         * final.c (final_start_function): Don't call remove_unnecessary_notes
7085         if we did insn scheduling.
7086
7087 2000-03-03  Zack Weinberg  <zack@wolery.cumb.org>
7088
7089         * cppinit.c (cpp_handle_option): Set opts->pedantic directly.
7090         * cpplib.h: Delete SET_CPP_PEDANTIC.
7091
7092 Fri Mar  3 14:56:12 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7093
7094         * expr.c (expand_expr, case COMPONENT_REF): Use bitfield case if
7095         result is a RECORD_TYPE.
7096
7097 2000-03-03  Jonathan Larmour  <jlarmour@cygnus.co.uk>
7098
7099         * mips/elf.h (CTOR_LISTS_DEFINED_EXTERNALLY): Added.
7100
7101 2000-03-03  Richard Henderson  <rth@cygnus.com>
7102
7103         * alpha.c (alpha_emit_set_const_1): Re-order cases to prefer
7104         addition over compliments over shifts.
7105
7106 Fri Mar  3 12:49:28 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7107
7108         * reload1.c (reload_combine_note_use): Handle return register USEs.
7109         REG case: Handle multi-hard-register hard regs.
7110
7111 Fri Mar  3 07:38:34 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7112
7113         * md.texi: Document use of '*' in insn pattern name.
7114
7115 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
7116
7117         * calls.c (special_function_p): operator new may not be malloc-like.
7118
7119         * gcse.c (dump_hash_table): Really fix error in last change.
7120
7121 2000-03-02  Denis Chertykov  <denisc@overta.ru>
7122
7123         * avr.c (print_operand): Use print_operand_address instead of
7124         output_addr_const.
7125         * avr/libgcc.S: Cleanup code.
7126
7127 2000-03-02  Richard Henderson  <rth@cygnus.com>
7128
7129         * alpha.c (alpha_emit_set_const_1): Also try c + small constant.
7130
7131 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
7132
7133         * tree.h (TYPE_ALIGN_UNIT): New macro.
7134
7135 2000-03-02  Clinton Popetz  <cpopetz@cygnus.com>
7136
7137         * i386.c: (constant_call_address_operand): Reject CONST_INT.
7138
7139 2000-03-02  Jason Merrill  <jason@casey.cygnus.com>
7140
7141         * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not set
7142         for the buffer.
7143         (SET_CPP_PEDANTIC): New macro.
7144         * cpplib.c (do_include): Don't bother checking system_header_p.
7145         (do_warning, do_ident, do_assert, do_unassert): Likewise.
7146         * cppinit.c (cpp_handle_option): Use SET_CPP_PEDANTIC.
7147
7148         * function.h (struct expr_status): Add x_arg_space_so_far.
7149         (arg_space_so_far): New macro.
7150         * expr.c (init_expr): Initialize it.
7151         * calls.c (emit_call_1): Reset it.
7152         (compute_argument_block_size, expand_call): Use it.
7153         (expand_call, store_one_arg): Increment it.
7154
7155 Thu Mar  2 17:27:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7156
7157         * varasm.c (output_constant): Strip off a CONVERT_EXPR to
7158         a UNION_TYPE.
7159
7160 2000-03-02  Zack Weinberg  <zack@wolery.cumb.org>
7161
7162         * cppfiles.c (cpp_read_file): New function.
7163
7164         * cpphash.c (collect_expansion): Make sure to reset last_token
7165         to NORM when we hit a string.  Handle trailing whitespace
7166         properly when the expansion is empty.
7167         (create_definition): Disable line commands while parsing the
7168         directive line.
7169         (dump_definition): If pfile->lineno == 0, output a line
7170         command ahead of the dump, and add a trailing newline.
7171
7172         * cppinit.c (append_include_chain): Add fifth argument, which
7173         indicates whether or not system headers are C++ aware.
7174         (initialize_standard_includes): New function,
7175         broken out of read_and_prescan.  Pass 'cxx_aware' value from
7176         the include_defaults_array on to append_include_chain.
7177         (dump_special_to_buffer): Const-ify char array.
7178         (builtin_array): Don't dump __BASE_FILE__.
7179         (cpp_start_read): Use cpp_read_file.  Reorder code for
7180         clarity.  Don't output line commands here for -D/-A/-U
7181         switches.  Don't call deps_output for files included with
7182         -include or -imacros.
7183
7184         * cpplib.c (do_define): Don't pay any attention to the second
7185         argument.
7186         (cpp_expand_to_buffer): Disable line commands while scanning.
7187         (output_line_command): Work in the file buffer.
7188         * cpplib.h: Remove no_record_file flag from struct cpp_reader.
7189         Fix formatting of comments.  Prototype cpp_read_file.
7190
7191 Thu Mar  2 13:29:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7192
7193         * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink
7194         reference the language-equivalent of sizetype.
7195         * c-typeck.c (comptypes): Treat sizetype like its language equivalent.
7196         * fold-const.c (size_binop, size_diffop): Put back checks.
7197         * gcse.c (dump_hash_table): Fix minor error in last change.
7198         * stor-layout.c (set_sizetype): Set TYPE_DOMAIN of sizetype.
7199         Clear TYPE_{NEXT,MAIN}_VARIANT and TYPE_{POINTER,REFERENCE}_to of
7200         all sizetypes.
7201
7202 Thu Mar  2 12:48:45 MET 2000  Jan Hubicka  <jh@suse.cz>
7203
7204         * calls.c (expand_call)  Do not attempt to combine stack adjustments
7205         with inhibit_defer_pop set.
7206
7207 2000-03-01  Mark Mitchell  <mark@codesourcery.com>
7208
7209         * stor-layout.c (layout_decl): Allow front-ends to explicitly set
7210         the DECL_SIZE for a FIELD_DECL.
7211
7212 2000-03-01  Bruce Korb  <bkorb@gnu.org>
7213
7214         * fixinc/inclhack.tpl: remove unused symlinks
7215         * fixinc/README: GCC Maintainer info
7216         * fixinc/inclhack.sh: regen
7217         * fixinc/fixincl.sh: regen
7218
7219 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
7220
7221         * cpphash.c (collect_expansion): Trim trailing white space
7222         from macro definitions, but don't go past the last insertion
7223         point.
7224
7225 Wed Mar  1 12:14:31 MET 2000  Jan Hubicka  <jh@suse.cz>
7226
7227         * i386.md (mulqi3): New pattern.
7228
7229 2000-02-29  Zack Weinberg  <zack@wolery.cumb.org>
7230
7231         * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New
7232         token types.
7233         (struct cpp_reader): Add parsing_if_directive and
7234         parsing_define_directive flags.
7235         (struct cpp_options): Remove output_conditionals flag.
7236         (check_macro_name): Delete prototype.
7237
7238         * cpphash.h (struct macrodef): Delete.
7239         (struct reflist): Separate from struct definition.
7240         (struct definition): Remove unused fields.  Add column number.
7241         (create_definition): Returns a DEFINITION *.  Takes a
7242         cpp_reader * and an int.
7243
7244         * cpphash.c (SKIP_WHITE_SPACE): Delete.
7245         (PEEKC): Copy defn from cpplib.c.
7246         (rest_extension, REST_EXTENSION_LENGTH): Delete.
7247         (struct arg): New.
7248         (struct arglist): Simplify.
7249         (collect_expansion): Rewrite.  Get tokens by calling
7250         cpp_get_token.  Add more error checking.
7251         (collect_formal_parameters): New function, broken out of
7252         create_definition and reworked to use get_directive_token.
7253         (create_definition): All real work is now in collect_expansion
7254         and collect_formal_parameters.  do_define handles finding the
7255         macro name.  Return a DEFINITION, not a MACRODEF.
7256         (macroexpand): Replace bcopy with memcpy throughout.  Replace
7257         character-at-a-time copy loop with memcpy and pointer increments.
7258         (compare-defs): d1->argnames / d2->argnames might be null.
7259
7260         * cpplib.c (copy_rest_of_line): Delete function.
7261         (skip_rest_of_line): Do all the work ourselves.
7262         (skip_string): New function.
7263         (parse_string): Use skip_string.
7264         (get_macro_name): New function.
7265         (check_macro_name): Delete.
7266         (copy_comment): Use CPP_RESERVE and CPP_PUTC_Q.
7267         (cpp_skip_hspace): Use CPP_BUMP_LINE.
7268         (handle_directive): ICE if we're called on a macro buffer.
7269         (do_define): Determine macro name and type (funlike/objlike)
7270         here.  Expunge all uses of MACRODEF.
7271         (cpp_push_buffer): Set line_base to NULL.
7272         (do_undef, read_line_number): Don't worry about getting a POP token.
7273         (eval_if_expression): Set/reset parsing_if_directive around
7274         cpp_parse_expr. Don't clear only_seen_white.
7275         (skip_if_group): Remove output_conditionals logic.  Use
7276         skip_rest_of_line.
7277         (cpp_get_token): Return ASSERTION, STRINGIZE, and TOKPASTE
7278         tokens under appropriate conditions.
7279         (cpp_unassert): Call do_unassert not do_assert.  Oops.
7280
7281         * cppexp.c (parse_defined): New function, break out of
7282         cpp_lex.
7283         (cpp_lex): We now get CPP_ASSERTION tokens and can check them
7284         ourselves, with cpp_defined.
7285         * cppinit.c (cpp_handle_option, print_help): Delete -ifoutput.
7286
7287         * gcc.dg/20000209-2.c: Turn off -pedantic-errors.
7288         * gcc.dg/strpaste-2.c: New.
7289
7290 2000-02-29  Mark Mitchell  <mark@codesourcery.com>
7291
7292         * fold-const.c (size_binop): Don't asert inputs are the same and
7293         have TYPE_IS_SIZETYPE set.
7294         (size_diffop): Likewise.
7295
7296 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
7297
7298         * dwarfout.c (output_block): Output abstract blocks even if they
7299         don't have TREE_ASM_WRITTEN set.
7300
7301         * calls.c (emit_library_call): Check for null REG.
7302
7303 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7304
7305         * c-decl.c (current_function_decl): Move to toplev.c.
7306         (init_decl_processing): Don't add current_function_decl as a ggc
7307         root here.
7308         * dbxout.c (dbxout_symbol): Change return type to int.
7309         (dbxout_symbol_location, dbxout_syms): Likewise.
7310         (dbxout_block): Don't emit LBRAC/RBRAC pairs for blocks without
7311         any locals. Use current_function_func_begin_label if set.
7312         * dbxout.h (dbxout_symbol, dbxout_syms): Change return type.
7313         * dwarf2out.c (dwarf2out_begin_prologue): Set
7314         current_function_func_begin_label.
7315         * final.c (final_start_function): Reset it.
7316         * toplev.c (current_function_decl): Define it here.
7317         (current_function_func_begin_label): New variable.
7318         (main): Add both as ggc roots.
7319         * tree.h (current_function_func_begin_label): Declare.
7320
7321 Tue Feb 29 14:07:04 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7322
7323         * gcse.c: Cleanups throughout: mostly white-space, but also
7324         some minor rearrangement of code.
7325
7326 Tue Feb 29 10:45:59 2000  Jeffrey A Law  (law@cygnus.com)
7327
7328         * calls.c (emit_library_call): Do not abort if FUNCTION_ARG
7329         returns a PARALLEL.  Use emit_group_load and use_group_regs
7330         as needed.
7331         (emit_library_call_value): Similarly.
7332
7333         * pa/t-pa: Use quadlib.c instead of quadlib.asm.
7334         * pa/quadlib.asm: Remove.
7335         * pa/quadlib.c: New file.
7336
7337         * configure.in (hpux10, hpux11, PA32 mode): Use i128 float format.
7338         * configure: Rebuilt.
7339
7340 2000-02-29  Philip Blundell  <pb@futuretv.com>
7341
7342         * config/arm/conix-elf.h: New file.
7343         * configure.in (arm*-*-conix*): New configuration.
7344         * configure: Regenerate.
7345
7346 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
7347
7348         * dwarf2out.c (gen_block_die): Output abstract blocks even if they
7349         don't have TREE_ASM_WRITTEN set.
7350
7351 Mon Feb 28 21:07:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7352
7353         * Eliminate DECL_FIELD_SIZE.
7354         * builtins.c (built_in_class_names, built_in_names): New variables.
7355         * c-decl.c (finish_struct): Set specified size in DECL_SIZE.
7356         * expr.c (expand_expr, case COMPONENT_REF): Get field size from
7357         DECL_SIZE, not DECL_FIELD_SIZE.
7358         * print-tree.c (print_node): Remove code that prints extra blank
7359         lines in some cases.
7360         Properly handle inline and builtin function cases.
7361         * stor-layout.c (layout_decl): Get specified size from DEC_SIZE.
7362         * tree.h (built_in_class_named, built_in_names): New declarations.
7363         (union tree_decl): Rename internal unions to u1 and u2 and change
7364         some of their components.
7365         Add new field built_in_class.
7366         (DECL_ALIGN, DECL_INCOMING_RTL, DECL_SAVED_INSNS, DECL_FRAME_SIZE):
7367         Reflect above changes.
7368         (DECL_FUNCTION_CODE, DECL_BUILT_IN_CLASS): Likewise.
7369         (DECL_SET_FUNCTION_CODE, DECL_FIELD_SIZE): Deleted.
7370         * objc/objc-act.c (objc_copy_list): Use DECL_SIZE, not DECL_FIELD_SIZE.
7371         (encode_field_decl): Likewise; also remove obsolete test for bitfield.
7372
7373 2000-02-28  Dmitri Makarov  <dim@windriver.com>
7374
7375         * extend.texi: Document ARM's support for long/short calls.
7376
7377         * invoke.texi: Document ARM's -mlong-calls command line switch.
7378
7379         * config/arm/arm-protos.h (arm_is_longcall_p): Add prototype.
7380         (arm_encode_call_attribute): Add prototype.
7381         (arm_set_default_type_attribute): Add prototype.
7382         (arm_strip_name_encoding): Add prototype.
7383
7384         * config/arm/arm.c (arm_init_cumulative_args): replace
7385         initialisation og 'long_calls' field with initialisation of
7386         'call_cookie' field.
7387         (enum arm_pragma_enum): New enum.
7388         (arm_pragma_long_calls): New static variable.
7389         (arm_process_pragma): Also process "#pragma long_calls_off".
7390         (arm_valid_type_attribute_p): Accept short_call attribute.
7391         (arm_comp_type_attributes): Check long/short call attributes.
7392         (arm_encode_call_attribute):  New function:  Encode long_call
7393         or short_call attribute in function name.
7394         (arm_set_default_type_attributes): New function: Assign
7395         default attributes to newly defined type.
7396         (current_file_function_operand): New function: Return true if
7397         the symbol is a function which has already been compiled.
7398         (arm_is_longcall_p): New function: Return true if the
7399         indicated function should be called via a long call.
7400         (arm_get_strip_length): New function.  Returns number of
7401         prefix characters to be stripped from a function's name.
7402         (arm_strip_name_encoding): New function.  Strip prefix characters
7403         from a function's name.
7404
7405         * config/arm/arm.h (CUMULATIVE_ARGS): Replace 'long_call' field
7406         with 'call_cookie'.
7407         (SHORT_CALL_FAG_CHAR): Define.
7408         (LONG_CALL_FAG_CHAR): Define.
7409         (ENCODED_SHORT_CALL_ATTR_P): Define.
7410         (ENCODED_LONG_CALL_ATTR_P): Define.
7411         (ARM_NAME_ENCODING_LENGTHS): Define.
7412         (STRIP_NAME_ENCODING): Define.
7413         (ASM_OUTPUT_LABELREF): Define, and use to strip name encoding.
7414         (ARM_ENCODE_CALL_TYPE): Define.
7415         (ENCODE_SECTION): Invoke ARM_ENCODE_CALL_TYPE.
7416         (ARM_DECLARE_FUNCTION_SIZE): Define.
7417         (SET_DEFAULT_TYPE_ATTRIBUTES): Define.
7418
7419         * config/arm/arm.md (call): Call arm_is_longcall_p to decide
7420         if a long call is needed.
7421         (call_value): Ditto.
7422         (call_symbol): Ditto.
7423
7424         * config/arm/elf.h (ASM_DECLARE_FUNCTION_SIZE): Add invocation of
7425         ARM_DECLARE_FUNCTION_SIZE.
7426
7427         * config/arm/pe.h (ARM_PE_FLAG_CHAR): Define.
7428         (SUBTARGET_NAME_ENCODING_LENGTHS): Define.
7429         (ARM_STRIP_NAME_ENCODING): Undefine.
7430         (STRIP_NAME_ENCODING): Undefine.
7431         (ASM_OUTPUT_LABELREF): Use arm_strip_name_encoding.
7432         (ASM_DECLARE_FUNCTION_NAME): Ditto.
7433         (ASM_OUTPUT_COMMON): Ditto.
7434         (ASM_DECLARE_OBJECT_NAME): Ditto.
7435
7436         * config/arm/pe.c (arm_dllexport_name_p): Check for
7437         ARM_PE_FLAG_CHAR.
7438         (arm_dllimport_name_p): Ditto.
7439         (arm_mark_dllexport): Use ARM_PE_FLAG_CHAR.
7440         (arm_mark_dllimport): Ditto.
7441
7442 Mon Feb 28 22:11:12 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7443
7444         * sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Define.
7445
7446 2000-02-28  Mark Mitchell  <mark@codesourcery.com>
7447
7448         * xcoffout.c (xcoffout_begin_function): Fix typo in previous change.
7449
7450 2000-02-28  Zack Weinberg  <zack@wolery.cumb.org>
7451
7452         * tm.texi: Document new target switch, NO_BUILTIN_WCHAR_TYPE.
7453         * cppinit.c (builtin_array): Define __WCHAR_TYPE__ only if
7454         NO_BUILTIN_WCHAR_TYPE is not defined.
7455         (CPP_WCHAR_TYPE): Delete.
7456         * cccp.c (main): Don't change wchar_type if cplusplus.
7457         (special_symbol, initialize_builtins): Honor NO_BUILTIN_WCHAR_TYPE.
7458
7459 2000-02-28  Nick Clifton  <nickc@cygnus.com>
7460
7461         * config/arm/arm-wince-pe.h (SIZE_TYPE): Define to "unsigned long".
7462
7463 Mon Feb 28 14:21:15 2000  Catherine Moore  <clm@cygnus.com>
7464
7465         * config/pa/som.h (MAKE_DECL_ONE_ONLY): Define.
7466         (ASM_WEAKEN_LABEL): Define.
7467
7468 Mon Feb 28 13:07:19 MET 2000  Jan Hubicka  <jh@suse.cz>
7469
7470         * expr.c (store_constructor): Do not emit USE.
7471         * rtl.h (stupid_life_analysis): Remove.
7472
7473 Mon Feb 28 07:03:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7474
7475         * function.c (number_blocks): Reset next_block_index based on
7476         what debugging format is used, not what is defined.
7477
7478         * lcm.c: Minor reformatting throughout.
7479         (reg_dies, reg_becomes_live): Properly handle multiple hard regs.
7480
7481         * toplev.c (rest_of_compilation): Account for time in
7482         optimize_mode_switching.
7483
7484         * jump.c (jump_optimize_1): Don't call delete_barrier_successors
7485         if only marking labels.
7486
7487 Mon Feb 28 12:53:57 MET 2000  Jan Hubicka  <jh@suse.cz>
7488
7489         * calls.c (expand_call): Attempt to combine stack adjustments with
7490         pending stack adjustments.
7491
7492 Mon Feb 28 11:34:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7493
7494         * loop.c (reg_in_basic_block_p): Don't abort when falling through
7495         to the end of the function.
7496
7497 2000-02-27  Mark Mitchell  <mark@codesourcery.com>
7498
7499         * emit-rtl.c (remove_unncessary_notes): Remove notes for empty
7500         blocks.
7501         * final.c (next_block_index): Remove.
7502         (max_block_depth): Likewise.
7503         (pending_blocks): Likewise.
7504         (init_final): Don't initialize them.
7505         (final_start_function): Don't set next_block_index.  Set up
7506         BLOCK_NUMBER.
7507         (final_scan_insn): Use BLOCK_NUMBER, not next_block_index.
7508         * function.h (number_blocks): New function.
7509         * function.c (get_block_vector): New function.
7510         (identify_blocks): Use it.
7511         (reorder_blocks): Set NOTE_BLOCK.
7512         (number_blocks): New function.
7513         * tree.def (BLOCK): Add documentation for TREE_ASM_WRITTEN flag.
7514         * tree.h (BLOCK_NUMBER): New macro.
7515         (tree_block): Add block_num field.
7516         * dbxout.c (next_block_number): Remove.
7517         (dbxout_init): Don't set it.
7518         (dbxout_block): Only output blocks that have TREE_ASM_WRITTEN
7519         set.  Use BLOCK_NUMBER, rather than next_block_num, to determine
7520         block numbers.
7521         * toplev.c (rest_of_compilation): Always call
7522         find_loop_tree_blocks.  Fix indentation.
7523         * dwarf2out.c (next_block_number): Remove.
7524         (gen_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
7525         to determine block numbers.
7526         (gen_inlined_subroutine_die): Likewise.
7527         (gen_block_die): Only output blocks that have TREE_ASM_WRITTEN set.
7528         (decls_for_scope): Don't increment next_block_number.
7529         * dwarfout.c (next_block_number): Remove.
7530         (output_lexical_block_die): Use BLOCK_NUMBER, not next_block_number,
7531         to determine block numbers.
7532         (output_inlined_subroutine_die): Likewise.
7533         (output_block): Only output blocks that have TREE_ASM_WRITTEN set.
7534         (output_decls_for_scope): Don't increment next_block_number.
7535         * sdbout.c (next_block_number): Remove.
7536         (sdbout_block): Use BLOCK_NUMBER.
7537         (sdbout_begin_block): Simplify.
7538         * xcoffout.c (next_block_number): Remove.
7539         (xcoffout_block): Use BLOCK_NUMBER, not next_block_number.
7540         (xcoffout_begin_block): Don't set next_block_number.
7541         (xcoffout_begin_function): Likewise. Use BLOCK_NUMBER, not
7542         next_block_number.
7543
7544 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7545
7546         * builtins.c (c_strlen): Use size_diffop and return ssizetype value.
7547         (expand_builtin_strcpy): Pass correct type to size_binop.
7548         (expand_builtin_strcmp): Likewise.
7549         Clean up conditional structure.
7550         * c-decl.c (init_decl_processing): Don't call set_sizetype twice.
7551         (complete_array_type): Don't use size_binop for MAXINDEX.
7552         * c-typeck.c (c_sizeof): Use size_one_node and TYPE_SIZE_UNIT.
7553         (c_sizeof_nowarn, c_size_in_bytes): Likewise.
7554         (c_alignof): Use size_one_node.
7555         (build_unary_op): Pass arg of proper type to size_binop.
7556         (really_start_incremental_init, push_init_level): Use sizetype for
7557         constructor{,_bit,_unfilled}_index.
7558         (pop_init_label, output_init_element): Likewise.
7559         (output_pending_init_elements, process_init_element): Likewise.
7560         * calls.c (compute_argument_block_size): Field VAR is ssizetype.
7561         * expr.c (store_expr): Use size_int.
7562         (store_constructor): Use proper types for size_binop args.
7563         (get_inner_reference, expand_expr, case ARRAY_REF): Likewise.
7564         (expand_expr_unaligned): Likewise.
7565         (string_contant): Return object of sizetype.
7566         * expr.h (SUB_PARM_SIZE): Call size_diffop and pass proper types.
7567         (ARGS_SIZE_RTX): Call ARGS_SIZE_TREE.
7568         (ARGS_SIZE_TREE): Pass proper types to size_binop.
7569         * fold-const.c (int_const_binop): Refine when size_int is called.
7570         (fold_convert): Likewise.
7571         (size_int_wide): Rework to take KIND as arg, only take low order
7572         bits, handle new sizetype_tab datatype, and chain entries in
7573         size_table.
7574         (size_int_type_wide): New function.
7575         (size_binop): Validate types of arguments.
7576         (ssize_binop): Deleted.
7577         (size_diffop): New function.
7578         (extract_muldiv): Only fold division into multiplication for sizetypes.
7579         * function.c (assign_parms): Use size_diffop and make sure
7580         VAR field is of ssizetype; also pass proper type to size_binop.
7581         (locate_and_pad_parm, pad_to_arg_alignment): Likewise.
7582         (round_down): Deleted from here.
7583         * store-layout.c (sizetype_tab): Now an array.
7584         (sizetype_set, early_root_list): New variables.
7585         (variable_size): Use size_one_node.
7586         (round_up): Pass proper type to size_binop.
7587         (round_down): Moved to here and corrected as above.
7588         (layout_record): Pass proper arg types to size_binop.
7589         (layout_type): Likewise.
7590         If sizetype_set is zero, record the type just laid out.
7591         (make_unsigned_type): Don't call set_sizetype;
7592         (make_signed_type): Likewise; also, call fixup_signed_type.
7593         (initialize_sizetypes): New function.
7594         (set_sizetype): Make copy of types, set TYPE_IS_SIZETYPE, and
7595         set name of bitsizetype to "bit_size_type".
7596         Fix up type of sizes of all types made before call.
7597         * tm.texi (ROUND_TYPE_SIZE_UNIT): New macro.
7598         * tree.c (fix_sizetype): Deleted.
7599         (build_common_tree_nodes): Call initialize_sizetypes.
7600         (build_common_tree_nodes_2): Don't call fix_sizetype.
7601         * tree.h (TYPE_IS_SIZETYPE): New macro.
7602         (initialize_sizetype): New declaration.
7603         (enum size_type_kind): New type.
7604         (struct sizetype_tab): Deleted.
7605         (sizetype_tab): Now array; adjust sizetype macros.
7606         (size_diffop, size_int_type_wide): New functions.
7607         (size_int_wide): Change number of args and type; access macros changed.
7608         (ssize_int, sbitsize_int): New macros.
7609         * config/i960/i960.h (ROUND_TYPE_SIZE): Use size_int.
7610         (ROUND_TYPE_SIZE_UNIT): New macro.
7611
7612 2000-02-27  Zack Weinberg  <zack@wolery.cumb.org>
7613
7614         * c-lex.c (putback_buffer): Make 'buffer' an unsigned char *.
7615
7616 Sun Feb 27 07:44:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7617
7618         * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):
7619         Mark as possibly unused.
7620
7621         * cse.c (cse_insn): Delete dead code involving tablejump.
7622         Pass CODE_LABEL, not LABEL_REF to gen_jump and reset INSN_CODE.
7623
7624         * Makefile.in (libcpp.a): Start by deleting it.
7625
7626 2000-02-27  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7627
7628         * cpplib.h (enum file_change_code): Added rename_file.
7629         * cpplib.c (do_line): If a filename is given, set file_change to
7630         rename_file.
7631         (output_line_command): If file_change is rename_file, always
7632         output a # directive with the file name.
7633
7634         * cpplib.c (do_pragma): Accept #pragma without consecutive token.
7635
7636 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
7637
7638         * integrate.c (copy_decl_for_inlining): Preserve TREE_ADDRESSABLE
7639         when copying a PARM_DECL or RESULT_DECL.
7640
7641 2000-02-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7642
7643         * fix-header.c (recognized_function): Also fix prototypes for
7644         functions taking "void".
7645
7646 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7647
7648         * reload1.c (do_output_reload): Check reg_reloaded_valid before
7649         looking at reg_reloaded_contents.
7650
7651 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
7652
7653         * Makefile.in (STMP_FIXINC): New toggle.
7654         (LIBGCC2_DEPS): Delete all references.
7655         (stmp-headers): Delete target.  All references either deleted
7656         or changed to stmp-int-headers.
7657         (all.cross): Don't depend on stmp-headers or STMP_FIXPROTO.
7658         (LIBCPP_OBJS): Take out cppalloc.o.
7659         (cppalloc.o): Delete target.
7660         (stmp-int-hdrs): Depend on $(STMP_FIXINC).
7661         (gen-protos, fix-header): Link with libiberty.a.
7662         * build-make: Don't change FIXINCLUDES.  Override STMP_FIXINC
7663         to empty.
7664
7665         * configure.in: Remove refs to strerror.
7666         * acconfig.h: Take out NEED_DECLARATION_STRERROR.
7667         * system.h: Take out strerror stanza.
7668
7669         * cpperror.c (my_strerror): Delete function.
7670         (cpp_error_from_errno, cpp_notice_from_errno): Use xstrerror.
7671         * cppmain.c (main): Call xmalloc_set_program_name first thing.
7672         * cppalloc.c: Delete file.
7673         * gen-protos.c: Don't provide xrealloc.
7674
7675         * fixinc/fixincl.c, fixinc/fixlib.c, fixinc/procopen.c: Use
7676         xstrerror throughout.
7677
7678 2000-02-26  Bruce Korb  <bkorb@gnu.org>
7679
7680         * fixinc/inclhack.def (undefine_null): the bypass pattern needs to
7681         match for DOS headers, too.
7682         * fixinc/inclhack.sh,fixincl.x: Regenerate.
7683
7684 2000-02-26  Geoff Keating  <geoffk@cygnus.com>
7685
7686         * config/elfos.h (ASM_OUTPUT_LABELREF): Don't define.  The default
7687         is right for most ELF targets.
7688         * config/ns32k/ns32k.h (ASM_OUTPUT_LABELREF): Don't define.
7689         Let the default file use %U properly.
7690         * config/sh/elf.h (ASM_OUTPUT_LABELREF): Don't define.  Use the
7691         default.
7692
7693         * config/fp-bit.c (pack_d): Properly handle rounding of denormal
7694         numbers.
7695
7696 Sat Feb 26 09:39:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7697
7698         * toplev.c (documented_lang_options): Correct spelling error.
7699         (decode_d_option, decode_f_option, main): Likewise.
7700
7701         * toplev.c (print_time): Avoid SIGFPE when all_time is zero.
7702
7703         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Use .set at
7704         to tell assembler it is permitted to expand large constants.
7705
7706 2000-02-25  Mumit Khan  <khan@xraylith.wisc.edu>
7707
7708         * protoize.c: (AUX_INFO_SUFFIX): New macro.
7709         (aux_info_suffix): Use.
7710         (SAVE_SUFFIX): New macro.
7711         (save_suffix): Use.
7712         (munge_compile_parms): Fix typo in NUL. DJGPP supports /dev/null.
7713         (gen_aux_info_file): Use aux_info_suffix instead of ".X".
7714         (edit_file): Handle 8.3 restriction for DOS/DJGPP filenames.
7715
7716         * invoke.texi (Running Protoize): Update documentation.
7717
7718 2000-02-25 Mark Elbrecht <snowball3@bigfoot.com>
7719
7720         * i386/djgpp.h (CPP_PREDEFINES): Remove Unix defines.
7721
7722 2000-02-25  John Wehle  (john@feith.com)
7723
7724         * rtlanal.c (find_last_value): Allow NULL_RTX for valid_to.
7725
7726 2000-02-25  Anthony Green  <green@cygnus.com>
7727
7728         * toplev.c (rest_of_compilation): Rebuild jump labels if
7729         combine_instructions has created a new direct jump.
7730         * combine.c (try_combine): Add new_direct_jump_p argument.  Set it
7731         when appropriate.
7732         (combine_instructions): Call try_combine with new argument.
7733         Return non-null value when new direct jump instruction is created.
7734         * rtl.h: combine_instructions returns an int.
7735
7736 Fri Feb 25 19:49:08 2000  Jeffrey A Law  (law@cygnus.com)
7737
7738         * cse.c (cse_insn): Replace the PATTERN of the insn with an new
7739         jump when changing a computed jump into a jump to a known
7740         target.
7741
7742 Fri Feb 25 19:22:44 2000  Graham Stott <grahams@rcp.co.uk>
7743
7744         * resource.c (mark_referenced_resources): Changed use SET_DEST (...)
7745         to XEXP (..., 0) on RTL nodes which are not SET or CLOBBER.
7746
7747         * i386.md (define_expand "clrstrsi"): Fix typo.
7748
7749 Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
7750
7751         * rtl.texi: Fix typo.
7752
7753 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7754
7755         * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
7756         UNITS_PER_WORD.  Change caller initial_elimination_offset.
7757         (rounded_frame_size): Take into account that argument pushed has
7758         changed.  Fix TARGET_ALIGN_DOUBLE problem.
7759
7760 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
7761
7762         * haifa-sched.c (schedule_block): Explain the real reason
7763         we delete REG_SAVE_NOTEs on the first insn of a block.
7764         Don't delete REG_SAVE_NOTES for NOTE_INSN_SETJMP.
7765
7766 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
7767
7768         * input.h (push_srcloc): New function.
7769         (pop_srcloc): Likewise.
7770         * toplev.c (push_srcloc): Define it.
7771         (pop_srcloc): Likewise.
7772
7773 2000-02-24  Richard Henderson  <rth@cygnus.com>
7774
7775         * flow.c (life_analysis): When collecting reg info, clear
7776         regs_ever_live.
7777
7778 Thu Feb 24 22:06:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7779
7780         Fix bug exposed by reload.c no longer rounding the frame
7781         size to BIGGEST_ALIGNMENT:
7782         * sh.c (rounded_frame_size): New function.
7783         (sh_expand_prologue, sh_expand_epilogue): Use it.
7784         (initial_elimination_offset): Likewise.
7785
7786 Thu Feb 24 20:04:11 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7787
7788         Fix breakage from 6th Feb thread_prologue_and_epilogue_insns change:
7789         * sh-protos.h (sh_need_epilogue): Declare.
7790         * sh.c (sh_need_epilogue_known): New static variable.
7791         (sh_need_epilogue): New function.
7792         (function_epilogue): Clear need_epilogue_known.
7793         * sh.md (return): Split into expander / insn pattern.
7794         Make the expander conditional on ! sh_need_epilogue ().
7795
7796 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
7797
7798         * machmode.h (get_mode_alignment): Declare.
7799         (GET_MODE_ALIGNMENT): Call it.
7800         * stor-layout.c (get_mode_alignment): New function. Make
7801         sure alignment is always power of 2.
7802
7803 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7804
7805         * i386.h: Remove useless definition of "I386" and misleading
7806         comment above it.
7807
7808 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7809
7810         * tree.h (TREE_SET_PERMANENT): New macro.  Document conditions
7811         under which TREE_PERMANENT will be set.
7812         * tree.c (make_node, copy_node, make_tree_vec, tree_cons,
7813         build1): Use TREE_SET_PERMANENT.
7814         * print-tree.c (print_node): Don't report value of
7815         TREE_PERMANENT if ggc_p is true.
7816
7817         * c-common.c (c_get_alias_set): Don't use TREE_PERMANENT to
7818         decide whether to give a type a new alias set.
7819         * objc/objc-act.c (build_objc_string_object): Never copy the string.
7820         * tree.c (make_node): Set DECL_IN_SYSTEM_HEADER irrespective
7821         of value of 'obstack'.
7822
7823
7824 2000-02-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7825
7826         * config/c4x/c4x.c (c4x_process_after_reload): Split all insns.
7827
7828 2000-02-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7829
7830         * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.
7831         * cpplib.c (cpp_get_token): Produce them.
7832         * cppexp.c (cpp_lex): Handle them.
7833
7834 2000-02-23  Nick Clifton  <nickc@cygnus.com>
7835
7836         * config/arm/arm.c (arm_comp_type_attributes): Simply and
7837         comment tests on type attributes.
7838
7839 Wed Feb 23 16:42:21 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7840
7841         * final.c (shorten_branches): Make value passed to LOOP_ALIGN
7842         conform to documentation.
7843         * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
7844         to check for special cases.
7845         * sh-protos.h (sh_loop_align): Declare.
7846         * sh.c (sh_loop_align): Define.
7847
7848 2000-02-22  Andrew Haley  <aph@cygnus.com>
7849
7850         * config/mips/mips.h (GAS_ASM_SPEC): Pass -mgp32/-mgp64 to gas.
7851         (SIZE_TYPE): Is 32 bits when using -mgp32.
7852         (PTRDIFF_TYPE): Ditto.
7853
7854 Wed Feb 23 07:26:27 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7855
7856         * diagnostic.c (init_output_buffer): Handle case of null PREFIX.
7857
7858 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
7859
7860         * config/i386/i386.h: If IN_TARGET_LIBS is defined, make
7861         BIGGEST_FIELD_ALIGNMENT a constant.
7862
7863 2000-02-21  Jason Merrill  <jason@casey.cygnus.com>
7864
7865         * dwarf2out.c (output_line_info): Put the marker for the end of
7866         the line number info at the actual end.
7867         (gen_struct_or_union_type_die): Use decl_function_context
7868         to check for local classes.
7869         * dwarfout.c (output_type): Likewise.
7870
7871 Tue Feb 22 01:38:57 2000  Jeffrey A Law  (law@cygnus.com)
7872
7873         * pa.h (FUNCTION_ARG_PASS_BY_REFERENCE): Handle pass-by-reference
7874         for arguments with a mode, but no type.
7875         (FUNCTION_ARG_CALLEE_COPIES): Similarly.
7876         * t-pa (LIB2FUNCS_EXTRA): Add quadlib.asm.
7877         * pa/long_double.h: New file.
7878         * configure.in (hpux10, hpux11 configurations): hpux10 and hpux11
7879         both have 128bit wide long doubles.
7880         * configure: Rebuilt.
7881
7882 2000-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7883
7884         * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
7885
7886         * flow.c (get_common_dest, chain_reorder_blocks, make_reorder_chain,
7887         fixup_reorder_chain, skip_insns_between_block): Add static prototypes.
7888         (life_analysis): Wrap variable `i' with macro ELIMINABLE_REGS.
7889
7890         * haifa-sched.c (rank_for_schedule): Don't cast away const-ness.
7891
7892         * integrate.c (compare_blocks, find_block): Likewise.
7893
7894         * rtl.c (fatal_with_file_and_line): Add ATTRIBUTE_PRINTF_2.
7895
7896         * rtl.h (set_file_and_line_for_stmt): Constify a char*.
7897
7898         * stmt.c (stmt_status, set_file_and_line_for_stmt,
7899         expand_asm_operands): Likewise.
7900
7901 Mon Feb 21 17:06:27 2000  Jason Eckhardt  <jle@cygnus.com>
7902
7903         * predict.c (estimate_probability): Added the pointer heuristic to
7904         the collection of static branch predictors.
7905
7906 2000-02-21  Catherine Moore  <clm@cygnus.com>
7907
7908         * config/mips/mips.h (ASM_SPEC): Add -mfix700.
7909         * invoke.texi (-mfix7000): Document.
7910
7911 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
7912
7913         * diagnostic.c (init_output_buffer): Make it possible to output at
7914         least 32 characters if we're given a too long prefix.
7915
7916 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
7917
7918         * varasm.c (initializer_constant_valid_p): Call
7919         lang_expand_constant to simplify the constant.
7920
7921 2000-02-20  Bruce Korb  <bkorb@gnu.org>
7922
7923         * fixinc/inclhack.def(stdio_va_list):
7924         typedef needs to be disabled.
7925         * fixinc/inclhack.sh: regen
7926         * fixinc/fixincl.x: regen
7927
7928 2000-02-20  Geoff Keating  <geoffk@cygnus.com>
7929
7930         * print-rtl.c (print_rtx): Don't print addresses when
7931         flag_dump_unnumbered.
7932
7933 2000-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7934
7935         * sparc.c (sparc_output_scratch_registers): Mark parameter with
7936         ATTRIBUTE_UNUSED.
7937         (sparc_va_arg, sparc_flat_output_function_prologue,
7938         sparc_flat_output_function_epilogue): Cast value to unsigned in
7939         comparison.
7940         (sparc_emit_float_lib_cmp): Remove unused variable `cmp'.
7941
7942         * sparc.md: Add default case in switch.
7943
7944 2000-02-19  Richard Henderson  <rth@cygnus.com>
7945
7946         * c-typeck.c (add_pending_init): Don't abort for multiple
7947         fields at the same offset.
7948         (pending_init_member): Test the correct member.
7949
7950 2000-02-19  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7951
7952         * except.c (start_dynamic_handler) : Use TYPE_MODE (integer_type_node)
7953         instead of SImode.
7954         (start_catch_handler) : Same.
7955
7956 2000-02-19  Brad Lucier  (lucier@math.purdue.edu)
7957
7958         * Makefile.in: Have flow.o depend on $(EXPR_H)
7959
7960 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7961
7962         * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
7963         * c-decl.c (duplicate_decls, finish_enum): Likewise.
7964         (finish_decl): Remove -Wlarger-than code from here.
7965         * flags.h (id_clash_len): Now int.
7966         (larger_than_size): Now HOST_WIDE_INT.
7967         * fold-const.c (size_int_wide): No more HIGH parm; NUMBER is signed.
7968         Clean up checking to see if in table.
7969         (make_bit_field_ref): Remove extra parm to bitsize_int.
7970         * ggc-common.c (ggc_mark_tree_children): Mark DECL_SIZE_UNIT.
7971         * print-tree.c (print_node): Print DECL_SIZE_UNIT and TYPE_SIZE_UNIT.
7972         * stmt.c (expand_decl): Use DECL_SIZE_UNIT for stack checking size
7973         and for computing size of decl.
7974         * stor-layout.c (layout_decl): Set DECL_SIZE_UNIT.
7975         Move -Wlarger-than code to here.
7976         (layout_record): Remove extra arg to bitsize_int.
7977         Set TYPE_BINFO_SIZE_UNIT.
7978         (layout_union): Remove extra arg to bitsize_int.
7979         Use proper type for size of QUAL_UNION.
7980         (layout_type): Remove extra arg to bitsize_int.
7981         * toplev.c (id_clash_len): Now int.
7982         (larger_than_size): Now HOST_WIDE_INT.
7983         (decode_W_option): Clean up id-clash and larger-than- cases.
7984         * tree.c (get_identifier, maybe_get_identifier): Remove unneeded casts.
7985         (expr_align, case FUNCTION_DECL): DECL_ALIGN is not defined.
7986         * tree.h (BINFO_SIZE_UNIT, TYPE_BINFO_SIZE_UNIT, DECL_SIZE_UNIT): New.
7987         (struct tree_decl): New field size_unit.
7988         (size_int_wide): No HIGH operand; NUMBER is now signed.
7989         (size_int_2): Deleted.
7990         (size_int, bitsize_int): Don't use it and rework args.
7991         * varasm.c (assemble_variable, output_constructor): Use DECL_SIZE_UNIT.
7992
7993 Fri Feb 18 20:01:58 2000  Jeffrey A Law  (law@cygnus.com)
7994
7995         * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call.
7996
7997 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
7998
7999         * invoke.texi (Warning Options): Add an explanation of why
8000         you might want the -Wfloat-equal flag.
8001
8002 Fri Feb 18 20:08:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8003
8004         * bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned.
8005         * cppinit.c (new_pending_define): Add cast to avoid warning.
8006         * expmed.c (extract_bit_field): Likewise.
8007         * flow.c (enum reorder_skip_type): New type.
8008         (skip_insns_between_blcok): New it.
8009         Rework to avoid warning about possibly undefined variable.
8010         * function.c (assign_parms): Make thisparm_boundary unsigned.
8011         * genrecog.c (write_switch): Cast XWINT result to int.
8012         * lcm.c: Many static fcns and vars now #ifdef OPTIMIZE_MODE_SWITCHING.
8013         * mips-tfile.c (init_file): Make two versions of FDR intializer:
8014         one for MIPS and one for Alpha.
8015         (get_tag, copy_object): Add casts to avoid warnings.
8016         * optabs.c (init_one_libfunc): Cast NAME to (char *).
8017         * reload.c (find_reloads): Make TYPE enum reload_type.
8018         * sbitmap.c (dump_sbitmap): J is unsigned; don't use "1L".
8019         * unroll.c (unroll_loop): Initialize UNROLL_NUMBER.
8020         * varasm.c (compare_constant_1): Add cast to avoid warning.
8021         * config/alpha/alpha.c (alpha_emit_xfloating_libcall): Cast FUNC
8022         to (char *).
8023         (alpha_expand_unaligned_load, alpha_expand_unaligned_store):
8024         Cast switch operand of size to int.
8025         (alpha_expand_epilogue): Always initialize fp_offset and sa_reg.
8026         * config/alpha/alpha.h (INITIAL_ELIMINATION_OFFSET): Add abort
8027         in unhandled case.
8028
8029 2000-02-18  Nick Clifton  <nickc@cygnus.com>
8030
8031         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Do not generate
8032         anything for an alignment of zero.
8033
8034         * config/arm/thumb.h (ASM_OUTPUT_ALIGN): Do not generate
8035         anything for an alignment of zero.
8036
8037 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
8038
8039         * gcc.texi (Bug Reporting): Refer to bugs.html.
8040         (Bug Lists): Likewise.
8041         * system.h (GCCBUGURL): New preprocessor define.
8042         * rtl.c (fancy_abort): Use it.
8043         * gcc.c (main): Likewise.
8044
8045 2000-02-18  Richard Henderson  <rth@cygnus.com>
8046
8047         * flow.c (INSN_VOLATILE, SET_INSN_VOLATILE, uid_volatile): Remove.
8048         (life_analysis_1): Subsume into ...
8049         (life_analysis): ... here.  Force PROP_REG_INFO off after reload.
8050         Use update_life_info for the relaxation.
8051         (update_life_info): Update REG_BASIC_BLOCK for registers live on
8052         entry and regs_live_at_setjmp.
8053         (set_noop_p): Simplify.
8054         (notice_stack_pointer_modification_1): Renamed from s/_1//.
8055         (record_volatile_insns): Split into ...
8056         (delete_noop_moves): ... here,
8057         (notice_stack_pointer_modification): ... here,
8058         (insn_dead_p): ... and here.
8059         (propagate_block): Don't query INSN_VOLATILE.
8060         (mark_used_regs): Mind !PROP_REG_INFO.
8061         * toplev.c (rest_of_compilation): Call mark_constant_function here,
8062         not in life_analysis.
8063
8064 Fri Feb 18 01:29:22 EST 2000  John Wehle  (john@feith.com)
8065
8066         * loop.c (canonicalize_condition): New function,
8067         broken out of get_condition.
8068         (get_condition): Use it.
8069         * expr.h (canonicalize_condition): Prototype it.
8070
8071         * tree.h (tree_int_cst_msb): Declare.
8072         * tree.c (tree_int_cst_msb): New function.
8073
8074 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
8075
8076         * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt
8077         isn't set.
8078
8079         * invoke.texi (-fmessage-length=n): Document.
8080
8081 2000-02-17  Jason Merrill  <jason@casey.cygnus.com>
8082
8083         * bitmap.c (bitmap_operation): Don't leak bitmap elements.
8084
8085 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
8086
8087         * function.c (thread_prologue_and_epilogue_insns): Put a line note
8088         after the prologue.
8089
8090 2000-02-17  Nick Clifton  <nickc@cygnus.com>
8091
8092         * config/arm/thumb.c: Replace includes of system headers with
8093         #include "system.h".
8094
8095 2000-02-16  Richard Henderson  <rth@cygnus.com>
8096
8097         * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
8098         Add crtbeginS.o and crtendS.o.
8099         * alpha/elf.h (STARTFILE_SPEC): Use crtbeginS.o.
8100         (ENDFILE_SPEC): Use crtendS.o.
8101         * alpha/t-crtbe (crtbeginS.o, crtendS.o): New targets.
8102
8103         * alpha/crtbegin.asm (__do_frame_takedown): Merge into ...
8104         (__do_global_dtors_aux): ... here.  Call __cxa_finalize if
8105         shared and present.
8106         (__dso_handle): New variable.
8107         * alpha/crtend.asm (__do_global_ctors_aux): Remove runtime
8108         bias to __CTOR_END__.
8109
8110 2000-02-16  Richard Henderson  <rth@cygnus.com>
8111
8112         * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T).
8113
8114 Wed Feb 16 21:40:04 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8115
8116         * longlong.h (__clz_tab): Declare as static to match definition.
8117
8118 2000-02-16 Mark Elbrecht <snowball3@bigfoot.com>
8119         * i386/xm-djgpp.h (LIBSTDCXX): Delete. Moved to config/i386/djgpp.h.
8120         (XREF_FILE_NAME): Define.
8121
8122         * i386/djgpp.h (DATA_SECTION_ASM_OP): Define.
8123         (EH_FRAME_SECTION_ASM_OP): Define.
8124         (IDENT_ASM_OP): Define.
8125         (TEXT_SECTION_ASM_OP): Define.
8126         (CPP_SPEC): Define.
8127         (CTORS_SECTION_ASM_OP): Define.
8128         (CTOR_SECTION_FUNCTION): Use it.
8129         (DTORS_SECTION_ASM_OP): Define.
8130         (DTOR_SECTION_FUNCTION): Use it.
8131
8132 2000-02-16  Zack Weinberg  <zack@wolery.cumb.org>
8133
8134         * reg-stack.c (emit_swap_insn): Do not put a new insn before a
8135         NOTE_BASIC_BLOCK.
8136
8137         * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
8138         debug_bb_n): New functions.
8139         (dump_flow_info, print_rtl_with_bb): Use dump_regset.
8140         * basic-block.h: Prototype new functions.
8141
8142 Wed Feb 16 21:07:53 2000  Denis Chertykov  <denisc@overta.ru>
8143
8144         * configure.in: Add support for avr target.
8145         * configure: Rebuilt.
8146
8147         * invoke.texi: Add AVR invocation docs.
8148         * install.texi: Add information about AVR.
8149         * md.texi: Add AVR constraint letters description.
8150         * extend.texi: Add description for AVR specific attributes.
8151
8152 2000-02-16  Jason Merrill  <jason@casey.cygnus.com>
8153
8154         * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C".
8155
8156 2000-02-16  Nick Clifton  <nickc@cygnus.com>
8157
8158         * emit-rtl.c (emit_insn): Move RTL check into make_insn_raw.
8159         (make_insn_raw): Move RTL check here.
8160
8161 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8162
8163         * version.c: Include gansidecl.h and version.h.
8164
8165         * version.h: Wrap entire file in macro __GCC_VERSION_H__.
8166
8167         * configure.in (gcc_version): When setting, narrow search to
8168         lines containing `version_string'.
8169
8170         * Makefile.in (mainversion): Likewise.
8171         (GCC_H): New variable.
8172         (gcc.h): Delete target.
8173         (gcc.o, gccspec.o, cppspec.o): Depend on $(GCC_H), not gcc.h.
8174         (version.o): Depend on version.h.
8175         (dbxout.o): Don't depend on gcc.h.
8176
8177 Wed Feb 16 15:04:49 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8178                           Michael Meissner  <meissner@cygnus.com>
8179
8180         * md.texi (Simple Constraints): Add item about whitespace.
8181         * genoutput.c (strip_whitespace): New.
8182         (scan_operands) [MATCH_OPERAND, MATCH_SCRATCH]: Call
8183         strip_whitespace for constraints.
8184         Test pointer using NULL, not 0.
8185
8186 2000-02-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8187
8188         * cpplib.c (do_line): Pedwarn for #line > 32767.
8189
8190         * c-lex.c (readescape): Warn about '\x', but do not reject it.
8191
8192 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
8193
8194         * gcc.c (default_compilers): Add new __GNUC_PATCHLEVEL__ define
8195         to default cpp spec.
8196         (do_spec_1): Add support for %v3 spec used by __GNUC_PATCHLEVEL__.
8197         * cpp.texi: Document __GNUC_PATCHLEVEL__.
8198         * cpp.1: Likewise.
8199
8200         * objc/lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to
8201         default spec.
8202
8203 2000-02-15  Denis Chertykov  <denisc@overta.ru>
8204
8205         * configure.in: Add support for avr target.
8206
8207 Wed Feb 16 03:21:43 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8208
8209         * sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode.
8210         (sh_addr_diff_vec_mode): Don't declare.
8211         * sh.c (sh_addr_diff_vec_mode): Delete.
8212
8213 Wed Feb 16 01:27:52 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8214
8215         * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn.
8216
8217 Wed Feb 16 00:58:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8218
8219         * sh.md (udivsi3_i1, divsi3_i1, umulhisi3_i, mulhisi3_i): Name.
8220         (smulsi3_highpart_i): Name.
8221         (udivsi3): Wrap emitted insns in REG_LIBCALL / REG_RETVAL notes.
8222         (divsi3, mulhisi3, umulhisi3, mulsidi3, umulsidi3): Likewise.
8223         (smulsi3_highpart, umulsi3_highpart): Likewise.
8224
8225         (mulsidi3_i, umulsidi3_i): Make rtl describe operation
8226         correctly independent of endianness.
8227         (mulsidi3, umulsidi3): Now define_insn.  Hide details that
8228         confuse the optimizers.
8229         (mulsidi3+1, umulsidi3+1): New define_split.
8230
8231 Tue Feb 15 23:22:26 2000  Andrew Haley  <aph@cygnus.com>
8232
8233         * config/sh/sh.md: Guard insn splits against illegal registers.
8234         * config/sh/sh.h: Correct comment about macros.
8235
8236 Tue Feb 15 22:30:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8237                           Andrew MacLeod  <amacleod@cygnus.com>
8238
8239         * Makefile.in (lcm.o): Depend on insn-attr.h.
8240         * basic-block.h (optimize_mode_switching): Declare.
8241         * lcm.c (tm_p.h, insn-attr.h): #include.
8242         (seginfo, bb_info): New structs.
8243         (antic, transp, comp, delete, insert) : New file-scope static variables.
8244         (new_seginfo, add_seginfo, make_preds_opaque, reg_dies): New functions.
8245         (reg_becomes_live, optimize_mode_switching): Likewise.
8246         * tm.texi: Add description of mode switching macros.
8247         * toplev.c (rest_of_compilation): Call optimize_mode_switching.
8248
8249         * sh-protos.h (remove_dead_before_cse): Remove prototype.
8250         (fldi_ok, fpscr_set_from_mem): New prototypes.
8251         * sh.h (OPTIMIZATION_OPTION): Remove sh_flag_remove_dead_before_cse set.
8252         (CONST_DOUBLE_OK_FOR_LETTER_P, SECONDARY_INPUT_RELOAD_CLASS):
8253         Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
8254         (sh_flag_remove_dead_before_cse): Remove declaration.
8255         (NUM_MODES_FOR_MODE_SWITCHING, OPTIMIZE_MODE_SWITCHING): New macros.
8256         (MODE_USES_IN_EXIT_BLOCK, MODE_NEEDED, MODE_AT_ENTRY): Likewise.
8257         (MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
8258         * sh.c (broken_move): Disable fldi for (TARGET_SH4 && ! TARGET_FMOVD).
8259         (barrier_align): Allow for JUMP_INSNS containing a parallel.
8260         (machine_dependent_reorg): Remove sh_flag_remove_dead_before_cse set.
8261         (fldi_ok): New function.
8262         (get_fpscr_rtx): Add fpscr_rtx as GC root.
8263         (emit_sf_insn): Only generate fpu switches when optimize < 1.
8264         (emit_df_insn): Likewise.
8265         (expand_fp_branch, emit_fpscr_use, remove_dead_before_cse): Delete.
8266         (sh_flag_remove_dead_before_cse): Delete.
8267         (get_free_reg, fpscr_set_from_mem): New functions.
8268         * sh.md (movdf, movsf): Remove no_new_pseudos code.
8269         (return): Remove emit_fpscr_use / remove_dead_before_cse calls.
8270
8271 2000-02-15  Loren Rittle  <ljrittle@acm.org>
8272
8273         * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD.
8274
8275 2000-02-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8276
8277         * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile.o, cccp.o,
8278         cpphash.o, cppinit.o, protoize.o, unprotoize.o): Depend on version.h.
8279
8280         * cccp.c: Include version.h and/or don't declare `version_string'.
8281         * collect2.c: Likewise.
8282         * alpha.c: Likewise.
8283         * arm/aof.h: Likewise.
8284         * arm/coff.h: Likewise.
8285         * arm/elf.h: Likewise.
8286         * arm/pe.h: Likewise.
8287         * arm/tcoff.h: Likewise.
8288         * arm/telf.h: Likewise.
8289         * arm/tpe.h: Likewise.
8290         * arm/vxarm.h: Likewise.
8291         * convex/convex.c: Likewise.
8292         * i386/dgux.c: Likewise.
8293         * i386/sun386.h: Likewise.
8294         * m88k/m88k.c: Likewise.
8295         * mcore/mcore-pe.h: Likewise.
8296         * mips/mips.h: Likewise.
8297         * romp/romp.h: Likewise.
8298         * sh/sh.c: Likewise.
8299         * cpphash.c: Likewise.
8300         * cppinit.c: Likewise.
8301         * dwarf2out.c: Likewise.
8302         * dwarfout.c: Likewise.
8303         * gcc.c: Likewise.
8304         * gcc.h: Likewise.
8305         * mips-tfile.c: Likewise.
8306         * protoize.c: Likewise.
8307         * toplev.c: Likewise.
8308         * tree.h: Likewise.
8309
8310         * version.c (version_string): Constify a char*.
8311
8312         * version.h: New file.
8313
8314 2000-02-14  Nick Clifton  <nickc@cygnus.com>
8315
8316         * configure.in: Add mcore-elf and mcore-pe targets.
8317         * configure: Regenerate.
8318
8319         * NEWS: Add note that MCore port has been contributed.
8320
8321         * invoke.texi: Document command line switches for MCore port.
8322         * install.texi: Add MCore to list of supported targets.
8323
8324 2000-02-14  Geoff Keating  <geoffk@cygnus.com>
8325
8326         * collect2.c (main) [COLLECT_EXPORT_LIST]: If we have frames,
8327         then we will need to import the frame handling functions.
8328         (scan_prog_file) [COLLECT_EXPORT_LIST]: We will also need
8329         to import the frames themselves.
8330
8331 Mon Feb 14 13:31:01 2000  Stan Cox  <scox@cygnus.com>
8332                           Jason Eckhardt  <jle@cygnus.com>
8333
8334         * basic_block.h: Added prototype for reorder_basic_blocks.
8335         * toplev.c: Changes to add -freorder-blocks and graph dump after
8336         block reordering is done.
8337         * flow.c (reorder_block_def): New structure for use during block
8338         reordering.
8339         (REORDER_BLOCK_*): New macros to access members of above structure.
8340         (skip_insns_between_block, get_common_dest, chain_reorder_blocks,
8341         make_reorder_chain, fixup_reorder_chain, reorder_basic_blocks): New
8342         functions for block reordering.
8343
8344 Mon Feb 14 11:24:44 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8345
8346         * gcc.texi (Passes): Fix typo.
8347         * md.texi (Standard Names): Ditto.
8348         * tm.texi (Storage Layout): Ditto.
8349
8350 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
8351
8352         * cpplib.c (do_define): Only free the old definition if it
8353         actually had one.
8354
8355 2000-02-13   Neil Booth  <NeilB@earthling.net>
8356
8357         * cppfiles.c (read_and_prescan): When emitting deferred
8358         newlines, test speccase[] again instead of checking each
8359         possible whitespace character in turn.  When we encounter \r,
8360         look behind for \n first, then ahead.
8361
8362 2000-02-13  Zack Weinberg  <zack@wolery.cumb.org>
8363
8364         * cse.c (cse_altered): New internal flag.
8365         (cse_insn): Set it if we changed an insn.
8366         (cse_main): Clear cse_altered before each basic block.
8367         Only garbage collect if cse_altered is true afterward.
8368
8369 Sun Feb 13 14:12:28 2000  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8370
8371         * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling.
8372
8373 Sun Feb 13 13:21:55 2000  Jeffrey A Law  (law@cygnus.com)
8374
8375         * combine.c (simplify_comparison): Fix typo.
8376
8377 Sun Feb 13 12:57:52 2000  Neil Booth <NeilB@earthling.net>
8378
8379         * prefix.c (concat, lookup_key): Use xmalloc and xrealloc
8380         consistently.
8381
8382 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8383
8384         * flow.c (flow_loop_tree_node_add): Use better algorithm by passing
8385         previously inserted node instead of root node.  Caller changed.
8386
8387 2000-02-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8388
8389         * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.
8390
8391 2000-02-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8392
8393         * crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor,
8394         __dereg_frame_dtor): Add prototype argument.
8395
8396         * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise.
8397
8398         * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise.
8399
8400         * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise.
8401
8402         * gthr-vxworks.h (__gthread_once): Likewise.
8403
8404         * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise.
8405
8406 Sat Feb 12 01:44:26 MET 2000  Jan Hubicka  <jh@suse.cz>
8407
8408         * i386.c (ix86_emit_restore_regs_using_mov): Break out from ...
8409         (ix86_expand_epilogue): ... here. Use mov instead of add to restore
8410         stack pointer in functions w/o saved registers, output LEAVE more often
8411         on TARGET_USE_LEAVE machines.
8412
8413 2000-02-07  Dmitri Makarov  <dim@wrs.com> & Bernd Schmidt <bernds@redhat.com>
8414
8415         * config/arm/arm.c (arm_init_cumulative_args); New function:
8416         Initlaise the CUMULATIE_ARGS strcuture for a function
8417         defintion.
8418         (arm_function_arg): New function: Determine where to place a
8419         function's argument.  Also handles deciding the function's
8420         call cookie.
8421         (current_file_function_operand): New function: Return true if
8422         the symbol is a function which has already been compiled.
8423         (arm_is_long_call_p): New function: Return true if the
8424         indicated function should be called via a long call.
8425         (arm_valid_type_attribute_p): New function: Return true if the
8426         attribute is a valid, arm specific, attribute.
8427         (arm_comp_type_attribute): New function: Return true if the
8428         two types have compatable, arm specific, attributes.
8429
8430         * config/arm/arm.h (CUMULATIVE_ARGS): Redefine to be a
8431         structure.
8432         (FUNCTION_ARG): Redefine to call arm_function_arg.
8433         (FUNCTION_ARG_PARTIAL_NREGS): Redefine to use correct
8434         structure field.
8435         (INIT_CUMULATIVE_ARGS): Redefine to call
8436         arm_init_cumulative_args.
8437         (FUNCTION_ARG_ADVANCE): Redefine to use correct structure
8438         field.
8439         (SETUP_INCOMING_VARARGS): Redefine to use correct structure
8440         field.
8441         (ARM_MARK_NEARBY_FUNCTION): New macro: Mark already compiled
8442         functions.
8443         (ENCODE_SECTION): Add call to ARM_MARK_NEARBY_FUNCTION.
8444         (VALID_MACHINE_TYPE_ATTRIBUTE): Define.
8445         (COMP_TYPE_ATTRIBUTES): Define.
8446
8447         * config/arm/arm.md (call): Call arm_is_long_call_p to decide
8448         if a long call is needed.
8449         (call_value): Call arm_is_long_call_p to decide if a long call
8450         is needed.
8451         (call_symbol): Call arm_is_long_call_p to decide if a long call
8452         is needed.
8453
8454         * config/arm/arm-protos.h: Add prototype for arm_is_long_call_p.
8455
8456 2000-02-11  Denis Chertykov  <denisc@overta.ru>
8457
8458         * README.AVR: New file with information about the avr ports.
8459         * config/avr: New directory with avr port files.
8460
8461 2000-02-11  Andreas Jaeger  <aj@suse.de>
8462
8463         * fixinc/Makefile.in (FIXINC_DEFS): Remove unneeded @fixinc_defs@.
8464
8465 2000-02-11  Zack Weinberg  <zack@wolery.cumb.org>
8466
8467         * cpphash.c: Fix formatting, update commentary.
8468         (dump_definition): Take three separate arguments instead of a
8469         MACRODEF structure argument.
8470         * cpphash.h: Update prototype of dump_definition.
8471         * cppinit.c (cpp_finish): Update call of dump_definition.
8472
8473         * cpplib.c (do_define): Always create new hash entry with
8474         T_MACRO type.  Remove redundant check for redefinition of
8475         poisoned identifier.  Update call of dump_definition.
8476         (do_undef): Don't call check_macro_name.  Rename sym_length to
8477         len.
8478         (do_error, do_warning): Don't use copy_rest_of_line or
8479         SKIP_WHITE_SPACE.
8480         (do_warning): Don't use pedwarn for the actual warning,
8481         only the notice about its not being in the standard.  (Fixes
8482         bug with #warning in system headers.)
8483         (do_ident): Stricter argument checking - accept only a single
8484         string after #ident.  Also, macro-expand the line.
8485         (do_xifdef): Use cpp_defined.  De-obfuscate.
8486
8487         (do_pragma): Split out specific pragma handling to separate
8488         functions.  Use get_directive_token.  Update commentary.  Do
8489         not pass on #pragma once or #pragma poison to the front end.
8490         (do_pragma_once, do_pragma_implementation, do_pragma_poison,
8491         do_pragma_default): New.
8492
8493 Feb 11 12:30:53 2000  Jeffrey A Law  (law@cygnus.com)
8494
8495         * jump.c (jump_optimize_1): The first operand in a relational
8496         can be a CONST_INT.
8497         * optabs.c (emit_conditional_move): Handle relationals which
8498         have a known true/false result.
8499
8500 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8501
8502         * function.c (thread_prologue_and_epilogue_insns): Don't insert
8503         a RETURN insn into a block which already ends with a jump.
8504
8505 2000-02-11  Geoff Keating  <geoffk@cygnus.com>
8506
8507         * haifa-sched.c (BUF_LEN): Increase a lot.
8508
8509 2000-02-11  Nick Clifton  <nickc@cygnus.com>
8510
8511         * configure.in: Add tm_p_file specification for thumb targets.
8512         * configure: Regenerate.
8513
8514         * config/arm/thumb-protos.h: New file: Prototypes for exported
8515         functions defined in thumb.c.
8516
8517 2000-02-11  Robert Lipe  <robertl@sco.com>
8518
8519         * Makefile.in (bootstrap-lean): Remove additional files.
8520         (bootstrap2-lean): Likewise.
8521         (VOL_FILES): List of files for above.
8522
8523 2000-02-11  Nathan Sidwell  <nathan@acm.org>
8524
8525         * cpphash.c (special_symbol): Remove spurious argument to
8526         cpp_lookup.
8527
8528 2000-02-11  Joel Sherrill (joel@OARcorp.com>
8529
8530         * configure.in: (i*86-*-rtems*): Swapped elf and coff
8531         stanzas.
8532         * configure: Rebuilt.
8533
8534 2000-02-11  Rodney Brown  <RodneyBrown@pmsc.com>
8535
8536         * pa-protos.h: Wrap function_arg_padding in TREE_CODE #ifdef.
8537
8538 Fri Feb 11 02:59:05 2000  Jeffrey A Law  (law@cygnus.com)
8539
8540         * pa.c, pa.h: Remove trigraph sequences within comments.
8541
8542 Fri Feb 11 02:51:56 2000  Pavel Roskin <pavel_roskin@geocities.com>
8543
8544         * invoke.texi (PPC Options): -mno-new-mnenomics -> -mold-mnemonics.
8545
8546 Fri Feb 11 02:48:30 2000  Brad Lucier  (lucier@math.purdue.edu)
8547
8548         * sbitmap.h: Make SBITMAP_ELT_BITS unsigned.
8549
8550 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8551
8552         * config/c4x/c4x.c (fp_zero_operand): Check for CONST_DOUBLE.
8553
8554 2000-02-11  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8555
8556         * config/c4x/c4x.h (ASM_GLOBALIZE_LABEL): Use c4x_global_label.
8557         (ASM_OUTPUT_EXTERNAL): Use c4x_external_ref.
8558         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
8559         (ASM_FILE_END): Use c4x_file_end.
8560         * config/c4x/c4x.c (c4x_global_label): New function.
8561         (c4x_external_ref, c4x_file_end): Likewise.
8562
8563         * config/c4x/c4x-protos.h (c4x_global_label): Add prototype.
8564         (c4x_external_ref, c4x_end_file): Likewise.
8565
8566 2000-02-10  Zack Weinberg  <zack@wolery.cumb.org>
8567
8568         * cppexp.c: Don't include cpphash.h.
8569         (parse_charconst, cpp_lex): Use cpp_defined.
8570         (cpp_lex): Use get_directive_token throughout.  Remove
8571         unnecessary cases from switch.  Move assertion-handling code
8572         down to OTHER case.
8573         (cpp_parse_expr): If we see '+' or '-', check the context to
8574         determine if they are unary or binary operators.  Streamline
8575         the jumps a bit.  Do not call skip_rest_of_line.
8576
8577         * cpplib.c: Make skip_rest_of_line and cpp_skip_hspace
8578         static.  Export get_directive_token.  Update commentary.
8579         (cpp_defined): New function.
8580         (do_define): Remove reference to T_PCSTRING.  Call
8581         free_definition to release memory for old definition, when
8582         redefining a macro.
8583         (eval_if_expression): Set only_seen_white to 0 before calling
8584         cpp_parse_expr.  Call skip_rest_of_line after it returns.
8585         (cpp_read_check_assertion): Don't preserve a pointer into the
8586         token buffer across a call to cpp_get_token.
8587
8588         * Makefile.in (cppexp.o): Don't depend on cpphash.h.
8589         * cppfiles.c (redundant_include_p): Use cpp_defined.
8590         * cpphash.c (free_definition): New function.
8591         (delete_macro): Use it.  Update commentary.
8592         * cpphash.h: Typedef HASHNODE here.  Prototype cpp_lookup and
8593         free_definition.
8594         * cpplib.h: Don't typedef HASHNODE here. Delete T_PCSTRING
8595         from enum node_type.  Prototype cpp_defined and get_directive_token.
8596         Don't prototype cpp_lookup, skip_rest_of_line, or cpp_skip_hspace.
8597
8598         * fix-header.c (check_macro_names): Use cpp_defined.
8599         (read_scan_file): Set inhibit_warnings and inhibit_errors in
8600         the options structure.
8601
8602 2000-02-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8603
8604         * c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
8605
8606 2000-02-10  Jason Merrill  <jason@casey.cygnus.com>
8607
8608         * dwarf2out.c (add_abstract_origin_attribute): Check TREE_CODE (origin)
8609         rather than die->die_tag.
8610
8611 Thu Feb 10 16:26:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8612
8613         * combine.c (make_extraction, force_to_mode): Avoid warning on
8614         mixed-signedness conditionals.
8615         (make_field_assignment, nonzero_bits): Likewise.
8616         * expmed.c (store_fixed_bit_field): ALIGN arg now unsigned.
8617         (store_split_bit_field, extract_split_bit_field): Likewise.
8618         (extract_fixed_bit_field, store_bit_field,
8619         * expr.c: Change alignment to be unsigned everywhere.
8620         (move_by_pieces, store_constructor_field, store_constructor):
8621         Alignment parm is unsigned.
8622         (emit_block_move, emit_group_load, emit_group_store): Likewise.
8623         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8624         (do_compare_rtx_and_jump): Likewise.
8625         (move_by_pieces_ninsns, clear_by_pieces): Likewise.
8626         Compare align with GET_MODE_ALIGNMENT.
8627         (expand_expr_unaligned): Pointer to alignment is pointer to unsigned.
8628         (get_inner_reference): Likewise.
8629         (copy_blkmode_from_reg, emit_push_insn): Remove unneeded casts.
8630         (expand_assignment): Local vars for alignment now unsigned.
8631         (store_constructor, store_field, expand_expr, do_jump): Likewise.
8632         (do_compare_and_jump): Likewise.
8633         (store_field): Call new function expr_align.
8634         * expr.h (emit_block_move, emit_group_load, emit_group_store):
8635         Alignment arg now unsigned.
8636         (clear_storage, emit_push_insn, compare_from_rtx): Likewise.
8637         (do_compare_rtx_and_jump, store_bit_field): Likewise.
8638         (extract_bit_field): Likewise.
8639         * fold-const.c (add_double): Add cast to eliminate signedness warning.
8640         * machmode.h (GET_MODE_ALIGNMENT): Result is unsigned.
8641         (get_best_mode): Alignment arg is unsigned.
8642         * rtl.h (move_by_pieces): Likewise.
8643         * store-layout.c (maximum_field_alignment, set_alignment):
8644         Now unsigned.
8645         (layout_decl): Alignment arg is now unsigned.
8646         Remove unneeded casts.
8647         (layout_record, layout_union, layout_type): Remove unneeded casts.
8648         Local alignment variables now unsigned.
8649         (get_best_mode): Alignment arg now unsigned.
8650         * tree.c (expr_align): New function.
8651         * tree.h (expr_align): Likewise.
8652         (maximum_field_alignment, set_alignment): Now unsigned.
8653         (get_inner_reference): Alignment argument is now pointer to unsigned.
8654         * varasm.c (assemble_variable): Add cast to eliminate warning.
8655
8656 Thu Feb 10 12:56:47 2000  Jim Wilson  <wilson@cygnus.com>
8657
8658         * expmed.c (store_bit_field): If op0 and fieldmode are the same size,
8659         then store directly into op0.
8660
8661         * calls.c (expand_call): When emitting a NOTE_INSN_SETJMP, search for
8662         the CALL_INSN, and emit the note immediately after it.
8663
8664 2000-02-10  Nick Clifton  <nickc@cygnus.com>
8665
8666         * config/arm/thumb.md (epilogue): Include a (return) in the
8667         generated insn, and emit it using emit_jump_insn not
8668         emit_insn.
8669
8670 Thu Feb 10 18:28:59 MET 2000  Jan Hubicka  <jh@suse.cz>
8671
8672         * function.c (assign_temp): Change zero-sized arrays to size 1.
8673         * integrate.c (expand_inline_function): Do not update
8674         stack_alignment_needed
8675         * i386.c (compute_frame_size): Remove #ifdef PREFERRED_FRAME_BOUNDARY,
8676         add some sanity checking, remove optimization for function with
8677         zero frame size.
8678
8679 2000-02-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8680
8681         * flow.c (mark_regs_live_at_end): Delete unused variables.
8682
8683         * ggc-page.c (ggc_page_print_statistics): bzero -> memset.
8684
8685         * integrate.c (copy_rtx_and_substitute): Wrap variable `alignment'
8686         in macro FRAME_GROWS_DOWNWARD.
8687
8688         * stmt.c (expand_end_bindings): Delete unused variable.
8689
8690         * unroll.c (iteration_info): Mark parameter `loop' with
8691         ATTRIBUTE_UNUSED.
8692
8693 2000-02-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8694
8695         * fixinc/server.c (load_data): Return NULL if the marker line is
8696         not found.
8697         (run_shell): If load_data returns NULL, retry the command once, in
8698         a new shell.
8699
8700         * configure: Rebuilt.
8701
8702 2000-02-09  Bruce Korb  <bkorb@gnu.org>
8703
8704         * gcc/fixincludes:  ** DELETED **
8705         * gcc/fixcpp:  ** DELETED **
8706         * gcc/fixinc-nt.sed:  ** DELETED **
8707         * gcc/just-fixinc:  ** DELETED **
8708         * gcc/Makefile.in:  Removed out-dated commentary
8709         * gcc/configure.in: Removed fast-fixincludes disablement.
8710         * MAINTAINERS(Ian Taylor) moved to "Write after approval" group.
8711
8712 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8713         * function.c (thread_prologue_and_epilogue_insns): Uncomment
8714         last change.
8715
8716 2000-02-09  Richard Henderson  <rth@cygnus.com>
8717
8718         * jump.c (delete_insn): Don't delete user labels at -O0.
8719
8720 2000-02-09  Robert Lipe  <robertl@sco.com>
8721
8722         * Makefile.in (gen-protos): Don't depend on HOST_LIBDEPS.
8723         Don't link with HOST_LIBS.
8724
8725 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8726
8727         * configure.in: Correct --help text for --with-dwarf2.
8728         Put tm-dwarf2.h after other tm files, if it's requested.
8729         * configure: Regenerate.
8730         * config/tm-dwarf2.h: #undef PREFERRED_DEBUGGING_TYPE before
8731         defining it.
8732
8733 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8734
8735         * cpplib.h: Provide HASHNODE typedef and forward decl of
8736         struct hashnode only.  Kill cpp_hashnode typedef.  MACRODEF,
8737         DEFINITION, struct hashnode, struct macrodef, struct
8738         definition, scan_decls prototype, default defn of
8739         INCLUDE_LEN_FUDGE moved elsewhere.
8740
8741         * cpphash.h: MACRODEF, DEFINITION, struct macrodef, struct
8742         definition, and struct hashnode moved here. Remove the unused
8743         'predefined' field from struct definition.  Replace the 'args'
8744         union with its sole member.  All users updated (cpphash.c).
8745         Delete HASHSTEP and MAKE_POS macros, and hashf prototype.  Add
8746         multiple include guard.
8747
8748         * cpphash.c (hashf): Make static; use better algorithm; drop
8749         HASHSIZE parameter; return an unsigned int.
8750         (cpp_lookup): Drop HASH parameter.  PFILE parameter is
8751         used. Calculate HASHSIZE modulus here.
8752         (cpp_install): Drop HASH parameter. Calculate HASHSIZE modulus
8753         here.
8754         (create_definition): Drop PREDEFINITION parameter.
8755         * cpplib.c (do_define): Don't calculate a hash value here.
8756         Don't pass (keyword == NULL) to create_definition.
8757
8758         * scan.h: Prototype scan_decls here.
8759         * cppfiles.c: Move INCLUDE_LEN_FUDGE default defn here.
8760         * cppexp.c, cppfiles.c, cppinit.c, cpplib.c, fix-header.c: All
8761         callers of cpp_lookup and cpp_install updated.
8762
8763         * cpphash.c (macarg): Hoist all the flag diddling out of the
8764         function...
8765         (macroexpand): ... and out of the loop that calls macarg.
8766         Skip over the initial paren before macro arguments with
8767         cpp_get_non_space_token; point may be some distance before
8768         that paren.  Abort if it's not there.
8769
8770         * cpplib.c (parse_clear_mark): Delete function.
8771         (parse_set_mark, parse_goto_mark): Make static.
8772         (ACTIVE_MARK_P): New macro.
8773         (skip_block_comment, skip_line_comment): Do not bump the line
8774         if ACTIVE_MARK_P is true.
8775         (cpp_pop_buffer): The buffer to be popped may not have an
8776         active mark.
8777         (cpp_get_token): When looking for the initial paren before
8778         macro arguments, only set a mark in a file buffer, Always
8779         return to that mark before proceeding to call macroexpand or
8780         return a NAME token.
8781
8782         * cpplib.h: Remove prototypes of parse_set_mark,
8783         parse_clear_mark, parse_goto_mark.
8784         (struct cpp_options): Rename 'put_out_comments' to
8785         'discard_comments' and invert its sense.
8786         * cppinit.c, cpphash.c, cpplib.c: All users of
8787         put_out_comments changed to use discard_comments, with
8788         opposite sense.
8789
8790 2000-02-09  Clinton Popetz  <cpopetz@cygnus.com>
8791
8792         * function.c (thread_prologue_and_epilogue_insns): Don't delete
8793         the edge from a block that both jumps and falls through to the
8794         fallthru block.
8795
8796 2000-02-09  Scott Bambrough  <scottb@netwinder.org>
8797
8798         * config/arm/arm.md (movsi): In PIC mode, make sure that a
8799         constant source address is legitimate.
8800
8801 2000-02-09  Philip Blundell  <pb@futuretv.com>
8802
8803         * config/arm/arm.c (legitimize_pic_address): Handle LABEL_REF
8804         correctly.
8805
8806         * config/arm/arm.h (LEGITIMATE_CONSTANT_P): Allow anything when
8807         generating PIC.
8808         (LEGITIMATE_PIC_OPERAND): Disallow references to labels.
8809
8810 2000-02-09  Zack Weinberg  <zack@wolery.cumb.org>
8811
8812         * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
8813         ends with a newline and a NUL.  Don't be so clever manipulating
8814         strings.
8815
8816 Wed Feb  9 14:18:08 MET 2000  Jan Hubicka  <jh@suse.cz>
8817
8818         * reload1.c (reload) Align stack frame to cfun->stack_alignment_needed,
8819         not to BIGGEST_ALIGNMENT.
8820
8821 2000-02-08  Geoff Keating  <geoffk@cygnus.com>
8822
8823         * dwarf2.h (DW_CFA_GNU_negative_offset_extended): New constant.
8824         * dwarf2out.c (dwarf_cfi_name): Print name of new constant.
8825         (reg_save): Use DW_CFA_GNU_negative_offset_extended when needed.
8826         (output_cfi): Handle output of DW_CFA_GNU_negative_offset_extended.
8827         * frame.c (execute_cfa_insn): Handle
8828         DW_CFA_GNU_negative_offset_extended.
8829
8830 2000-02-08  Richard Henderson  <rth@cygnus.com>
8831
8832         * flow.c (tidy_fallthru_edges): Split out from ...
8833         (delete_unreachable_blocks): ... here.
8834         (find_basic_blocks): Use it.
8835
8836 Tue Feb  8 15:51:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8837
8838         * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.
8839
8840 2000-02-08  Zack Weinberg  <zack@wolery.cumb.org>
8841
8842         * Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.
8843         (gen_protos.o): Don't depend on cpplib.h or cpphash.h.
8844         (fix-header.o): Don't depend on cpphash.h.
8845
8846         * scan.c (hashstr): New function.
8847         * scan.h: Prototype it.
8848         * fix-header.c: Don't include cpphash.h.  Use hashstr.
8849         * gen-protos.c: Don't include cpphash.h or cpplib.h.  Use
8850         hashstr.  Report hash table statistics.  Add private
8851         definition of xrealloc.
8852
8853 2000-02-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8854
8855         * i386.h (TARGET_SWITCHES): Fix typo in option name.
8856
8857 2000-02-08  Clinton Popetz  <cpopetz@cygnus.com>
8858
8859         * function.c (thread_prologue_and_epilogue_insns): Don't replace
8860         jumps with returns unless they are jumps to the fallthru block.
8861
8862 Tue Feb  8 07:53:55 2000  Jan Hubicka  <jh@suse.cz>
8863
8864         * i386.md (addqi3_cc): Fix contraints.
8865
8866 Tue Feb  8 01:39:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8867
8868         * function.c (emit_return_into_block): Wrap in #ifdef HAVE_return.
8869
8870 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
8871
8872         * cpplib.c (cpp_get_token): Call CPP_BUMP_LINE after reading a
8873         carriage return after a macro name.
8874
8875 2000-02-07  Fred Fish  <fnf@be.com>
8876
8877         * i386/beos-elf.h: (ASM_IDENTIFY_GCC): Define to nothing
8878         so the gcc2_compiled symbol doesn't confuse BeOS debuggers.
8879
8880 2000-02-07  Zack Weinberg  <zack@wolery.cumb.org>
8881
8882         * cppfiles.c (deps_output): Count spacers in deps_column.
8883
8884 2000-02-07  Neil Booth  <NeilB@earthling.net>
8885
8886         * cppinit.c (initialize_dependency_output): If there is no
8887         suffix, don't try to look for known suffixes.  Use strrchr.
8888         (cpp_start_read): Remove duplicate initialization.
8889
8890 Mon Feb  7 18:36:41 MET 2000  Jan Hubicka  <jh@suse.cz>
8891
8892         * calls.c (compute_argument_block_size): New argument
8893         preferred_stack_boundary.
8894         (expand_call): update cfun->preferred_stack_boundary, update call of
8895         compute_argument_block_size
8896         (emit_library_call): Increate cfun->preferred_stack_boundary
8897         to PREFERRED_STACK_BOUNDARY
8898         (emit_library_call_value): Likewise.
8899         * explow.c (allocate_dynamic_stack_spave): Likewise.
8900         * function.c (prepare_function_start): Set
8901         cfun->preferred_stack_boundary
8902         * function.h (struct function): Add preferred_stack_boundary field.
8903         * integrate.c (expand_inline_function): Update
8904         cfun->preferred_stack_boundary and cfun->stack_alignment_needed.
8905         (copy_rtx_and_substitute): Align frame to stack_alignment_needed only.
8906         * i386.c (compute_frame_size): Use cfun->preferred_stack_boundary.
8907
8908 2000-02-06  Zack Weinberg  <zack@wolery.cumb.org>
8909
8910         * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
8911         cpp_error_from_errno, cpp_warning, cpp_warning_with_line,
8912         cpp_pedwarn, cpp_pedwarn_with_line,
8913         cpp_pedwarn_with_file_and_line): Move to cpperror.c.
8914         (cpp_print_file_and_line, v_cpp_error, v_cpp_warning,
8915         v_cpp_error_with_line, v_cpp_warning_with_line,
8916         cpp_message_from_errno, cpp_perror_with_name): Delete.
8917
8918         * cpperror.c (cpp_print_containing_files): Take starting
8919         buffer as argument.
8920         (cpp_file_line_for_message): Rename to cpp_print_file_and_line.
8921         (v_cpp_message): Now called directly by all entry points.
8922         Remove -1 case.
8923         (cpp_pfatal_with_name, cpp_message): Delete.
8924         (cpp_notice_from_errno, cpp_ice): New functions.
8925         (cpp_notice): Is now for reporting error conditions, just
8926         without an associated file.
8927         (cpp_error, cpp_error_with_line): Don't do anything if
8928         opts->inhibit_errors is on.
8929         (cpp_pedwarn_with_file_and_line): Take column argument also.
8930
8931         * cpplib.h: Update prototypes of exported functions.
8932         (struct cpp_options): Add inhibit_errors.
8933
8934         * cppalloc.c, cppfiles.c: Use fprintf not cpp_notice for
8935         non-error messages.  Include intl.h.
8936
8937         * cppinit.c, cppmain.c: Likewise.  Also, use
8938         cpp_notice_from_errno instead of cpp_perror_with_name or
8939         cpp_pfatal_with_name, and cpp_notice instead of cpp_message.
8940
8941         * cppexp.c, cpphash.c, cppinit.c, cpplib.c: Use cpp_ice to
8942         report internal errors.
8943
8944         * cpplib.c (do_define): Switch bcopy to memcpy.
8945         Give cpp_pedwarn_with_file_and_line a dummy column argument.
8946
8947         * cpplib.c (copy_rest_of_line): Revert previous change: don't
8948         bail out early if we hit a line comment.
8949
8950 2000-02-06  Richard Henderson  <rth@cygnus.com>
8951
8952         * flow.c (flow_delete_insn, make_edge, remove_edge): Export.
8953         * basic-block.h: Declare them.
8954         * emit-rtl.h (active_insn_p): New.
8955         (next_active_insn, prev_active_insn): Use it.
8956         * rtl.h: Declare it.
8957         * function.c (emit_return_into_block): New.
8958         (thread_prologue_and_epilogue_insns): Insert return insns instead
8959         of epilogues when possible.
8960         * jump.c (jump_optimize_1): Remove code to insert a return insn
8961         on the fallthru to the exit block.
8962
8963         * i386.c (ix86_can_use_return_insn_p): Fail for large poped args
8964         and for non-empty stack frames.
8965         * i386.md (return): Expand to return-pop as needed.
8966
8967 2000-02-06  Richard Henderson  <rth@cygnus.com>
8968
8969         * simplify-rtx.c (simplify_relational_operation): Canonicalize
8970         constant to op1 for testing.
8971
8972 2000-02-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8973
8974         * config/c4x/c4x.md (*ldi_on_overflow): New pattern.
8975         (fixuns_truncqfqi2): Use it.
8976
8977 2000-02-06  Richard Henderson  <rth@cygnus.com>
8978
8979         * i386.c (ix86_agi_dependant): Handle pro_epilogue_adjust_stack
8980         as a TYPE_LEA insn.
8981
8982         * i386.md (widening and peepholes): Mask the constant instead of
8983         using gen_lowpart.
8984
8985 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
8986
8987         * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTION]: Bump
8988         input pointer before possibly branching off to the backslash
8989         code.
8990         * cpphash.c (macroexpand): Correctly delete \r escapes when
8991         stringifying parameters.
8992         * cpplib.c (copy_rest_of_line): Go directly to skip_block_comment
8993         if we can; bail out early if we hit a line comment.
8994         (handle_directive): Treat '# 123' in an .S file just like
8995         '# <punctuation>'.  Discard the shifted '#' if we hit '#\n'.
8996         Return 1 for '# not_a_directive'.
8997         (get_directive_token): Pop macro buffers here, so that
8998         cpp_get_token can't sneakily move past a newline.
8999         Add sanity checks.
9000         (cpp_get_token): goto randomchar if handle_directive returns 0.
9001
9002         * cppalloc.c: Update copyright.
9003         * cpplib.c: Merge all the static function prototypes into one
9004         block.
9005         * cpplib.h: Remove #if 0 block.
9006
9007         * cpperror.c: Remove #ifdef EMACS block.
9008         * cppmain.c: Likewise.
9009         * cpphash.c: Remove #if 0 blocks.
9010         * cppinit.c: Remove #if 0 blocks, and the -lint option.
9011         * cpplib.c: Remove #if 0 blocks and code referencing
9012         pcp_inside_if or for_lint.  Remove duplicate error message.
9013         Fix error messages for #else after #else or #elif.  Reformat.
9014         Remove archaic TODO list.
9015         * cpplib.h: Remove pcp_inside_if and for_lint flags.
9016
9017 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
9018
9019         * i386/osf1elf.h: Add missing backslash to multiline string.
9020
9021 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9022
9023         * longlong.h [sparc] (udiv_qrnnd): Avoid stringifying macro arg.
9024
9025 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9026
9027         * Makefile.in (c-common.o): Depend on $(EXPR_H).
9028
9029         * c-common.c: Include expr.h.
9030
9031         * c-pragma.c (mark_align_stack): Add prototype.
9032
9033         * caller-save.c (add_stored_regs): Likewise.
9034
9035         * combine.c (record_promoted_value): Likewise.
9036
9037         * i386.c (ix86_sched_reorder_pentium, ix86_sched_reorder_ppro):
9038         Likewise.
9039
9040         * cppinit.c (new_pending_define): Likewise.
9041
9042         * cpplib.c (skip_block_comment, skip_line_comment): Likewise.
9043
9044         * dwarf2out.c (save_rtx, splice_child_die, reverse_die_lists,
9045         AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
9046         AT_addr, AT_lbl, get_AT_ref, free_AT, free_die, local_scope_p,
9047         class_scope_p): Likewise.
9048
9049         * dwarf2out.h (dwarf2out_set_demangle_name_func,
9050         dwarf2out_add_library_unit_info): Likewise.
9051
9052         * ggc.h (ggc_page_print_statistics): Likewise.
9053
9054         * haifa-sched.c (propagate_deps): Likewise.
9055
9056         * reg-stack.c (next_flags_user, record_label_references): Likewise.
9057
9058         * rtl.h (set_stack_check_libfunc): Likewise.
9059
9060         * toplev.h (set_fatal_function): Likewise.
9061
9062         * toplev.c (set_fatal_function): Delete prototype.
9063
9064         * diagnostic.c: Deconstify functions returning malloc'ed ptrs.
9065
9066 2000-02-05  Geoff Keating  <geoffk@cygnus.com>
9067
9068         * ginclude/ppc-asm.h (FUNC_START): Use USER_LABEL_PREFIX.
9069         (FUNC_END): Likewise.
9070
9071 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9072
9073         * caller-save.c: Include tm_p.h.
9074
9075 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9076
9077         * Makefile.in (libgcc.a): Add $(LIBGCC1) to libgcc.a after $(LIBGCC2).
9078
9079 2000-02-04  Neil Booth  <NeilB@earthling.net>
9080
9081         * cccp.c (main): Check 'dir' for a NULL pointer before passing
9082         it to strcmp.
9083
9084 2000-02-04  Zack Weinberg  <zack@wolery.cumb.org>
9085
9086         * recog.h: Remove NO_MD_PROTOTYPES ifdefs.
9087         * genflags.c: Use the max_operand_1 logic from genemit.c to
9088         calculate how many arguments gen_insn prototypes have.  Remove
9089         NO_MD_PROTOTYPES ifdefs from the generated file.
9090         * genoutput.c: Don't define NO_MD_PROTOTYPES in the generated
9091         file.  Cast gen_insn initializers to insn_gen_fn.
9092         * config/alpha/vms.h: Don't define NO_MD_PROTOTYPES.
9093         * gcc.texi: Remove documentation of NO_MD_PROTOTYPES.
9094
9095 2000-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9096
9097         * fixinc/Makefile.in (HDR): Add machname.h.
9098         (clean): Likewise.
9099
9100 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9101
9102         * config/c4x/c4x.h (c4x_compare_op0, c4x_compare_op1): Move ...
9103         (c4x_regclass_map, c4x_caller_save_map, c4x_rpts_cycles): Ditto.
9104         (c4x_cpu_version): Ditto.
9105         * config/c4x/c4x-protos.h: ... here.
9106
9107 2000-02-04  Jason Merrill  <jason@casey.cygnus.com>
9108
9109         * dwarf2out.c (add_abstract_origin_attribute): Don't call
9110         gen_abstract_function on our context if we're a nested function.
9111
9112 2000-02-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9113
9114         * config/c4x/c4x.md (fixuns_truncqfqi2): Rewrite.
9115         * config/c4x/libgcc.S (ufix_truncqfhi2n): Fix.
9116
9117 2000-02-04  Bruce Korb  <bkorb@gnu.org>
9118
9119         * fixinc/genfixes(machname.h):
9120         Move the functionality from gen-machine.h into this file.
9121         UNdef MN_NAME_PAT if there are no names to change.
9122         Also, be a little kinder when AutoGen is not present.
9123
9124         * fixinc/Makefile.in(machname.h):
9125         Change the generation rule to use genfixes.
9126
9127         * fixinc/fixfixes.c(machine_name):
9128         machine_name_fix's functionality now dependent upon whether
9129         MN_NAME_PAT is defined.
9130
9131         * fixinc/fixtests.c(machine_name):
9132         ditto.
9133
9134         * fixinc/fixlib.c(mn_get_regexps): conditional on definition
9135         of MN_NAME_PAT.
9136
9137         * fixinc/fixlib.h(mn_get_regexps):
9138         ditto
9139
9140         * fixinc/gen-machine.h: DELETED
9141
9142 2000-02-04  Jan Hubicka  <jh@suse.cz>
9143             Richard Henderson  <rth@cygnus.com>
9144
9145         * i386.c (SAVE_REGS_FIRST): Remove.
9146         (ix86_initial_elimination_offset): Handle only SAVE_REGS_FIRST mode.
9147         (ix86_compute_frame_size): Likewise.
9148         (ix86_expand_prologue): Likewise.  Use pro_epilogue_adjust_stack.
9149         (ix86_emit_restore_regs): Remove.
9150         (ix86_emit_epilogue_esp_adjustment): Use pro_epilogue_adjust_stack
9151         when a frame pointer is in use.
9152         (ix86_expand_epilogue): Handle only SAVE_REGS_FIRST mode.  Use mov
9153         instead of pop to restore a register when profitable; emit leave
9154         when profitable.
9155         (ix86_attr_length_default): Handle pro_epilogue_adjust_stack
9156         as a TYPE_LEA insn.
9157         (ix86_adjust_cost): Handle pro_epilogue_adjust_stack as TYPE_ALU.
9158         * i386.md (prologue_allocate_stack): Remove.
9159         (epilogue_deallocate_stack): Remove.
9160         (pro_epilogue_adjust_stack): New.
9161
9162 2000-02-04  Richard Henderson  <rth@cygnus.com>
9163
9164         * function.c (diddle_return_value): Rework to use a callback function.
9165         Use current_function_return_rtx if it's been set up.
9166         (do_clobber_return_reg, clobber_return_register): New.
9167         (do_use_return_reg, use_return_register): New.
9168         (expand_function_end): Use them.
9169         * stmt.c (expand_null_return): Likewise.
9170         * function.h: Declare them.
9171         * flow.c (mark_regs_live_at_end): Use diddle_return_value.
9172         (mark_reg): Change arguments as appropriate for callback.
9173         * integrate.c (expand_inline_function): Revert 19 Jan change.
9174
9175 Fri Feb  4 20:25:42 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9176
9177         * tm.texi (Values in Registers): Fix typo: "fo" "for".
9178         (Misc): Say the scheduler, not the Haifa scheduler.
9179
9180 2000-02-04  Clinton Popetz  <cpopetz@cygnus.com>
9181
9182         * jump.c (mark_jump_label): Add in_mem param, check SYMBOL_REFs
9183         when in_mem is set.  Update all callers.
9184
9185 2000-02-04  Richard Henderson  <rth@cygnus.com>
9186
9187         * i386/openbsd.h (INT_ASM_OP): Define.
9188
9189 Fri Feb  4 10:51:30 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9190
9191         * tm.texi: Fix various typos.
9192
9193 Thu Feb  3 17:17:32 2000  Steve Ellcey <sje@cup.hp.com>
9194
9195         * config/pa/pa-hpux11.h (LIB_SPEC): Correct typo in !p case.
9196         (MD_STARTFILE_PREFIX_1): New macro.
9197
9198 Thu Feb  3 15:08:13 MET 2000  Jan Hubicka  <jh@suse.cz>
9199
9200         * i386.md (movstrsi, clrstrsi): Support variable sized copies, align
9201         destination when needed.
9202         (strmovsi, strsetsi): New expander.
9203         (strmovsi_1, strsetsi_1): New pattern.
9204         * i386.h (MASK_NO_ALIGN_STROP, MASK_INLINE_ALL_STROP,
9205         TARGET_ALIGN_STRINGOPS, TARGET_INLINE_ALL_STRINGOPS): New macros.
9206         (TARGET_SWITCHES) Add align-stringops and inline-all-stringops.
9207         * invoke.texi (align-stringops, inline-all-stringops): Document.
9208
9209 Wed Feb  2 23:04:47 2000   Krister Walfridsson <cato@df.lth.se>
9210
9211         * i386/netbsd.h (INT_ASM_OP): Define.
9212
9213 2000-02-02  Zack Weinberg  <zack@wolery.cumb.org>
9214
9215         * cpplib.h (cpp_reader): Add new flag, no_directives.
9216         * cpphash.c (macarg): Set it.
9217         * cpplib.c (handle_directive): If no_directives is on and we
9218         find a directive, issue an error and discard the line.
9219
9220 Wed Feb  2 13:07:10 2000  Jim Wilson  <wilson@cygnus.com>
9221
9222         * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Delete 'E' check for
9223         FP constants.  Add ! TARGET_FPU check for FP constants.
9224
9225 2000-02-02  Clinton Popetz  <cpopetz@cygnus.com>
9226
9227         * flow.c (find_basic_blocks): Don't kill label_value_list
9228         here.
9229         (cleanup_cfg): Kill it here.
9230
9231 Wed Feb  2 08:12:30 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9232
9233         * expr.c (store_field): Ensure ALIGN is no stricter than the
9234         alignment of EXP.
9235
9236 2000-02-02  Richard Henderson  <rth@cygnus.com>
9237
9238         * jump.c (delete_insn): Partially revert 19 Jan change;
9239         don't convert unused code labels to notes at -O0.
9240
9241 2000-02-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9242
9243         * toplev.c (rest_of_compilation): Run rebuild_jump_labels after
9244         split_all_insns to recreate REG_LABEL notes for flow2 pass.
9245
9246 2000-02-01  Richard Henderson  <rth@cygnus.com>
9247
9248         * i386.c (general_no_elim_operand): New.
9249         (nonmemory_no_elim_operand): New.
9250         (ix86_expand_move): Copy eliminable operands before a push.
9251         * i386-protos.h: Declare new functions.
9252         * i386.h (CAN_ELIMINATE): Simplify.
9253         (PREDICATE_CODES): Update.
9254         * i386.md (push insns): Don't allow eliminable register operands.
9255
9256 2000-02-01  Richard Henderson  <rth@cygnus.com>
9257
9258         * flow.c (mark_regs_live_at_end): Follow expand_function_end and
9259         replace BLKmode with DECL_RTL's mode.
9260
9261 2000-02-01  Zack Weinberg  <zack@wolery.cumb.org>
9262
9263         * frame.c (find_fde): Convert for loop to do-while so compiler
9264         sees it's always executed at least once.
9265         * libgcc2.c (BBINBUFSIZE): Kill.
9266         (__bb_init_prg): Use fgets.
9267         (__bb_exit_trace_func): Don't paste strings.
9268         * unroll.c (unroll_loop): Initialize unroll_type, not
9269         unroll_number, and tweak logic to match.
9270
9271         * i386.c (ix86_expand_int_movcc): Add explicit 'return 0' in
9272         all failure paths.
9273         (ix86_flags_dependant): Likewise.  Disentangle control flow.
9274         (ix86_sched_reorder): Break guts out to
9275         ix86_sched_reorder_pentium and ix86_sched_reorder_ppro.
9276         (ix86_sched_reorder_ppro): Initialize pair2 and insnp before
9277         any possible use.
9278
9279         * i386.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Don't
9280         use string concatenation.  Don't save and restore esi.
9281
9282         * fixinc/Makefile.in (fixincl.sh): Don't depend on inclhack.def.
9283         (machname.h): Remove script to separate file.  Use two-step
9284         sequence so target is not created if script fails.
9285         * fixinc/gen-machname.h: New file.  Handle case where no non-reserved
9286         identifiers are defined.
9287         * fixinc/fixlib.c (mn_get_regexps): Return a flag: if MN_NAME_PAT is
9288         an empty string, machine_name doesn't need to do anything at
9289         all.
9290         (is_cxx_header): Add more cases to regexp.
9291         * fixinc/fixlib.h: Update prototype.
9292         * fixinc/fixtests.c, fixinc/fixfixes.c: Update callers of
9293         mn_get_regexps.
9294         * fixinc/fixincl.c: Define NO_BOGOSITY.
9295
9296         * fixinc/inclhack.def (no_double_slash, else_endif_label): Ifdef out.
9297         (hp_sysfile): Add missing comma.
9298         (math_exception): Put the wrapper ifdefs at the beginning and
9299         the end of the file.
9300         * fixinc/fixincl.x, fixinc/inclhack.sh: Regenerate.
9301
9302 2000-02-01  Richard Henderson  <rth@cygnus.com>
9303
9304         * sparc.c (fp_zero_operand): Turn into a normal predicate.
9305         Use CONST0_RTX.  Update all callers.
9306         * sparc.h, sparc-protos.h: Update accordingly.
9307         * sparc.md (fp mov insns): Use fp_zero_operand directly
9308         where applicable.
9309
9310 Wed Feb  2 02:59:45 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9311
9312         * tm.texi (Values in Registers): Fix typo in HARD_REGNO_NREGS
9313         example.
9314
9315 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9316
9317         * Makefile.in (specs.ready): New target.
9318         (fixinc.sh): Depend on `specs.ready' instead of `specs'.
9319
9320 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9321
9322         * fixinc.irix: Use unique filenames for writing into /tmp,
9323         * fixinc.ptx: Likewise.
9324         * fixinc.sco: Likewise.
9325         * fixinc.svr4: Likewise.
9326         * fixinc.winnt: Likewise.
9327
9328 2000-02-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9329
9330         * tsystem.h: New file.
9331
9332         * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o,
9333         s-crtS): Depend on tsystem.h.
9334
9335         * crtstuff.c: Include tsystem.h.
9336         * frame.c: Likewise.
9337         * libgcc2.c: Likewise.
9338
9339 Tue Feb  1 19:53:27 CET 2000  Jan Hubicka  <jh@suse.cz>
9340
9341         * builtins.c (expand_builtin_memset): Expand for variable sized
9342         lengths too.
9343
9344 2000-02-01  David Billinghurst <David.Billinghurst@riotinto.com.au>
9345
9346         * config/mips/iris6.h (SUBTARGET_ASM_SPEC) : Default ISA based
9347         on ABI.
9348
9349 Tue Feb  1 00:57:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
9350
9351         * dwarfout.c (SHORT_TYPE_SIZE): Correct default.
9352
9353         * tm.texi (Type Layout): Correct entry for CHAR_TYPE_SIZE.
9354
9355 2000-01-31  Chandra Chavva <cchavva@cygnus.com>
9356
9357         * combine.c (try_combine) [HAVE_cc0]: Trying to check the missed
9358         case 3->2 combining (combining with splitting) in which 2 is CC0
9359         setter/user and 3 is user. The rest of cases 2->1 and 3->2 are
9360         checked at the begining of the function with the aid of calling
9361         function 'can_combine_p'.
9362
9363 2000-01-31  Dave Brolley  <brolley@redhat.com>
9364
9365         * cccp.c (struct argdata): Redeclare 'newlines' field as 'int'.
9366
9367 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
9368
9369         * jump.c (redirect_jump): Move a NOTE_INSN_FUNCTION_END to the
9370         new label.
9371
9372 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9373
9374         * gansidecl.h (PROTO, VPROTO, PVPROTO): Delete macros.
9375
9376         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit):
9377         PROTO -> PARAMS.
9378
9379 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
9380
9381         * i386/386bsd.h, i386/beos-pe.h, i386/bsd386.h, i386/crtdll.h,
9382         i386/cygwin.h, i386/dgux.h, i386/djgpp-rtems.h, i386/djgpp.h,
9383         i386/freebsd.h, i386/gnu.h, i386/i386-aout.h, i386/i386-coff.h,
9384         i386/i386-interix.h, i386/i386elf.h, i386/linux.h, i386/lynx-ng.h,
9385         i386/lynx.h, i386/mach.h, i386/mingw32.h, i386/moss.h,
9386         i386/netbsd.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
9387         i386/ptx4-i.h, i386/rtems.h, i386/rtemself.h, i386/sco.h,
9388         i386/sequent.h, i386/sun.h, i386/sysv4.h, i386/uwin.h, i386/vsta.h,
9389         i386/vxi386.h, i386/win-nt.h, i386/win32.h:
9390         Remove -Di386 -Acpu(i386) -Amachine(i386) from CPP_PREDEFINES.
9391
9392         * i386/osf1elf.h, i386/scodbx.h, i386/seq-sysv3.h, i386/sysv5.h:
9393         Add %(cpp_cpu) to CPP_SPEC.
9394
9395         * i386/osf1elf.h, i386/osfelf.h, i386/osfrose.h:
9396         Add %(cc1_cpu) to CC1_SPEC.
9397
9398 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
9399
9400         * c-decl.c (c_decode_option): Accept optional numeric argument to
9401         -Wformat and set warn_format.
9402         * c-common.c: Don't emit warning about non-constant printf format
9403         string unless warn_format > 1.
9404
9405 2000-01-30  Richard Henderson  <rth@cygnus.com>
9406
9407         * alpha.md (return_internal): Allow after reload only.
9408
9409 2000-01-30  Richard Henderson  <rth@cygnus.com>
9410
9411         * i386.c (ix86_compute_frame_size): Omit padding1 if the
9412         local frame size is zero.
9413
9414 2000-01-30  Richard Henderson  <rth@cygnus.com>
9415
9416         * alpha.c (alpha_expand_epilogue): Don't emit the return insn.
9417         * alpha.h (EPILOGUE_USES): New.  Mark $26 live.
9418         * alpha.md (return): Turn into an expander.
9419         (return_internal): Don't use $26.
9420         (epilogue): Emit the return insn.
9421
9422 2000-01-30  Richard Henderson  <rth@cygnus.com>
9423
9424         * alpha.md (negtf2, abstf2): Fix word order thinko.
9425         (extendsftf2): New.
9426         (trunctfsf2): Avoid intermediate rounding errors.
9427
9428 2000-01-30  Zack Weinberg  <zack@wolery.cumb.org>
9429
9430         * cppfiles.c (find_position): Drop 'colp' argument, return the
9431         new line base.
9432         (read_and_prescan): Adjust to match.  Don't ever manipulate
9433         line or line_base except via find_position.
9434
9435 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
9436
9437         * c-parse.in: Apply Ulrich's changes from c-parse.y.
9438         * c-parse.y, objc/objc-parse.y, c-parse.c, objc/objc-parse.c:
9439         Regenerate.
9440
9441 2000-01-29  Zack Weinberg  <zack@wolery.cumb.org>
9442
9443         * cpperror.c (cpp_file_line_for_message): If 'line' is zero,
9444         just print "<command line>".  If 'filename' is null or an
9445         empty string, print "<stdin>" for the filename.
9446         * cpplib.c (do_define): Don't print the 'location of the
9447         previous definition' message if we're still parsing the
9448         command line.
9449         (cpp_pedwarn_with_file_and_line): Always call
9450         cpp_file_line_for_message.
9451
9452 2000-01-29  Mark Mitchell  <mark@codesourcery.com>
9453
9454         * flow.c (mark_regs_live_at_end): Fix typo.
9455
9456 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
9457
9458         * c-common.c: Adjust variable names, comments, help strings to c99.
9459         * c-lex.c: Likewise.
9460         * c-parse.y: Likewise.
9461         * c-tree.h: Likewise.
9462         * cccp.c: Likewise.
9463         * cpplib.h: Likewise.
9464         * c-decl.c: Likewise.  Recognize options with names "*99" as well.
9465         * cppinit.c: Likewise.
9466
9467 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9468
9469         * c4x.h (INIT_TARGET_OPTABS): Add all missing local optab entries.
9470         * c4x.c: Define the optab rtx values.
9471         (c4x_add_gc_roots): Add the ggc roots for these optab rtx values.
9472         (c4x_emit_libcall): Use new optab rtx values.
9473         (c4x_emit_libcall3): Likewise.
9474         (c4x_emit_libcall_mulhi): Likewise.
9475         * c4x-protos.h: Add prototypes for optab rtx values and change
9476         prototypes for above c4x_emit_libcall functions.
9477
9478 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9479
9480         * c4x.c (c4x_output_ascii): Restrict line length of output when TI
9481         syntax is used.
9482         (c4x_function_prologue): Use regnames intead of float_reg_names when
9483         TI syntax is used.
9484         (c4x_function_epilogue): Likewise.
9485         (c4x_print_operand): Likewise.
9486         * c4x.h (HOST_WIDE_INT_PRINT_HEX): Redefine.
9487         * c4x.md (set_high): Disable for TARGET_TI.
9488
9489 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9490
9491         * c4x.h (PREFERRED_RELOAD_CLASS): Change to restrict the reloading
9492         of framepointer + constant to ADDR_REGS class.
9493         * c4x.md (addqi3, addqi3_noclobber_reload): Update.
9494         * c4x.c (std_or_reg_operand): New function.
9495         * c4x-protos.h (std_or_reg_operand): Prototype it.
9496
9497 2000-01-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9498
9499         * t-c4x: Change qi,qf,di,df into si,sf,hi,hf to generate same
9500                 object names as libgcc2.c.
9501         * libgcc.S: Use newly defined names.
9502
9503 Fri Jan  7 19:48:04 CET 2000  Jan Hubicka  <jh@suse.cz>
9504         * sbitmap.c (sbitmap_first_set_bit, sbitmap_last_set_bit): New
9505         function.
9506         * sbitmap.h (sbitmap_first_set_bit, sbitmap_last_set_bit): Declare.
9507         * basic_block.h (FLOW_LOOP_FIRST_BLOCK): New macro.
9508         (FLOW_LOOP_LAST_BLOCK): Likewise.
9509
9510 2000-01-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9511
9512         * basic-block.h (struct loop): New fields 'first' and 'last'.
9513         * flow.c (flow_loops_find): Compute loop->first and loop->last.
9514         (flow_loops_dump): Use loop->first to check for NOTE_INSN_LOOP_BEG
9515         and loop->last to check for NOTE_INSN_LOOP_END.
9516
9517 Fri Jan 28 10:57:58 2000  Jason Eckhardt  <jle@cygnus.com>
9518
9519         * predict.c (estimate_probability): Use the new FIRST and LAST fields
9520         of the loop descriptor rather than HEADER and LATCH. Also added
9521         missing break statements as well making some coding style modifications
9522         as suggested by Michael Hayes.
9523
9524 2000-01-28  Richard Henderson  <rth@cygnus.com>
9525
9526         * flow.c (find_basic_blocks): Remove do_cleanup argument.
9527         Break out that code ...
9528         (cleanup_cfg): ... here.
9529         (commit_one_edge_insertion): Detect a return instruction being
9530         emitted to an edge.  Emit a barrier following; clear fallthru.
9531         (commit_edge_insertions): Verify CFG consistency.
9532         * function.c (expand_function_start): Kill unused variable.
9533         (expand_function_end): Likewise.
9534         (thread_prologue_and_epilogue_insns): Use insert_insn_on_edge
9535         to insert the epilogue.
9536
9537         * gcse.c (gcse_main): Adjust for find_basic_blocks change.
9538         (delete_null_pointer_checks): Likewise.
9539         * output.h: Likewise.
9540         * reg-stack.c (reg_to_stack): Likewise.
9541         * toplev.c (rest_of_compilation): Likewise.  Run
9542         thread_prologue_and_epilogue_insns after rebuilding the CFG.
9543
9544 2000-01-28  Richard Henderson  <rth@cygnus.com>
9545
9546         * Makefile.in (flow.o): Revert 24 Jan change.
9547         * flow.c (mark_regs_live_at_end): Likewise.  Force BLKmode
9548         FUNCTION_VALUE result to DECL_RESULT's mode.
9549
9550         * haifa-sched.c (schedule_insns): Don't recompute reg info
9551         after reload.
9552
9553 2000-01-28  Zack Weinberg  <zack@wolery.cumb.org>
9554
9555         * configure.in: Make --enable-cpplib the default.
9556         * configure: Regenerate.
9557         * gcc.dg/990119-1.c: No longer expected to fail.
9558
9559 2000-01-28  Bernd Schmidt  <bernds@cygnus.co.uk>
9560
9561         * jump.c (jump_optimize_1): Delete an optimization that is also done
9562         by merge_blocks in flow.
9563
9564 2000-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9565
9566         * diagnostic.c (build_message_string, output_printf,
9567         line_wrapper_printf): Add ATTRIBUTE_PRINTF_*.
9568         (build_location_prefix): Fix non-literal format string.
9569
9570 2000-01-27  Richard Henderson  <rth@cygnus.com>
9571
9572         * alpha.md (trunctfsf2): New.
9573
9574 2000-01-27  Andrew Hobson  <ahobson@eng.mindspring.net>
9575
9576         * configure.in (alpha-dec-osf5): Enable MASK_SUPPORT_ARCH.
9577
9578 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9579
9580         * cppinit.c (cpp_handle_option): Recognize C++ comments under
9581         -std=gnu89.
9582         * cpplib.c (skip_block_comment, skip_line_comment): Split code
9583         out of...
9584         (skip_comment) ... here.  Permit C++ comments in system
9585         headers always.  Warn about C++ comments in user code under
9586         -std=gnu89 -pedantic.
9587         (copy_comment): Use skip_comment.
9588         (cpp_skip_hspace, cpp_get_token): skip_comment can no longer
9589         return EOF.
9590         (consider_directive_while_skipping, do_else, do_endif): Call
9591         validate_else unconditionally.
9592         (validate_else): Check CPP_PEDANTIC here.  Accept non-comment
9593         text after the conditional in a system header.
9594         * cpplib.h (struct cpp_buffer): Add flag
9595         warned_cplusplus_comments.
9596
9597 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9598
9599         * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.
9600         Use unshare_all_rtl_1.
9601         (unshare_all_rtl_again): New function.
9602         (unshare_all_rtl_1): New function split out of unshare_all_rtl.
9603
9604         * function.c (purge_addressof_1): Use unshare_all_rtl_again
9605         rather than resetting the 'used' flags ourself.
9606
9607         * toplev.c (rest_of_compilation): Add current_function_decl
9608         to the unshare_all_rtl call.
9609         * tree.h: Prototype unshare_all_rtl.
9610         * rtl.h: Prototype unshare_all_rtl_again here.
9611
9612 2000-01-27  Geoffrey Keating  <geoffk@cygnus.com>
9613
9614         * genoutput.c (output_prologue): Include ggc.h in generated
9615         files.
9616         * Makefile.in (insn-output.o): Depends on ggc.h.
9617
9618 2000-01-27  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9619             Hans-Peter Nilsson  <hp@bitrange.com>
9620
9621         * ns32k/xm-ns32k.h (memcpy, memset, memcmp): Delete.
9622         Remove redundant include of xm-ns32k.h.
9623         * ns32k/xm-genix.h (memcpy, memset, memcmp): Add definitions.
9624         Remove redundant include of xm-ns32k.h.
9625         * ns32k/xm-netbsd.h (memcpy, memset, memcmp): No longer undefine.
9626         Remove redundant include of xm-ns32k.h.
9627         * ns32k/netbsd.h (TARGET_DEFAULT): Enable multiply-add instructions.
9628
9629         * ns32k/ns32k.h: Update comment on multiply-add instructions.
9630         (TARGET_SWITCHES): Add documentation strings.
9631         (DWARF_FRAME_REGNUM): Override default definition.
9632         (REG_CLASS_CONTENTS): Add comments.
9633         (SUBSET_P): Format to reduce line length.
9634         (SMALL_REGISTER_CLASSES): Make a run time option.
9635         (GO_IF_NONINDEXED_ADDRESS): Reformat.
9636         (GO_IF_LEGITIMATE_ADDRESS): Ensure that cfun is non NULL before
9637         dereferencing it.  Braces to avoid "ambiguous else" were misplaced.
9638         (regclass_map): fix typo in comment.
9639         * ns32k/ns32k.c: Add spaces before parentheses for consistant style.
9640         Prefer gen_rtx_FOO(...) to gen_rtx(FOO,...).
9641         (trace, reg_or_mem_operand): Delete, unused function.
9642         (calc_address_cost): Small offsets are cheaper than large ones.
9643         (expand_block_move): Generate more efficient code when bytes is a
9644         known at compile time.
9645         * ns32k/ns32k.md: Alternate constraints for multiply-add instructions.
9646         (udivmodsi4, udivmodhi4, udivmodqi4): Use nonimmediate_operand
9647         instead of reg_or_mem_operand.
9648
9649         * ns32k/ns32k.md: Use nonimmediate_operand or stricter for outputs,
9650         not general_operand.  Similarly use "=rm" or stricter, not "=g".
9651         For input operands, use stricter constraints than "g" if not
9652         general_operand.  Similarly use stricter predicate than
9653         "general_operand" when stricter constraints than "g" are present,
9654         except for matching constraints.
9655         (movstrsi): Use "memory_operand" for operands 0 and 1.
9656         (truncsiqi2, truncsihi2, trunchiqi2): Remove.
9657         (udivmoddisi4_internal): Use nonimmediate_operand for operand 0,
9658         not reg_or_mem_operand.
9659         (udivmoddisi4): Ditto.
9660         Use nonimmediate_operand for operand 1, not reg_or_mem_operand.
9661         Use nonimmediate_operand for operand 3, not register_operand.
9662         (udivmoddiqi4_internal): Use register_operand for operand 1, not
9663         reg_or_mem_operand.
9664
9665 2000-01-27  Fred Fish  <fnf@be.com>
9666
9667         * gthr-posix.h: Fix typo; compatibily -> compatibility.
9668         * gthr-single.h: Likewise.
9669         * gthr-solaris.h: Likewise.
9670         * gthr-vxworks.h: Likewise.
9671         * gthr-win32.h: Likewise.
9672         * gthr.h: Likewise.
9673
9674 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
9675
9676         * cppinit.c: Add " (cpplib)" to end of string printed by
9677         -v / --version.
9678
9679 2000-01-27  Richard Henderson  <rth@cygnus.com>
9680
9681         * alpha.c (alpha_emit_conditional_move): Use VOIDmode when
9682         testing for a signed comparison.
9683         (alpha_emit_floatuns): New.
9684         * alpha-protos.h: Declare it.
9685         * alpha.md (floatunsdisf2, floatunsdidf2): New.
9686         (extendsfdf2): Tidy.
9687
9688 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
9689
9690         * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
9691         no -g option specifying debugging format, default to -gstabs+.
9692
9693 Wed Jan 26 22:19:14 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
9694
9695         * calls.c (special_function_p): New argument fork_or_exec.
9696         (expand_call): When profile_arc_flag is set and the function
9697         is in the fork_or_exec group, call __bb_fork_func first.
9698         * libgcc2.c, _bb module (__bb_fork_func): New function.
9699         (__bb_exit_func): If fcntl F_SETLKW is available, use it to lock
9700         output file.
9701         * config/svr4.h (TARGET_HAS_F_SETLKW): Define.
9702         * tree.h (special_function_p): Update prototype.
9703
9704 2000-01-26  Richard Henderson  <rth@cygnus.com>
9705
9706         * alpha.c (alpha_split_tfmode_pair): New.
9707         * alpha-protos.h: Declare it.
9708         * alpha.md (abstf2, negtf2): New.
9709         (movtf insn): Add input G constraint.
9710         (movtf splitter): Use alpha_split_tfmode_pair.
9711
9712 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9713
9714         * i386/cygwin.h: PROTO -> PARAMS.
9715
9716 2000-01-26  Jakub Jelinek  <jakub@redhat.com>
9717
9718         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Handle
9719         TARGET_ARCH32 again. Handle ORDERED, UN* and LTGT comparisons
9720         using _Qp_cmp/_Q_cmp and testing the return value.
9721         (print_operand): Call reverse_condition_maybe_unordered if
9722         we are handling CCFPmode or CCFPEmode.
9723         Handle ORDERED, UN* and LTGT comparisons.
9724         * config/sparc/sparc.md (cmptf): Use even on TARGET_ARCH32
9725         if not TARGET_HARD_QUAD.
9726         (seq, sne, sgt, slt, sge, sle, beq, bne, bgt, blt, bge, ble,
9727         bunordered, bordered, bungt, bunlt, buneq, bunge, bunle, bltgt):
9728         Call sparc_emit_float_lib_cmp even on TARGET_ARCH32.
9729         Adjust gen_b* calls so that they reflect return comparison of
9730         sparc_emit_float_lib_cmp.
9731
9732 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9733
9734         * config/alpha/alpha.c (alpha_emit_xfloating_cvt): Do not assume
9735         incoming operands array is large enough for one more operand.
9736         (alpha_emit_xfloating_arith): Likewise.
9737
9738 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9739
9740         * fixinc/Makefile.in (machname.h): SunOS 4 sed can't handle a
9741         file with one line and no trailing newline.
9742         Patch by Kaveh Ghazi <ghazi@caip.rutgers.edu>.
9743         * fixinc/fixtests.c (machine_name_test): Fix fencepost error
9744         checking if the match is on the line.
9745         * fixinc/gnu-regex.c: Provide regerror not __regerror.
9746
9747 2000-01-25  Richard Henderson  <rth@cygnus.com>
9748
9749         * sparc.c (output_cbranch): Fix accidental squashing of the
9750         fp branch pre-delay nop.
9751
9752 2000-01-25  Richard Henderson  <rth@cygnus.com>
9753
9754         * tree.def (UNNE_EXPR): Remove.
9755         * c-typeck.c (build_binary_op): Don't handle it.
9756         * expr.c (expand_expr, do_jump, do_store_flag): Likewise.
9757
9758         * rtl.def (UNNE): Remove.
9759         (LTGT): Add.
9760         * jump.c (reverse_condition): Update accordingly.
9761         (swap_condition): Likewise.
9762         (comparison_dominates_p): Handle unordered comparisons.
9763         (reverse_condition_maybe_unordered): New.
9764         * rtl.h (reverse_condition_maybe_unordered): Declare.
9765
9766         * sparc.c (select_cc_mode): Update for UNNE/LTGT.
9767         (output_cbranch): Use reverse_condition_maybe_unordered and LTGT.
9768         * sparc.h (REVERSIBLE_CC_MODE): Always true.  Update docs.
9769         * sparc.md (bltgt): New.
9770
9771 2000-01-25  Nick Clifton  <nickc@redhat.com>
9772
9773         * emit-rtl.c (emit_insn): Only check machine class insns for
9774         improper emission of a RETURN.
9775
9776 2000-01-25  Richard Henderson  <rth@cygnus.com>
9777
9778         * Makefile.in (flow.o): Depend on $(EXPR_H).
9779         * flow.c (mark_regs_live_at_end): Use hard_function_value, i.e.
9780         duplicate the structure of diddle_return_value for keeping regs live.
9781
9782 2000-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9783
9784         * loop.c (current_loop_info): Delete.
9785         (consec_sets_invariant_p): Add loop argument, update callers.
9786         (get_condition_for_loop): Likewise.
9787         (count_nonfixed_reads, update_giv_derive): Likewise.
9788         (simplify_giv_expr, general_induction_var): Likewise.
9789         (consec_sets_giv, recombine_givs): Likewise.
9790         (move_movables): Delete loop_start and loop_end arguments,
9791         add loop argument, and update callers.
9792         (find_mem_givs, check_final_value): Likewise.
9793         (record_giv, maybe_eliminate_biv, maybe_eliminate_biv_1): Likewise.
9794         (loop_invariant_p): Rename from invariant_p, add loop argument, and
9795         update callers.
9796         (basic_induction_var): Add loop argument, delete loop_level argument,
9797         and update callers.
9798         * unroll.c (iteration_info): Delete loop_start and loop_end arguments,
9799         add loop argument, and update callers.
9800         (find_splittable_regs, find_splittable_givs): Likewise.
9801         (reg_dead_after_loop, loop_find_equiv_value): Likewise.
9802         (final_biv_value, final_giv_value, back_branch_in_range_p): Likewise.
9803         (biv_total_increment): Delete loop_start and loop_end arguments;
9804         update callers.
9805         (precondition_loop_p): Delete loop_start and loop_info arguments;
9806         update callers.
9807         * loop.h (get_condition_for_loop): Add loop argument.
9808         (biv_total_increment): Delete loop_start and loop_end arguments.
9809         (precondition_loop_p): Delete loop_start and loop_info arguments;
9810         add loop argument.
9811         (final_biv_value): Delete loop_start and loop_end arguments;
9812         add loop argument.
9813         (final_giv_value, back_branch_in_range_p): Likewise.
9814
9815 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9816
9817         * config/mips/mips.h (LEGITIMATE_CONSTANT_P): Fix for mips16.
9818
9819 2000-01-25  Gavin Romig-Koch  <gavin@cygnus.com>
9820
9821         * Makefile.in (c-gperf.h) : Change the "See" pointer to
9822         point to the new "generated_files" doc.
9823
9824 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9825
9826         * config/fp-bit.c (_unord_f2): Fix typo.
9827
9828 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9829
9830         * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,
9831         c-typeck.c, objc/objc-act.c: Remove all references to obstack
9832         functions obsoleted by GC, such as push_obstacks_nochange,
9833         end_temporary_allocation, savealloc, saveable_tree_cons, etc.
9834         and code which existed only to decide whether or not to call
9835         them.  Remove now-unused NESTED argument from start_function;
9836         all callers changed.  Do not change behavior based on ggc_p.
9837         The use of the ixp_obstack in c-iterate.c and the util_obstack
9838         in objc/objc-act.c remain; these are not obsoleted by garbage
9839         collection.
9840         * c-tree.h: Update prototype for start_function.
9841
9842         * c-parse.y, c-parse.c, objc/objc-parse.c, objc/objc-parse.y: Rebuild.
9843
9844 2000-01-25  Clinton Popetz  <cpopetz@cygnus.com>
9845
9846         * config/mips/mips.md (zero_extendsidi2_internal): Disable for
9847         mips16.
9848
9849 2000-01-25  Richard Henderson  <rth@cygnus.com>
9850
9851         * sparc-protos.h (select_cc_mode): Declare.
9852         * sparc.c (select_cc_mode): New.  Handle unordered compares.
9853         (output_cbranch): Always reverse via code change.  Handle
9854         unordered compares.  Factor tests and string updates.
9855         * sparc.h (SELECT_CC_MODE): Split out to select_cc_mode.
9856         (REVERSIBLE_CC_MODE): Also exclude CCFPmode.
9857         * sparc.md (bunordered, bordered): New.
9858         (bungt, bunlt, buneq, bunge, bunle): New.
9859
9860 2000-01-25  Richard Henderson  <rth@cygnus.com>
9861
9862         * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.
9863         * ggc-common.c (ggc_add_rtx_varray_root): New.
9864         (ggc_mark_rtx_varray): New.
9865         (ggc_mark_rtx_varray_ptr): New.  Shift all ggc_mark_foo_ptr
9866         functions down below ggc_mark_foo.
9867         * ggc.h (ggc_add_rtx_varray_root, ggc_mark_rtx_varray): Declare.
9868
9869 2000-01-25  Richard Henderson  <rth@cygnus.com>
9870
9871         * alpha.c (secondary_reload_class): Don't allocate a secondary
9872         for integral mode memories into FLOAT_REGS.  Rearrange the more
9873         complicated memory expression inward.
9874
9875 2000-01-25  Zack Weinberg  <zack@wolery.cumb.org>
9876
9877         * inclhack.def: Fixes to play nicer with FreeBSD, and
9878         corrections to comments.
9879         (cxx_unready): Add select expression.
9880         (irix_sockaddr): Add bypass expression.
9881         (machine_ansi_h_va_list): New fix.
9882         (stdio_va_list): No need to edit _BSD_VA_LIST_.
9883         Split out addition of "#include <stdarg.h>" to...
9884         (stdio_stdarg_h): ... here.
9885         (systypes_for_aix): Rename to systypes_stdlib_size_t.  Apply
9886         to stdlib.h also.  Do not munge _BSD_SIZE_T_.
9887         (sysz_stdlib_for_sun): Delete duplicate fix for unprotected
9888         size_t.
9889         (ultrix_ifdef): Tighten up select expression.
9890
9891         * fixincl.tpl: Exorcise 'exesel'.  Rewrite calculations of
9892         re_ct and max_mach to avoid use of shell.  Make printed names
9893         match names in inclhack.def.  Use static copyright date.
9894         Don't count c_test and test expressions as requiring regex_t
9895         slots.  Add some commentary.
9896         * inclhack.tpl: Do not include the 'This script contains N
9897         fixup scripts' line if PROGRAM is defined.  Use static
9898         copyright date.
9899
9900 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
9901
9902         * dwarf2out.c: include "varray.h", not dyn-string.h.
9903         (ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
9904         (addr_const_to_string, addr_to_string): Lose.
9905         (ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
9906         (struct dw_val_struct): val_addr is now an rtx.
9907         (add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
9908         (used_rtx_varray): New varray.
9909         (dwarf2out_init): Initialize it.
9910         (save_rtx): New fn.
9911         (mem_loc_descriptor, add_const_value_attribute): Call it instead of
9912         addr_to_string.
9913         * arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
9914         sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
9915         * Makefile.in (dwarf2out.o): Update dependencies.
9916
9917 2000-01-24  Richard Henderson  <rth@cygnus.com>
9918
9919         * i386.c (i386_dwarf_output_addr_const): New.
9920         * i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
9921
9922         * dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
9923         if defined.
9924         * dwarfout.c (output_mem_loc_descriptor): Likewise.
9925         * i386.c (i386_simplify_dwarf_addr): New.
9926         * i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.
9927
9928 Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
9929
9930         * dwarf2out.c (gen_struct_or_union_type_die): Set complete if
9931         TYPE_STUB_DECL is NULL.
9932
9933 2000-01-24  Richard Henderson  <rth@cygnus.com>
9934
9935         * builtins.c (expand_tree_builtin): Move ...
9936         * c-common.c (expand_tree_builtin): ... here.
9937
9938 2000-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
9939
9940         * loop.h (LOOP_INFO): New accessor macro.
9941         * basic-block.h (struct loop): Rename field `info' to `aux'.
9942         * loop.c (scan_loop): Replace loop->info with LOOP_INFO (loop).
9943         (prescan_loop, strength_reduce, check_dbra_loop, insert_bct): Likewise.
9944         * unroll.c (loop_iterations, unroll_loop): Likewise.
9945
9946 2000-01-24  Christopher Faylor <cgf@cygnus.com>
9947
9948         * config/i386/t-cygwin: Accomodate new winsup directory layout
9949         when searching for include files.
9950
9951 2000-01-24  Richard Henderson  <rth@cygnus.com>
9952
9953         * rtl.def: Add unordered fp comparisions.
9954         * tree.def: Likewise.
9955         * tree.h: Add ISO C 9x unordered fp comparision builtins.
9956
9957         * builtins.c (expand_tree_builtin): New function.
9958         * c-typeck.c (build_function_call): Use it.
9959         (build_binary_op): Support unordered compares.
9960         * c-common.c (c_common_nodes_and_builtins): Add unordered compares.
9961
9962         * combine.c (known_cond): Handle reverse_condition returning UNKNOWN.
9963         (reversible_comparison_p): Allow UNORDERED/ORDERED to be reversed.
9964         * cse.c (fold_rtx): Check FLOAT_MODE_P before reversing.
9965         (record_jump_equiv): Handle reverse_condition returning UNKNOWN.
9966         * jump.c (reverse_condition): Don't abort for UNLE etc, but
9967         return UNKNOWN.
9968         (swap_condition): Handle unordered compares.
9969         (thread_jumps): Check can_reverse before reversing.
9970         * loop.c (get_condition): Likewise.  Allow UNORERED/ORDERED to be
9971         reversed for FP.
9972
9973         * optabs.c (can_compare_p): New argument CODE.  Verify branch or
9974         setcc is present before acking for cmp_optab.  Update all callers.
9975         (prepare_float_lib_cmp, init_optabs): Handle UNORDERED.
9976         * expmed.c (do_cmp_and_jump): Update for can_compare_p.
9977         * expr.c (expand_expr): Likewise.  Support unordered compares.
9978         (do_jump, do_store_flag): Likewise.
9979         * expr.h (enum libfunc_index): Add unordered compares.
9980
9981         * Makefile.in (FPBIT_FUNCS): Add _unord_sf.
9982         (DPBIT_FUNCS): Add _unord_df.
9983         * config/fp-bit.c (_unord_f2): New.
9984         * fp-test.c (main): Try unordered compare builtins.
9985
9986         * alpha-protos.h (alpha_fp_comparison_operator): Declare.
9987         * alpha.c (alpha_comparison_operator): Check mode properly.
9988         (alpha_swapped_comparison_operator): Likewise.
9989         (signed_comparison_operator): Likewise.
9990         (alpha_fp_comparison_operator): New.
9991         (alpha_emit_conditional_branch): Handle unordered compares.
9992         * alpha.h (PREDICATE_CODES): Update.
9993         * alpha.md (fp compares): Use alpha_fp_comparison_operator.
9994         (bunordered, bordered): New.
9995
9996 2000-01-24  Richard Henderson  <rth@cygnus.com>
9997
9998         * alpha.c (alpha_emit_xfloating_cvt): Thinko in operand manipulation.
9999         * alpha.md (movtf): New expander, insn, and splitter.
10000
10001 Mon Jan 24 19:49:47 MET 2000  Jan Hubicka  <jh@suse.cz>
10002
10003         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
10004         dead registers.
10005
10006 Mon Jan 24 17:37:31 MET 2000  Jan Hubicka  <jh@suse.cz>
10007
10008         * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.
10009         (FIXED_REGISTERS, CALL_USED_REGISTERS,
10010          REG_ALLOC_ORDER): Add frame pointer
10011         (FRAME_POINTER_REGNUM): Set to 20
10012         (HARD_FRAME_POINTER_REGNUM): New macro.
10013         (ELIMINABLE_REGS): Eliminate ARG_POINTER and FRAME_POINTER
10014         to HARD_FRAME_POINTER.
10015         (REGNO_OK_FOR_BASE_P): Accept FRAME_POINTER_REGNUM
10016         (REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
10017         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
10018         (HI_REGISTER_NAMES): Add "frame".
10019         (CAN_ELIMINATE): Handle FRAME_POINTER_REGNUM elimination.
10020         (debug_reg): Handle FRAME_POINTER_REGNUM.
10021         (reg_class): Add arg pointer and frame pointer to NON_Q_REGS,
10022         GENERAL_REGS and INDEX_REGS.
10023         * i386.c (SAVED_REGS_FIRST): new macro.
10024         (AT_BP): Use hard_frame_pointer_rtx instead of frame_pointer_rtx
10025         (ix86_decompose_address, memory_address_length): Likewise.
10026         (regclass_map): Add frame pointer.
10027         (call_insn_operand): Handle frame_pointer_rtx.
10028         (reg_no_sp_operand): Likewise.
10029         (ix86_decompose_address): Handle frame_pointer_rtx as stack_pointer_rtx.
10030         (print_operand, legitimize_pic_address): Fix formating.
10031         (ix86_compute_frame_size): Make static, update prototype, new
10032         parameters padding1, padding2, use ix86_nsaved_regs, use
10033         stack_alignment_needed.
10034         (ix86_initial_elimination_offset): Handle FRAME_POINTER_REGNUM
10035         to HARD_FRAME_POINTER_REGNUM conversions.
10036         (ix86_expand_prologue): Handle SAVED_REGS_FIRST prologues.
10037         (ix86_expand_epilogue): Handle SAVED_REGS_FIRST epilogues.
10038         (print_reg): Abort on FRAME_POINTER_REGNUM
10039
10040 Mon Jan 24 16:50:08 MET 2000  Jan Hubicka  <jh@suse.cz>
10041
10042         * i386.h (PREDICATE_CODES): Add aligned_operand.
10043         * i386.c (aligned_operand): New function.
10044         (ix86_aligned_p): Kill.
10045         * i386.md (movhi_1): Emit mov for aligned operands.
10046         (promoting peep2s): Use aligned_operand.
10047
10048 2000-01-23  Zack Weinberg  <zack@wolery.cumb.org>
10049
10050         * fixinc/fixfixes.c (fix_char_macro_uses): Correct regular
10051         expression to allow underscores in macro names.
10052         (fix_char_macro_defines): Increment scanning pointer.
10053
10054 2000-01-23  Richard Henderson  <rth@cygnus.com>
10055
10056         * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.
10057         * alpha/osf5.h: New file.
10058         * configure.in (alpha-*-osf5): Add it to tm_file.
10059
10060         * emit-rtl.c (operand_subword): Support TFmode on a 64-bit target.
10061
10062         * alpha-protos.h (alpha_emit_xfloating_arith): Declare.
10063         (alpha_emit_xfloating_cvt, function_arg): Declare.
10064         * alpha.c (alpha_emit_conditional_branch): Call
10065         alpha_emit_xfloating_compare for TFmode compares.
10066         (alpha_lookup_xfloating_lib_func): New.
10067         (alpha_compute_xfloating_mode_arg): New.
10068         (alpha_emit_xfloating_libcall): New.
10069         (alpha_emit_xfloating_arith): New.
10070         (alpha_emit_xfloating_compare): New.
10071         (alpha_emit_xfloating_cvt): New.
10072         (print_operand): Add default abort case.
10073         (function_arg): Mind FUNCTION_ARG_PASS_BY_REFERENCE.
10074         * alpha.h (TARGET_HAS_XFLOATING_LIBS): New.
10075         (BIGGEST_ALIGNMENT): Increase to 128 bits.
10076         (RETURN_IN_MEMORY): True for TF/TCmode.
10077         (ALPHA_ARG_SIZE): TF/TCmode is passed indirect.
10078         (FUNCTION_ARG): Move to function_arg.
10079         (FUNCTION_ARG_PASS_BY_REFERENCE): New.
10080         (ASM_OUTPUT_LONG_DOUBLE): New.
10081         (ASM_OUTPUT_DOUBLE): Always output bits.
10082         * alpha.md (addtf3, divtf3, multf3, subtf3, cmptf): New.
10083         (fix_trunctfdi2, floatditf2, floatunsditf2): New.
10084         (extenddftf2, trunctfdf2): New.
10085
10086 2000-01-23  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10087
10088         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Moved...
10089         * config/sparc/sol2.h: ... here.
10090
10091 2000-01-24  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10092
10093         * basic-block.h (struct loops): New field `levels'.
10094         * flow.c (flow_loops_level_compute): Traverse all outer loops.
10095         (flow_loop_level_compute): Initialise level to 1.
10096         (flow_loops_find): Set loops->levels.
10097         (flow_loops_dump): Print loops->levels.
10098
10099 2000-01-23  Richard Henderson  <rth@cygnus.com>
10100
10101         * libgcc2.c (dwarf_reg_size_table): Size with DWARF_FRAME_REGISTERS.
10102         (throw_helper): Iterate over DWARF_FRAME_REGISTERS.
10103
10104 2000-01-23  Richard Henderson  <rth@cygnus.com>
10105
10106         * i386.c (dbx_register_map, svr4_dbx_register_map): New.
10107         * i386.h (DBX_REGISTER_NUMBER): Use them.
10108         * i386/beos-elf.h, i386/freebsd-elf.h, i386/i386elf.h: Likewise.
10109         * i386/linux.h, i386/osfrose.h, i386/ptx4-i.h: Likewise.
10110         * i386/rtemself.h, i386/sco5.h, i386/sysv4.h: Likewise.
10111         * i386/sequent.h: Kill incorrect comment.
10112
10113 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
10114
10115         * ggc-page.c (struct page_entry): Make `context_depth' an
10116         `unsigned short'.
10117         (struct globals): Likewise.
10118
10119 2000-01-23  Clinton Popetz  <cpopetz@cygnus.com>
10120
10121         * loop.c (check_dbra_loop): When checking a loop for
10122         reversability, check the source of any stores to ensure
10123         they don't depend on an initial value.
10124
10125 2000-01-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10126
10127         * config/c4x/c4x.h (ASM_OUTPUT_BSS): Redefine.
10128
10129 2000-01-22  Zack Weinberg  <zack@wolery.cumb.org>
10130
10131         * fixinc/fixincl.c: Move declarations of 'pz_fname' and
10132         'pz_scan' into scope of entire function.  Only affects
10133         compiles with -DDEBUG.
10134
10135 2000-01-22  Alan Modra <alan@SPRI.Levels.UniSA.Edu.Au>
10136
10137         * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data
10138         section naming to that prior to 2000-01-07 patch.
10139         * config/mips/elf.h (UNIQUE_SECTION): Ditto.
10140         * config/mips/elf64.h (UNIQUE_SECTION): Ditto.
10141         * config/mips/iris6gld.h (UNIQUE_SECTION): Ditto.
10142         * config/i386/interix.c (UNIQUE_SECTION): Ditto.
10143         * config/i386/winnt.c (UNIQUE_SECTION): Ditto.
10144
10145 2000-01-22  Bernd Schmidt  <bernds@cygnus.co.uk>
10146
10147         * config/arm/arm.c (soft_df_operand): Reject SUBREGs containing a
10148         constant.
10149
10150 2000-01-21  Jim Wilson  <wilson@cygnus.com>
10151
10152         * fixinc/inclhack.tpl: Test for directory before trying to cd into it.
10153         * fixinc/fixincl.sh, fixinc/inclhack.sh: Regenerate.
10154
10155 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
10156
10157         * cpphash.c (change_newlines): Delete function.
10158         (struct argdata): Delete 'newlines' and 'use_count' fields.
10159         (macroexpand): Remove code referencing those fields.
10160
10161 2000-01-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10162
10163         * loop.c (loops_info): New variable.
10164         (loop_optimize): Allocate loops->array and free it on exit.
10165         Allocate memory for loops_info and assign to each loop,
10166         replacing alloca.
10167         (find_and_verify_loops): Do not allocate loops->array.
10168
10169 2000-01-21  Zack Weinberg  <zack@wolery.cumb.org>
10170
10171         * fixinc/fixfixes.c (machine_name_fix): Don't free 'scratch'.
10172
10173 2000-01-21  Jakub Jelinek  <jakub@redhat.com>
10174
10175         * config/sparc/sparc.md (movsi_pic_label_ref): Avoid creating new
10176         pseudos if expanded after first flow.
10177         (movdi_pic_label_ref): Likewise.
10178
10179 2000-01-20  Richard Henderson  <rth@cygnus.com>
10180
10181         * jump.c (jump_optimize_1): Don't do addr_vec optimizations at -O0.
10182
10183 2000-01-20  Zack Weinberg  <zack@wolery.cumb.org>
10184
10185         * Makefile.in (fixinc.sh): Depend on specs.
10186         * fixinc/Makefile.in: Add rule to create machname.h.
10187         (fixlib.o): Depend on machname.h.
10188         * fixinc/fixtests.c (machine_name): New test.
10189         * fixinc/fixfixes.c (machine_name): New fix.
10190         * fixinc/fixlib.c (mn_get_regexps): New helper function for
10191         the machine_name test and fix.
10192         * fixinc/fixlib.h: Prototype it.
10193         * fixinc/inclhack.def (machine_name): Use the C test and fix.
10194         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuild.
10195
10196         * gcc.c (do_spec_1) [case P]: Take care not to create
10197         identifiers with three leading or trailing underscores.
10198
10199         * fixinc/Makefile.in (FIXINC_DEFS): Add -DIN_GCC.
10200         (fixincl): Don't specify libraries twice on link line.
10201         (gnu-regex.o): Remove special rule.
10202         * fixinc/gnu-regex.c: Define REGEX_MALLOC if C_ALLOCA was
10203         defined by config.h.  Do not define _REGEX_RE_COMP.
10204         (regcomp): Allocate and initialize a fastmap.
10205         * fixinc/gnu-regex.h: Do not define _REGEX_RE_COMP.
10206
10207 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
10208
10209         * Makefile.in (predict.o): Depend on $(EXPR_H), not expr.h.
10210
10211 2000-01-19  Richard Henderson  <rth@cygnus.com>
10212
10213         * flow.c (propagate_block): Replace FIRST, LAST and BNUM
10214         arguments with BB.  Update all callers.  Tidy line wrapping.
10215
10216 2000-01-19  Clinton Popetz  <cpopetz@cygnus.com>
10217
10218         * emit-rtl.c (try_split): Return last_insn if we split the
10219         last_insn.
10220
10221 Thu Jan 20 01:01:23 MET 2000  Jan Hubicka  <jh@suse.cz>
10222
10223         * i386-protos.h (ix86_compute_frame_size): Remove prototype.
10224         (ix86_initial_elimination_offset): Declare.
10225         * i386.c (ix86_nsaved_regs): Break out from ...
10226         (ix86_can_use_return_insn_p): ... here.
10227         (ix86_emit_save_regs): Break out from ...
10228         (ix86_expand_prologue): ... here.
10229         (ix86_emit_epilogue_esp_adjustment, ix86_emit_restore_regs): Break
10230         out from ...
10231         (ix86_expand_epilogue): ... here.
10232         (ix86_compute_frame_size): Make static, add prototype.
10233         (ix86_initial_elimination_offset): Break out from ...
10234         * i386.h (INITIAL_ELIMINATION_OFFSET): ... here.
10235
10236 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10237
10238         * recog.h (OUT_FCN): Delete.
10239
10240         * vax.md: Call `get_insn_template' instead of OUT_FCN.
10241
10242 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10243
10244         * cppalloc.c: PROTO -> PARAMS.
10245         * cpperror.c: Likewise.
10246         * cppfiles.c: Likewise.
10247         * cpplib.c: Likewise.
10248         * cpplib.h: Likewise.
10249
10250         * config/arm/arm-protos.h: PROTO -> PARAMS.
10251         * config/arm/arm.c: Likewise.
10252         * config/c4x/c4x.c: Likewise.
10253         * config/fr30/fr30-protos.h: Likewise.
10254         * config/nextstep.c: Likewise.
10255         * config/pa/pa.c: Likewise.
10256         * config/pj/pj.c: Likewise.
10257         * config/rs6000/rs6000.c: Likewise.
10258         * config/v850/v850-protos.h: Likewise.
10259         * config/v850/v850.c: Likewise.
10260
10261 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10262
10263         * i370-protos.h: New file.
10264
10265         * i370.c: Include tm_p.h.  Fix compile time warnings.
10266
10267         * i370.h: Move prototypes to i370-protos.h.  Fix compile time
10268         warnings.
10269
10270         * i370.md: Likewise.
10271
10272 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10273
10274         * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.
10275         (target_isinf, target_isnan, eisnan): Mark parameter with
10276         ATTRIBUTE_UNUSED.
10277         (eiisinf): Wrap in INFINITY.
10278         (etoe113, etoe64, etoe53, etoe24): Wrap label `nonorm' in INFINITY.
10279         (ibmtoe): Remove unused variable `rndsav'.
10280
10281 Wed Jan 19 20:23:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10282
10283         * sh.h (PASS_IN_REG_P): Remove extraneous paranthesis.
10284         (GO_IF_LEGITIMATE_ADDRESS): Added missing tab.
10285
10286 2000-01-19  Zack Weinberg  <zack@wolery.cumb.org>
10287
10288         * fixinc/Makefile.in: Correct dependencies of fixincl and fixincl.o.
10289         * fixinc/fixfixes.c (IO_use, CTRL_use, IO_defn, CTRL_defn): New fixes.
10290         (fix_char_macro_defines, fix_char_macro_uses): New functions.
10291
10292         * fixinc/fixlib.c (is_cxx_header): Do the text scan with a regexp.
10293         Recognize Emacs mode markers also.
10294         * fixinc/fixtests.c (else_endif_label): Fix bug in recognition of
10295         C++ comments in C++ headers.  Call is_cxx_header only if
10296         necessary.
10297
10298         * fixinc/inclhack.def (avoid_bool): Add select for the problem and
10299         bypass for ncurses.
10300         (bsd43_io_macros, io_def_quotes, ioctl_fix_ctrl): Replace with...
10301         (io_def_quotes, io_use_quotes, ctrl_def_quotes, ctrl_use_quotes):
10302         ... these, which use the new C fixes.
10303         (math_exception): Escape literal '+' in bypass expression.
10304
10305         * fixinc/fixincl.x, fixinc/fixincl.sh, fixinc/inclhack.sh:
10306         Regenerate.
10307
10308 2000-01-19  Geoff Keating  <geoffk@cygnus.com>
10309
10310         * rtlanal.c (reg_referenced_p): A CLOBBER of a MEM uses any REGs
10311         inside the MEM.
10312
10313 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10314
10315         * loop.c (loop_optimize): Allocate loop_info structure for each loop
10316         prior to calling scan_loop.
10317
10318 Wed Jan 19 19:54:38 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10319
10320         * sh.c (find_barrier, gen_block_redirect): Fix indentation.
10321         (split_branches, calc_live_regs): Likewise.
10322
10323 Wed Jan 19 19:12:36 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10324
10325         * sh.md (fpu_single, fp_mode): New attributes.
10326
10327 2000-01-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10328
10329         * loop.c (current_loop_info): Renamed from loop_info_data
10330         and changed to a pointer.
10331         (loop_optimize): Allocate loop_info structure for each loop
10332         and initialise to zero.
10333         (scan_loop): Set current_loop_info.
10334
10335         * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set
10336         on iteration_var.
10337
10338 2000-01-19  Richard Henderson  <rth@cygnus.com>
10339
10340         * stupid.c: Die die die.
10341         * Makefile.in (OBJS): Remove stupid.o.
10342         (stupid.o): Likewise.
10343
10344         * except.c (emit_eh_context): Don't emit USEs for stupid.
10345         * explow.c (probe_stack_range): Likewise.
10346         * flags.h (obey_regdecls): Remove.
10347         * flow.c (find_basic_blocks): Don't run try_merge_blocks
10348         when not optimizing.
10349         (life_analysis): Limit data collection when not optimizing.
10350         (mark_regs_live_at_end): Always mark the return value registers.
10351         (mark_used_regs): Remove dummy RETURN case.
10352         (print_rtl_with_bb): Don't consult obey_regdecls.
10353         * function.c (use_variable, use_variable_after): Remove.
10354         (assign_parms): Consult optimize not obey_regdecls.
10355         (expand_function_start): Don't emit USEs for stupid.
10356         (expand_function_end): Likewise.
10357         * global.c (build_insn_chain): Export.
10358         * integrate.c (expand_inline_function): Kill return-value USE
10359         handling code.
10360         * jump.c (jump_optimize_1): Do simple jump optimizations and
10361         dead code elimination.
10362         (calculate_can_reach_end): Remove check_deleted argument.
10363         (delete_insn): Patch out insns even when not optimizing.
10364         * local-alloc.c (block_alloc): Don't do tying when not optimizing.
10365         * rtl.h (use_variable, use_variable_after): Remove declarations.
10366         (build_insn_chain): Declare.
10367         * stmt.c (expand_value_return): Don't emit USEs for stupid.
10368         (expand_end_bindings): Likewise.
10369         (expand_decl): Likewise.  Consult optimize not obey_regdecls.
10370         * toplev.c (obey_regdecls): Remove.
10371         (rest_of_compilation): Don't set it.  Kill stupid in favour of
10372         flow1, local-alloc, and reload.
10373         (main): Don't set obey_regdecls.
10374
10375         * config/nextstep.c (handle_pragma): Likewise.
10376
10377         * alpha/alpha.md (allocate_stack): Don't emit USEs for stupid.
10378
10379         * arm/arm.h (CONDITIONAL_REGISTER_USAGE): Don't fix reg 0 for stupid.
10380
10381 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10382
10383         * alpha-protos.h: PROTO -> PARAMS.
10384         * alpha.c: Likewise.
10385         * elf.h: Likewise.
10386         * h8300.c: Likewise.
10387         * i386-protos.h: Likewise.
10388         * i386.c: Likewise.
10389         * m32r-protos.h: Likewise.
10390         * m32r.c: Likewise.
10391         * mips.c: Likewise.
10392         * mips.md: Likewise.
10393         * gmon-sol2.c: Likewise.
10394         * sparc.c: Likewise.
10395
10396 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10397
10398         * ns32k-protos.h: New file.
10399
10400         * ns32k.c: Fix compile time warnings.
10401
10402         * ns32k.h: Move prototypes to ns32k-protos.h.  Fix compile time
10403         warnings.
10404
10405         * ns32k.md: Likewise.
10406
10407 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10408
10409         * vax-protos.h: New file.
10410
10411         * vax.c: Fix compile time warnings.
10412
10413         * vax.h: Move prototypes to vax-protos.h.  Fix compile time
10414         warnings.
10415
10416         * vax.md: Likewise.
10417
10418         * vaxv.md: Likewise.
10419
10420 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10421
10422         * romp-protos.h: New file.
10423
10424         * romp.c: Fix compile time warnings.
10425
10426         * romp.h: Move prototypes to romp-protos.h.  Fix compile time
10427         warnings.
10428
10429         * romp.md: Likewise.
10430
10431 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10432
10433         * we32k-protos.h: New file.
10434
10435         * we32k.c: Fix compile time warnings.
10436
10437         * we32k.h: Move prototypes to we32k-protos.h.  Fix compile time
10438         warnings.
10439
10440 2000-01-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10441
10442         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
10443
10444         * except.c (eh_regs): Likewise.
10445
10446         * final.c (output_operand): Likewise.
10447
10448         * fold-const.c (target_isinf, target_isnan): Likewise.
10449
10450 Tue Jan 18 16:19:55 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
10451
10452         * i386.h (BIGGEST_ALIGNMENT): Set to 128.
10453         (BIGGEST_FIELD_ALIGNMENT): Set to (TARGET_ALIGN_DOUBLE ? 64 : 32)
10454
10455         * i386.md (memstr): Do not use rep stosb for counts divisible by 4
10456         when optimize_size.
10457         (clrstrsi): Rewrite.
10458         (strsethi, strsetqi): New expanders.
10459         (strsethi_1, strsetqi_1, rep_stossi, rep_stosqi): New insn patterns.
10460         (cmpstrsi): Emit compare insn before cmpstrsi_1
10461         (cmpstrsi_nz): use flags, set type to str, prefix_length to 1.
10462         (strlensi_1): Likewise.
10463         (cmpstrsi_1): Likewise; do not output compare.
10464         (strlen expander): Do not unroll when optimizing for size.
10465         (*subsi3_carry): Rename to subsi3_carry
10466         (addqi3_cc): New pattern.
10467         * i386.h (processor_costs): Add move_ratio field.
10468         (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
10469         * i386.c (*_cost): Set move_ratio.
10470         (x86_unroll_strlen): Enable for Athlon, PPro and K6 too.
10471         (x86_expand_strlensi_1): Rewrite the main loop.
10472
10473 2000-01-17  Richard Henderson  <rth@cygnus.com>
10474
10475         * combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
10476         * cse.c (find_comparison_args, fold_rtx): Likewise.
10477         * integrate.c (subst_constants): Likewise.
10478         * loop.c (get_condition): Likewise.
10479
10480         * tm.texi (FLOAT_STORE_FLAG_VALUE): Update docs.
10481
10482         * alpha.h (FLOAT_STORE_FLAG_VALUE): Use REAL_VALUE_ATOF.
10483
10484 2000-01-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10485
10486         * c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.
10487         (RESTORE_WARN_FLAGS): Unpack it.
10488         Change semantic type of extension to ttype.
10489         * c-common.c (split_specs_attrs): Expect an INTEGER_CST.
10490         * c-parse.y, c-parse.c, objc/objc-parse.y,
10491         objc/objc-parse.c: Regenerate.
10492
10493 2000-01-17  Zack Weinberg  <zack@wolery.cumb.org>
10494
10495         * fixinc/fixlib.c: Add copyright notice.
10496         (compile_re): New function.
10497         * fixinc/fixlib.h: Prototype compile_re.
10498
10499         * fixinc/fixfixes.c, fixinc/fixtests.c, fixinc/fixincl.c:
10500         Use compile_re to compile regular expressions.
10501
10502         * fixinc/fixincl.c (egrep_test): Don't bother asking regexec
10503         where the pattern matched.
10504
10505         * fixinc/inclhack.def (sun_memcpy): Move to AAB_sun_memcpy,
10506         use 'replace'.
10507         (ultrix_ansi_compat): Likewise.
10508         (interactv_add1): Rename to 'isc_omits_with_stdc', remove shell test,
10509         add egrep test.
10510         (interactv_add2, interactv_add3): Delete.
10511         (x11_sprintf): Don't use filename glob.
10512         * fixinc/fixincl.x, fixinc/inclhack.sh, fixinc/fixincl.sh:
10513         Regenerate.
10514
10515 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10516
10517         * print-rtl.c: PROTO -> PARAMS.
10518         * real.c: Likewise.
10519         * reg-stack.c: Likewise.
10520         * resource.c: Likewise.
10521         * sdbout.h: Likewise.
10522         * simplify-rtx.c: Likewise.
10523         * stor-layout.c: Likewise.
10524         * stupid.c: Likewise.
10525         * xcoffout.c: Likewise.
10526         * xcoffout.h: Likewise.
10527
10528 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10529
10530         * toplev.c: PROTO -> PARAMS.
10531         * toplev.h: Likewise.
10532         * tree.c: Likewise.
10533         * tree.h: Likewise.
10534         * unroll.c: Likewise.
10535         * varasm.c: Likewise.
10536         * varray.c: Likewise.
10537         * varray.h: Likewise.
10538
10539 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10540
10541         * reload.c: PROTO -> PARAMS.
10542         * reload.h: Likewise.
10543         * reload1.c: Likewise.
10544         * reorg.c: Likewise.
10545         * resource.h: Likewise.
10546         * rtl.c: Likewise.
10547         * rtl.h: Likewise.
10548         * rtlanal.c: Likewise.
10549         * sbitmap.h: Likewise.
10550         * sdbout.c: Likewise.
10551         * stack.h: Likewise.
10552         * stmt.c: Likewise.
10553         * system.h: Likewise.
10554
10555 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10556
10557         * machmode.h: PROTO -> PARAMS.
10558         * mbchar.h: Likewise.
10559         * mips-tdump.c: Likewise.
10560         * mips-tfile.c: Likewise.
10561         * optabs.c: Likewise.
10562         * output.h: Likewise.
10563         * prefix.c: Likewise.
10564         * profile.c: Likewise.
10565         * protoize.c: Likewise.
10566         * real.h: Likewise.
10567         * recog.c: Likewise.
10568         * recog.h: Likewise.
10569         * regclass.c: Likewise.
10570         * regmove.c: Likewise.
10571         * regs.h: Likewise.
10572
10573 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10574
10575         * ggc-common.c: PROTO -> PARAMS.
10576         * ggc-page.c: Likewise.
10577         * ggc-simple.c: Likewise.
10578         * ggc.h: Likewise.
10579         * global.c: Likewise.
10580         * graph.c: Likewise.
10581         * gthr-win32.h: Likewise.
10582         * haifa-sched.c: Likewise.
10583         * halfpic.h: Likewise.
10584         * integrate.c: Likewise.
10585         * integrate.h: Likewise.
10586         * jump.c: Likewise.
10587         * lcm.c: Likewise.
10588         * local-alloc.c: Likewise.
10589         * loop.c: Likewise.
10590         * loop.h: Likewise.
10591
10592 2000-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10593
10594         * genattr.c: PROTO -> PARAMS.
10595         * genattrtab.c: Likewise.
10596         * gencheck.c: Likewise.
10597         * gencodes.c: Likewise.
10598         * genconfig.c: Likewise.
10599         * genemit.c: Likewise.
10600         * genextract.c: Likewise.
10601         * genflags.c: Likewise.
10602         * gengenrtl.c: Likewise.
10603         * genopinit.c: Likewise.
10604         * genoutput.c: Likewise.
10605         * genpeep.c: Likewise.
10606         * genrecog.c: Likewise.
10607
10608 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
10609
10610         * tree.h (BINFO_VPTR_FIELD): Augment documentation.
10611
10612 2000-01-16  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10613
10614         * aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.
10615         * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP.
10616         * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO.
10617         * configure, config.in: Rebuilt.
10618
10619 2000-01-16  Zack Weinberg  <zack@wolery.cumb.org>
10620
10621         * config/i386/i386.md: Add peephole to merge successive stack
10622         adjusts.
10623
10624 Sat Jan 15 15:41:14 EST 2000  John Wehle  (john@feith.com)
10625
10626         * gcse.c (insert_insn_end_bb): Use emit_block_insn_before
10627         instead of emit_insn_before.  Also handle NOTE_INSN_BASIC_BLOCK
10628         when walking backwards to find all the parameter loads when
10629         the basic block ends in a call.
10630
10631 2000-01-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10632
10633         * loop.c (this_loop_info): Delete.
10634         (uid_loop): Add in place of uid_loop_num.  All uses updated.
10635         (loop_number_exit_count): Delete and replace with entry in loop
10636         structure.  All uses updated.
10637         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10638         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10639         (loop_outer_loop): Likewise.
10640         (loop_invalid, loop_number_exit_labels): Likewise.
10641         (loop_used_count_register): Delete and replace with entry in
10642         loop_info structure.
10643         (find_and_verify_loops): Add loops argument.
10644         (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start,
10645         loop_end, etc. arguments with loop structure pointer.  All callers
10646         changed.
10647         (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise.
10648         (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise.
10649         (load_mems_and_recount_loop_regs_set, load_mems): Likewise.
10650         (insert_bct): Likewise.
10651         (basic_induction_var): New argument level.
10652         * loop.h (struct loop_info): Delete fields num, loops_enclosed,
10653         vtop, and cont.  Add used_count_register.
10654         (uid_loop): Delete declaration.
10655         (loop_number_exit_count): Likewise.
10656         (loop_number_loop_starts, loop_number_loop_ends): Likewise.
10657         (loop_number_loop_cont, loop_number_cont_dominator): Likewise.
10658         (loop_outer_loop, loop_used_count_register): Likewise.
10659         (loop_invalid, loop_number_exit_labels): Likewise.
10660         (unroll_loop): Replace loop_start and loop_end arguments
10661         with loop structure pointer.
10662         (loop_precondition_p, loop_iterations): Likewise.
10663         Include basic-block.h.
10664         * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments
10665         with loop structure pointer.
10666         (loop_precondition_p, loop_iterations): Likewise.
10667         * basic-block.h (struct loop): New entries vtop, cont,
10668         cont_dominator, start, end, top, scan_start, exit_labels,
10669         exit_count.
10670         * Makefile.in (LOOP_H): Add basic-block.h to dependencies.
10671
10672 2000-01-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10673
10674         * defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.
10675
10676 2000-01-14  Nathan Sidwell  <sidwell@codesourcery.com>
10677
10678         * config.in: Rebuilt for 2000-01-13 change to acconfig.h.
10679
10680 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10681
10682         * pdp11-protos.h: New file.
10683
10684         * pdp11.c: Include tm_p.h.  Add static prototypes.  Fix compile
10685         time warnings.
10686
10687         * pdp11.h: Move prototypes to pdp11-protos.h.  Fix compile time
10688         warnings.
10689
10690         * pdp11.md: Likewise.
10691
10692         * 2bsd.h: Likewise.
10693
10694 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10695
10696         * mn10300-protos.h: New file.
10697
10698         * mn10300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10699         time warnings.
10700
10701         * mn10300.h: Move prototypes to mn10300-protos.h.  Fix compile time
10702         warnings.
10703
10704         * mn10300.md: Likewise.
10705
10706 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10707
10708         * mn10200-protos.h: New file.
10709
10710         * mn10200.c: Include tm_p.h.  Add static prototypes.  Fix compile
10711         time warnings.
10712
10713         * mn10200.h: Move prototypes to mn10200-protos.h.  Fix compile time
10714         warnings.
10715
10716         * mn10200.md: Likewise.
10717
10718 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10719
10720         * h8300-protos.h: New file.
10721
10722         * h8300.c: Include tm_p.h.  Add static prototypes.  Fix compile
10723         time warnings.
10724
10725         * h8300.h: Move prototypes to h8300-protos.h.  Fix compile time
10726         warnings.
10727
10728         * h8300.md: Likewise.
10729
10730 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10731
10732         * varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.
10733         (asm_emit_uninitialised): Likewise.
10734
10735 2000-01-13  Gavin Romig-Koch  <gavin@cygnus.com>
10736
10737         * config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New.
10738         * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE.
10739
10740 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10741
10742         * config/mips/mips.c (override_options): Don't turn on extra
10743         alignment for mips16.
10744
10745 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10746
10747         * config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit
10748         eabi, and make sure queued POSTINCREMENT rtl is emitted at
10749         the right point.
10750
10751 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10752
10753         * builtins.c (PAD_VARARGS_DOWN): Define.
10754         (std_expand_builtin_va_arg): Use the above macro.
10755         * config/mips/mips.h (PAD_VARARGS_DOWN): Define.
10756         * tm.texi (Register Arguments): Document the above macro.
10757
10758 2000-01-14  Nick Clifton  <nickc@cygnus.com>
10759
10760         * emit-rtl.c (emit_insn): If checking is enabled, make sure
10761         that this function has not been used to emit a jump
10762         instruction.
10763
10764         * jump.c (return_jump_1): Cope with being passed a null rtx.
10765
10766 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10767
10768         * eh-common.h: PROTO -> PARAMS.
10769         * emit-rtl.c: Likewise.
10770         * errors.c: Likewise.
10771         * errors.h: Likewise.
10772         * except.c: Likewise.
10773         * except.h: Likewise.
10774         * explow.c: Likewise.
10775         * expmed.c: Likewise.
10776         * expr.c: Likewise.
10777         * expr.h: Likewise.
10778         * final.c: Likewise.
10779         * fix-header.c: Likewise.
10780         * flow.c: Likewise.
10781         * fold-const.c: Likewise.
10782         * function.c: Likewise.
10783         * function.h: Likewise.
10784         * gcc.c: Likewise.
10785         * gcov-io.h: Likewise.
10786         * gcov.c: Likewise.
10787         * gcse.c: Likewise.
10788
10789 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10790
10791         * sh-protos.h: New file.
10792
10793         * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h.
10794         Add static prototypes.  Fix compile time warnings.
10795
10796         * sh.h: Move prototypes to sh-protos.h.  Fix compile time warnings.
10797         * sh.md: Likewise.
10798         * elf.h: Likewise.
10799
10800 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10801
10802         * arc-protos.h: New file.
10803
10804         * arc.c: Include tm_p.h.  Add static prototypes.  Fix compile
10805         time warnings.
10806
10807         * arc.h: Move prototypes to arc-protos.h.  Fix compile time
10808         warnings.
10809
10810         * arc.md: Likewise.
10811
10812 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10813
10814         * dsp16xx-protos.h: New file.
10815
10816         * dsp16xx.c: Include tm_p.h.  Add static prototypes.  Fix compile
10817         time warnings.
10818
10819         * dsp16xx.h: Move prototypes to dsp16xx-protos.h.  Fix compile time
10820         warnings.
10821
10822         * dsp16xx.md: Likewise.
10823
10824 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10825
10826         * convex-protos.h: New file.
10827
10828         * convex.c: Include tm_p.h.  Add static prototypes.  Fix compile
10829         time warnings.
10830
10831         * convex.h: Move prototypes to convex-protos.h.  Fix compile time
10832         warnings.
10833
10834 2000-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10835
10836         * elxsi-protos.h: New file.
10837
10838         * elxsi.c: Include tm_p.h.  Add static prototypes.  Fix compile
10839         time warnings.
10840
10841         * elxsi.h: Move prototypes to elxsi-protos.h.  Fix compile time
10842         warnings.
10843
10844         * elxsi.md: Likewise.
10845
10846 2000-01-14  Clinton Popetz  <cpopetz@cygnus.com>
10847
10848         * config/mips/mips.h (REGISTER_MOVE_COST): Remove redundant
10849         case for moving from HI/LO/HI_LO_REG.  This makes the behavior
10850         match the comment for MIPS16.
10851
10852 Fri Jan 14 00:28:06 2000  Jeffrey A Law  (law@cygnus.com)
10853
10854         * flow.c (split_edge): Do not call set_block_for_insn if we
10855         do not have a basic_block_for_insn structure.
10856
10857         * fr30.h (TRAMPOLINE_TEMPLATE): Use nops to ensure the static chain
10858         and destination functions are 32bit aligned within the trampoline.
10859         (TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Corresponding changes.
10860         (TRAMPOLINE_ALIGNMENT): Define.
10861
10862         * cse.c (cse_insn): When changing (set (pc) (reg)) to
10863         (set (pc) (label_ref)), verify the change creates a valid insn.
10864
10865         * fr30.c (call_operand): Tighten and rework to match rules for
10866         call RTL expressions.
10867         * fr30.h (PREDICATE_CODES, case call_operand): Only allow MEMs.
10868         * fr30.md (call patterns): Improve constraints.
10869
10870 Thu Jan 13 23:44:03 2000  Richard Henderson  <rth@cygnus.com>
10871
10872         * fr30.c (fr30_expand_epilogue): Revert last change.
10873         Use emit_jump_insn for the return insn.
10874
10875 Thu Jan 13 14:46:03 2000  Jason Eckhardt  <jle@cygnus.com>
10876                           Stan Cox  <scox@cygnus.com>
10877
10878         * predict.c: New file. Preliminary infrastructure work for static
10879         branch prediction and basic block reordering.
10880         * basic-block.h: Add prototype for estimate_probability.
10881         * Makefile.in: Add rules for predict.o.
10882
10883 2000-01-13  Jason Merrill  <jason@yorick.cygnus.com>
10884
10885         * fixincludes (va_list): Use __not_va_list__ for the dummy.
10886         * fixinc/*: Likewise.
10887
10888 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10889
10890         * cccp.c: PROTO -> PARAMS.
10891         * cexp.y: Likewise.
10892         * collect2.c: Likewise.
10893         * combine.c: Likewise.
10894         * convert.h: Likewise.
10895         * cse.c: Likewise.
10896         * dbxout.c: Likewise.
10897         * dbxout.h: Likewise.
10898         * diagnostic.c: Likewise.
10899         * doprint.c: Likewise.
10900         * dwarf2out.c: Likewise.
10901         * dwarf2out.h: Likewise.
10902         * dwarfout.c: Likewise.
10903         * dwarfout.h: Likewise.
10904         * dyn-string.h: Likewise.
10905
10906 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10907
10908         * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' in
10909         macro conditionals guarding use.
10910
10911         * dwarf2out.c: Include "tm_p.h".
10912
10913         * function.c (locate_and_pad_parm): Mark parameter with
10914         ATTRIBUTE_UNUSED.
10915         (expand_function_end): Likewise for variable `context'.
10916
10917         * reorg.c (make_return_insns): Wrap prototype in macro HAVE_return.
10918
10919 2000-01-13  Nick Clifton  <nickc@cygnus.com>
10920
10921         * config/fr30/fr30.c (fr30_expand_epilogue): Emit USEs of pop'ed
10922         register to prevent compile time warnings.
10923
10924 2000-01-13  Zack Weinberg  <zack@wolery.cumb.org>
10925
10926         * longlong.h [i386] (udiv_qrnnd): Rename 'd' argument to 'dv'
10927         to avoid -Wtraditional warning.
10928
10929 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10930
10931         * 1750a-protos.h: New file.
10932
10933         * 1750a.c: Include tm_p.h.  Add static prototypes.  Fix compile
10934         time warnings.
10935
10936         * 1750a.h: Move prototypes to 1750a-protos.h.  Fix compile time
10937         warnings.
10938
10939         * 1750a.md: Likewise.
10940
10941 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10942
10943         * a29k-protos.h: New file.
10944
10945         * a29k.c: Include tm_p.h.  Add static prototypes.  Fix compile
10946         time warnings.
10947
10948         * a29k.h: Move prototypes to a29k-protos.h.  Fix compile time
10949         warnings.
10950
10951 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10952
10953         * clipper-protos.h: New file.
10954
10955         * clipper.c: Include tm_p.h.  Add static prototypes.  Fix compile
10956         time warnings.
10957
10958         * clipper.h: Move prototypes to clipper-protos.h.  Fix compile time
10959         warnings.
10960
10961 Thu Jan 13 16:03:06 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10962
10963         * reload1.c (reload_combine_note_store): Use HARD_REGNO_NREGS.
10964
10965 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
10966
10967         * configure.in (--enable-new-gxx-abi): New option.
10968         * acconfig.h (ENABLE_NEW_GXX_ABI): New define.
10969         * Makefile.in (GXX_ABI_FLAG): New variable.
10970         * configure: Regenerate.
10971
10972 2000-01-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10973
10974         * stor-layout.c (layout_type): Use FORCE_STRUCT_BLK.
10975         * tm.texi (FORCE_STRUCT_BLK): Document.
10976         * config/c4x/c4x.h (FORCE_STRUCT_BLK): New macro.
10977
10978 Wed Jan 12 23:12:47 2000  Hans-Peter Nilsson  <hp@axis.com>
10979
10980         * config/ns32k/ns32k.md: Revert Jan 9 change.
10981
10982         * genrecog.c (maybe_both_true_2): Do not compare a predicate-test
10983         to a mode-test, if the predicate is address_operand.
10984
10985 Wed Jan 12 22:34:00 2000  Jeffrey A Law  (law@cygnus.com)
10986
10987         * combine.c (if_then_else_cond): Be careful about what kinds
10988         of RTL expressions are passed to operand_subword.
10989
10990         * flow.c (split_edge): If we have to insert a new jump, make
10991         sure to associate it with a basic block.
10992
10993         * flow.c (commit_one_edge_insertion): A block with one successor
10994         can end in a JUMP_INSN that is not a simplejump.
10995
10996 2000-01-12  Robert Lipe  <robertl@sco.com>
10997
10998         * i386/sco5.h (INIT_SECTION_ASM_OP_COFF): Rename section to "ctor".
10999         (BUILD_VA_LIST_TYPE): Define.
11000         (EH_FRAME_SECTION_ASM_OP): Explictly define to better interact
11001         with crtstuff.c.
11002
11003 2000-01-12  Jason Merrill  <jason@casey.cygnus.com>
11004
11005         * cccp.c (do_pragma): Add cast to (char *).
11006
11007 2000-01-12  Richard Henderson  <rth@cygnus.com>
11008             Fred Fish  <fnf@be.com>
11009             Jason Merrill  <jason@cygnus.com>
11010
11011         * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
11012         * i386/t-beos, i386/x-beos, i386/xm-beos.h: New files.
11013         * i386/beos-elf.h, i386/beos-pe.h: New files.
11014
11015         * Makefile.in (CROSS_SYSTEM_HEADER_DIR): New.
11016         * cross-make (SYSTEM_HEADER_DIR): Define using
11017         CROSS_SYSTEM_HEADER_DIR.
11018
11019         * gcc.c (LIBRARY_PATH_ENV): Provide default.
11020         (process_command): Use it.
11021         (main): Likewise.  Kill trailing = from env vars.
11022         (build_search_list): Put it back.
11023         * collect2.c (main): Use LIBRARY_PATH_ENV.
11024
11025         * configure.in (GCC_NEED_DECLARATIONS): Add environ.
11026         * toplev.c: Use NEED_DECLARATION_ENVIRON.
11027
11028         * tm.texi (Frame Layout): Document SMALL_STACK.
11029         * c-common.c (c_common_nodes_and_builtins): Check it.
11030
11031         * system.h: Undef alloca after including glibc's <stdlib.h>,
11032         if USE_C_ALLOCA is defined.
11033
11034         * gcc.c (set_input): New fn.
11035         (main): After all input files are compiled, reset the input file
11036         info to the first.
11037
11038         * aclocal.m4 (rindex, index): If already defined, don't attempt
11039         to redefine.
11040
11041         * ginclude/varargs.h: (__va_list__): Define ifndef.
11042         * ginclude/stdarg.h: Likewise.
11043
11044         * ginclude/stddef.h (__WCHAR_TYPE__) [BEOS]: Use int
11045         instead of unsigned char.
11046
11047         * hash.h (true, false, boolean): Undef before enum.
11048
11049         * expmed.c (choose_multiplier): Cast &mhigh_lo and &mhigh_hi to be
11050         proper type of "HOST_WIDE_INT *", rather than their natural type of
11051         "unsigned HOST_WIDE_INT *".
11052
11053 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11054
11055         * svr3.h (ASM_FILE_START): Wrap if-clause in squigly brackets.
11056
11057         * recog.c (memory_address_p): Mark parameter with ATTRIBUTE_UNUSED.
11058
11059         * regclass.c (choose_hard_reg_mode): Likewise.
11060
11061         * reload.c (find_valid_class, strict_memory_address_p): Likewise.
11062
11063         * reorg.c (optimize_skip): Wrap prototype in macro conditionals.
11064
11065 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11066
11067         * c-common.c: PROTO -> PARAMS.
11068         * c-common.h: Likewise.
11069         * c-decl.c: Likewise.
11070         * c-iterate.c: Likewise.
11071         * c-lang.c: Likewise.
11072         * c-lex.c: Likewise.
11073         * c-lex.h: Likewise.
11074         * c-parse.in: Likewise.
11075         * c-pragma.c: Likewise.
11076         * c-pragma.h: Likewise.
11077         * c-tree.h: Likewise.
11078         * c-typeck.c: Likewise.
11079         * objc/objc-act.c: Likewise.
11080         * objc/objc-act.h: Likewise.
11081
11082 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11083
11084         * m88k-protos.h: New file.
11085
11086         * m88k.c: Include tm_p.h.  Add static prototypes.  Fix compile
11087         time warnings.
11088
11089         * m88k.h: Move prototypes to m88k-protos.h.  Fix compile time warnings.
11090
11091         * m88k.md: Likewise.
11092
11093         * tekXD88.h: Likewise.
11094
11095 2000-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11096
11097         * m68k-protos.h: New file.
11098
11099         * m68k.c: Include tm_p.h.  Add static prototypes.  Fix compile
11100         time warnings.
11101
11102         * m68k.h: Move prototypes to m68k-protos.h.  Fix compile time warnings.
11103
11104         * mot3300.h: Likewise.
11105
11106 2000-01-12  Richard Earnshaw <rearnsha@arm.com>
11107
11108         * haifa-sched.c (split_edges): Pass edgeset_size as second arg to
11109         extract_bitlst.
11110         (extract_bitlist): Declare bitlen.
11111
11112 2000-01-12  Zack Weinberg  <zack@wolery.cumb.org
11113
11114         * cccp.c: Accept and ignore -lang-fortran.
11115
11116         * c-typeck.c (build_c_cast): Issue -Wcast-qual warnings if the
11117         qualifiers don't match at any level of pointerness.
11118
11119 2000-01-12  Robert Lipe  <robertl@sco.com>
11120
11121         * i386/sysv5.h (CPP_SPEC, LIBSPEC): Add -pthreadT.
11122
11123 2000-01-12  Bernd Schmidt  <bernds@cygnus.co.uk>
11124
11125         * reload1.c (reload_reg_unavailable): New static variable.
11126         (reload_reg_free_p): Test it.
11127         (reload_reg_free_for_value_p): Test it instead of
11128         reload_reg_used.
11129         (choose_reload_regs_init): Compute it.
11130
11131 Wed Jan 12 03:24:41 2000  Toshiyasu Morita (toshi.morita@sega.com)
11132
11133         * reorg.c (fill_slots_from_thread): Check modified_in_p
11134         before replacing.
11135
11136 Wed Jan 12 03:20:31 2000  John Marshall <john_w_marshall@palm.com>
11137
11138         * gcc.texi (Funding, GNU/Linux, Copying, Contributors): Format
11139         these nodes even if INTERNALS is not set.
11140
11141 Wed Jan 12 09:39:22 2000  Nick Burrett  <nick.burrett@btinternet.com>
11142
11143         * gcse.c (delete_null_pointer_checks_1): Cope when
11144         get_condition cannot determine the condition.
11145
11146 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
11147
11148         * toplev.h (set_message_length): Declare.
11149
11150         * diagnostic.c (obstack_chunk_alloc): Define macro.
11151         (obstack_chunk_free): Likewise.
11152         (struct output_buffer): New data structure.
11153         (vmessage): Remove.
11154         (output_maximum_width): New variable.
11155         (doing_line_wrapping, set_message_length, init_output_buffer,
11156         get_output_prefix, output_space_left, emit_output_prefix,
11157         output_newline, output_append, output_puts, dump_output,
11158         vbuild_message_string, build_message_string, build_location_prefix,
11159         voutput_notice, output_printf, line_wrapper_printf,
11160         vline_wrapper_message_with_location):  New functions. Implement
11161         automatic line wrapping.
11162         (v_message_with_decl): Make it handle automatic line wrapping.
11163         (v_error_with_file_and_line): Likewise.
11164         (v_warning_with_file_and_line): Likewise.
11165         (announce_function): Likewise.
11166         (default_print_error_function): Likewise.
11167
11168 2000-01-11 16:24 -0800  Zack Weinberg  <zack@wolery.cumb.org>
11169
11170         * cpplib.h (struct cpp_options): Change lang_asm to char.
11171         Add lang_fortran.
11172         * cppinit.c (builtin_array): Take out __STDC_VERSION__, it's
11173         done in cpp_handle_option now.
11174         (initialize_builtins): Take out special case code used only by
11175         __STDC_VERSION__.
11176         (cpp_handle_option): Turn off trigraphs and trigraph warnings
11177         if -traditional.  Recognize -lang-fortran and set
11178         lang_fortran, also turn off cplusplus_comments.
11179         (print_help): Document -lang-fortran.
11180         * cpplib.c (handle_directive): Ignore `# 123 "file"' if
11181         lang_asm. Ignore all directives other than `# 123 "file"' if
11182         CPP_PREPROCESSED.
11183         (cpp_get_token): If -traditional, don't recognize directives
11184         unless the # is in column 1.
11185         (parse_string): If lang_fortran or lang_asm, silently
11186         terminate strings ('' or "") at end of line.
11187         Remove unnecessary braces.
11188
11189 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11190             Richard Henderson  <rth@cygnus.com>
11191
11192         * resource.c (mark_referenced_resources): Mark a set strict_low_part
11193         as used.
11194         * config/i386/i386.c (ix86_expand_setcc): Re-enable clear + set
11195         strict_low_part when possible.
11196
11197 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11198
11199         * alias.c: PROTO -> PARAMS.
11200         * basic-block.h: Likewise.
11201         * bitmap.c: Likewise.
11202         * bitmap.h: Likewise.
11203         * builtins.c: Likewise.
11204         * c-aux-info.c: Likewise.
11205         * caller-save.c: Likewise.
11206         * calls.c: Likewise.
11207
11208 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11209
11210         * Makefile.in (toplev.o): Depend on regs.h.
11211
11212         * output.h (tdesc_section): Prototype.
11213
11214         * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED.
11215
11216         * sdbout.c: Include "tm_p.h".
11217
11218         * toplev.c: Include "regs.h".
11219
11220 Tue Jan 11 11:37:58 2000  Mike Stump  <mrs@wrs.com>
11221
11222         * unroll.c (unroll_loop): Add EH support.
11223
11224 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11225
11226         * pa-protos.h: New file.
11227
11228         * pa.c: Include recog.h and tm_p.h.
11229         (compute_zdepwi_operands, compute_movstrsi_length,
11230         remove_useless_addtr_insns, store_reg, load_reg, set_reg_plus_d,
11231         find_addr_reg, import_milli): Add static prototypes.
11232         (pa_cpu_string, pa_arch_string): Constify a char*.
11233         (legitimize_pic_address): Pass argument `mode' to pic_label_operand.
11234         (read_only_operand): Add argument `mode'.
11235         (singlemove_string, output_move_double, output_fp_move_double,
11236         output_block_move, output_and, output_ior, output_ascii,
11237         remove_useless_addtr_insns, milli_names, output_mul_insn,
11238         output_div_insn, output_mod_insn, output_arg_descriptor,
11239         output_cbranch, output_bb, output_bvb, output_dbra, ,
11240         output_millicode_call, output_call, hppa_encode_label,
11241         output_parallel_movb, output_parallel_addb): Constify a char*.
11242         (hppa_va_start): Mark parameter `stdarg_p' with ATTRIBUTE_UNUSED.
11243         (output_parallel_addb): Remove extra arg to `constrain_operands'
11244
11245         * pa.h:  Move all prototypes to pa-protos.h.
11246         (pa_cpu_string, pa_arch_string): Constify a char*.
11247         (LEGITIMIZE_ADDRESS): Call `symbolic_operand' with mode argument.
11248
11249         * pa.md: Call `function_label_operand' with mode argument.
11250         Likewise for `read_only_operand'.
11251         Fix nesting of parens in call to `symbolic_operand'.
11252
11253 2000-01-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11254
11255         * i860-protos.h: New file.
11256
11257         * i860.c: Include tm_p.h.  Add static prototypes.  Fix compile
11258         time warnings.
11259
11260         * i860.h: Move prototypes to i860-protos.h.  Fix compile time warnings.
11261
11262         * i860.md: Likewise.
11263
11264 Tue Jan 11 18:59:35 MET 2000  Jan Hubicka <jh@suse.cz>
11265
11266         * i386.md (movstrsi expander): Rewrite.
11267         (movstrsi_1 insn): Deleted.
11268         (strmovhi, strmovqi expander): New expanders.
11269         (movshi_1, movsqi_1, rep_movsi, rep_movqi): New patterns.
11270         * i386.c (x86_single_stringop): New global variable.
11271         * i386.h (x86_single_stringop): Declare.
11272         (TARGET_SINGLE_STRINGOP): New macro.
11273
11274 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
11275
11276         * config/mips/mips.c (mips_va_arg): For EABI, emit the queued
11277         integer vararg POSTINCREMENT before the destination of the jump
11278         for the hard fp case.
11279         (function_arg_pass_by_reference): Pass a copy of CUM to
11280         FUNCTION_ARG.
11281
11282         * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Move check
11283         for CONSTANT_ADDRESS_P above while loop for subreg.
11284
11285 2000-01-11  Clinton Popetz  <cpopetz@cygnus.com>
11286
11287         * flow.c (propagate_block): When a prologue/epilogue insn
11288         is marked dead, unconditionally clear libcall_is_dead and
11289         insn_is_dead, and only dump rtl if warnings aren't being
11290         suppressed.
11291
11292 Tue Jan 11 16:26:47 MET 2000  Jan Hubicka <jh@suse.cz>
11293
11294         * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.
11295         * i386.md (FIRST_PSEUDO_REGISTER): Set to 20.
11296         (FIXED_REGISTERS): Set dirflag as fixed.
11297         (CALL_USED_REGISTERS): Set dirflag as used.
11298         (REG_ALLOC_ORDER): Set dirflag as last one.
11299         (DIRFLAG_REG): New macro.
11300         (MD_ASM_CLOBBERS): Asm clobber dirflag for backward compatibility.
11301         (HI_REGISTER_NAMES): Add dirflag.
11302         (DEBUF_PRINT_REG): Handle dirflag.
11303         * i386.md (type attribute): New cld and str types.
11304         (length_opcode attribute): Set cld and str to 1.
11305         (memory attribute): Set str to unknown - it is not clear from the
11306         patterns.
11307         (pent_np function unit): Prefixed string operations takes 12 cycles
11308         minimally; cld takes 2 cycles.
11309         (ppro_uops attribute): Str is "many" and cld is "few".
11310         (ppro_p0 unit): Handle cld here.
11311         (k6_alux unit): Handle cld and str types.
11312         (k6_load unit): It is ocupied by str opcodes.
11313         (k6_store unit): It is ocupied by str opcodes.
11314         (athlon_decode): Str is vector decoded.
11315         (athlon_ieu): Handle str and cld.
11316         (cld pattern): New.
11317         (movstrsi, clrstr, cmpstr, strlen expander): Emit cld instruction
11318         (movstrsi_1, clrstrsi_1, cmpstrsi_1, strlensi_1,
11319         cmpstrsi_nz_1 insn): Do not output cld instruction
11320
11321 Tue Jan 11 06:14:39 2000  David Starner <dstarner98@aasaa.ofe.org>
11322
11323         * gcc.texi (G++ and GCC): Add Java and Chill.
11324         (Bug Critera): Don't list languages.
11325
11326         * gcc.texi (Incompatibilities): No longer claim most C compilers
11327         are K&R.
11328
11329         * gcc.texi (G++ and GCC): Update other front-ends list.
11330
11331 Tue Jan 11 05:49:01 2000  Jeffrey A Law  (law@cygnus.com)
11332
11333         * i386.c (ix86_expand_setcc): Fix typo.
11334         (ix86_expand_movcc): Similarly.
11335
11336         * Band-aid until haifa's bitset implementation is nuked.
11337         * haifa-sched.c (extract_bitlst): New parameter for size of the
11338         bitset in bits.  All callers changed.  Avoid looking at undefined
11339         bits in the bitset.
11340         (edgeset_bitsize): New variable.
11341         (schedule_region): Initialize edgeset_bitsize.
11342
11343 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11344
11345         * Makefile.in (optabs.o): Depend on real.h
11346         (resource.o): Depend on insn-attr.h
11347
11348         * builtins.c (result_vector): Wrap prototype in macro conditions
11349         governing definition and use.
11350
11351         * c-common.c: Include tm_p.h.
11352
11353         * c-lex.c: Likewise.
11354
11355         * elfos.h: Constify a char*.
11356
11357         * final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
11358         (get_attr_length, shorten_branches, profile_after_prologue): Mark
11359         parameter with ATTRIBUTE_UNUSED.
11360
11361         * fold-const.c (exact_real_inverse): Wrap variable `i' in
11362         CHECK_FLOAT_VALUE.
11363
11364         * haifa-sched.c (schedule_insns): Mark parameter with
11365         ATTRIBUTE_UNUSED.
11366
11367         * optabs.c: Include real.h.
11368
11369         * real.h (ereal_atof): Add prototype arguments.
11370
11371         * resource.c: Include insn-attr.h.
11372
11373         * sdbout.c (sdbout_queue_anonymous_type,
11374         sdbout_dequeue_anonymous_types): Wrap in macro
11375         SDB_ALLOW_FORWARD_REFERENCES.
11376         (sdbout_init, sdbout_start_new_source_file): Mark parameter with
11377         ATTRIBUTE_UNUSED.
11378
11379         * stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
11380
11381         * stupid.c: Include tm_p.h.
11382
11383         * tree.c (real_value_from_int_cst): Mark parameter with
11384         ATTRIBUTE_UNUSED.
11385
11386 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11387
11388         * i960-protos.h: New file.
11389
11390         * i960.c: Include tm_p.h.  Add static prototypes.  Fix compile
11391         time warnings.
11392
11393         * i960.h: Move prototypes to i960-protos.h.  Fix compile time warnings.
11394
11395 2000-01-10  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11396
11397         * combine.c (expand_field_assignment): Do not discard SUBREGs
11398         while computing nonzero_bits.
11399
11400 2000-01-09  Nick Clifton  <nickc@cygnus.com>
11401
11402         * config/arm/arm.c: Fix compile time warnings about signed vs
11403         unsigned constants.
11404         * config/arm/arm.h: Fix compile time warnings about signed vs
11405         unsigned constants.
11406
11407 2000-01-09  Philip Blundell  <philb@gnu.org>
11408
11409         * config/arm/arm.c (output_return_instruction): Use `ldr' rather
11410         than `ldm' with only one register.
11411         * config/arm/arm.md (push_multi): Use `str' rather than `stm' with
11412         only one register.
11413
11414         * config/arm/linux-gas.h (CLEAR_INSN_CACHE): Say that R0 is
11415         clobbered.
11416
11417 Sun Jan  9 17:50:23 2000  Hans-Peter Nilsson  <hp@axis.com>
11418
11419         * config/ns32k/ns32k.md (load or push effective address): Operand 1
11420         must have SImode.
11421
11422 2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11423
11424         * elfos.h (ASM_OUTPUT_LIMITED_STRING): Add parentheses around
11425         assignment used as truth value.
11426
11427         * function.c (assign_temp): Mark parameter `dont_promote' with
11428         ATTRIBUTE_UNUSED.  Wrap variable `unsignedp' with macro
11429         PROMOTE_FOR_CALL_ONLY.
11430
11431         * genrecog.c (write_subroutine): Mark variable `operands' with
11432         ATTRIBUTE_UNUSED.
11433
11434         * optabs.c (prepare_cmp_insn): Mark parameter `align' with
11435         ATTRIBUTE_UNUSED.
11436
11437         * sdbout.c (sdbout_init): Likewise for parameter `asm_file'.
11438         (sdbout_begin_block, sdbout_end_block): Likewise for `file'.
11439
11440         * toplev.c (note_deferral_of_defined_inline_function): Likewise
11441         for `decl'.
11442
11443 2000-01-09  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11444
11445         * config/c4x.h: Tidy up comments.
11446         * config/c4x.c: Likewise.
11447
11448 Sun Jan  9 01:02:55 EST 2000  John Wehle  (john@feith.com)
11449
11450         * fold-const.c (lshift_double, rshift_double): Handle
11451         shifting by 2 * HOST_BITS_PER_WIDE_INT correctly.
11452
11453 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11454
11455         * toplev.c (rest_of_compilation): Initialize cse_not_expected as
11456         in prepare_function_start().
11457
11458 Sat Jan  8 12:12:46 2000  Nick Clifton  <nickc@cygnus.com>
11459
11460         * config/v850/v850.c (expand_epilogue): Interrupt functions no
11461         longer allocate extra stack for function calls.
11462
11463 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11464
11465         * config/c4x/c4x.md (*subqf3_set): Fix typo.
11466
11467 2000-01-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11468
11469         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Define as 0.
11470
11471 2000-01-07  David Edelsohn  <edelsohn@gnu.org>
11472
11473         * rs6000.c (processor_target_table): Add power3 as alias for 630.
11474         * aix43.h: Revert Aug 2 change.
11475         (HAS_INIT_SECTION): Define, not visible yet.
11476         (LD_INIT_SWITCH): Define, not visible yet.
11477         * t-aix43 (MULTILIB_OPTIONS): Revert Aug 2 change.
11478
11479         * glimits.h (__LONG_MAX__): Recognize 64-bit AIX too.
11480
11481         * collect2.c (main): Expand ld2 size further.
11482         (export_object_lst): Cast assignment to avoid warning.
11483         (main, LD_INIT_SWITCH): Add AIX 4.2+ -binitfini support.
11484         (scan_prog_file, COFF): Do not collect initialization or
11485         finalization functions generated for entire shared object if
11486         init/fini support present.
11487
11488 2000-01-07  Nick Clifton  <nickc@cygnus.com>
11489
11490         * config/elfos.h: Tidy up formatting of marcos.  Make sure
11491         that .section directives are always prefixed by a tab.
11492
11493         * config/svr4.h: Add #include "elfos.h" and remove duplicate
11494         definitions.
11495
11496 2000-01-07  Matt Austern  <austern@sgi.com>
11497
11498         * fold-const.c (real_hex_to_f): Remove duplicate declaration of
11499         expon.
11500
11501 Fri Jan  7 01:55:34 2000  Jeffrey A Law  (law@cygnus.com)
11502
11503         * Makefile.in (crtend.o): Pass @inhibit_libc@ to compilation of
11504         crtstuff.c.
11505         (crtbegin.o, s-crtS): Likewise.
11506
11507 2000-01-06  Richard Henderson  <rth@cygnus.com>
11508
11509         * alpha.md (adddi_2+1): Limit offset such that it will be
11510         loadable with a single ldah+lda pair.
11511         (adddi_2+2): Explicitly fail split if we can't make it work.
11512
11513 2000-01-06  Mumit Khan  <khan@xraylith.wisc.edu>
11514
11515         * protoize.c: Conditionally include unistd.h.
11516         (IS_SAME_PATH_CHAR): New macro.
11517         (IS_SAME_PATH): New macro.
11518         (CPLUS_FILE_SUFFIX): New macro.
11519         (cplus_suffix): New static variable.
11520         (is_abspath): New static function.
11521         (in_system_include_dir): Handle DOS style pathnames.
11522         (file_could_be_converted): Likewise.
11523         (file_normally_convertible): Likewise.
11524         (directory_specified_p): Likewise.
11525         (file_excluded_p): Likewise.
11526         (abspath): Likewise.
11527         (shortpath): Likewise.
11528         (referenced_file_is_newer): Likewise.
11529         (save_def_or_dec): Likewise.
11530         (do_processing): Likewise.
11531         (main): Likewise.
11532         (edit_file): Likewise. Use rename instead of link.
11533         (rename_c_file): Likewise. Don't rename syscalls file.
11534         (munge_compile_params): Define null device for DOS based systems.
11535         (process_aux_info_file): Use binary mode if appliable.
11536         (edit_file): Likewise.
11537         * invoke.texi (Running Protoize): Document C++ suffixes used.
11538
11539         * cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and
11540         IS_DIR_SEPARATOR macros.
11541         * collect2.c: Likewise.
11542         * cppinit.c: Likewise.
11543         * dwarf2out.c: Likewise.
11544         * gcc.c: Likewise.
11545         * gcov.c: Likewise.
11546         * prefix.c: Likewise.
11547         * rtl.c: Likewise.
11548         * toplev.c: Likewise.
11549         * system.h: And move to here.
11550
11551         * prefix.c (update_path): Fix typo in variable name.
11552
11553 2000-01-06  Richard Henderson  <rth@cygnus.com>
11554
11555         * flow.c (mark_set_1): Use loop_depth+1 as reference weight.
11556         (find_auto_inc, mark_used_regs, try_pre_increment_1): Likewise.
11557         (count_reg_sets_1, count_reg_references): Likewise.
11558         (flow_loops_level_compute): Start counting actual loop depth at 1.
11559         (flow_loops_find): Likewise.
11560         * local-alloc.c (update_equiv_regs): Likewise.
11561         * regclass.c (regclass): Re-instate Jan 4 0-based loop_depth change.
11562
11563 2000-01-06  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
11564
11565         * defaults.h (DWARF_FRAME_REGISTERS): if not defined, default to
11566         FIRST_PSEUDO_REGISTER
11567         * dwarf2out.c: Don't include frame.h
11568         * dwarfout.c: Likewise
11569         * Makefile.in (dwarfout.o, dwarf2out.o): Remove dependence on
11570         frame.h
11571
11572 Thu Jan  6 13:44:59 CET 2000  Jan Hubicka  <jh@suse.cz>
11573
11574         * reg-stack.c (subst_stack_regs_pat): Handle correctly USEs of
11575         dead registers.
11576
11577         * i386.c (movsf splitter): Fix typo in my last checkin.
11578
11579 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11580
11581         * varasm.c (IN_NAMED_SECTION): Allow targets to provide their
11582         own definition of this macro.
11583         (asm_emit_uninitialised): Invoke UNIQUE_SECTION if either
11584         flag_data_sections or UNIQUE_SECTION_P are true.
11585
11586         * tm.texi (UNIQUE_SECTION): Document that it can be called for
11587         unitialised data decls.
11588
11589         * config/i386/winnt.c (i386_pe_unique_section): Cope with
11590         being called for uninitialised data.
11591
11592         * config/i386/interix.c (i386_pe_unique_section): Cope with
11593         being called for uninitialised data.
11594
11595         * config/mips/elf.h (UNIQUE_SECTION): Cope with being called
11596         for uninitialised data.
11597
11598         * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called
11599         for uninitialised data.
11600
11601         * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called
11602         for uninitialised data.
11603
11604         * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define.
11605         (UNIQUE_SECTION_P): Always generate a unique section if
11606         flag_data_sections is true.
11607         (UNIQUE_SECTION): Also generate unique sections for
11608         uninitialised data.
11609         (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section().
11610         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use
11611         named_section().
11612
11613 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11614
11615         * config/c4x/t-c4x (TARGET_LIBGCC2_CFLAGS): Don't redefine SF, DF,
11616         SI, or DI.
11617
11618 2000-01-06  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11619
11620         * config/c4x/c4x.md (udivqi3, divqi3): Delete.
11621         (umodqi3, modqi3, udivhi3, divhi3, umodhi3, modhi3, ffsqi2): Likewise.
11622         (*smulqi3_highpart_noclobber, *umulqi3_highpart_noclobber): New.
11623         (*lshrqi3_const_noclobber, *lshrqi3_nonconst_noclobber): Likewise.
11624         (*ashrqi3_const_noclobber, *ashrqi3_nonconst_noclobber): Likewise.
11625
11626         * c4x.h (INIT_TARGET_OPTABS): Define to init libcalls.
11627
11628 2000-01-05 11:25 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
11629
11630         * c-decl.c (finish_enum): Simplify code to determine minimum and
11631         maximum values of the enum, and calculate the type.  Remove check
11632         for FUNCTION_DECLs in the values list, which cannot happen.  Replace
11633         the DECL_INITIAL of each enumeration constant with a copy converted
11634         to the enumeration type.  When updating variant types, don't bother
11635         updating the type itself.
11636
11637         * c-typeck.c (build_binary_op): Simplify conditional expressions
11638         when weeding out spurious signed-unsigned warnings.  Add new
11639         spurious warning category: if the unsigned quantity is an enum
11640         and its maximum value fits in signed_type(result_type).  Update
11641         commentary.
11642         (build_conditional_expr): Warn here if one alternative is signed
11643         and the other is unsigned.
11644
11645 2000-01-05  Nick Clifton  <nickc@cygnus.com>
11646
11647         * config/fr30/fr30.h: Remove extraneous comments.
11648
11649 2000-01-05  Bernd Schmidt  <bernds@cygnus.co.uk>
11650
11651         * reload1.c (choose_reload_regs): When disabling a reload, also
11652         set reload_spill_index to -1.
11653
11654 2000-01-04  Joel Sherrill (joel@OARcorp.com>
11655
11656         * configure.in (m68*-*-rtemscoff*): New target, formal name for
11657         old m68*-*-rtems*.
11658         (m68*-*-rtemself*): New target.
11659         (mips64orion-*-rtems*): Remove duplicate definition of tm_file.
11660         (sparc*-*-rtemsaout*): New target, formal name for old sparc*-*-rtems*.
11661         (sparc*-*-rtemself*): New target.
11662         (sparc*-*-rtems*): Now elf not a.out.
11663         * config/i386/rtems.h: Include config/rtems.h.
11664         * config/i386/rtemself.h: Include config/rtems.h.
11665         * config/i960/rtems.h: Include config/rtems.h.
11666         * config/m68k/rtems.h: Include config/rtems.h.
11667         * config/m68k/rtemself.h: Include config/rtems.h.
11668         * config/mips/rtems64.h: Include config/rtems.h.
11669         * config/pa/rtems.h: Include config/rtems.h.
11670         * config/rs6000/rtems.h: Include config/rtems.h.
11671         * config/sh/rtems.h: Include config/rtems.h.
11672         * config/sh/rtemself.h: Include config/rtems.h.
11673         * config/sparc/rtems.h: Include config/rtems.h.
11674         * config/sparc/rtemself.h: Include config/rtems.h
11675
11676 Tue Jan  4 23:59:26 2000  Denis Chertykov <denisc@overta.ru>
11677
11678         * final.c (shorten_branches): Correctly compute length of
11679         asms without operands.
11680
11681 Tue Jan  4 22:55:41 2000  Steve Chamberlain <sac@pobox.com>
11682
11683         * configure.in: Add pj target.
11684         * configure: Regenerate.
11685         * config/pj: New directory.
11686         * config/pj/lib1funcs.S: New file.
11687         * config/pj/linux.h: New file.
11688         * config/pj/pj.c: New file.
11689         * config/pj/pj.md: New file.
11690         * config/pj/pjl.h: New file.
11691         * config/pj/t-pj: New file.
11692         * config/pj/xm-pj.h: New file
11693
11694 Tue Jan  4 22:30:16 2000  Jeffrey A Law  (law@cygnus.com)
11695
11696         * toplev.c (rest_of_compilation): Run shorten-branches before
11697         reg-stack for now.
11698
11699 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11700
11701         * config/c4x/c4x.h (IS_XXX_REG, IS_XXX_REGNO): Swap behaviour of
11702         macros so that they're consistent with their names.
11703         * config/c4x/c4x.c (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11704         * config/c4x/c4x.md (IS_XXX_REG, IS_XXX_REGNO): Likewise.
11705
11706 2000-01-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11707
11708         * config/c4x/c4x.md (*addqi3_noclobber_reload): Ensure that CC never
11709         modified inadvertently.
11710
11711 2000-01-04  Joel Sherrill <joel@OARcorp.com>
11712
11713         * configure.in (v850*-*-rtems*): New target.
11714         * configure: Regenerate.
11715         * config/v850/rtems.h: New file.
11716
11717 2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
11718
11719         * gthr-win32.h (__gthread_active_p): Support Mingw MT runtime.
11720         (__gthread_key_create): Likewise.
11721         (__gthread_key_dtor):  Likewise.
11722         (__gthread_once): Fix logic.
11723         (__gthread_key_delete): Cast away constness.
11724
11725         * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mthreads option.
11726         * invoke.texi: Document.
11727         * i386/mingw32.h (CPP_SPEC): Use.
11728         (LIBGCC_SPEC): Likewise.
11729         * i386/crtdll.h (LIBGCC_SPEC): Likewise.
11730
11731 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11732
11733         * rs6000/sysv4.h (ASM_OUTPUT_DEF): Undefine.
11734         (HANDLE_PRAGMA_PACK): Undefine.
11735         (SLOW_UNALIGNED_ACCESS): Define.
11736
11737 2000-01-04  David Edelsohn  <edelsohn@gnu.org>
11738
11739         * expmed.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11740         to default definition.
11741         (store_bit_field): Call SLOW_UNALIGNED_ACCESS with mode and alignment.
11742         (store_fixed_bit_field): Call macro with word_mode and alignment.
11743         (extract_bit_field): Call macro with relevant mode and alignment.
11744         * expr.c (SLOW_UNALIGNED_ACCESS): Add mode and align parameters
11745         to default definition.
11746         (move_by_pieces): Call SLOW_UNALIGNED_ACCESS with word_mode
11747         and alignment.
11748         (move_by_pieces_ninsns): Likewise.
11749         (clear_by_pieces): Likewise.
11750         (emit_push_insn): Likewise.
11751         (store_field): Call macro with relevant mode and alignment.
11752         (expand_expr): Likewise.
11753         (expand_expr_unaligned): Likewise.
11754
11755         * rs6000.h (HANDLE_PRAGMA_PACK): Define.
11756         (SLOW_UNALIGNED_ACCESS): Define.
11757         (CASE_VECTOR_MODE): Always use 32-bit offsets.
11758         (ASM_FILE_END): Generate 64-bit symbol in 64-bit mode.
11759         (EXTRA_SECTION_FUNCTIONS): Indent .csect pseudo-op.
11760         (toc_section): Likewise and .toc pseudo-op.
11761         (ASM_DECLARE_FUNCTION): Likewise.  Align text more strictly in
11762         64-bit mode.
11763         (TEXT_SECTION_ASM_OP): Likewise.
11764         (ASM_OUTPUT_ADD_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Always use
11765         32-bit offsets.
11766
11767         * a29k.h (SLOW_UNALIGNED_ACCESS): Add MODE and ALIGN parameters.
11768         * alpha.h (SLOW_UNALIGNED_ACCESS): Likewise.
11769         * arm/thumb.h (SLOW_UNALIGNED_ACCESS): Likewise.
11770         * gmicro.h (SLOW_UNALIGNED_ACCESS): Likewise.
11771         * fr30.h (SLOW_UNALIGNED_ACCESS): Likewise.
11772
11773 Tue Jan  4 11:44:13 2000  Jeffrey A Law  (law@cygnus.com)
11774
11775         * regclass.c: Revert my Jan 4 change to loop cost computation.
11776
11777 Tue Jan  4 19:22:39 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11778
11779         * regclass.c (regclass): Do not obey REG_N_REFS in non-optimizing
11780         compilation.
11781
11782 2000-01-04  Stan Cox  <scox@cygnus.com>
11783
11784         * haifa-sched.c (build_control_flow): Change unreachable simple
11785         loop test to check if current block has only one predecessor.
11786         (find_rgns): Initialize degree.  Use dest as degree index, not src.
11787
11788 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11789
11790         * builtins.c (expand_builtin_strlen): Initialize variable `icode'.
11791
11792         * calls.c (expand_call): Likewise for
11793         `old_stack_arg_under_construction'.
11794
11795         * cpphash.c (macroexpand): Likewise for `args' and `rest_zero'.
11796
11797         * function.c (pad_to_arg_alignment): Likewise for `save_var' and
11798         `save_constant'.
11799
11800         * gcc.c (execute): Likewise for `ut' and `st'.
11801
11802         * genattrtab.c (attr_rtx): Likewise for `rt_val'.
11803
11804         * genopinit.c (gen_insn): Likewise for `m1', `m2' and `op'.
11805
11806         * jump.c (jump_optimize_1): Likewise for `temp2'.
11807
11808         * local-alloc.c (block_alloc): Likewise for `r1'.
11809
11810         * loop.c (recombine_givs): Likewise for `life_start' and `life_end'.
11811
11812         * reg-stack.c (check_asm_stack_operands): Likewise for `clobber_reg'.
11813         (subst_asm_stack_regs): Likewise for `clobber_reg' and `clobber_loc'.
11814
11815         * regmove.c (fixup_match_1): Likewise for `insn_const', `dst_node'
11816         and `set2'.
11817
11818         * reload.c (find_reloads): Likewise for `goal_alternative_number'
11819         and `goal_earlyclobber'.
11820
11821         * scan-decls.c (scan_decls): Likewise for `prev_id_end'.
11822
11823         * sdbout.c (sdbout_one_type): Likewise for `member_scl'.
11824
11825         * stupid.c (stupid_life_analysis): Likewise for `chain'.
11826
11827         * unroll.c (copy_loop_body): Likewise for `copy'.
11828
11829         * varasm.c (output_constructor): Likewise for `byte'.
11830
11831 Tue Jan  4 15:34:34 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11832
11833         * i386.c (ix86_expand_move): Allow pushes of memory, offload to memory
11834         all FP constants for constant->reg moves.
11835         (ix86_split_to_parts): Try to convert memory address into immediate
11836         when available in the constant pool.
11837         * i386.h (PREFERRED_RELOAD_CLASS): Allow CONST_DOUBLE->integer reg
11838         moves.
11839         (LEGITIMATE_CONSTANT_P): Return 1.
11840         * i386.md (pushsf): New splitter to convert constant pool memory
11841         reference to immediate.
11842         (mov?f): Likewise; do not allow CONST_DOUBLE for reg moves before
11843         reload.
11844
11845 2000-01-04  Bernd Schmidt  <bernds@cygnus.co.uk>
11846
11847         * i386.md (ashlsi3_cmpno): Don't accept variables shifts.
11848         (ashlhi3_cmpno, ashlqi3_cmpno, ashrsi3_cmpno, ashrhi3_cmpno,
11849         ashrqi3_cmpno, lshrsi3_cmpno, lshrhi3_cmpno, lshrqi3_cmpno): Likewise.
11850         (rotlsi3_cmpno, rotlhi3_cmpno, rotlqi3_cmpno, rotrsi3_cmpno,
11851         rotrhi3_cmpno, rotrqi3_cmpno): Likewise.
11852
11853 2000-01-04  Martin von Löwis  <loewis@informatik.hu-berlin.de>
11854
11855         * ginclude/stdbool.h:  Support compilation as C++.
11856
11857 Tue Jan  4 01:35:13 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11858
11859         * fold-const.c (make_range): Don't try to reverse an unbounded range.
11860
11861 Tue Jan  4 00:18:46 2000  Jeffrey A Law  (law@cygnus.com)
11862
11863         * regclass.c (regclass): Properly compute loop_cost.  Adjust
11864         comments.
11865
11866         * regclass.c: Fix minor whitespace problems.
11867
11868 2000-01-03  Anthony Green  <green@cygnus.com>
11869
11870         * config/i386/i386.md (builtin_setjmp_receiver): New pattern.
11871         Restore the pic register if required.
11872
11873 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
11874
11875         * c-common.c (format_char_info): Update comment.
11876         (check_format_info): Recognize 'z' modifier in the same way 'Z'
11877         was recognized.  Emit warning for formats new in ISO C99 only
11878         if flag_isoc9x is not set.
11879
11880 Mon Jan  3 12:59:54 2000  Mark P. Mitchell  <mark@codesourcery.com>
11881
11882         * config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
11883
11884 Mon Jan  3 15:33:37 MET 2000  Jan Hubicka  <hubicka@freesoft.cz>
11885
11886         * combine.c (expand_compound_operation): Do not convert ZERO_EXTEND to
11887         SIGN_EXTEND, convert SIGN_EXTEND to ZERO_EXTEND.
11888         (make_compound_operation): Choose cheaper alternative between
11889         ZERO_EXTEND and SIGN_EXTEND when sign bit is not set.
11890
11891         * regclass.c (op_costs): Remove global variable.
11892         (record_reg_classes): New parameter "op_costs" and "reg_pref".
11893         (record_operand_costs): Break out from ...
11894         (scan_one_insn): ... here.
11895         (dump_regclass): Make dumps nicer.
11896         (regclass): Dump preferrences choosed and changes done during passes.
11897
11898 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11899
11900         * config/sparc/sparc.c (gen_df_reg): Fix for 32bit SPARC.
11901
11902 2000-01-03  Jakub Jelinek  <jakub@redhat.com>
11903
11904         * config/sparc/sparc.c (gen_df_reg): New function.
11905         * config/sparc/sparc-protos.h (gen_df_reg): Add prototype.
11906         * config/sparc/sparc.md (movtf_no_e_insn_sp64+1,
11907         movtf_no_e_insn_sp64+2, movtf_no_e_insn_sp64+3, movtf_cc_sp64+1,
11908         movtf_cc_reg_sp64+1): Use it.
11909
11910 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11911
11912         * integrate.c (copy_decl_for_inlining): Clear TREE_ADDRESSABLE on
11913         copied LABEL_DECLs.
11914
11915 Mon Jan  3 02:54:40 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11916
11917         * config/i386/i386.c (ix86_expand_unary_operator): Function
11918         definition made void.
11919         (ix86_expand_binary_operator): Update outdated preceding comment.
11920         * config/i386/i386-protos.h (ix86_expand_unary_operator): Update
11921         prototype.
11922
11923         * config/i386/i386.c (override_options): Fix option-name typo.
11924
11925 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
11926
11927         * system.h (CEIL): Define.
11928         * builtins.c (CEIL): Remove.
11929         * expmed.c (CEIL): Likewise.
11930         * expr.c (CEIL): Likewise.
11931         * stor-layout.c (CEIL): Likewise.
11932
11933 2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11934
11935         * expr.c (store_constructor_field): Fix typo introduced with last
11936         gcc2 merge.
11937
11938 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
11939
11940         * tree.h (BINFO_N_BASETYPES): New macro.
11941
11942 2000-01-01  Bernd Schmidt  <bernds@cygnus.co.uk>
11943
11944         * expmed.c (emit_store_flag): Prevent losing a pending stack
11945         adjust the same way we prevent losing queued increments.
11946
11947 Fri Dec 31 19:10:31 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11948
11949         * function.c (update_temp_slot_address): Handle case where sum of
11950         temporary address plus offset in register is a valid address.
11951
11952 1999-12-30  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
11953
11954         * genrecog.c (change_state) Corrected typo.
11955
11956 1999-12-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11957
11958         * system.h (bcopy, bcmp, bzero, index, rindex, atof, atol, free,
11959         getcwd, getenv, getwd, sbrk, strstr, malloc, calloc, realloc,
11960         strerror, getrlimit, setrlimit, abort): Add prototype arguments.
11961
11962 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
11963
11964         * i386.c (ix86_expand_fp_compare): In non-sahf non-TARGET_IEEE
11965         case, expand GT comparisons correctly.  Fix a comment before this
11966         part of the code.
11967
11968 1999-12-30  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
11969
11970         * dwarfout.c: Include "frame.h"
11971         * dwarf2out.c: Likewise.
11972         * Makefile.in (dwarfout.o): Depend on frame.h
11973         (dwarf2out.o): Likewise.
11974
11975 1999-12-29  "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
11976
11977         Restore i386 binary compatibility in Dwarf EH info.
11978         * config/i386/i386.h (DWARF_FRAME_REGISTERS): Define as 17, the old
11979         value of FIRST_PSEUDO_REGISTER.
11980         * frame.h (DWARF_FRAME_REGISTERS): Default to FIRST_PSEUDO_REGISTER.
11981         (struct frame_state): Use DWARF_FRAME_REGISTERS.
11982         * dwarfout.c (output_reg_number): Ditto.
11983         * dwarf2out.c (reg_number, expand_builtin_init_dwarf_reg_sizes): Ditto.
11984         (DWARF_FRAME_RETURN_COLUMN): Default to DWARF_FRAME_REGISTERS.
11985
11986 1999-12-29  Bruce Korb  <autogen@linuxbox.com>
11987
11988         * fixinc/fixincl.c(wait_for_pid): sometimes a WSTOPSIG of zero is OK
11989         * fixinc/fixincl.tpl(<hack>TEST_CT): Just do the existence test once
11990         (<hack>_RE_CT): not needed
11991         * fixinc/fixlib.c(is_cxx_header): moved from fixtests.c
11992         rewritten to scan the file text once only
11993         "template<..." test added
11994         * fixinc/fixlib.h(apply_fix_p_t): moved from fixtests.c
11995         (is_cxx_header): declaration added
11996         * fixinc/fixtests.c(is_cxx_header): removed
11997         (apply_fix_p_t): removed
11998         (double_slash_test): is_cxx_header is only called once now
11999         * fixinc/hackshell.tpl: indexing the fixes is now done under DEBUG
12000         * fixinc/inclhack.def(FIXINC_DEBUG): added for testing DEBUG state
12001         within the templates.
12002         The borken spelling of "broken" was fixed.
12003         * fixinc/inclhack.tpl: The $VERBOSE level is used on various messages
12004         The default level depends on FIXINC_DEBUG.
12005
12006 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12007
12008         * crtstuff.c: If !inhibit_libc, include stdlib.h/unistd.h.
12009         Otherwise provide a declaration for atexit.
12010         (init_dummy): Make sure dummy call to atexit is nevertheless
12011         called with correct number of args.
12012
12013         * frame.c: Update comments referring to other files.
12014
12015         * libgcc2.c: Likewise.
12016
12017 1999-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12018
12019         * cse.c (free_element, get_element): Remove unused prototypes.
12020
12021         * fold-const.c (extract_muldiv): Initialize variables `op0' and
12022         `op1'.
12023
12024         * jump.c (invert_exp): Add explicit braces to avoid ambiguous
12025         `else' clauses.
12026
12027 Wed Dec 29 12:44:54 1999  Donald Lindsay  <dlindsay@cygnus.com>
12028
12029         * configure.in,configure: case arm for mn10200-*-* now sets
12030         float_format=i32 so that float.h will correctly claim "double"
12031         to be 32 bits. Ran autoconf to generate configure from .in file.
12032
12033 Wed Dec 29 10:53:21 1999  Jeffrey A Law  (law@cygnus.com)
12034
12035         * pa.md (conditional zero): If op1 is a register, force it into
12036         the same register as op0.
12037
12038 1999-12-28  Mark Mitchell  <mark@codesourcery.com>
12039
12040         * tree.h (BINFO_BASETYPES): Improve documentation.
12041
12042 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12043
12044         * configure.in (--enable-checking): Use a more portable `for'
12045         loop syntax.
12046
12047 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12048
12049         * configure.in (AC_DECL_SYS_SIGLIST, xm-siglist.h,
12050         arm/xm-netbsd.h, NO_SYS_SIGLIST): Don't use.
12051
12052         * xm-siglist.h, arm/xm-netbsd.h, mips/xm-news.h, mips/xm-sysv4.h:
12053         Delete files.
12054
12055         * gcc.texi (NO_SYS_SIGLIST, sys_siglist, SYS_SIGLIST_DECLARED):
12056         Delete descriptions.
12057
12058         * i386/osf1elf.h, i386/xm-cygwin.h, i386/xm-mingw32.h, m68k/3b1.h,
12059         m68k/a-ux.h, m68k/dpx2.h, m68k/plexus.h, m68k/xm-hp320.h,
12060         m88k/xm-m88k.h, mips/x-sni-svr4, pa/xm-pa.h, pa/xm-pahpux.h,
12061         pa/xm-papro.h, we32k/xm-we32k.h, winnt/xm-winnt.h, xm-interix.h,
12062         xm-svr4.h: Remove all instances of sys_siglist handling.
12063
12064 1999-12-27  Jakub Jelinek  <jakub@redhat.com>
12065
12066         * config/sparc/sparc.md (cmp_zero_qi,
12067         cmp_zero_extendqisi2_andcc_set, cmp_zero_qi_sp64,
12068         cmp_zero_extendqidi2_andcc_set): New patterns.
12069
12070 1999-12-28  Manfred Hollstein  <mhollstein@cygnus.com>
12071
12072         * m68k/t-mot3300-gald (CROSS_LIBGCC1): Define to libgcc1-asm.a.
12073         (LIB1ASMSRC, LIB1ASMFUNCS, LIB2FUNCS_EXTRA): Define.
12074         (fpgnulib.c, xfgnulib.c): Add rules.
12075         * m68k/t-mot3300-gas: Likewise.
12076
12077 1999-12-27  Ian Lance Taylor  <ian@zembu.com>
12078
12079         * configure.in: Avoid [[ by using test and changequote.  Add
12080         changequote required by 1999-12-14 change.
12081         * configure: Rebuild.
12082
12083 1999-12-27  Clinton Popetz  <cpopetz@cygnus.com>
12084
12085         * config/mips/mips.h: Fix typo from 12/17/99 libgcc2 fix.
12086
12087 1999-12-27  Christophe Jaillet  <jaillet.christophe@caramail.com>
12088
12089         * alias.c (nonlocal_reference_p): Add else for disjoint ifs.
12090         * flow.c (find_use_as_address): Likewise.
12091         * function.c (fixup_var_refs_1): Likewise.
12092         (walk_fixup_memory_subreg, fixup_stack_1): Likewise.
12093         * jump.c (invert_exp, redirect_exp): Likewise.
12094         * loop.c (replace_call_address): Likewise.
12095         (count_nonfixed_reads): Likewise.
12096         * rtlanal.c (modified_between_p): Likewise.
12097         (modified_in_p, volatile_insn_p, volatile_refs_p): Likewise.
12098         (side_effects_p, replace_regs, jmp_uses_reg_or_mem): Likewise.
12099         * unroll.c (remap_split_bivs): Likewise.
12100
12101 1999-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12102
12103         * diagnostic.c (v_message_with_decl): Use .* format specifier
12104         instead of building the format specifier width manually.
12105
12106         * system.h (strsignal): Don't check HAVE_STRSIGNAL when
12107         determining whether to provide a prototype.  Remove the
12108         sys_siglist clause in the conditional.
12109
12110 1999-12-23  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12111
12112         * fold-const.c (operand_equal_p): Use memcmp to compare string
12113         constants.
12114         Suggested by D. J. Bernstein
12115
12116 1999-12-17  Jakub Jelinek  <jakub@redhat.com>
12117
12118         * config/h8300/h8300.h (TARGET_H8300H, TARGET_H8300S): Make sure
12119         UNITS_PER_WORD and BITS_PER_WORD are compile time constants when
12120         compiling libgcc2.
12121         * config/mips/mips.h (TARGET_64BIT): Likewise.
12122         * config/rs6000/rs6000.h (TARGET_POWERPC64): Likewise.
12123         * libgcc2.c: Use {,U}{HW,W,DW}type and DWunion everywhere instead
12124         of {SI,DI}type and DIunion.  Define these types to QI/HI modes on
12125         dsps.  Give routines proper names if SI/DI modes are not used.
12126         * longlong.h: Use DWunion instead of DIunion.
12127
12128 1999-12-26  Zack Weinberg  <zack@wolery.cumb.org>
12129
12130         * acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING,
12131         GC_CHECKING, GC_ALWAYS_COLLECT.
12132         * configure.in: Allow --enable-checking with an argument
12133         listing check modes to enable.
12134         * config.in, configure: Rebuilt.
12135         * ggc-page.c, ggc-simple.c: Define GGC_POISON (and
12136         GGC_ALWAYS_VERIFY for ggc-simple.c) only if
12137         ENABLE_GC_CHECKING.  Define GGC_ALWAYS_COLLECT only if
12138         ENABLE_GC_ALWAYS_COLLECT.
12139         * rtl.h, rtl.c: Change ENABLE_CHECKING to ENABLE_RTL_CHECKING
12140         throughout.
12141         * tree.h, tree.c: Change ENABLE_CHECKING to
12142         ENABLE_TREE_CHECKING throughout.
12143
12144 Sun Dec 26 07:48:20 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12145
12146         * fold-const.c (fold_truthop): Properly check for FP RHS.
12147
12148 1999-12-24  Mark Mitchell  <mark@codesourcery.com>
12149
12150         * toplev.h (note_deferall_of_defined_inline_function): Declare.
12151         * toplev.c (note_deferral_of_defined_inline_function): New
12152         function, split out from ...
12153         (rest_of_compilation): ... here.  Use it.
12154
12155 Fri Dec 24 12:34:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12156
12157         * expr.c (store_constructor): Don't call clear_storage if size is
12158         variable.
12159
12160 1999-12-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12161
12162         * Makefile.in (toplev.o): Depend on loop.h.
12163
12164         * dwarfout.c: Include tm_p.h.
12165
12166         * emit-rtl.c (restore_emit_status): Mark parameter with
12167         ATTRIBUTE_UNUSED.
12168
12169         * final.c (final_scan_insn): Likewise.
12170
12171         * flow.c (flow_nodes_print, flow_exits_print, flow_loops_cfg_dump,
12172         flow_loop_nested_p, flow_loop_exits_find, flow_loop_nodes_find,
12173         flow_depth_first_order_compute, flow_loop_pre_header_find,
12174         flow_loop_tree_node_add, flow_loops_tree_build,
12175         flow_loop_level_compute, flow_loops_level_compute,
12176         flow_loop_outside_edge_p): Add prototypes.
12177         (recompute_reg_usage): Mark parameters with ATTRIBUTE_UNUSED.
12178
12179         * ggc-callbacks.c (lang_mark_tree, lang_mark_false_label_stack):
12180         Mark with ATTRIBUTE_NORETURN.
12181
12182         * hash.c (hash_newfunc): Mark parameter with ATTRIBUTE_UNUSED.
12183
12184         * local-alloc.c (no_conflict_p): Likewise.
12185
12186         * loop.c (insert_bct): Hide definitions of variables with hidden
12187         usage.
12188         (note_reg_stored): Mark parameter with ATTRIBUTE_UNUSED.
12189
12190         * regclass.c (memory_move_secondary_cost): Mark variable `mem'
12191         with ATTRIBUTE_UNUSED.
12192         (record_reg_classes): Mark parameter with ATTRIBUTE_UNUSED.
12193         (reg_scan): Likewise.
12194
12195         * reload.c (find_reloads): Remove unused variables `changed'.
12196
12197         * reload1.c (reload_reg_class_lower): Don't unnecessarily cast
12198         away const-ness.
12199         (allocate_reload_reg): Mark parameter with ATTRIBUTE_UNUSED.
12200         Remove unused variable `insn'.
12201
12202         * toplev.c: Include loop.h.
12203         (report_file_and_line): Remove unnecessary prototype.
12204
12205         * tree.c (build_block): Mark parameter with ATTRIBUTE_UNUSED.
12206
12207         * unroll.c (biv_total_increment): Likewise.
12208
12209 Thu Dec 23 23:15:22 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12210
12211         * reload1.c (emit_input_reload_insns): Restore old behaviour
12212         wrt. 'special' reloads.
12213
12214 1999-12-23  Zack Weinberg  <zack@wolery.cumb.org>
12215
12216         * Makefile.in (ggc-simple.c, ggc-page.c): Don't depend on
12217         hash.h.  (cse.c): Don't depend on hashtab.h.
12218
12219         * cse.c: Don't include hashtab.h.
12220         (hash_cse_reg_info, cse_reg_info_equal_p): Delete prototypes
12221         of dead functions.
12222         * ggc-simple.c: Don't include hash.h.
12223
12224 1999-12-22  Jason Merrill  <jason@casey.cygnus.com>
12225
12226         * dwarf2out.c (add_abstract_origin_attribute): Call
12227         gen_abstract_function on our function context.
12228
12229 Thu Dec 23 03:57:10 1999  Hans-Peter Nilsson  <hp@bitrange.com>
12230
12231         * Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.
12232
12233 1999-12-23  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12234
12235         * config/c4x/c4x.c (c4x_address_cost): Add statement to default
12236         case in switch.
12237
12238 1999-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12239
12240         * config/c4x/c4x.md (*addqi3_noclobber_reload): Change operand 0
12241         constraints to "a!r".
12242
12243 1999-12-21  Mark Mitchell  <mark@codesourcery.com>
12244
12245         * Makefile.in (calls.o): Depend on function.h.
12246         (alias.o): Likewise.
12247
12248 1999-12-21  Bernd Schmidt  <bernds@cygnus.co.uk>
12249
12250         * reload1.c (emit_reload_insns): Break out code and variables into...
12251         (input_reload_insns, other_input_address_reload_insns,
12252         other_input_reload_insns, input_address_reload_insns,
12253         inpaddr_address_reload_insns, output_reload_insns,
12254         output_address_reload_insns, outaddr_address_reload_insns,
12255         operand_reload_insns, other_operand_reload_insns,
12256         other_output_reload_insns): ... new static variables, and...
12257         (emit_input_reload_insns, emit_output_reload_insns, do_input_reload,
12258         do_output_reload): ... new functions.
12259
12260 Tue Dec 21 07:06:36 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12261
12262         * pa.h (FUNCTION_ARG_BOUNDARY): Never return 0.
12263
12264 1999-12-21  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12265
12266         * md.texi: Add c4x constraints documentation.
12267
12268 1999-12-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12269
12270         * config/i386/dgux.c (struct option): Rename to
12271         lang_independent_option.
12272         (struct m_options): Add description field.
12273         (output_options): Rename option type, add sep declaration, output
12274         ix86_cpu_string and ix86_arch_string only if set.
12275         (output_file_start): Rename option type.
12276
12277 Mon Dec 20 23:15:36 1999  Mike Stump  <mrs@wrs.com>
12278
12279         * Makefile.in (crtbegin.o, crtend.o, s-crtS): Depend on
12280         stmp-int-hdrs.
12281         (libgcc2.a): Similarly.
12282
12283 Mon Dec 20 23:06:47 1999  David Edelsohn  <edelsohn@gnu.org>
12284
12285         * longlong.h (_ARCH_PPC): Only protect add_ssaaaa and sub_ddmmss
12286         with W_TYPE_SIZE == 32.  Do not fall through to POWER architecture
12287         for umul_ppmm and smul_ppmm if !_ARCH_PPC and !_ARCH_POWER.
12288
12289 Mon Dec 20 23:02:03 1999  Jeffrey A Law  (law@cygnus.com)
12290
12291         * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable.
12292         Remove redundant initialization of "frexpon" and "expon".
12293
12294 Mon Dec 20 15:00:04 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12295
12296         * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.
12297
12298         * expr.c (store_constructor): New argument SIZE; pass to clear_storage.
12299         (store_constructor_field, expand_expr): Pass new arg.
12300
12301 1999-12-20  Mark Mitchell  <mark@codesourcery.com>
12302
12303         * Makefile.in (explow.o): Depend on function.h.
12304
12305         * stor-layout.c (set_sizetype): Fix typo.
12306
12307 1999-12-20  Bernd Schmidt  <bernds@cygnus.co.uk>
12308
12309         * function.c (cfun): Renamed from current_function.  All users
12310         changed.
12311         * function.h (cfun): Rename declaration as well.
12312
12313         * reload.h (struct insn_chain): Change live_throughout and dead_or_set
12314         to be of type regset_head, not regset.  All users changed by adding
12315         address operator.
12316         * reload1.c (new_insn_chain): Don't allocate regsets, just clear them.
12317
12318 1999-12-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12319
12320         * config/c4x/rtems.h: New file.
12321
12322 1999-12-19  Bernd Schmidt  <bernds@cygnus.co.uk>
12323
12324         * reload1.c (spill_failure): Take class of failed reload as argument
12325         and print it.  Caller changed.
12326
12327 Sun Dec 19 07:50:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12328
12329         * rs6000.h (SUBTARGET_DEFAULT): New macro.
12330         (TARGET_SWITCHES): Allow subtargets to default switches.
12331         * rs6000/vxppc.h (SUBTARGET_DEFAULT): New macro.
12332
12333 1999-12-18  Mark Mitchell  <mark@codesourcery.com>
12334
12335         * crtstuff.c (__do_global_ctors_aux): Do not call __cxa_finalize
12336         in a main program.
12337
12338 Sat Dec 18 20:42:43 1999  Richard Henderson  <rth@cygnus.com>
12339
12340         * cccp.c (main): Define __STDC_VERSION__ as necessary.
12341         * cppinit.c (cpp_handle_option): Likewise.
12342
12343         * ginclude/stdarg.h (va_copy): Use __STDC_VERSION__ to
12344         determine when to define.
12345
12346 Sat Dec 18 20:34:00 1999  Richard Henderson  <rth@cygnus.com>
12347
12348         * alpha.c (alpha_emit_conditional_move): If TARGET_FIX, handle
12349         cmove with mismatched test and data modes.
12350
12351 Sat Dec 18 20:30:15 1999  Richard Henderson  <rth@cygnus.com>
12352
12353         * c-typeck.c (c_expand_start_case): Don't warn for long switch
12354         in system headers.
12355
12356 Sat Dec 18 16:28:43 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12357
12358         * alias.c: Minor reformatting.
12359         * flow.c: Likewise.
12360         * regs.h: Likewise.
12361         * stor-layout.c: Likewise.
12362         * fold-const.c: Likewise.
12363         (OVERFLOW_SUM_SIGN): Renamed from overflow_sum_sign.
12364         (struct cb_args, const_binop_1, const_binop): Pass type of arg,
12365         not arg itself.
12366         (size_int_wide): Cache nodes even if garbage collecting.
12367         (twoval_comparison_p): Reenable SAVE_EXPR case if operand
12368         of SAVE_EXPR has no side effects.
12369         * cse.c: Move a comment.
12370         * tree.c: Minor reformatting.
12371         (int_size_in_bytes): Return -1 if constant overflows.
12372
12373 Sat Dec 18 18:30:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12374
12375         * unroll.c (copy_loop_body): Don't treat a REG like a PLUS.
12376
12377 1999-12-18 10:42 -0800  Zack Weinberg  <zack@wolery.cumb.org>
12378
12379         * objc/objc-parse.c: Regenerate.  This file must be rebuilt
12380         after any change to c-parse.in, even if objc-parse.y didn't
12381         change.  Oops.
12382
12383 1999-12-18  David S. Miller  <davem@redhat.com>
12384
12385         * toplev.c (rest_of_compilation): Restore BLOCK tree
12386         reconstruction and branch shortening changes lost in
12387         December 18th change.
12388
12389 Sat Dec 18 05:29:29 1999  Scott Bambrough  <scottb@netwinder.org>
12390
12391         * config/arm/linux-elf.h: Change all instances of
12392         ARM_FLAG_SHORT_BYTES to ARM_FLAG_MMU_TRAPS.
12393         * config/arm/uclinux-elf.h: Likewise.
12394
12395 1999-12-18 Gabriel Dos Reis  <gdr@codesourcery.com>
12396
12397         * toplev.c (notice, vmessage, v_message_with_file_and_line,
12398         v_message_with_decl, file_and_line_for_asm,
12399         v_error_with_file_and_line, v_error_with_decl, v_error_for_asm,
12400         verror, vfatal, v_warning_with_file_and_line, v_warning_with_decl,
12401         v_warning_for_asm, vwarning, vpedwarn, v_pedwarn_with_decl,
12402         v_pedwarn_with_file_and_line, vsorry, vnotice, count_error,
12403         pfatal_with_name, fatal_io_error, need_error_newline,
12404         last_error_function, last_error_tick, announce_function,
12405         default_print_error_function, print_error_function,
12406         report_error_function, fnotice, error_with_file_and_line,
12407         error_with_decl, error_for_asm, error, set_fatal_function, fatal,
12408         _fatal_insn, _fatal_insn_not_found, warning_with_file_and_line,
12409         warning_with_decl, warning_for_asm, warning, pedwarn,
12410         pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Move to
12411         diagnostic.c
12412         (compile_file): Use fnotice instead of notice.  Adjust call.
12413
12414         * diagnostic.c: New file.
12415
12416         * Makefile.in (OBJS): Include diagnostic.o
12417         (diagnostic.o): Define dependence.
12418
12419 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12420
12421         * config/c4x/c4x.h (ASM_OUTPUT_XXX): Wrap in do-while(0).
12422         Tweak formatting.
12423
12424 1999-12-18  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12425
12426         * config/c4x/c4x.md (rpts_top, rptb_top): Add clobbers for rs and re.
12427
12428 1999-12-17 13:21 -0800  Zack Weinberg  <zack@rabi.columbia.edu>
12429
12430         * fixtests.c (is_cxx_header): New fn, split out of
12431         double_slash_test.
12432         (else_endif_label): Allow "#endif // comment" in C++ headers,
12433         as determined by is_cxx_header.
12434         * fixfixes.c (else_endif_label_fix): Update comment.
12435         * fixincl.c: Don't output VERB_PROGRESS lines if stdout is not
12436         a tty.
12437         * genfixes: Correct double thinko in commandline parsing.
12438         * hackshell.tpl: Generate correct sh syntax for bypass
12439         entries.
12440
12441         * inclhack.def (all): Whenever an inserted preprocessor
12442         conditional is split over multiple lines, use double
12443         backslashes in this file so the fixed header will be readable.
12444
12445         (AAB_fd_zero_glibc_1_0): Rename to AAB_fd_zero_asm_posix_types_h
12446         and add bypass entry for correct version of this header.
12447         (AAB_fd_zero_glibc_1_x): Rename to AAB_fd_zero_gnu_types_h.
12448         (AAB_fd_zero_glibc_2_0): Rename to AAB_fd_zero_selectbits_h.
12449
12450         (hpux8_bogus_inlines): New fix, split from...
12451         (ultrix_atof_param) ... here.
12452         (math_expression): Add bypass entry keyed to glibc comment
12453         indicating the problem has been dealt with; disable
12454         unnecessary sed operations; update commentary.
12455         (math_gcc_ifndefs): Rename to math_huge_val_from_dbl_max,
12456         add select and bypass entries, simplify shell operation.
12457         (math_huge_val_ifndef): Split from math_gcc_ifndefs.
12458
12459         (ip_missing_semi, rs6000_param, tinfo_cplusplus,
12460          ultrix_atof_param): Add select entry.
12461         (stdio_va_list, sunos_mather_decl): Add bypass entry.
12462         (systypes_for_aix, sysv86_string, tinfo_cplusplus): Put the
12463         comments with the fixes they describe.
12464
12465         * c-parse.in (string action): Do not warn about ANSI string
12466         concatenation in system headers.  Affects C parser only.
12467         * c-parse.y, c-parse.c, c-parse.h: Rebuild.
12468
12469 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
12470
12471         * config/sparc/sparc.h (TARGET_ARCH32): Exchange ifdefs so that if
12472         compiling libgcc2 the macro depends always on arch cpp defines.
12473
12474 Fri Dec 17 10:34:16 1999  Richard Earnshaw <rearnsha@arm.com>
12475
12476         * loop.c (insert_loop_mem): Don't record MEMs from inside
12477         EXPR_LISTs.
12478
12479 Fri Dec 17 12:08:11 MET 1999  Jan Hubicka  <hubicka@freesoftr.cz>
12480
12481         * regclass.c (regclass): Do not use flowgraph when not optimizing.
12482
12483         * gcse.c (try_replace_reg): Do replacements in REG_EQUAL/REG_EQUIV
12484         notes too, create one when replacement failed, attempt to simplify
12485         resulting notes.
12486         (cprop_insn): Propagate even to registers mentioned only in REG_EQUAL
12487         or REG_EQUIV notes.
12488
12489 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
12490
12491         * crtstuff.c (__dso_handle): Declare.
12492         (__cxa_finalize): Likewise.
12493         (do_global_dtors_aux): Call __cxa_finalize if __dso_handle is
12494         non-NULL.
12495
12496         * invoke.texi: Document -fuse-cxa-atexit.
12497
12498         * tree.h (ptr_type_node): Document.
12499         (const_ptr_type_node): Likewise.
12500
12501 Fri Dec 17 01:32:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12502
12503         * regmove.c (optimize_reg_copy_1): Ignore LOOP notes.
12504         (optimize_reg_copy_2): Likewise.
12505         (optimize_reg_copy_3): Likewise.
12506         (fixup_match_2): Likewise.
12507         (regmove_optimize): Likewise.
12508         (fixup_match_1): Liekwise.
12509
12510         * i386.md (HI to SImode promoting splitters): Rewrite.
12511         (pushsf mem peep2): New.
12512         (testhi to andhi peep2): Remove.
12513         * i386.h (x86_promote_QImode): New.
12514         (TARGET_PROMOTE_QImode): New.
12515         (PREDICATE_CODES): Add promotable_binary_operator.
12516         * i386.c (x86_promote_QImode0: New.
12517         (promotable_binary_operator): New.
12518         * i386-protos.h (promotable_binary_operator): New.
12519
12520         * i386.md (test?i_1): Use "nonmemory_operand" predicate, simplify
12521         condition.
12522         (one_cmpl?i*): Pass "NOT" to unary_operator_ok.
12523
12524 1999-12-16  Mark Mitchell  <mark@codesourcery.com>
12525
12526         * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
12527         * function.c (insert_block_after_note): Remove.
12528         (retrofit_block): Likewise.
12529         (identify_blocks): Fix indentation.
12530         (reorder_blocks): Don't NULL out NOTE_SOURCE_FILE for a
12531         NOTE_INSN_BLOCK_BEG or NOTE_INSN_BLOCK_END.
12532         * function.h (insert_block_after_note): Remove prototype.
12533         (retrofit_block): Likewise.
12534         * integrate.c (expand_inline_function): Don't call
12535         find_loop_tree_blocks.  Use expand_start_bindings_and_block, not
12536         just expand_start_bindings.  Use the block_map to remap old
12537         NOTE_BLOCKs to new ones.
12538         (integrate_decl_tree): Keep track of remapped blocks.
12539         * integrate.h (struct inline_remap): Add block_map.
12540         * stmt.c (expand_fixup): Don't try to retrofit_blocks.  Just set
12541         NOTE_BLOCK on the notes.
12542         (expand_start_bindings): Rename to ...
12543         (expand_start_bindings_and_block): Add parameter.  Set NOTE_BLOCK.
12544         (expand_end_bindings): Set NOTE_BLOCK.
12545         * toplev.c (rest_of_compilation): In function-at-a-time-mode,
12546         reconstruct the BLOCK tree.
12547         * tree.h (expand_start_bindings): Macroize.  Call ...
12548         (expand_start_bindings_and_block): New function.
12549
12550 1999-12-16  Jakub Jelinek  <jakub@redhat.com>
12551
12552         * config/sparc/sparc.c (print_operand): Cast fprintf arguments
12553         to match the format.
12554
12555 1999-12-16  David S. Miller  <davem@redhat.com>
12556
12557         * expr.c (emit_move_insn_1): Only emit clobbers if one of
12558         the outputs is a SUBREG.
12559         * rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
12560         change.
12561
12562         * config/sparc/sparc.c (epilogue_renumber): Add default case
12563         to switch stmt.
12564
12565 Thu Dec 16 11:33:57 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12566
12567         * toplev.c (rest_of_compilation): Run branch shortening after
12568         reg-stack.
12569
12570         * regclass.c (loop_depth): Remove
12571         (scan_one_insn): Do not handle LOOP_NOTE insns.
12572         (regclass): Go through basic blocks and set loop_cost
12573
12574 Thu Dec 16 02:56:25 1999  Zack Weinberg  <zack@bitmover.com>
12575
12576         * tree.h (DECL_FROM_INLINE): Check DECL_ABSTRACT_ORIGIN too.
12577
12578 Thu Dec 16 10:43:35 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12579
12580         * i386.md (movqi): Use "nonimmediate_operand" for output operand.
12581         (movstrictqi, movdi, movsf, movdf, movxf): Likewise.
12582         (adddi, addqi, addhi, subdi, subqi, subhi, ffs): Likewise.
12583
12584 Thu Dec 16 02:41:26 1999  Richard Henderson (rth@cygnus.com)
12585
12586         * loop.c (insert_loop_mem): Ignore memory clobbers.
12587
12588         * combine.c (simplify_comparison): Reduce (OP (MINUS A B) 0)
12589         to (OP A B).
12590
12591 Thu Dec 16 02:26:11 1999  Jeffrey A Law  (law@cygnus.com)
12592
12593         * profile.c: Remove redundant #include "output.h".
12594
12595         * h8300.md (HImode preinc peephole): Fix typo.
12596
12597 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12598
12599         * function.c (retrofit_block): Abort if we don't find a suitable insn.
12600         (insert_block_after_note): Abort if we don't have a previous block.
12601         Remove FN parameter.
12602         * function.h: Adjust.
12603
12604 1999-12-15  Mark Mitchell  <mark@codesourcery.com>
12605
12606         * builtins.c (expand_builtin_mathfn): Make sure not to expand the
12607         argument more than once.
12608
12609 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12610
12611         * stmt.c (expand_decl): Expand upper bound of a dynamic array.
12612
12613 1999-12-15  Jakub Jelinek  <jakub@redhat.com>
12614
12615         * expr.c (emit_group_load): Use dst mode if src is VOIDmode.
12616
12617 Wed Dec 15 16:11:55 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12618
12619         * function.c (PREFERRED_STACK_BOUDNARY): Provide default value.
12620         (assign_stack_local_1): Limit alignment to PREFERRED_STACK_BOUNDARY,
12621         update stack_alignment_needed.
12622         (prepare_function_start): Initialize stack_alignment_needed
12623         * function.h (struct function): Add field stack_alignment_needed.
12624
12625 Wed Dec 15 14:55:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12626
12627         * caller-save.c (insert_one_insn): Returns struct insn_chain *.
12628         Handle live_throughout / dead_or_set instead of live_before /
12629         live_after.
12630         (save_call_clobbered_regs): Get register livenessinformation from
12631         chain->live_throughout.
12632         (add_stored_regs): New function.
12633         (insert_restore, insert_save): Add restored / saved registers to
12634         dead_or_set.
12635         * global.c (reg_dies): New parameter chain.
12636         (reg_becomes_live): Third parameter is regs_set now.
12637         Changed all callers.
12638         (reg_dies): New parameter chain.  Changed all callers.
12639         (build_insn_chain): Set live_throughout instead of
12640         live_before / live_after.
12641         * reload.h (struct insn_chain): Replace members live_before /
12642         live_after with live_throughout / dead_or_set.
12643         * reload1.c (new_insn_chain): Handle live_throughout / dead_or_set
12644         instead of live_before / live_after.
12645         (maybe_fix_stack_asms, find_reload_regs, finish_spills): Likewise.
12646         (order_regs_for_reload, find_reg, finish_spills): Likewise.
12647         (choose_reload_regs_init): Likewise.
12648         * stupid.c (current_chain, find_clobbered_regs): Delete.
12649         (stupid_life_analysis): Set chain->live_throughout chain->dead_or_set
12650         instead of chain->live_before / chain->live_after.
12651         (mark_hard_ref): New function.
12652         (stupid_mark_refs): Call mark_hard_ref. Clear chain->live_throughout.
12653
12654 1999-12-15  David S. Miller  <davem@redhat.com>
12655
12656         * rtlanal.c (reg_overlap_mentioned_p): Handle CONCAT.
12657
12658 Wed Dec 15 15:05:30 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12659
12660         * flow.c (calculate_loop_depth): Make global, remove prototype,
12661         rewrite to use new loop infrastructure.
12662         (find_basic_block): Remove calculate_loop_depth call.
12663         * toplev.c (rest_of_compilation): Call find_basic_block.
12664         * output.h (calculate_loop_depth): Declare.
12665
12666         * flow.c (dump_flow_info): Dump loop_depth.
12667         (flow_loops_nodes_find): Increase loop_depth for basic block in the
12668         body.
12669         (flow_loops_find): Initialize the loop_depth for each basic block.
12670
12671 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
12672
12673         * tree.c (decl_function_context): Handle virtual functions.
12674
12675         * tlink.c (scan_linker_output): Don't look in demangled name when
12676         looking for linker output keywords.
12677
12678         * dwarfout.c (output_type): We can defer namespace-scope classes.
12679
12680 Wed Dec 15 01:23:29 1999  Jeffrey A Law  (law@cygnus.com)
12681
12682         * regclass.c (record_reg_classes): Update comment for merging
12683         register class preferences in reg->reg copies.  Tighten conditions
12684         for merging register class preferences in reg->reg copies.
12685
12686 Wed Dec 15 02:19:32 1999  David Edelsohn  <edelsohn@gnu.org>
12687
12688         * rs6000.md (tablejumpdi): Generate DImode LABEL_REF.
12689
12690 1999-12-14  Geoff Keating  <geoffk@cygnus.com>
12691
12692         * config/m68k/m68020-elf.h (ENDFILE_SPEC): Delete.
12693         (INIT_SECTION_ASM_OP): Delete.
12694         (FINI_SECTION_ASM_OP): Delete.
12695         (STARTFILE_SPEC): Define to hold just crtbegin.o.
12696
12697 1999-12-14  Jason Merrill  <jason@casey.cygnus.com>
12698
12699         * dwarf2out.c (add_abstract_origin_attribute): Do call abort if
12700         the abstract origin wasn't emitted.
12701
12702         * dwarf2out.c (class_scope_p): New fn.
12703         (gen_subprogram_die): Use it.
12704         (gen_variable_die): Use it.  Tweak logic.
12705         (gen_struct_or_union_type_die): Check context_die to determine
12706         if we're function-local.
12707         (dwarf2out_decl): Check DECL_BUILT_IN, not DECL_FUNCTION_CODE.
12708
12709 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12710
12711         * loop.c (check_dbra_loop): Can't reverse a biv that has
12712         maybe_multiple set.
12713
12714 1999-12-14  Nick Clifton  <nickc@cygnus.com>
12715
12716         * config/arm/arm.c: Add support for -mcpu=arm720 command line
12717         switch.
12718
12719 Tue Dec 14 18:13:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
12720
12721         * loop.c (strength_reduce): Fix sign of giv lifetime calculation
12722         for givs made from biv increments.
12723
12724 Tue Dec 14 08:11:27 1999  Richard Henderson  <rth@cygnus.com>
12725
12726         * configure.in (alpha-osf, alpha-linux): Handle ev6[78].
12727         * alpha.c (override_options): Recognize -mcpu=ev67.
12728         * alpha.h (CPP_CPU_EV67_SPEC): New.
12729         (CPP_CPU_DEFAULT_SPEC): Examine TARGET_CPU_DEFAULT to use it.
12730         (EXTRA_SPECS): Update.
12731
12732 Tue Dec 14 08:04:28 1999  Richard Henderson  <rth@cygnus.com>
12733
12734         * cppp.c (main): Set trigraphs and __STRICT_ANSI__ as
12735         appropriate for -lang-c89 and -std=*.
12736         * cppinit.c (cpp_handle_option): Likewise.
12737         (new_pending_define): New, split out from cpp_handle_option.
12738         * gcc.c (default_compilers): Don't define __STRICT_ANSI__
12739         or enable trigraphs for -ansi/-std=*.
12740
12741         * ginclude/stdarg.h (__va_copy): New.
12742         (va_copy): Don't define for C89.
12743
12744 Tue Dec 14 08:37:27 CST 1999 Clinton Popetz  <cpopetz@cygnus.com>
12745
12746         * config/arm/arm.md (mulsidi3adddi, umulsidi3adddi): New patterns
12747         for long long multiply-accumulate.
12748
12749 Tue Dec 14 13:51:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12750
12751         * regclass.c (scan_one_insn): Set loop_cost to 1 when
12752         optimizing for size.
12753
12754 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12755
12756         * reload1.c (reload): Can't avoid select_reload_regs/finish_spills
12757         if something changed.  Back out that part of yesterday's changes.
12758
12759         * loop.c (loop_max_reg): New static variable.
12760         (loop_optimize): Initialize it.  Eliminate one unnecessary call to
12761         max_reg_num.
12762         (scan_loop): Call reg_scan_update whenever we may have added new
12763         registers, and update loop_max_reg.
12764
12765 Tue Dec 14 12:07:29 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
12766
12767         * regclass.c  (record_reg_classes): Do not do the copying preferrencing
12768         when source does not die.
12769
12770         * regclass.c (record_reg_classes): Handle INOUT operands propertly.
12771
12772 1999-12-14  Jakub Jelinek  <jakub@redhat.com>
12773
12774         * config/sparc/linux64.h (TARGET_LIVE_G0,
12775         TARGET_BROKEN_SAVERESTORE): Don't support weird SPARC
12776         variants on Linux.
12777         * config/sparc/linux.h (TARGET_LIVE_G0,
12778         TARGET_BROKEN_SAVERESTORE): Likewise.
12779         * config/sparc/linux-aout.h (TARGET_LIVE_G0,
12780         TARGET_BROKEN_SAVERESTORE): Likewise.
12781
12782         * config/sparc/sparc.h (SPARC_DEFAULT_CMODEL): Default to CM_32.
12783         (CONDITIONAL_REGISTER_USAGE): For block profiling fix %g4 on sparc64,
12784         not %g2.
12785         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Use %g4 instead of %g2
12786         as sparc64 block profiling register.
12787         * config/sparc/sparc.c (sparc_override_options): Allow block
12788         profiling with -m32.
12789         (sparc_block_profiler): Use %g4 instead of %g2 as sparc64 block
12790         profiling register.
12791         * config/sparc/linux64.h (MACHINE_STATE_*): Only provide these
12792         macros on TARGET_ARCH32. sparc.h has macros good enough for sparc64.
12793         * config/sparc/sol2.h (MACHINE_STATE_*): Likewise.
12794
12795         * config/sparc/xm-sp64.h: Avoid using __sparc_v9__ when testing
12796         for sparc64.
12797         * config/sparc/sparc.h: Likewise.
12798         * config/sparc/xm-sysv4-64.h: Likewise.
12799         * config/float-sparc.h: Likewise.
12800         * glimits.h: Likewise.
12801         * longlong.h: Likewise.
12802
12803         * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1.
12804         (ASM_IDENTIFY_GCC): Remove.
12805
12806 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
12807
12808         * combine.c (combine_simplify_rtx): Don't make shared rtl.
12809         (simplify_logical): Likewise.
12810
12811 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12812
12813         * cccp.c (INO_T_EQ): Disable inode-based optimization for Cygwin.
12814         * cppfiles.c (INO_T_EQ): Likewise.
12815
12816 1999-12-14  Mumit Khan  <khan@xraylith.wisc.edu>
12817
12818         * i386/crtdll.h (STARTFILE_SPEC): Add -pg profiling support.
12819         * i386/mingw32.h (LIB_SPEC): Likewise.
12820         (STARTFILE_SPEC): Likewise.
12821         * i386/uwin.h (LIB_SPEC): Likewise.
12822         (STARTFILE_SPEC): Likewise.
12823
12824         * i386/mingw32.h (SUBTARGET_PROLOGUE): Override Cygwin definition.
12825         * i386/uwin.h (SUBTARGET_PROLOGUE): Likewise.
12826
12827 Mon Dec 13 20:25:29 1999  Jeffrey A Law  (law@cygnus.com)
12828
12829         * combine.c (combine_simplify_rtx): Fix order of checks for
12830         (ashiftrt foo C) -> (lt foo (const_int 0)) simplification.
12831
12832 1999-12-13  Clinton Popetz  <cpopetz@cygnus.com>
12833
12834         * config/arm/arm.md  (*mulsidi3adddi, *umulsidi3adddi) Backed out
12835         12/10/99 change, reapplied to merged-arm-thumb-backend-branch.
12836
12837 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
12838
12839         * hard-reg-set.h (inv_reg_alloc_order): Declare if REG_ALLOC_ORDER is
12840         defined.
12841         * regclass.c (inv_reg_alloc_order): New array.
12842         (regclass_init): If REG_ALLOC_ORDER is defined, initialize it.
12843
12844         * reload.h (struct insn_chain): Delete fields group_size, group_mode,
12845         counted_for_groups, counted_for_nongroups.  Add fields rld and
12846         n_reloads.
12847         * reload.c (push_secondary_reload): Don't set nongroup field of
12848         new reloads.
12849         (push_reload): Likewise.
12850         (find_reloads): Delete code to compute nongroup fields.
12851         * reload1.c (reload_insn_firstobj): New static variable.
12852         (pseudos_counted, spilled_pseudos): Now of type regset_head.  All
12853         users changed.
12854         (calculate_needs, find_tworeg_group, find_group, possible_group_p,
12855         count_possible_groups, modes_equiv_for_class_p, new_spill_reg,
12856         dump_needs, maybe_mark_pseudo_spilled, hard_reg_use_compare): Delete
12857         functions.
12858         (count_pseudo, select_reload_regs, copy_reloads, find_reg): New
12859         functions.
12860         (struct hard_reg_n_uses): Deleted.
12861         (potential_reload_regs): Deleted.
12862         (init_reload): Initialize spilled_pseudos and pseudos_counted.
12863         (reload): Don't try to allocate reload registers if we already know
12864         we have to make another pass.  Call select_reload_regs.  Free memory
12865         starting with reload_firstobj when starting another pass.
12866         Don't allocate spilled_pseudos.
12867         (calculate_needs_all_insns): Call copy_reloads for an insn that
12868         needs reloads; don't call calculate_needs.
12869         (spill_cost): New static array.
12870         (used_spill_regs_local): New static variable.
12871         (order_regs_for_reload): Rewrite to lose hard_reg_n_uses and the code
12872         to compute potential_reload_regs.
12873         (find_reload_regs): Completely rewritten to use find_reg.
12874         (allocate_reload_reg): Don't test counted_for_groups or
12875         counted_for_nongroups.  Lose NOERROR arg and code to give an error;
12876         all cllers changed.
12877         (choose_reload_regs): Add fallback code that uses the existing
12878         register allocation from find_reload_regs.
12879
12880 Mon Dec 13 00:54:14 1999  Philippe De Muyter  <phdm@macqel.be>
12881
12882         * flow.c (create_edge_list): Cast xmalloc return value.
12883
12884 Mon Dec 13 00:47:58 1999  Jeffrey A Law  (law@cygnus.com)
12885
12886         * doprnt.c: Remove incorrect comment closure.
12887
12888         * cse.c: Fix a few minor whitespace goofs.
12889
12890 1999-12-13  Don Bowman  <don@pixstream.com>
12891
12892         * mips/vxworks.h: Fix problem with comment termination.
12893         (EXTRA_SECTIONS): Add in_sbss.
12894         (EXTRA_SECTION_FUNCTIONS): Corresponding changes.
12895
12896 1999-12-12  David S. Miller  <davem@redhat.com>
12897
12898         * cse.c (struct cse_reg_info): Add hash_next member,
12899         reorder rest of struct for better packing on 64-bit
12900         hosts.
12901         (cse_reg_info_tree): Kill.
12902         (REGHASH_SHIFT, REGHASH_SIZE, REGHASH_MASK, reg_hash,
12903         REGHASH_FN): New custom pow2 hash mechanism.
12904         (NBUCKETS): Kill.
12905         (HASH_SHIFT, HASH_SIZE, HASH_MASK, HASH, table): Rework to
12906         use a pow2 hash table.
12907         (get_cse_reg_info): Rework to use new REGHASH.
12908         (new_basic_block): Likewise, use HASH_SIZE, and inline
12909         free_element call.
12910         (remove_from_table): Rework to use HASH_SIZE/HASH_MASK,
12911         and inline free_element call.
12912         (lookup_as_function, insert, flush_hash_table, invalidate,
12913         remove_invalid_refs, remove_invalid_subreg_refs, rehash_using_reg,
12914         invalidate_for_call, use_related_value, find_comparison_args,
12915         fold_rtx, equiv_constant, cse_insn, invalidate_memory): Likewise.
12916         (hash_cse_reg_info, cse_reg_info_equal_p, free_element,
12917         get_element): Kill.
12918
12919 Sun Dec 12 21:31:44 1999  Jeffrey A Law  (law@cygnus.com)
12920
12921         * cse.c (cse_basic_block): Free qty_table consistently.
12922
12923 1999-12-12  David S. Miller  <davem@redhat.com>
12924             Jakub Jelinek    <jakub@redhat.com>
12925
12926         * config/sparc/sparc.md (movtf reg/reg split): Don't generate
12927         SUBREGs by hand, gen the appropriate hard reg directly.
12928         (movtf reg/mem split): Likewise and alter_subreg on destination
12929         if necessary.
12930         (movtf mem/reg split): Similarly.
12931         (movdf_cc_sp64): Rename from hidden pattern.
12932         (movtf_cc_hq_sp64): Renamed from movtf_cc_sp64.
12933         (movtf_cc_sp64, following split): New pattern and splitter.
12934         (movdf_cc_reg_sp64): Rename from hidden pattern.
12935         (movtf_cc_reg_hq_sp64): Renamed from movtf_cc_reg_sp64, require
12936         TARGET_HARD_QUAD.
12937         (movtf_cc_reg_sp64, following split): New pattern and splitter.
12938
12939 1999-12-12  Stephen L Moshier <moshier@mediaone.net>
12940
12941         * loop.c (load_mems): Don't hoist written floating point mem
12942         if -ffloat-store.
12943
12944 1999-12-12  Mark Mitchell  <mark@codesourcery.com>
12945
12946         * except.h (struct eh_queue): Add `next' pointer.
12947         (struct eh_status): Make x_ehqueue a pointer.
12948         (push_ehqueue):  Declare.
12949         (pop_ehqueue): Likewise.
12950         * except.c (expand_eh_region_end): Adjust now that ehqueue is a
12951         pointer.
12952         (expand_fixup_region_end): Likewise.
12953         (expand_leftover_cleanups): Likewise.
12954         (push_ehqueue): Define.
12955         (pop_ehqueue): Likewise.
12956         (emit_cleanup_handler): Use push_ehqueue and pop_ehqueue rather
12957         than doing it inline.
12958         (expand_start_all_catch):  Adjust now that ehqueue is a
12959         pointer.
12960         (mark_eh_queue): Mark all level of the queue.
12961         (mark_eh_status):  Adjust now that ehqueue is a
12962         pointer.
12963         (init_eh_for_function): Allocate ehqueue.
12964         (free_eh_status): Free it.
12965         * stmt.c (expand_cleanups): Save the ehqueue around the cleanup
12966         expansion for a fixup.
12967
12968 1999-12-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12969
12970         * gthr-single.h (__gthread_active_p): Add prototype arguments.
12971
12972         * libgcc2.c (__udivmoddi4): Remove unnecessary decls.
12973         (__dummy, __builtin_saveregs, __bb_exit_trace_func, __bb_init_prg,
12974         __bb_trace_func, __bb_trace_func_ret, __bb_trace_ret,
12975         function_ptr, getpagesize, __enable_execute_stack,
12976         __enable_execute_stack, __clear_insn_cache,
12977         __enable_execute_stack, __do_global_dtors, __do_global_ctors,
12978         _cleanup, _exit, __default_terminate, __terminate_func,
12979         __terminate, __empty, __throw, new_eh_context,
12980         eh_context_initialize, eh_context_static, eh_context_specific,
12981         get_eh_context, __get_eh_context, __get_eh_info,
12982         init_reg_size_table, eh_threads_initialize,
12983         __get_dynamic_handler_chain, __sjthrow, __sjpopnthrow,
12984         __unwinding_cleanup, throw_helper, __throw, __rethrow,
12985         __pure_virtual): Add prototype arguments.
12986         (__bb_exit_func): Cast a sizeof to long when comparing against one.
12987         Cast a signed value to unsigned long when comparing against one.
12988         (new_eh_context): Wrap in _GTHREADS macro.
12989         (__sjthrow, __sjpopnthrow): Initialize variable `cleanup' at
12990         declaration.
12991         (in_reg_window): Mark parameters with __attribute__ ((__unused__)).
12992         (throw_helper): Initialize variables `handler_p' and `pc_p'.
12993
12994 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12995
12996         * combine.c (record_promoted_value): Remove unused variable
12997         `links2'.
12998
12999         * emit-rtl.c (renumber_insns): Likewise for `old_max_uid'.
13000
13001         * global.c (record_conflicts): Likewise for `j'.
13002
13003         * genoutput.c (output_insn_data): Don't unnecessarily cast away
13004         const-ness.
13005
13006 1999-12-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13007
13008         * i386-protos.h (output_387_binary_op, output_fix_trunc,
13009         output_fp_compare): Constify a char*.
13010
13011         * i386.c (ix86_split_to_parts, ix86_safe_length_prefix): Add
13012         static prototypes.
13013         (override_options, ix86_comp_type_attributes, print_operand,
13014         output_387_binary_op, output_fix_trunc, output_fp_compare):
13015         Constify a char*.
13016         (ix86_sched_reorder): Mark parameter `clock_var' with
13017         ATTRIBUTE_UNUSED.
13018
13019         * i386.h (DEBUG_PRINT_REG): Constify a char*.
13020
13021 Fri Dec 10 16:12:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13022
13023         * tree.def (EXPR_WITH_FILE_LOCATION): Temporarily add a third
13024         operand, for use in the Java front-end.
13025
13026 1999-12-10  Ben Collins  <bcollins@debian.org>
13027
13028         * configure.in: Fix typo for "-64" in 64bit as check.
13029         * configure: Rebuilt.
13030
13031 1999-12-10  Jakub Jelinek  <jakub@redhat.com>
13032
13033         * longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where
13034         appropriate.
13035
13036 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13037
13038         * c-parse.in (string): With -Wtraditional, warn if ANSI string
13039         concatenation is utilized.
13040
13041         * invoke.texi (-Wtraditional): Document it.
13042
13043 1999-12-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13044
13045         * flow.c (flow_loops_dump): Avoid ANSI string concatenation.
13046         Cast a ptrdiff_t to long and pass it to printf with %ld.
13047
13048 1999-12-10  Geoff Keating  <geoffk@cygnus.com>
13049
13050         * config/m68k/m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no
13051         68881, we have no 68881 registers at all.
13052         (HARD_REGNO_MODE_OK): It is always OK to put a MODE_FLOAT
13053         value in a 68881 register if it is available.
13054
13055 1999-12-10  Clinton Popetz  <cpopetz@cygnus.com>
13056
13057         * config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi): New patterns
13058         for long long multiply-accumulate.
13059
13060 1999-12-10  Bernd Schmidt  <bernds@cygnus.co.uk>
13061
13062         * loop.c (insert_loop_mem): Undo last change.
13063
13064 1999-12-10  David S. Miller  <davem@redhat.com>
13065
13066         * config/sparc/sparc.c (fp_sethi_p, fp_mov_p, fp_high_losum_p):
13067         New functions.
13068         * config/sparc/sparc-protos.h: Add them.
13069         * config/sparc/sparc.h: Add them to PREDICATE_CODES.
13070         (EXTRA_CONSTRAINT_BASE): New macro, handling Q, R, and S
13071         constraints which use those helpers.
13072         (EXTRA_CONSTRAINT): Use this new macro.
13073         * md.texi: Update sparc target constraints documentation.
13074         * config/sparc/sparc.md (clear_sf, clear_sfp, movsf_const_intreg,
13075         movsf_const_high, movsf_const_lo, movsf_insn): Delete.
13076         (movsf_insn_novis_liveg0, movsf_insn_novis_noliveg0,
13077         movsf_insn_vis, movsf_lo_sum, movsf_high): New patterns.
13078         (movsf high/lo_sum split): Rework for new patterns.
13079         (movsf expander): Allow storing fp_zero to memory if ! live_g0.
13080
13081 1999-12-09  Gavin Romig-Koch  <gavin@cetus.cygnus.com>
13082
13083         * c-common.c (c_common_nodes_and_builtins):
13084         Create __builtin_ptrdiff_t and __builtin_size_t.
13085
13086 Thu Dec  9 18:05:48 1999  Jeffrey A Law  (law@cygnus.com)
13087
13088         * pa/elf.h (MAX_OFILE_ALIGNMENT): Define.
13089
13090 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13091
13092         * regclass.c (globalize_reg): Re-instate test that allows
13093         fixed registers to be declared as a variable even after functions
13094         are defined.
13095
13096 Fri Dec 10 00:52:13 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13097
13098         * i386.md (cpu attribute): Add "athlon".
13099         (athlon_decode): New attribute.
13100         (Athlon scheduling units definitions): New.
13101         (fcmp and shld patterns): Set athlon_decode to "vector".
13102         * i386.c (athlon_cost): New.
13103         (m_ATHLON): New.
13104         (x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch,
13105         x86_use_sahf): Set for Athlon.
13106         (x86_use_fiop): Unset for Athlon.
13107         (override_options): Define Athlon alignments and "athlon" name.
13108         (x86_adjust_cost): Penalize AGI and delayed latencies for Athlon.
13109         * i386.h (TARGET_ATHLON): New.
13110         (enum processor_type): Add PROCESSOR_ATHLON.
13111         (TARGET_CPU_DEFAULT_SPEC): Set to "-D__tune_athlon__"
13112         for CPU_DEFAULT==5
13113         (TARGET_CPP_CPU_SPECS): Set -D__tune_athlon__ for Athlon.
13114
13115 1999-12-09  Andreas Jaeger  <aj@suse.de>
13116
13117         * loop.c (record_biv): Declare parameter as int.
13118
13119         * config/i386/i386-protos.h: Declare long_memory_operand.
13120
13121 1999-12-09  Mark Mitchell  <mark@codesourcery.com>
13122
13123         * tree.c (copy_node): Do zero the TREE_CHAIN, even for an
13124         EXPR_WITH_FILE_LOCATION.
13125
13126 Thu Dec  9 11:36:24 MET 1999 Jan Hubicka  <hubicka@freesoft.cz>
13127
13128         * i386.md (neg??, abs?f, one_cmpl?i): Use nonimmediate_operand
13129         in expander.
13130
13131         * flow.c (recompute_reg_usage): Use basic block info to get loop_depth.
13132
13133         * combine.c (try_combine, distribute_notes): Remove REG_N_REFS
13134         updating code.
13135
13136 1999-12-09  Jakub Jelinek  <jakub@redhat.com>
13137
13138         * config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs
13139         default on linux64 again.
13140         * config/sparc/t-linux64: Add mno-app-regs and non-medlow code
13141         models for multilibing.
13142         * genmultilib: Accept | as alternative separator within a set in
13143         MULTILIB_OPTIONS.
13144
13145         * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.
13146
13147         * calls.c (precompute_arguments): Make sure initial_value contains
13148         value pseudo which CSE expects.
13149         * cse.c (struct set): New entry orig_src.
13150         (cse_insn): Set it early on entry, use it for libcall EQUIV note
13151         replacement.
13152
13153 Wed Dec  8 22:24:15 1999  Richard Henderson  <rth@cygnus.com>
13154
13155         * flow.c (count_basic_blocks): Don't add (use (const_int 0)) insns.
13156
13157 1999-12-08  Bernd Schmidt  <bernds@cygnus.co.uk>
13158
13159         * loop.c (insert_loop_mem): Don't hoist volatile mems out of loops.
13160
13161 1999-12-08  Jakub Jelinek  <jakub@redhat.com>
13162
13163         * config/sparc/sparc.c (ultra_cmove_results_ready_p,
13164         ultra_fpmode_conflict_exists, ultra_flush_pipeline): Typo fix.
13165
13166         * config/sparc/sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits
13167         if TARGET_ARCH32.
13168
13169         * longlong.h: Merge in changes from glibc.
13170         Also don't clobber %g2 register in 32bit SPARC assembly, so that
13171         -mno-app-regs libgcc can be compiled.
13172         * libgcc2.c: Add defines so that the updated longlong.h
13173         can be used in libgcc2.a. Also, make sure on most architectures
13174         (at least on all which have optimized code in longlong.h defined
13175         for) {SI,W}_TYPE_SIZE is suitable for preprocessor tests.
13176
13177 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13178
13179         * config/sparc/sol2-64.h: Same as sol2-sld-64.h, except that
13180         `-m EMULATION' is added to non-default LINK_ARCH_SPECs.
13181         * configure.in: Use sol2-64.h instead of sol2-sld-64.h if linker
13182         is GNU ld.
13183         * configure: Rebuilt.
13184
13185 Wed Dec  8 03:45:40 1999  Richard Henderson  <rth@cygnus.com>
13186
13187         * alpha.c (secondary_reload_class): For !BWX, sub-simode
13188         outputs require a register.
13189
13190 1999-12-08  Brendan Kehoe  <brendan@cygnus.com>
13191
13192         * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Add _sf_to_usi
13193         _df_to_usi.  Required by some targets, so US_SOFTWARE_GOFAST calls to
13194         functions like dptoul will be resolved.
13195         (libgcc2.a): Make sure that the object files from DPBIT are named
13196         differently (prefix `_dp') from those that would be coming from
13197         FPBIT.
13198
13199 1999-12-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>,  Jakub Jelinek  <jakub@redhat.com>
13200
13201         * configure.in: When target is sparc* and tm_file contains 64,
13202         test for 64bit support in assembler.  If not supported, remove
13203         sparc/t-sol2-64 from target-dependent Makefile fragments.
13204         (AS_SPARC64_FLAG): Define to the assembler flag for 64bit.
13205         (HAVE_AS_OFFSETABLE_LO10): Rework test to use these flags.
13206         (HAVE_AS_REGISTER_PSEUDO_OP): Use config.cache.
13207         * acconfig.h (AS_SPARC64_FLAG): Added.
13208         * configure, config.in: Rebuilt.
13209         * config/sparc/sol2-sld-64.h: Same as sol2.h, if without 64bit
13210         support.  Use AS_SPARC64_FLAG.
13211
13212 1999-12-07  Jakub Jelinek  <jakub@redhat.com>
13213
13214         * config/sparc/sparc.c (hard_32bit_mode_classes): Mark registers
13215         suitable for holding OFmode values so that gcc works with complex
13216         quad long doubles.
13217         (hard_64bit_mode_classes): Likewise.
13218
13219         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): Fix pattern
13220         so that it is actually matched.
13221         (sethi_di_medlow): Likewise.
13222
13223         * config/sparc/sparc.h (LEGITIMATE_CONSTANT_P): Consider TFmode 0.0L
13224         as legitimate constant if -mvis.
13225         * config/sparc/sparc.md (movtf): Likewise.
13226         (clear_sf): Use const_double_operand.
13227         (clear_sfp, clear_dfp, clear_tf, clear_tfp): New patterns.
13228
13229         * config/sparc/sparc.c (sparc_emit_float_lib_cmp): New function.
13230         * config/sparc/sparc-protos.h (sparc_emit_float_lib_cmp): Prototype.
13231         * config/sparc/sparc.h (*_LIBCALL): Only use for _Q_*
13232         routines, _Qp_* cannot be handled like that now.
13233         (INIT_TARGET_OPTABS): Likewise.
13234         * config/sparc/sparc.md (cmptf): Accept soft float ARCH64.
13235         (seq, sne, sgt, sge, slt, sle, beq, bne, bgt, bge, blt, ble): Call
13236         sparc_emit_float_lib_cmp if ARCH64 and soft float.
13237         (extendsftf2, extenddftf2, trunctfsf2, trunctfdf2, floatsitf2,
13238         floatditf2, fix_trunctfsi2, fix_trunctfdi2, addtf3, subtf3, multf3,
13239         divtf3, sqrttf3): New expanders.
13240         (extendsftf2_hq, extenddftf2_hq, trunctfsf2_hq, trunctfdf2_hq,
13241         floatsitf2_hq, floatditf2_hq, fix_trunctfsi2_hq, fix_trunctfdi2_hq,
13242         addtf3_hq, subtf3_hq, multf3_hq, divtf3_hq, sqrttf3_hq): Rename from
13243         non-_hq patterns.
13244
13245         * configure.in (sparc64-*-linux*): Use posix threads if enabled.
13246         * configure: Rebuilt.
13247         * config/sparc/linux64.h: Default to -mcpu=ultrasparc if no
13248         -mcpu is given and we're doing 64bit compiles.
13249
13250 Tue Dec  7 19:22:06 1999  Richard Henderson  <rth@cygnus.com>
13251
13252         * loop.h (struct induction): Add multi_insn_incr.
13253         * loop.c (basic_induction_var): New multi_insn_incr argument.
13254         Set it if we search back through previous insns for the biv.
13255         (record_biv): New multi_insn_incr argument; fill in struct induction.
13256         (strength_reduce): Discard an iv with multiple bivs, any of
13257         which require multiple insns to increment.
13258
13259 1999-12-07  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13260
13261         * invoke.texi (C Dialect Options): Remove -flang-c9x, add -std
13262         documentation.
13263
13264 1999-12-06  David S. Miller  <davem@redhat.com>
13265
13266         * combine.c (check_promoted_subreg): Do not conditionalize this upon
13267         PROMOTE_FUNCTION_RETURN.
13268
13269 Mon Dec  6 15:12:14 1999  Jim Wilson  <wilson@cygnus.com>
13270
13271         * regmove.c (optimize_reg_copy_1): If no REG_DEAD note, check for
13272         and handle REG_UNUSED note on insn.
13273
13274         * combine.c (force_to_mode, case LSHIFTRT): New local inner_mask.  Set
13275         inner_mask instead of mask.
13276
13277 1999-12-06  Brendan Kehoe  <brendan@cygnus.com>
13278
13279         * dwarf2out.c (field_byte_offset): As with dwarfout.c, size can be
13280         zero if there was an error.
13281
13282 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
13283
13284         * config/sparc/sparc.md (return_losum_di): Fix typo in asm
13285         output string.
13286
13287         * longlong.h: Fix clobbers in SPARC asm statements.
13288
13289         * config/sparc/sparc.c (input_operand): Allow HImode and QImode
13290         valid sethi operations when TARGET_ARCH64.
13291
13292         * calls.c (save_fixed_argument_area): If save_mode is BLKmode,
13293         always use move_by_pieces to avoid infinite recursion.
13294         (restore_fixed_argument_area): Likewise.
13295
13296         * combine.c (check_promoted_subreg, record_promoted_value): New
13297         functions.
13298         (combine_instructions): Use them to retain nonzero and sign bit
13299         information after SUBREGs are eliminated by optimizations in
13300         this pass if PROMOTE_FUNCTION_RETURN.
13301
13302         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Document
13303         .register declaration. Don't use variables with __ prefixes.
13304
13305 Mon Dec  6 12:24:52 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13306
13307         * fold-const.c (optimize_bit_field_compare): Only use one mode
13308         for both RHS and LHS in non-constant case.
13309
13310 1999-12-06  Nathan Sidwell  <nathan@acm.org>
13311
13312         * frame.c (start_fde_sort): Only allocate erratic array, if
13313         linear one was allocated. Return allocated flag.
13314         (fde_insert): Only insert, if there's a valid array.
13315         (fde_end_sort): Split, sort and merge if linear and erratic
13316         arrays exist, else just sort linear one.
13317         (search_fdes): New function. Linear search through original fde
13318         structure.
13319         (frame_init): Permit multiple initializations. Cope with
13320         memory shortages.
13321         (find_fde): Fallback on linear search, if failed to sort array.
13322         (__deregister_frame_info): Only free sorted array, if we
13323         allocated it.
13324
13325 1999-12-06  Jakub Jelinek  <jakub@redhat.com>
13326
13327         * config/sparc/sparc.h (MUST_PASS_IN_STACK): New macro.
13328
13329 1999-12-05  Jakub Jelinek  <jakub@redhat.com>
13330
13331         * config/sparc/sparc.c (sparc64_initialize_trampoline): Use gen_flushdi.
13332
13333 1999-12-05  Mark Mitchell  <mark@codesourcery.com>
13334
13335         * tree.h (special_function_p): Declare.
13336         * calls.c (special_function_p): Make it global.  Don't take `name'
13337         as a parameter.  Fix typo in 1999-11-28 change.
13338         (expand_cal): Adjust.
13339
13340 1999-12-04  Mark Mitchell  <mark@codesourcery.com>
13341
13342         * tree.def (EXPR_WITH_FILE_LOCATION): Fix comment formatting.
13343         * tree.h (EXPR_WFL_FILENAME): Define in terms of
13344         EXPR_WFL_FILENAME_NODE.
13345         (EXPR_WFL_FILENAME_NODE): Use the second operand slot rather than
13346         the TREE_CHAIN.
13347         * print-tree.c (print_note): Print TREE_PRIVATE and
13348         TREE_PROTECTED.
13349
13350         * dwarf2out.c (add_abstract_origin_attribute): Don't abort when
13351         the original die cannot be found.
13352
13353         * varray.h (varray_head_tag): Add elements_used.
13354         (VARRAY_PUSH): New macro.
13355         (VARRAY_POP): Likewise.
13356         (VARRAY_TOP): Likewise.
13357         Add variants of VARRAY_PUSH and VARRAY_POP for all varray element
13358         types.
13359         * varray.c (varray_init): Initialize elements_used.
13360         * Makefile.in (BASIC_BLOCK_H): Add varray.h.
13361         (INTEGRATE_H): New variable.
13362         (integrate.o): Depend on INTEGRATE_H.
13363         (unroll.o): Likewise.
13364
13365         * function.h (insert_block_after_note): Declare.
13366         * function.c (insert_block_after_note): Split out from ...
13367         (retrofit_block): ... here.
13368
13369         * stmt.c (expand_fixup): Fix typo in comment.
13370
13371 Sat Dec  4 14:13:38 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13372
13373         * regmove.c (copy_src_to_dest): Remove loop_depth parameter.
13374         (optimize_reg_copy_1): Remove REG_N_REFS updating code.
13375         (optimize_reg_copy_2, copy_src_to_dest, fixup_match_2): Likewise.
13376         (regmove_optimize, fixup_match_1): Likewise.
13377
13378 1999-12-05  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13379
13380         * flow.c (flow_loops_dump): Add missing argument when calling
13381         flow_loop_nested_p.
13382
13383 1999-12-04  Geoffrey Keating  <geoffk@cygnus.com>
13384             Greg McGary  <gkm@gnu.org>
13385
13386         * c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
13387         (init_attributes): Add A_NO_LIMIT_STACK.
13388         (decl_attributes): Handle A_NO_LIMIT_STACK.
13389         * c-decl.c (duplicate_decls): Handle DECL_NO_LIMIT_STACK.
13390         * explow.c (allocate_dynamic_stack_space) [!HAVE_allocate_stack]:
13391         Handle stack bounds checking.
13392         * flags.h (flag_stack_check): Use the word 'probe' rather than
13393         'check', because the flag doesn't actually cause any checking to
13394         be done.
13395         * function.c (expand_function_start): Set
13396         current_function_limit_stack.
13397         * function.h (struct function): Add limit_stack.
13398         (current_function_limit_stack): Define.
13399         * invoke.texi (Code Gen Options): Document new options.
13400         * rtl.h: Declare stack_limit_rtx.
13401         * toplev.c (stack_limit_rtx): New variable.
13402         (decode_f_option): Handle new options -fstack-limit-register=REG,
13403         -fstack-limit-symbol=IDENT, -fno-stack-limit.
13404         (main): Add stack_limit_rtx as GC root.
13405         * tree.h (DECL_NO_LIMIT_STACK): New macro.
13406         (struct tree_decl): New member no_limit_stack.
13407
13408         * config/rs6000/rs6000.c (rs6000_allocate_stack_space): Handle
13409         stack_limit_rtx.
13410         * config/rs6000/rs6000.md (allocate_stack): Handle stack_limit_rtx.
13411         (conditional_trap+1): Get new mnemonic correct.
13412         (conditional_trap+2): New pattern for DImode traps.
13413
13414         * config/m68k/m68k.c (output_function_prologue): Handle
13415         stack_limit_rtx.
13416         * config/m68k/m68k.md (trap): New insn.
13417         (conditional_trap): New insn.
13418         * md.texi (Standard Names): Document `trap' and
13419         `conditional_trap'.
13420         * optabs.c (gen_cond_trap): Use start_sequence()/end_sequence()
13421         so a cc0 setter doesn't get emitted at some random place in the
13422         function.
13423
13424         * config/i960/i960.md (trap): New insn.
13425         (conditional_trap): New expander.
13426         (conditional_trap+1, conditional_trap+2): New insns for signed
13427         and unsigned cases.
13428         * config/i960/i960.c (i960_function_prologue): Use
13429         STARTING_FRAME_OFFSET.  Handle stack_limit_rtx.
13430
13431 Thu Dec  2 21:22:45 1999  Greg McGary  <gkm@gnu.org>
13432                           Geoffrey Keating  <geoffk@cygnus.com>
13433
13434         * flags.h (warn_padded, warn_packed): Add global var decls.
13435         * toplev.c (warn_padded, warn_packed): Add global var defns.
13436         (W_options): Add warnings `-Wpacked' and `-Wpadded'.
13437         * stor-layout.c (layout_record): Add local variable `type'
13438         to hold often-used TREE_TYPE (field).  Add local variable
13439         `unpacked_align' to hold alignment that would be in force
13440         if no `packed' attribute were present.  Warn if `packed' attribute
13441         is unnecessary, or even harmful.  Warn when gcc inserts padding
13442         to satisfy alignment requirements of members.  Use NULL_TREE
13443         when checking whether var_size is set.
13444         * invoke.texi: Document new flags.
13445
13446 1999-12-03  Nathan Sidwell  <nathan@acm.org>
13447
13448         * frame.c (fde_split): Reimplement to avoid variable sized array.
13449
13450 Thu Dec  2 18:59:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13451
13452         * combine.c (try_combine): Before fixing up LOG_LINKS for the
13453         i3_subst_into_i2 case, check that GET_CODE (PATTERN (i2)) == PARALLEL.
13454
13455 1999-12-02  Gavin Romig-Koch  <gavin@cygnus.com>
13456
13457         * invoke.texi: Document the mips option -mno-crt0
13458
13459 1999-12-02  Mike Karr  <mkarr@mathworks.com>
13460
13461         * cccp.c (argdata): Added free_ptr member.
13462         (macroexpand): Initialize free_ptr of each argument. When an
13463         argument's buffers are freed, if the argument's free_ptr corresponds
13464         to a buffer on the input stack, then return the free_ptr to that stack
13465         frame, otherwise, free it.
13466         (macarg): If an argument begins and ends on the same input stack level,
13467         then transfer the free_ptr of that buffer to the argument in case
13468         the stack is popped during the processing of a subsequent argument.
13469
13470 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
13471
13472         * loop.c (note_reg_stored): New function.
13473         (struct note_reg_stored_arg): New structure.
13474         (try_copy_prop): Change to be more conservative; only replace within
13475         one extended basic block and stop replacing if a store to the
13476         replacement reg is seen.
13477
13478 1999-12-02  Nick Clifton  <nickc@cygnus.com>
13479
13480         * config/fp-bit.c: Initialise all fields of the NAN
13481         constants.
13482
13483         * c-lex.c (check_newline): Pass pragma_getc and pragma_ungetc
13484         to HANDLE_PRAGMA.
13485
13486 Wed Dec  1 18:16:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
13487
13488         * i386.md (extend?f?f2): Force the input into a register, not
13489         the output.
13490
13491 1999-12-01  Jakub Jelinek  <jakub@redhat.com>
13492
13493         * config/sparc/sparc.md (movsf_const_intreg): Add constraints for
13494         regclass' sake.
13495         (movdf_const_intreg_sp32): Likewise. Prefer the memory load
13496         alternative because setting up 64bit constant is usually costly,
13497         especially when reload is in progress or completed.
13498         (movdf_const_intreg_sp64): Likewise.
13499         (movdf_const_intreg split): Fix building up constants when
13500         HOST_BITS_PER_WIDE_INT is 64 yet long is 32bit.
13501
13502 Wed Dec  1 16:51:22 1999  Jeffrey A Law  (law@cygnus.com)
13503
13504         * combine.c (if_then_else_cond): Use const_true_rtx instead of
13505         const1_rtx for return values in EQ/NE comparison against (const_int 0)
13506         case.
13507
13508         * mn10300.c (REG_SAVE_BYTES): Allocate space for AM33 registers.
13509         (asm_file_start): Emit .am33 into assembly file when compiling for
13510         the AM33.
13511         (print_operand_address): Handle POST_INC addresses.
13512         (can_use_return_insn, initial_offset): Check AM33 registers too.
13513         (expand_prologue): Check & save AM33 registers too.
13514         (expand_epilogue): Similarly.
13515         (secondary_reload_class): Handle AM33 specific secondary reloads.
13516         (output_tst): Emit efficient code for the AM33 too.
13517         * mn10300.h (CPP_SPEC, TARGET_AM33): Define.
13518         (TARGET_SWITCHES): Add -mam33 switch.
13519         (FIRST_PSEUDO_REGISTER): Handle new AM33 registers.
13520         (FIXED_REGISTERS, CALL_USED_REGISTERS): Likewise.
13521         (REG_ALLOC_ORDER, CONDITIONAL_REGISTER_USAGE): Likewise.
13522         (HARD_REGNO_MODE_OK, MODES_TIEABLE_P): Likewise.
13523         (enum reg_class, REG_CLASS_NAMES): Likewise.
13524         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Likewise.
13525         (INDEX_REG_CLASS, REG_CLASS_FROM_LETTER): Likewise.
13526         (REGNO_OK_FOR_INDEX_P, PREFERRED_RELOAD_CLASS): Likewise.
13527         (PREFERRED_OUTPUT_RELOAD_CLASS, LIMIT_RELOAD_CLASS): Likewise.
13528         (REGISTER_MOVE_COST, REGISTER_NAMES): Likewise.
13529         (HAVE_POST_INCREMENT): Define.
13530         (GO_IF_LEGITIMATE_ADDRESS): Allow POST_INC addresses for the AM33.
13531         (GO_IF_MODE_DEPENDENT_ADDRESS): POST_INC is a mode dependent address.
13532         * mn10300.md (movqi, movhi, addsi, subsi): Add AM33 variants.
13533         (mulsi, andsi, iorsi, xorsi, notsi): Likewise.
13534         (ashiftsi, lshiftrtsi, ashiftrtsi): Likewise.
13535         (zero_extend to SI from QI/HI): Likewise.
13536         (sign_extend to SI from QI/HI): Likewise.
13537         (mulsidi3, umulsidi3): New patterns for the AM33.
13538         (tstsi with zero extension from QI/HI): Add AM33 variants.
13539         (movsi, movsf, movdi, movdf): Generate efficient code for the AM33 too.
13540         (return_internal_regs, store_movm): Handle new AM33 registers.
13541         * t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Define.
13542         (LIBGCC, INSTALL_LIBGCC): Likewise.
13543         * invoke.texi: Document new flags.
13544
13545 Fri Nov 26 10:59:12 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13546
13547         * i386.md (addsi3_cc): Add "binary_operator_ok" to the condition.
13548         (addsi3_carry): Likewise.
13549         (sbbsi3_cc): Add "binary_operator_ok" to the condition.
13550         (sbbsi3_carry): Likewise.
13551         (mulsi3): Rewrite to expander, ensure that only one operand is memory.
13552         (mulhi3): Likewise.
13553         (test?i_1): Ensure that only one operand is memory.
13554         (conditional move patterns): likewise.
13555         (shift and rotate patterns): Rewrite to expander, add
13556         "binary_operator_ok" to the condition.
13557
13558         * i386.md (QImode patterns): Remove '*' before the 'r' constraints.
13559         * i386.h (procesor_costs): Add movzbl_load field.
13560         (HARD_REGNO_MODE_OK): Accept QImode on non PARTIAL_REGISTER_STALL in
13561         non-Q registers, accept DImode registers anywhere.
13562         (Q_CLASS_P): New.
13563         (MEMORY_MOVE_COST): Calculate QImode moves correctly.
13564         * i386.c (*_cost): Set value for movxbl_load field.
13565
13566         * (addsi): New add to lea splitter.
13567         (ashlsi): Likewise.
13568         (lea to add/shift peep2): New.
13569
13570 1999-12-01  Mark Salter <msalter@cygnus.com>
13571
13572         * config/mips/elf.h (STARTFILE_SPEC): Add no-crt0.
13573         * config/mips/elf64.h (STARTFILE_SPEC): Add no-crt0.
13574         * config/mips/mips.h (TARGET_SWITCHES): Add no-crt0.
13575
13576 Tue Nov 30 15:20:52 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13577
13578         * i386.c (ix86_expand_move): Never add clobbers to move patterns.
13579         * i386.md (movsi_xor): New.
13580         (movsi_or): New.
13581         (movsi_1, movhi_1, movqi_1): Remove.
13582         (movsi_2): Rename to movsi_1.
13583         (movhi_2): Rename to movhi_1.
13584         (movqi_2): Rename to movqi_1.
13585         (movdi_1): Remove; remove splitter.
13586         (movdi_2): Rename to movdi_1.
13587         (divmodsi4 splitter): Do not emit clobbers for move patterns.
13588         (long move peep2): Do not create QI or HI mode mov0s
13589         (mov -1,reg -> or peep2s): Enable again, rewrite to single peephole.
13590
13591         * i386.md (zero_extend?i?i2): Rewrite to expanders; new patterns,
13592         rewrite splitters.
13593
13594         * i386.md (neg?f2_if): Split "r" and "f" to separate alternatives.
13595         (abs?f2_if): Likewise.
13596
13597 1999-11-30  Alex Samuel  <samuel@codesourcery.com>
13598
13599         * ggc.h (ggc_test_and_set_mark): New macro.
13600         (ggc_mark_rtx): Use ggc_test_and_set_mark.
13601         (ggc_mark_tree): Likewise.
13602         (ggc_mark_rtvec): Likewise.
13603         * ggc-common.c (ggc_mark_rtx_children): Reduce recursion.
13604
13605 1999-11-30  Jason Merrill  <jason@casey.cygnus.com>
13606
13607         * dwarf2out.c (scope_die_for): Only handle types.  Only search for
13608         containing types.
13609         (decl_scope_table): Just an array of trees now.
13610         (push_decl_scope): Simplify.
13611         (dwarf2out_init): Adjust.
13612         (local_scope_p): New fn.
13613         (gen_inlined_enumeration_type_die): Don't call scope_die_for.
13614         (gen_inlined_union_type_die, gen_inlined_structure_type_die): Likewise.
13615         (gen_typedef_die): Likewise.
13616         (gen_lexical_block_die): Don't call push/pop_decl_scope.
13617         (gen_inlined_subroutine_die): Likewise.
13618         (gen_abstract_function): Set current_function_decl temporarily.
13619         (gen_subprogram_die): Don't check DECL_ABSTRACT to set declaration.
13620         Handle block extern declarations.  Don't call push/pop_decl_scope.
13621         (gen_decl_die): Fix logic for block externs.
13622
13623 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13624
13625         * calls.c (special_function_p): Remove `realloc' and add `strdup'
13626         to the list of functions which have attribute malloc by default.
13627
13628 1999-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13629
13630         * c-lex.c (yylex): With -Wtraditional, when the ANSI type of an
13631         integer constant does not match the traditional type, limit the
13632         warnings to cases where the base of the type is ten.
13633
13634         * invoke.texi (-Wtraditional): Document it.
13635
13636 Tue Nov 30 15:18:35 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13637
13638         * combine.c (try_combine): Only pass SET or CLOBBER to SET_DEST
13639         * rs6000.md: Only access a CONST_INT with INTVAL
13640
13641 Tue Nov 30 14:21:00 1999  Richard Henderson  <rth@cygnus.com>
13642
13643         * lcm.c (compute_laterin): Cast bb->aux to size_t not int.
13644         (compute_nearerout): Likewise.
13645         * ggc-page.c (ggc_page_print_statistics): Explicitly cast
13646         size_t to unsigned long for formatting.
13647
13648 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13649
13650         * config/sparc/sparc.h (FIXED_REGISTERS, CONDITIONAL_REGISTER_USAGE):
13651         Allow the user to override call-used/fixed state of %g2-5
13652         registers from the command line (with the exception of %g4 for
13653         embedded model).
13654         (REG_LEAF_ALLOC_ORDER): Move %g1 and %g4-7 registers to front, so that
13655         there is a higher chance of having a leaf function.
13656         (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Provide separate macros
13657         for ARCH64 which has %ccr register.
13658         * config/sparc/sparc.md (return_losum_si, return_losum_di): New
13659         patterns.
13660         * config/sparc/sparc.c (eligible_for_epilogue_delay): For the return
13661         insn accept into delay slot any insn which does not use %[ol]
13662         registers.  Accept some LO_SUM and shift left by 1 for the normal
13663         restore case.
13664         (output_function_epilogue): Likewise.
13665         (epilogue_renumber): Added argument which inhibits any renumbering
13666         and just tests if the rtx does not use any %[ol] registers.
13667         (output_return): Reflect above change.
13668
13669 1999-11-30  Jakub Jelinek  <jakub@redhat.com>
13670
13671         * config/sparc/sparc.c (sparc_va_arg): Fix sparc64 va_arg
13672         aggregate passing for sizes <= 16 bytes.
13673
13674 1999-11-30  Bernd Schmidt  <bernds@cygnus.co.uk>
13675
13676         * cse.c (FIXED_REGNO_P): Delete tests for OVERLAPPING_REGNO_P.
13677         * global.c (global_alloc): Delete [OVERLAPPING_REGNO_P] code.
13678         * reload.c (find_dummy_reload): Likewise.
13679         (find_equiv_reg): Likewise; also for INSN_CLOBBERS_REGNO_P.
13680         * reload1.c (reload_as_needed): Likewise.
13681         * stupid.c (stupid_find_reg): Likewise.
13682         * tm.texi (Obsolete Register Macros): Delete section.
13683         * gmicro.h: Remove all traces of the two macros.
13684         * i386.h: Likewise.
13685         * m88k.h: Likewise.
13686         * mips.h: Likewise.
13687
13688 1999-11-30  Brendan Kehoe  <brendan@cygnus.com>
13689
13690         * sparc.h (MASK_FASTER_STRUCTS, TARGET_FASTER_STRUCTS): Define.
13691         (TARGET_SWITCHES): Add -mfaster-structs/-mno-faster-structs flags.
13692         (ROUND_TYPE_ALIGN): Use better value if -mfaster-structs.
13693         * sparc.md (sparclite86x_branch, sparclite86x_shift): New function
13694         units for the sparclite86x chip.
13695         (flush): Revert October 14th change; add SImode specifically.
13696         (flushdi): Copy of flush, but DImode, to avoid genrecog warnings.
13697         * invoke.texi: Document it.
13698
13699 Tue Nov 30 14:58:14 1999  Nick Clifton  <nickc@cygnus.com>
13700
13701         * config/mn10200/mn10200.h (PREDICATE_CODES): Add
13702         psimode_truncation_operand.
13703
13704         * config/mn10200/mn10200.c (psimode_truncation_operand): New
13705         function.  Return true if the operand is either a MEM valid
13706         for a PSImode address or not a MEM at all.
13707
13708         * config/mn10200/mn10200.md (truncsipsi2): Use
13709         psimode_truncation_operand.
13710
13711 1999-11-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13712
13713         * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions.
13714         (flow_loop_nested_p, flow_loops_dump, flow_loops_free): Likewise.
13715         (flow_loop_exits_find, flow_loop_nodes_find): Likewise.
13716         (flow_depth_first_order_compute, flow_loop_pre_header_find): Likewise.
13717         (flow_loop_tree_node_add, flow_loops_tree_build): Likewise.
13718         (flow_loop_level_compute, low_loops_level_compute): Likewise.
13719         (flow_loops_find, flow_loop_outside_edge_p): Likewise.
13720         * basic-block.h: Protect from multiple inclusion.
13721         (flow_loops_find, flow_loops_free, flow_loop_dump): Add protoypes.
13722         (struct loops, struct loop): Define structures.
13723         * sbitmap.c (sbitmap_a_subset_b_p): New function.
13724         * sbitmap.h: Protect from multiple inclusion.
13725         (sbitmap_a_subset_b_p): Add prototype.
13726         * Makefile.in (LOOP_H): New macro.
13727         (stmt.o, integrate.o, loop.o, unroll.o): Replace loop.h with LOOP_H.
13728
13729 Tue Nov 30 01:34:47 1999  Philippe De Muyter  <phdm@macqel.be>
13730
13731         * cppinit.c (CAT): The argument list of this macro may not contain
13732         spaces !
13733
13734 1999-11-29  David S. Miller  <davem@redhat.com>
13735
13736         Move quantity tables and register equivalence chains into
13737         per-qty and per-register structure arrays respectively.
13738         * cse.c (qty_first_reg, qty_last_reg, qty_mode, qty_const,
13739         qty_const_insn, qty_comparison_code, qty_comparison_const,
13740         qty_comparison_qty): Delete, replace with...
13741         (qty_table): this structure table.
13742         (reg_next_eqv, reg_prev_eqv): Delete, replace with...
13743         (reg_eqv_table): this structure table.
13744         (make_new_qty): Add argument MODE.  Caller updated.
13745         Update to use qty_table and reg_eqv_table.
13746         (make_regs_eqv, delete_reg_equiv, insert_regs,
13747         insert, exp_equiv_p, cse_rtx_varies_p, canon_reg,
13748         fold_rtx, equiv_constant, record_jump_cond, cse_insn,
13749         cse_process_notes, cse_main, cse_basic_block): Likewise.
13750
13751 Mon Nov 29 16:56:42 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13752
13753         * fold-const.c (extract_muldiv, case {MIN,MAX}_EXPR): Reverse
13754         operation if C is negative.
13755         (extract_muldiv, case SAVE_EXPR): Supresss if arg has side effects.
13756         (extract_muldiv, case {PLUS,MINUS}_EXPR): Don't apply distributive
13757         law for some divisions if constant is negative and change other
13758         divisions to the opposite rounding.
13759
13760         * expr.c (store_constructor_field): If bit position is not multiple
13761         of alignment of TARGET's mode, use BLKmode.
13762
13763         * expr.c (expand_expr_unaligned): Add more code from full case
13764         that is needed when OP0 is in a register.
13765
13766 Mon Nov 29 18:09:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
13767
13768         * dwarfout.c (field_byte_offset): Size can be zero if there was
13769         an error.
13770
13771 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13772
13773         * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE.
13774         (associate_trees): Delete unused var TEM.
13775         (extract_muldiv): Delete unused var CANCEL_P.
13776
13777         * fold-const.c [TARGET_FLOAT_FORMAT != IEEE_FLOAT_FORMAT]
13778         (target_isinf, target_isnan, target_negative): Add return types to
13779         function definitions.
13780
13781 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13782
13783         * fixinc/fixincl.c(process): don't skip GLIBC files any more.
13784         * fixinc/hackshell.tpl: ditto
13785         * fixinc/fixtests.c(double_slash_test): more C++ header testing
13786         * fixinc/inclhack.def(AAB_fd_zero_glibc*): corrected spelling of mach
13787
13788 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13789
13790         * reload.c (push_reload): When looking for a register to put into
13791         reg_rtx, make sure all hard regs in a multi-reg register are in the
13792         right class and nonfixed.
13793
13794         * haifa-sched.c (reg_last_uses, reg_last_sets, reg_last_clobbers,
13795         pending_read_insns, pending_write_insns, pending_read_mems,
13796         pending_write_mems, pending_list_length, last_pending_memory_flush,
13797         last_function_call, sched_before_next_call): Move static variables
13798         into a structure.
13799         (bb_ prefixed versions): Replace with single array bb_deps.
13800         (struct deps): New structure.
13801         (add_insn_mem_dependence, flush_pending_lists, sched_analyze_1,
13802         sched_analyze_2, sched_analyze_insn, sched_analyze): Accept new
13803         argument of type "struct deps *"; use that instead of global
13804         variables.  All callers changed.
13805         (init_rgn_data_dependencies): Delete function.
13806         (init_rtx_vector): Delete function.
13807         (init_deps): New function.
13808
13809         (free_pending_lists): Simplify, we always use the bb_deps array even
13810         if only one basic block.
13811         (compute_block_backward_dependences): Likewise.
13812         (schedule_region): Likewise.
13813
13814         (propagate_deps): New function, broken out of
13815         compute_block_backward_dependences.
13816         (compute_block_backward_dependences): Use it.
13817
13818         * alpha.md: Delete useless patterns that tried to work around
13819         register elimination problems.
13820
13821         * unroll.c (loop_iterations): Don't abort if iteration variable
13822         was made by loop.
13823
13824         From Joern Rennecke:
13825         * reload1.c (reloads_conflict): Reverse test comparing operand
13826         numbers when testing for conflict between output/outaddr reloads.
13827
13828 1999-11-29  David S. Miller  <davem@redhat.com>
13829
13830         * config/sparc/sparc.c (init_cumulative_args): Fix type of third
13831         arg.
13832         * config/sparc/sparc-protos.h: Update proto, move into RTX_CODE.
13833
13834 1999-11-28  Robert Lipe  <robertl@cygnus.com>
13835
13836         * i386/sco5.h (FINI_SECTION_ASM_OP_COFF): Move destructor fn
13837         table from .fini into .dtor.
13838
13839 1999-11-28  Anthony Green  <green@cygnus.com>
13840
13841         * tree.h (struct tree_decl): Add malloc_flag.
13842         (DECL_IS_MALLOC): Define.
13843         * c-common.c (attrs): Add A_MALLOC attribute.
13844         (init_attributes): Add this attribute to the table.
13845         (decl_attributes): Handle malloc attribute.
13846         * calls.c (special_function_p): Check for the malloc attribute.
13847         * extend.texi (Function Attributes): Document malloc attribute.
13848
13849 Sun Nov 28 13:21:00 1999  Jeffrey A Law  (law@cygnus.com)
13850
13851         * pa.md (reload shift-add patterns): Remove.
13852
13853 1999-11-28 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13854
13855         * reorg.c (dbr_schedule) Print more statistics. Corrected
13856         problem when printing info when 3 delay slots are filled.
13857
13858 1999-11-28  Jakub Jelinek  <jakub@redhat.com>
13859
13860         * combine.c (setup_incoming_promotions): Pass an outgoing
13861         regno to FUNCTION_ARG_REGNO_P which it expects.
13862
13863 1999-11-28  Andreas Jaeger  <aj@suse.de>
13864
13865         * mips/linux.h (CPP_PREDEFINES): Undefine before redefining.
13866
13867 Sun Nov 28 00:48:15 1999  Philippe De Muyter  <phdm@macqel.be>
13868
13869         * cccp.c (do_include): Avoid initialization of automatic variable.
13870
13871         * integrate.c (mark_stores): Function definition made void, to match
13872         previous declaration.
13873         * regclass.c (dump_regclass): Ditto.
13874         * Makefile.in (WARN_CFLAGS): Macro augmented by `-Wtraditional'.
13875
13876 Sat Nov 27 08:38:26 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13877
13878         * expr.c (store_constructor): Use EXACT_DIV_EXPR when dividend is
13879         known to be multiple of divisor.
13880
13881         * expr.c (store_constructor): Don't clobber TARGET if CLEARED.
13882
13883         * combine.c (try_combine): Add code to try to merge a set of a
13884         two-word pseudo to a constant with a setting of one of those words
13885         to a constant.
13886
13887         * fold-const.c (negate_expr, associate_trees, extract_muldiv): New.
13888         (split_tree): Completely rework to make more general.
13889         (make_range, fold): Call negate_expr.
13890         (fold, case NEGATE_EXPR): Simplify -(a-b) is -ffast-math.
13891         (fold, associate): Call new split_tree and associate_trees.
13892         (fold, case MULT_EXPR, case *_{DIV,MOD}_EXPR): Call extract_muldiv.
13893
13894 1999-11-26  Bernd Schmidt  <bernds@cygnus.co.uk>
13895
13896         * loop.c (try_copy_prop): Avoid GNU C extension.
13897
13898 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13899
13900         * except.c (init_eh_for_function): Still zero eh_return_context,
13901         eh_return_stack_adjust, and eh_return_handler.
13902
13903         * except.h (eh_status): Adjust documentation for x_protect_list.
13904         (begin_protect_partials): New function.
13905         * except.c (enqueue_eh_entry): Fix formatting.
13906         (get_first_handler): Add consistency check.
13907         (add_partial_entry): Adjust usage of protect_list.
13908         (emit_cleanup_handler): Save and restore ehqueue.
13909         (expand_start_all_catch): Add comment.
13910         (begin_protect_partials): New function.
13911         (end_protect_partials): Adjust usage of protect_list.
13912         (init_eh_for_function): Use xcalloc.
13913
13914 1999-11-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13915
13916         * c-common.c (check_format_info): Don't call a variadic function
13917         with a non-literal format string.
13918
13919         * c-decl.c (grokdeclarator, start_struct, finish_struct): Likewise.
13920
13921         * c-typeck.c (build_component_ref, build_unary_op, lvalue_or_else,
13922         pedantic_lvalue_warning, error_init, pedwarn_init, warning_init):
13923         Likewise.
13924
13925         * cccp.c (check_macro_name, do_xifdef, vwarning_with_line):
13926         Likewise.
13927
13928         * collect2.c (collect_wait): Likewise.
13929
13930         * dbxout.c (dbxout_type): Likewise.
13931
13932         * gcc.c (do_spec_1): Likewise.
13933
13934         * genemit.c (gen_insn, gen_expand): Likewise.
13935
13936         * genrecog.c (write_switch, write_subroutine): Likewise.
13937
13938         * mips-tfile.c (catch_signal, botch): Likewise.
13939
13940         * print-rtl.c (print_rtx): Likewise.
13941
13942         * toplev.c (default_print_error_function, report_error_function,
13943         _fatal_insn): Likewise.
13944
13945 1999-11-25  Mark Mitchell  <mark@codesourcery.com>
13946
13947         * tree.c (unsave_expr_now): Handle NULL_TREE as input.
13948
13949 Wed Nov 24 17:08:09 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
13950
13951         * reg-stack.c (subst_stack_regs_pat): Swap operands in commutative
13952         operations when needed.
13953         * i386.md (fop_?f_comm): New.
13954         (fop_?f_1): Do not accept commutative operands.
13955
13956 1999-11-25  Andreas Jaeger  <aj@suse.de>
13957
13958         * config/mips/mips.md (casesi_internal): Add missing brace.
13959
13960 1999-11-25  Jason Merrill  <jason@casey.cygnus.com>
13961
13962         * dwarf2out.c (pend_type, output_pending_types_for_scope): Lose.
13963         (splice_child_die): Handle moving a child DIE from the declaration
13964         DIE of a class to its specification.
13965         (gen_struct_or_union_type_die): Use 'complete' consistently.
13966         (gen_decl_die): Generate the virtual context DIE first.
13967         Use decl_ultimate_origin instead of DECL_ABSTRACT_ORIGIN.
13968
13969 1999-11-24  Gavin Romig-Koch  <gavin@cygnus.com>
13970
13971         * config/mips/mips.md (call_value_multiple_interanal1): New.
13972
13973 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
13974
13975         * dwarf2out.c (free_AT, free_die): New fns.
13976         (remove_children): Call them.
13977         (output_line_info): Disable removal of duplicate notes.
13978
13979         Generate minimal debug info for types with TYPE_DECL_SUPPRESS_INFO set.
13980         * dwarf2out.c (gen_struct_or_union_type_die): TYPE_DECL_SUPPRESS_INFO
13981         means pretend the type isn't defined.
13982         Don't defer emitting types.
13983         (gen_type_die_for_member): New fn.
13984         (gen_decl_die): Call it.
13985         (splice_child_die): New fn.
13986         (gen_member_die): Call it rather than generate duplicate dies.
13987
13988         Defer emitting information for the abstract instance of an inline
13989         until we either inline it or emit an out-of-line copy.
13990         * dwarf2out.c (decl_ultimate_origin): Ignore DECL_ABSTRACT_ORIGIN
13991         from output_inline_function if DECL_ABSTRACT is also set.
13992         (block_ultimate_origin): Likewise.
13993         (gen_abstract_function): New fn.
13994         (gen_decl_die, gen_inlined_subroutine_die): Call it.
13995         (gen_subprogram_die):  An abstract instance is not a declaration
13996         just because it doesn't match current_function_decl.  Don't abort
13997         because DECL_DEFER_OUTPUT isn't set.  Do abort if a declaration
13998         has an abstract origin.
13999         * toplev.c (rest_of_compilation): Don't emit dwarf2 info for the
14000         abstract instance here.
14001
14002 Wed Nov 24 18:39:18 1999  Andrew Haley  <aph@cygnus.com>
14003
14004         * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case
14005         where we need to reload fpul from a system register.
14006
14007 1999-11-24  Andreas Jaeger  <aj@suse.de>
14008
14009         * config/mips/linux.h (CPP_PREDEFINES): Added.
14010         (LINK_SPEC): Remove -Y since this is only needed on sparc.
14011
14012 1999-11-24  Andreas Jaeger  <aj@suse.de>
14013
14014         * config/mips/linux.h (TARGET_VERSION): Added.
14015         (HANDLE_SYSV_PRAGMA): Added.
14016         (DEFAULT_VTABLE_THUNKS): Added.
14017
14018 Wed Nov 24 14:12:15 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14019
14020         * local-alloc.c (qty): New structure and static variable.
14021         (qty_phys_reg): Remove, all references changed to qty.
14022         (qty_n_refs): Likewise.
14023         (qty_min_class): Likewise.
14024         (qty_birth): Likewise.
14025         (qty_death): Likewise.
14026         (qty_size): Likewise.
14027         (qty_mode): Likewise.
14028         (qty_n_calls_crossed): Likewise.
14029         (qty_alternate_class): Likewise.
14030         (qty_changes_size): Likewise.
14031         (qty_first_reg): Likewise.
14032         (alloc_qty): Rename variable QTY to QTYNO.
14033         (finf_free_reg): Likewise.
14034         (local_alloc): Allocate qty, do not allocate the removed variables.
14035
14036 Wed Nov 24 17:26:05 1999  Geoffrey Keating  <geoffk@cygnus.com>
14037
14038         * config/mips/mips.h (ASM_SPEC): Don't pass -G to the assembler
14039         when -membedded-pic is passed.
14040
14041         * config/mips/mips.md (casesi): Handle 64-bit case too.
14042         (casesi_internal_di): New insn.
14043
14044         * config/mips/mips.c (embedded_pic_offset): Always make the
14045         embedded-pic subtractions relative to the name of the current
14046         function by use of the magic string "..CURRENT_FUNCTION".
14047         * config/mips/mips.h (ASM_OUTPUT_LABELREF): Make the magic happen.
14048
14049 1999-11-24  Geoffrey Keating  <geoffk@cygnus.com>
14050
14051         * config/mips/mips.md (div_trap_normal): Don't ask for the REGNO
14052         of (const_int 0), when what we really care about is
14053         whether it's a zero constant anyway.
14054         (div_trap_mips16): Likewise.
14055
14056 1999-11-23  Mark Mitchell  <mark@codesourcery.com>
14057
14058         * loop.c (loop_optimize): Always find_loop_tree_blocks and
14059         unroll_block_trees when generating debuggable code.
14060
14061         * tree.h (unsave_expr_1): New function.
14062         (lang_unsave): New variable.
14063         (get_callee_fndecl): New function.
14064         * tree.c (unsave_expr_now_r): New function.
14065         (lang_unsave): Define.
14066         (unsave_expr_1): Likewise.
14067         (unsave_expr_now_r): Split out from unsave_expr_now.
14068         (unsave_expr_now): Call lang_unsave if it is non-NULL.  Otherwise,
14069         call unsave_expr_now_r.
14070         (get_callee_fndecl): Define.
14071
14072         * Makefile.in (gencheck): Don't depend on lang_tree_files.
14073         (gencheck.o): Do depend on lang_tree_files.
14074
14075         * integrate.h (copy_decl_for_inlining): New declaration.
14076         * integrate.c (copy_and_set_decl_abstract_origin): Remove.
14077         (copy_decl_for_inlining): New function.
14078         (integrate_parm_decls): Use it.
14079         (integrate_decl_tree): Likewise.
14080
14081 1999-11-23  Gavin Romig-Koch  <gavin@cygnus.com>
14082
14083         * config/mips/mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split
14084         the second two from the first.
14085         (CONDITIONAL_REGISTER_USAGE): Use ISA_HAS_8CC rather than ISA_HAS_FP4.
14086         * config/mips/mips.md (movcc,reload_incc,reload_outcc,
14087         conditional move): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
14088         ISA_HAS_FP4.
14089         * config/mips/mips.c (mips_move_1word,gen_conditional_branch,
14090         override_options): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than
14091         ISA_HAS_FP4.
14092
14093 Tue Nov 23 11:15:04 1999  Jeffrey A Law  (law@cygnus.com)
14094
14095         * pa.md (call_internal_symref, call_value_internal_symref): No mode
14096         needed on the address operand.
14097         * pa.c (call_operand_address): Check for the correct mode.
14098
14099 1999-11-23  Bernd Schmidt  <bernds@cygnus.co.uk>
14100
14101         * loop.c: Include "basic-block.h".
14102         (try_copy_prop, replace_loop_reg): New functions.
14103         (load_mems): Detect registers that just hold copies of the hoisted
14104         mem, and call try_copy_prop to eliminate them.
14105         * Makefile.in (loop.o): Update dependencies.
14106
14107 Tue Nov 23 01:03:29 1999  Hans-Peter Nilsson  <hp@axis.com>
14108
14109         * Makefile.in (gencheck.o): Depend on gencheck.h.
14110         (insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h.
14111         (insn-peep.o): Depend on except.h and function.h.
14112         (insn-attrtab.o): Depend on RECOG_H.
14113         (insn-output.o): Depend on toplev.h and flags.h.
14114         (gengenrtl.o): Depend on real.h.
14115         (gen-protos.o): Depend on cpplib.h and cpphash.h.
14116         Unify all dependencies to be on RECOG_H rather than recog.h.
14117
14118 Tue Nov 23 00:57:10 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14119
14120         From Casper H.S. Dik on comp.unix.solaris, 23 Oct 1998:
14121         * configure.in: Try building a bi-arch 32/64-bit compiler on
14122         sparc-*-solaris2.7 and higher.
14123         * configure: Rebuild.
14124
14125 Mon Nov 22 23:09:44 1999  David O'Brien  <obrien@FreeBSD.org>
14126
14127         * config/freebsd.h: New, FreeBSD architecture independent file.
14128         * config/i386/freebsd-elf.h: removed FreeBSD architecturally
14129         independent pieces.
14130         * config/i386/freebsd.h: include i386/perform.h via tm.h rather than
14131         directly by i386/freebsd.h.
14132         * configure.in (*-*-freebsdelf): Include new FreeBSD architecturally
14133         independent configuration file.
14134         (*-*-freebsdelf): Include i386/perform.h via tm.h rather than
14135         directly by i386/freebsd.h.
14136         * configure: Rebuilt.
14137
14138         * xm-i386.h: Define `__i386__' if not defined, rather than `i386'
14139         which is in the user's namespace.
14140         * libgcc2.c: Look for the ANSI-C approved `__i386__' symbol, vs.
14141         `i386' which is not in our namespace.
14142
14143 Mon Nov 22 22:58:01 1999  "R. Kelley Cook" <KelleyCook@attglobal.net>
14144
14145         * invoke.texi (ARM Options): Add in -mno-alignment-traps
14146
14147 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
14148
14149         * dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.
14150         (add_dwarf_attr, add_child_die): Just push onto the front.
14151         (reverse_die_lists): New fn.
14152         (add_sibling_attributes): Use it.
14153         (push_decl_scope): Reorganize.
14154         (add_name_and_src_coords_attributes): Don't set file and line for
14155         an artificial decl.
14156         (gen_subprogram_die): An artificial function doesn't need to match
14157         file and line.
14158         (gen_compile_unit_die): Return the generated die.  Only add
14159         AT_comp_dir if the filename is relative.
14160         (remove_AT): Simplify loop.  Also free string values.
14161         (output_die): A DIE ref can't be null.
14162         (output_value_format, value_format): Take a dw_attr_ref.
14163         (dwarf_last_decl, is_extern_subr_die, sibling_offset): Remove.
14164         (AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc,
14165         AT_addr, AT_lbl): New fns.
14166         (various): Use them.
14167         (various): Constify.
14168
14169 Mon Nov 22 23:53:50 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14170
14171         * combine.c (combine_simplify_rtx): When handling a SUBREG,
14172         take SUBREG_WORD into account.
14173         (if_then_else_cond): Likewise.
14174
14175 1999-11-22  Jason Merrill  <jason@casey.cygnus.com>
14176
14177         * gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising
14178         clause from BSD license, pursuant with
14179
14180           ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
14181
14182 1999-11-22  Bernd Schmidt  <bernds@cygnus.co.uk>
14183
14184         * loop.c (load_mems): Reformat slightly.
14185         * basic-block.h (regset_head): New typedef.
14186         (INIT_REG_SET): New macro.
14187
14188 1999-11-22  Bruce Korb  <autogen@linuxbox.com
14189
14190         * fixinc/mkfisinc.sh(i?86-*-linux): disable script, run fixincl exe
14191         (mips-dec-bsd*): non-functional code
14192         (alpha*-*-linux-gnu*): redundant, duplicated by "*-*-linux-gnu*"
14193
14194         * fixinc/inclhack.def(AAB_fd_zero_glibc_*):
14195         added three replacement fixes
14196         (no_double_slash): removed comments that are not (any longer) pertinent
14197         (bad_lval): this fix currently runs against many files.
14198         The comment seems to indicate that we should select for files
14199         containing 'pragma extern_prefix'.
14200
14201         * fixinc/fixinc.x86-linux-gnu: deleted
14202         * fixinc/inclhack.sh:  regen
14203         * fixinc/fixincl.x:  regen
14204         * fixinc/fixincl.sh:  regen
14205
14206 Fri Nov 12 14:08:40 1999  Andrew Haley  <aph@cygnus.com>
14207
14208         * emit-rtl.c (gen_sequence): Only return the pattern of an insn if
14209         its code is INSN and it has no notes.
14210
14211 1999-11-22  Andrew Haley  <aph@cygnus.com>
14212
14213         * varasm.c (function_defined): Remove.
14214         (make_function_rtl): Don't set function_defined.
14215         (make_decl_rtl): Remove global register warning.
14216         * regclass.c (no_global_reg_vars): New variable.
14217         (globalize_reg): Warn if function has already been defined.
14218         (regclass_init): Set no_global_reg_vars.
14219
14220 Mon Nov 22 14:42:22 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14221
14222         * regclass.c (reg_pref): New structure and static variable
14223         (prefclass): Delete.
14224         (altclass): Delete.
14225         (all uses of prefclass and altclass): Use reg_pref instead.
14226
14227 1999-11-21  Nick Clifton  <nickc@cygnus.com>
14228
14229         * invoke.texi (ARM Options): Replace -mshort-load-bytes with
14230         -malignment-traps.
14231         (arm.h): Replace -mshort-load-bytes with -malignment-traps.
14232         (arm.c): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
14233         (arm.md): Replace TARGET_SHORT_BY_BYTES with TARGET_MMU_TRAPS.
14234
14235 Sun Nov 21 17:11:13 1999  Geoffrey Keating  <geoffk@cygnus.com>
14236
14237         * varasm.c (output_constructor): Solve problem with long long
14238         bitfields, even on BYTES_BIG_ENDIAN machines (testcase 991118-1).
14239
14240 Fri Nov 19 05:48:45 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14241
14242         * global.c (allocno): New structure and static variable.
14243         (allocno_reg): Remove, all references replaced by allocno.
14244         (allocno_size): Likewise.
14245         (hard_reg_conflicts): Likewise.
14246         (hard_reg_preferences): Likewise.
14247         (hard_reg_copy_preferences): Likewise.
14248         (hard_reg_full_preferences): Likewise.
14249         (regs_someone_prefers): Likewise.
14250         (allocno_calls_crossed): Likewise.
14251         (allocno_n_refs): Likewise.
14252         (allocno_live_length): Likewise.
14253         (find_reg): Rename ALLOCNO to NUM.
14254
14255         * regclass.c (may_move_in_cost): Rename from may_move_cost, all
14256         references updated.
14257         (may_move_out_cost): New variable.
14258         (init_reg_sets_1): Initialize may_move_out_cost.
14259         (record_reg_classes): Use may_move_out_cost.
14260
14261         * regclass.c (dump_regclass): New function.
14262         (regclass): New parameter DUMP, call DUMP_REGCLASS.
14263         * toplev.c (rest_of_compilation): Open lreg dump file before regclass,
14264         pass rtl_dump_file to regclass.
14265         * rtl.h (regclass): Update prototype.
14266
14267 Fri Nov 19 06:32:19 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14268
14269         * i386.md (neg, not and abs patterns): Revmap to use
14270         ix86_expand_unary_operator and ix86_unary_operator_ok.
14271         (add?f and sub?f expanders): Force operand 1 to register.
14272         * i386.c (ix86_expand_unary_operator): Rewrite.
14273         (ix86_unary_operator_ok): Ensure that memory operands
14274         match real opcode.
14275         (ix86_binary_operator_ok): Do not allow operand 1 to
14276         come into memory and operand 0 not.
14277         (ix86_expand_binary_operator): Ensure that
14278         src1 is not non-matching memory.
14279
14280         * i386.md (negs?2): Rewrite to expanders, new patterns and splitters
14281         to support integer registers and memory.
14282         (abss?2_integer): Likewise.
14283
14284         * i386.h (enum reg_class): Add FLOAT_INT_REGS.
14285         (REG_CLASS_NAMES): Likewise.
14286         (REG_CLASS_CONTENTS): Define FLOAT_INT_REGS as union of FLOAT_REGS
14287         and GENERAL_REGS.
14288         * i386.md (pushsf): Do not preferre FLOAT_REGS over GENERAL_REGS.
14289         (movsf): Likewise; unify 4th and 5th alternative.
14290         (pushdf): Likewise.
14291         (movdf_1): Likewise; rename to movdf_integer.
14292         (pushxf): Likewise; rename to pushxf_integer; fix output template;
14293         remove redundant splitter.
14294         (movxf_1): Likewise; rename to movxf_integer; fix splitter's condition.
14295         (movdf_nointeger): New.
14296         (movxf_nointeger): New.
14297         (pushxf_nointeger): New.
14298
14299         * i386.md (extend?f?f): Split to expander and pattern, refuse two
14300         memory operands in patterns.
14301         (fop*): Refuse two memory operands.
14302
14303         * i386.md (ashrsi3_31): Allow cltd when optimizing for size even
14304         on !TARGET_USE_CLTD CPUs.
14305
14306 Fri Nov 19 10:41:15 GMT 1999  Nathan Sidwell  <nathan@acm.org>
14307
14308         * extend.texi: Document C++ restricted pointers and references.
14309
14310 1999-11-19  Bernd Schmidt  <bernds@cygnus.co.uk>
14311
14312         * cse.c (addr_affects_sp): No longer conditional on AUTO_INC_DEC.
14313         (invalidate_skipped_set): Call it unconditionally.
14314         (cse_set_around_loop): Likewise.
14315
14316 Thu Nov 18 17:29:34 MST 1999    Diego Novillo <dnovillo@cygnus.com>
14317
14318         * rtl.texi (mem): Add documentation for alias-set argument
14319         to RTX `mem'.
14320
14321 Fri Nov 18 13:39:22 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14322
14323         * i386.h (struct_processor_costs): New fields int_load, int_store,
14324         fp_move, fp_load and fp_store
14325         (REGISTER_MOVE_COST): Fix comment, calculate exactly the cost of
14326         fp->int moves
14327         (MEMORY_MOVE_COST): New macro.
14328         * i386.c (386_cost): Define new fields.
14329         (i486_cost): Likewise.
14330         (pentium_cost): Likewise.
14331         (pentiumpro_cost): Likewise.
14332         (k6_cost): Likewise.
14333
14334 Fri Nov 19 11:11:55 1999  Greg McGary  <gkm@gnu.org>
14335                           Geoffrey Keating  <geoffk@cygnus.com>
14336
14337         * config/m68k/m68kelf.h: Suppress '/* within comment' warning.
14338
14339         * config/m68k/m68k.h (MASK_PCREL): Don't use same value as
14340         MASK_ALIGN_INT.
14341
14342         * config/m68k/m68k.h (MASK_NO_STRICT_ALIGNMENT): New macro.
14343         (TARGET_STRICT_ALIGNMENT): New macro.
14344         (TARGET_SWITCHES): Add "strict-align" and "no-strict-align".
14345         (STRICT_ALIGNMENT): Depend on TARGET_STRICT_ALIGNMENT.
14346         * invoke.texi (M680x0 Options): Document -mstrict-align.
14347
14348 Thu Nov 18 11:10:03 1999  Jan Hubicka  <hubicka@freesoft.cz>
14349                           Richard Henderson  <rth@cygnus.com>
14350
14351         * i386-protos.h (split_xf, ix86_split_movdi): Remove.
14352         (ix86_split_long_move): Declare.
14353         * i386.c (split_xf, ix86_split_movdi): Remove.
14354         (ix86_split_to_parts, ix86_split_long_move): New.
14355         * i386.md (dimode move splitters): Use ix86_split_long_move.
14356         (dfmode move splitters): Likewise.
14357         (xfmode move splitters): Likewise.
14358         (movsf_1): Allow F->r.
14359         (movdf_1, movxf_1): Allow F->ro.
14360
14361 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
14362
14363         * except.h (struct eh_entry): Add goto_entry_p.
14364         (eh_region_from_symbol): Remove prototype.
14365         * except.c (find_func_region_from_symbol): New function.
14366         (emit_cleanup_handler): Likewise.
14367         (eh_region_from_symbol): Make it static.
14368         (add_new_handler): Verify the argument.
14369         (find_func_region): Update comment.
14370         (expand_eh_region_end): Expand handlers here, rater than waiting
14371         until expand_leftover_cleanups or start_all_catch.
14372         (expand_leftover_cleanups): Don't expand here.
14373         (expand_start_all_catch): Or here.
14374         (expand_rethrow): Check the return value from find_func_region.
14375         * function.c (expand_function_end): Emit the catch_clauses.
14376
14377 1999-11-18  Gavin Romig-Koch  <gavin@cygnus.com>
14378
14379         * integrate.c (expand_inline_function): Add necessary check for NULL.
14380
14381 1999-11-18  Nick Clifton  <nickc@cygnus.com>
14382
14383         * toplev.c (main): Correctly detect an unrecognised option.
14384
14385         * cppinit.c (cpp_handle_option): Do not claim to have consumed
14386         a -f option if it has not been recognised.
14387
14388 Thu Nov 18 00:59:11 1999  Michael Gschwind  <mikeg@alagoas.watson.ibm.com>
14389
14390         * basic-block.h (update_life_extent): Remove trailing comma on
14391         enumeration type list.
14392
14393 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14394
14395         * varasm.c (output_constructor) Solved problem with long long
14396         bitfields. Corrected calculating this_time and shift. Also
14397         corrected calculating mask when BITS_PER_UNIT == 32 (c4x).
14398
14399 Wed Nov 17 23:46:14 1999  Jeffrey A Law  (law@cygnus.com)
14400
14401         * flow.c (split_edge): Take looping structure into account when
14402         determining where to put the new block note.
14403
14404 Wed Nov 17 20:42:43 1999  Jeff Holcomb  <jeffh@cygnus.com>
14405
14406         * Makefile.in (ggc-none.o): Provide host specific version if
14407         needed.
14408
14409 Wed Nov 17 16:51:23 1999  Richard Henderson  <rth@cygnus.com>
14410
14411         * cse.c (delete_trivially_dead_insns): Identify no-op insns
14412         containing subregs too.
14413
14414 Wed Nov 17 17:39:48 MST 1999    Diego Novillo <dnovillo@cygnus.com>
14415
14416         * invoke.texi: Add documentation for -muninit-const-in-rodata.
14417         * config/mips/mips.h (MASK_UNINIT_CONST_IN_RODATA): Define.
14418         (TARGET_UNINIT_CONST_IN_RODATA): Define.
14419         (text_section): Add switches -munint-const-in-rodata and
14420         -mno-uninit-const-in-rodata.
14421         (ASM_OUTPUT_COMMON): Remove.
14422         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define. Check if uninitialized
14423         const objects should be placed in read-only data. Otherwise declare
14424         them in common.
14425
14426 Wed Nov 17 16:38:32 1999  Richard Henderson  <rth@cygnus.com>
14427
14428         * jump.c (jump_optimize_1): Revert last change.
14429
14430 Wed Nov 17 15:18:30 1999  Richard Henderson  <rth@cygnus.com>
14431
14432         * jump.c (jump_optimize_1): Don't try to duplicate the loop exit
14433         test if optimizing for size.
14434
14435 1999-11-17  Mark Mitchell  <mark@codesourcery.com>
14436
14437         * Makefile.in (toplev.o): Depend on except.h.
14438         (dwarf2out.o,loop.o,flow.o,haifa-sched.o): Likewise.
14439
14440 Mon Nov 15 22:45:39 CET 1999  Jan Hubicka  <hubicka@freesoft.cz>
14441
14442         * i386.md (divmodsi4): Rewrite to expander.
14443         (*divmodsi4_nocltd): New.
14444         (*divmodsi4_cltd): New.
14445         (divmodsi4 splitter): Handle the case when input comes in edx.
14446         (udivmodhi4): Do not use constraints in exander.
14447         (ashrsi3_31): Conditionize by TARGET_USE_CLTD.
14448
14449 1999-11-17  Jason Merrill  <jason@yorick.cygnus.com>
14450
14451         * dwarf2out.c (push_decl_scope): Still use decl_scope_depth - 1
14452         for the common case.
14453
14454 1999-11-16  Jakub Jelinek  <jakub@redhat.com>
14455
14456         * explow.c (hard_function_value): Add outgoing argument.
14457         * expr.h (hard_function_value): Declare it.
14458         * calls.c (expand_call, emit_library_call_value): Update callers.
14459         * function.c (aggregate_value_p): Ditto.
14460         (diddle_return_value): Must look at the outgoing registers
14461         on archs with register windows.
14462
14463 Mon Nov 15 20:46:45 1999  Richard Henderson  <rth@cygnus.com>
14464
14465         * alpha.c (alpha_build_va_list): Use make_lang_type and
14466         initialize TYPE_NAME for the va_list record.
14467
14468         * flow.c (calculate_global_regs_live): Zero bb->aux to begin.
14469
14470         * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long
14471         for printing.
14472         * ggc.h (struct ggc_statistics): Rearrange elements for better
14473         packing on 64-bit hosts.
14474         * lcm.c (compute_laterin): Store a size_t not an int in bb->aux.
14475         (compute_nearerout): Likewise.
14476
14477 Tue Nov 16 14:37:52 1999  Geoffrey Keating  <geoffk@cygnus.com>
14478
14479         * config/rs6000/rs6000.c (first_reg_to_save): Save
14480         PIC_OFFSET_TABLE_REGNUM when -fpic even though it is fixed.
14481
14482 1999-11-15  Jason Merrill  <jason@casey.cygnus.com>
14483
14484         * dwarf2out.c (scope_die_for): Don't rely on the decl_scope_table
14485         notion of nesting to find the DIE for a type or function.
14486         DIEs can go in limbo even if we got a context_die.
14487         (push_decl_scope): Our context doesn't need to be in decl_scope_table.
14488         (gen_struct_or_union_type_die): Don't use TREE_PERMANENT to test
14489         for local type.
14490         (gen_decl_die): Ignore NAMESPACE_DECLs for now.
14491         (gen_type_die): Writing out the context doesn't cause member class
14492         template instantiations to be written out as well.
14493
14494 Mon Nov 15 15:33:18 1999  Richard Henderson  <rth@cygnus.com>
14495
14496         * rs6000.h (ASM_OUTPUT_DEF): New.
14497         Based on proposed addition from David Edelsohn.
14498
14499 1999-11-15  Robert Lipe  <RobertLipe@usa.net>
14500             Bruce Korb  <autogen@linuxbox.com>
14501
14502         * fixinc/inclhack.def
14503         (AAB_svr4_replace_byteorder): added.  Takes advantage of GCC features
14504         (unixware7_byteorder_fix): added.  Removes conflicts for new defs
14505                 in net/inet.h.
14506         (svr5_mach_defines): added.  Like svr4_mach_defines, with new syntax
14507         (svr4_endian): enabled with SVR5
14508         (svr4_mkdev): simplified syntax and enabled with SVR5
14509
14510 Sun Nov 14 18:49:37 1999  David O'Brien  <obrien@FreeBSD.org>
14511
14512         * configure.in: Handle libgcc2 threads support on FreeBSD platforms.
14513         * configure: Rebuilt.
14514         * config/t-freebsd-thread: New file.
14515
14516 Sun Nov 14 23:11:05 1999  Jeffrey A Law  (law@cygnus.com)
14517
14518         * i386.c (ix86_decompose_address): Verify the base is a REG
14519         before trying to examine its register number.
14520
14521         * basic-block.h: Remove all #defines and prototypes related to
14522         integer lists.
14523         (free_bb_mem, compute_preds_succs): Remove prototype.
14524         * rtl.h (free_bb_mem): Remove prototype.
14525         * flow.c (alloc_int_list_node); Remove function.
14526         (add_inst_list_node, free_int_list, add_pred_succ): Likewise.
14527         (compute_preds_succs, free_bb_mem): Likewise.
14528         * gcse.c (gcse_main): Do not call free_bb_mem anymore.
14529         * toplev.c (rest_of_compilation): Likewise.
14530         * haifa-sched.c (build_control_flow): Use flow generated edge
14531         list to build the haifa specific edge list.
14532         (find_rgns): Use new CFG data structures instead of pred/succ lists.
14533         (schedule_insns): Do not build pred/succ lists anymore.  Instead
14534         build the edge table.
14535
14536         * basic-block.h (dump_bb_data): Remove declaration.
14537         * flow.c (dump_bb_data): Remove function.
14538         * sbitmap.c (sbitmap_intersect_of_predsucc): Delete function.
14539         (sbitmap_union_of_predsucc): Likewise.
14540
14541         * gcse.c (delete_null_pointer_checks_1): Kill unused s_preds
14542         argument.  All callers changed.
14543         (delete_null_pointer_checks_1): No longer need to compute the
14544         pred/succ lists.
14545
14546         * gcse.c (pre_expr_reaches_here_p): Kill CHECK_PRE_COM argument.
14547         All callers changed.
14548         (pre_expr_reaches_here_p_work): Likewise.
14549         (pre_edge_insert): No longer call pre_expr_reaches_here_p.
14550         * lcm.c (compute_laterin): Fix initialization of LATER.
14551         (compute_nearerout): Similarly for NEARER.
14552
14553 Sun Nov 14 12:41:57 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14554
14555         * cse.c (set_nonvarying_address_components): Delete unused function.
14556         (refers_to_p): Likewise.
14557
14558 Fri Nov 12 20:53:22 1999  Jeffrey A Law  (law@cygnus.com)
14559
14560         * function.c (diddle_return_value): Set REG_FUNCTION_VALUE_P as
14561         needed.
14562
14563 Sat Nov 13 16:20:09 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14564
14565         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Wrap macro
14566         definition in do while (0).
14567
14568 Fri Nov 12 16:26:25 1999  Jim Wilson  <wilson@cygnus.com>
14569
14570         * stmt.c (pushcase, pushcase_range): Partially revert Oct 28 change.
14571
14572 Fri Nov 12 12:43:49 1999  Richard Henderson  <rth@cygnus.com>
14573
14574         * unroll.c (unroll_loop): Make temp an unsigned HOST_WIDE_INT.
14575
14576 Fri Nov 12 15:14:19 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
14577
14578         * i960.h (CAN_DEBUG_WITHOUT_FP): Don't define it.
14579         (FRAME_POINTER_REQUIRED): Don't worry about nonlocal goto.
14580         (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
14581         (INITIAL_FRAME_POINTER_OFFSET): Remove it.
14582
14583         * i960.c (i960_function_prologue): Don't allocate space for g8-g11
14584         saved on the stack.  Output more accurate stack frame statistics
14585         into assembler file.
14586
14587 1999-11-12 11:47 -0800  Zack Weinberg  <zack@bitmover.com>
14588
14589         * genextract.c (record_insn_name): New function.
14590         (get_insn_name): No longer a stub.
14591         (main): Call record_insn_name for each insn.  After each label
14592         written, print the insn name in a comment.
14593
14594 Fri Nov 12 13:45:02 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14595
14596         * output.h (const_section, init_section, fini_section): Add
14597         prototypes.
14598
14599         * alpha/elf.h (const_section): Delete declaration.
14600
14601         * svr4.h (const_section): Likewise.
14602
14603 Fri Nov 12 08:54:22 1999  Mark Mitchell  <mark@codesourcery.com>
14604
14605         * tree.h (SAVE_EXPR_PERSISTENT_P): New macro.
14606         * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially.
14607         (unsave_expr_now): Don't unsave SAVE_EXPR_PERSISTENT_P
14608         expressions.
14609         * stor-layout.c (variable_size): Set SAVE_EXPR_PERSISTENT_P on
14610         variable-sized array bounds.
14611
14612 Fri Nov 12 08:04:45 1999  Catherine Moore  <clm@cygnus.com>
14613
14614         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME):  Use
14615         ASM_OUTPUT_LABEL.
14616
14617 Fri Nov 12 13:31:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14618
14619         * config/arm/arm.h (LEGITIMIZE_RELOAD_ADDRESS): Treat QImode
14620         addresses the same way GO_IF_LEGITIMATE_INDEX does.
14621
14622 Fri Nov 12 12:36:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14623
14624         * cse.c (hash_arg_in_struct): Delete.
14625         (struct table_elt): Delete elt in_struct.
14626         (struct set): Delete elt src_in_struct.
14627         (merge_equiv_classes): Don't set either hash_arg_in_struct or
14628         the corresponding in_struct elts.
14629         (canon_hash): Likewise.
14630         (safe_hash): Likewise.
14631         (find_best_addr): Likewise.
14632         (record_jump_cond): Likewise.
14633         (cse_insn): Likewise.
14634
14635 Thu Nov 11 19:45:24 1999  Jim Wilson  <wilson@cygnus.com>
14636
14637         * loop.c (invariant_p, case MEM): Put MEM_VOLATILE_P check back.
14638
14639         * dbxout.c (dbxout_type, case INTEGER_TYPE): Handle too large
14640         unsigned types.
14641
14642 Thu Nov 11 18:54:24 1999  Jeffrey A Law  (law@cygnus.com)
14643
14644         * function.c (diddle_return_value): Put back check that the DECL_RTL
14645         for the function is a register.
14646
14647         * function.c (diddle_return_value): Use hard_function_value to
14648         get an rtx suitable for use in the USE/CLOBBER insn.
14649
14650         * global.c (global_conflicts): Update comments.
14651         (record_conflicts): No need to record conflicts between pseudos here.
14652
14653 1999-11-11  Bruce Korb  <autogen@linuxbox.com>
14654
14655         * fixinc/fixincl.c: Added verbose levels for status messages
14656
14657 Thu Nov 11 13:23:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
14658
14659         * jump.c (jump_optimize_1): Avoid passing an rtx that is not an
14660         operand as argument to expand_and or expand_binop.
14661
14662 Thu Nov 11 02:21:16 1999  Rodney Brown <RodneyBrown@pmsc.com>
14663
14664         * xcoffout.c (xcoffout_source_file): Change ggc_add_root to
14665         gcc_add_string_root.
14666
14667 Wed Nov 10 21:24:19 1999  Jason Eckhardt  <jle@cygnus.com>
14668
14669         * config/pa/pa.h (MASK_RETURN_ADDR): Change 0xfffffffc to -4.
14670
14671 Wed Nov 10 15:56:16 1999  Jeffrey A Law  (law@cygnus.com)
14672
14673         * flow.c (compute_flow_dominators): Initially put all blocks on
14674         the worklist.
14675         * lcm.c (compute_antinout_edge, compute_available): Similarly.
14676         * gcse.c (compute_cprop_avinout): Remove.
14677         (compute_cprop_data): Use compute_available.
14678         (delete_null_pointer_checks_1): Use compute_available.
14679
14680         * basic-block.h (compute_available): Returns a void now.
14681         * gcse.c (one_classic_gcse_pass): Do not expect compute_available
14682         to return a value anymore.
14683         * lcm.c (compute_available, compute_antinout_edge): Revamp to use
14684         worklists.  Fix boundary cases. Compute maximal solutions.
14685         (compute_laterin, compute_nearerout): Similarly.
14686
14687         * dwarf2out.c (add_AT_location_description): Allow
14688         (mem (plus (pseudo) (...)) too.
14689
14690 Wed Nov 10 10:52:42 1999  Tom Tromey  <tromey@cygnus.com>
14691
14692         * gcc.c (do_spec_1): Support text between `%u' and `%O'.
14693
14694 Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
14695                           Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14696
14697         * cppinit.c: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
14698
14699         * gansidecl.h: Likewise.
14700
14701         * rtl.c: Likewise.
14702
14703         * rtl.h: Likewise.
14704
14705         * toplev.h: Likewise.
14706
14707         * tree.c: Likewise.
14708
14709         * tree.h: Likewise.
14710
14711         * varray.c: Likewise.
14712
14713         * varray.h: Likewise.
14714
14715 Wed Nov 10 10:57:22 1999  Clinton Popetz  <cpopetz@cygnus.com>
14716
14717         * gcov.c (struct arcdata): Add hits and total, remove prob.
14718         (output_branch_counts): New.
14719         (process_args): Set output_branch_counts if -c.
14720         (calculate_branch_probs): Store hits and total instead of
14721         percentage.
14722         (output_data): Emit counts if output_branch_counts is true.
14723         * gcov.texi (Invoking Gcov): Document -c switch..
14724
14725 Wed Nov 10 01:10:41 1999  Philippe De Muyter  <phdm@macqel.be>
14726
14727         * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
14728         `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.
14729
14730 Wed Nov 10 00:51:41 1999  Hans-Peter Nilsson  <hp@axis.se>
14731
14732         * invoke.texi (C Dialect Options): Add missing builtins from
14733         c-common.c to list.
14734         * extend.texi (Other Builtins): Copy to this list.
14735
14736 Wed Nov 10 04:58:09 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14737
14738         * Makefile.in (recog.o): Use BASIC_BLOCK_H macro.
14739         (print-rtl.o, $(HOST_PREFIX_1)print-rtl.o): Likewise.  Remove
14740         redundant bitmap.h.
14741
14742 Wed Nov 10 00:02:53 1999  Jeffrey A Law  (law@cygnus.com)
14743
14744         * flow.c (compute_flow_dominators): No longer treat basic block 0
14745         or (n_basic_blocks - 1) specially.  Clear the AUX field before
14746         starting computation of doms/pdoms.  Fix initial state for pdoms.
14747
14748 Wed Nov 10 03:58:08 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14749
14750         * Makefile.in ($(HOST_PREFIX_1)rtl.o): Update dependencies to
14751         match rtl.o's: added ggc.h and toplev.h
14752         ($(HOST_PREFIX_1)print-rtl.o): Likewise: added system.h.
14753         ($(HOST_PREFIX_1)rtlanal.o): Likewise: added system.h.
14754         ($(HOST_PREFIX_1)obstack.o): Likewise: added $(CONFIG_H).
14755
14756 Tue Nov  9 10:30:08 1999  Tom Tromey  <tromey@cygnus.com>
14757
14758         * config/i386/xm-djgpp.h (HAVE_DOS_BASED_FILE_SYSTEM): Renamed
14759         from HAVE_DOS_BASED_FILESYSTEM.
14760         * gcc.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM, not
14761         HAVE_DOS_BASED_FILESYSTEM.
14762         (main): Likewise.
14763         (split_directories): Only special-case DOS file names if
14764         HAVE_DOS_BASED_FILE_SYSTEM is defined.  Use IS_DIR_SEPARATOR
14765         instead of explicit tests.  Conditionalize on !VMS.
14766         (make_relative_prefix): Use IS_DIR_SEPARATOR instead of explicit
14767         tests.  Conditionalize on !VMS.
14768         (process_command): Only use make_relative_prefix if !VMS.
14769         (free_split_directories): Conditionalize on !VMS.
14770         (DIR_UP): Conditionalize on !VMS.
14771
14772 Wed Jun  9 16:57:11 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14773
14774         * gcc.c (STANDARD_BINDIR_PREFIX): Provide default.
14775
14776 Fri Feb  5 14:22:01 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14777
14778         * gcc.c (make_relative_prefix): Handle the HAVE_EXECUTABLE_SUFFIX
14779         case.
14780
14781 Mon Nov  8 14:16:57 1999  Michael Meissner  <meissner@cygnus.com>
14782
14783         * invoke.texi (Environment Variables): Document relative path
14784         lookup.
14785         * gcc.c (DIR_UP): If not defined, define as "..".
14786         (standard_bindir_prefix): New static, holds target location to
14787         install binaries.
14788         (split_directories): New function to split a filename into
14789         component directories.
14790         (free_split_directories): New function, release memory allocated
14791         by split_directories.
14792         (make_relative_prefix): New function, make a relative pathname if
14793         the compiler is not in the expected location.
14794         (process_command): If GCC_EXEC_PREFIX was not specified, see if we
14795         can figure out an appropriate prefix from argv[0].
14796         * Makefile.in (DRIVER_DEFINES): Use unlibsubdir in definition of
14797         STANDARD_STARTFILE_PREFIX and TOOLDIR_BASE_PREFIX.  Define
14798         STANDARD_BINDIR_PREFIX.
14799
14800 Wed Nov 10 11:47:54 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14801
14802         * config/c4x/c4x-protos.h: New file.  Prototypes for functions defined
14803         in c4x.c.
14804         * config/c4x/c4x.h: Moved prototypes to c4x.h.
14805         * config/c4x/c4x.c (c4x_preferred_reload_class, c4x_limit_reload_class,
14806         c4x_secondary_memory_needed) Delete.
14807         (fp_zero_operand): Add mode argument.
14808
14809 Thu Nov  4 15:52:35 1999  Andrew Haley  <aph@cygnus.com>
14810
14811         * reload1.c (reload_reg_free_for_value_p): Don't use a register
14812         that is in reload_reg_used.
14813
14814 Tue Nov  9 16:43:00 1999  Nick Clifton  <nickc@cygnus.com>
14815
14816         * config/arm/arm-protos.h: New file: Prototypes for functions
14817         defined in arm.c and pe.c.
14818         * config/arm/arm.h: Fix compile time warnings.
14819         * config/arm/arm.c: Fix compile time warnings.
14820         * config/arm/pe.h: Fix compile time warnings.
14821         * config/arm/aout.h: Fix compile time warnings.
14822
14823 Tue Nov  9 14:55:44 1999  Nick Clifton  <nickc@cygnus.com>
14824
14825         * config/m32r/m32r-protos.h: New file: Prototypes for functions
14826         defined in m32r.c
14827
14828         * config/m32r/m32r.h: Move prototypes to m32r-protos.h
14829         Add support for subtargets.
14830         Add prototypes for new predicates.
14831         Add scheduling macros.
14832
14833         * config/m32r/m32r.c: Fix compile time warnings.
14834         (int8_operand): New predicate function.
14835         (reg_or_cmp_int16_operand): New predicate function.
14836         (extend_operand): New predicate function.
14837         (m32r_adjust_code): New scheduling function.
14838         (m32r_adjust_priorty): New scheduling function.
14839         (m32r_sched_init): New scheduling function.
14840         (m32r_sched_reorder): New scheduling function.
14841         (m32r_sched_variable_issue): New scheduling function.
14842         (direct_return): New codegen function.
14843         (m32r_not_same_reg): New rtl testsing function.
14844
14845         * config/m32r/m32r.md: Fix compile time warnings.
14846         Add support for pre decrement and post increment memory
14847         references.
14848         Add S<cc> patterns.
14849         Add fabs patterns.
14850
14851 Mon Nov  8 22:20:13 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14852
14853         * global.c (EXECUTE_IF_CONFLICT): Don't define.
14854         (prune_preferences): Use EXECUTE_IF_SET_IN_ALLOCNO_SET instead.
14855         (find_reg): Likewise.
14856
14857 Mon Nov  8 13:16:46 1999  Jason Eckhardt  <jle@cygnus.com>
14858
14859         * config/pa/pa.md (fmpynfadd,{sgl,dbl} insns): Use %fr0 rather than 0
14860         to avoid assembler errors.
14861
14862 Mon Nov  8 15:38:41 1999  Nick Clifton  <nickc@cygnus.com>
14863
14864         * config/v850/v850-protos.h: New file: Prototypes for functions
14865         defined in v850.c
14866         * config/v850/v850.h: Move prototypes to v850-protos.h
14867         * config/v850/v850.c: Move prototypes to v850-protos.h
14868         * config/v850/v850.md: Fix compile time warnings.
14869
14870         * config/fr30/fr30-protos.h: New file: Prototypes for functions
14871         defined in fr30.c
14872         * config/fr30/fr30.h: Move prototypes to fr30-protos.h
14873         * config/fr30/fr30.c: Fix compile time warnings.
14874         * config/fr30/fr30.md: Fix compile time warnings.
14875
14876 Mon Nov  8 07:25:37 1999  Mark Mitchell  <mark@codesourcery.com>
14877
14878         * tree.h (get_containing_scope): Declare it.
14879         * tree.c (get_containing_scope): New fucntion.
14880         (decl_function_context): Use it.
14881         * toplev.c (rest_of_compilation): Use get_containing_scope.
14882
14883 aMon Nov  8 03:03:07 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14884
14885         * Makefile.in (rtl.o): Depend on toplev.h.
14886
14887 Sun Nov  7 20:55:14 1999  Mark Mitchell  <mark@codesourcery.com>
14888
14889         * cse.c (delete_trivially_dead_insns): Replace alloca with
14890         xmalloc/xcalloc.
14891         * except.c (update_rethrow_references): Likewise.
14892         (init_eh_nesting_info): Likewise.
14893         * function.c (identify_blocks): Likewise.
14894         * gcse.c (dump_hash_table): Likewise.
14895         * graph.c (print_rtl_graph_with_bb): Likewise.
14896         * loop.c (combine_movables): Likewise.
14897         (move_movables): Likewise.
14898         (count_loop_regs_set): Likewise.
14899         (strength_reduce): Likewise.
14900         * profile.c (compute_branch_probabilities): New function, split
14901         out from ...
14902         (branch_prob): Here.  Replace alloca with xmalloc/xcalloc.
14903         * regclass.c (regclass): Likewise.
14904         * regmove.c (regmove_optimize): Likewise.
14905         * toplev.c (compile_file): Likewise.
14906         (main): Don't mess with the stack rlimit.
14907
14908 Sun Nov  7 19:41:17 1999  Catherine Moore  <clm@cygnus.com>
14909
14910         * config/elfos.h (ASM_DECLARE_FUNCTION_NAME): Conditionally define.
14911         (ASM_DECLARE_FUNCTION_SIZE): Conditionally define.
14912
14913 Sun Nov  7 10:23:28 1999  Mark P. Mitchell  <mark@codesourcery.com>
14914
14915         * integrate.c (save_for_inline_nocopy): Clear in_nonparm_insns.
14916
14917 Sun Nov  7 02:58:48 1999  Jeffrey A Law  (law@cygnus.com)
14918
14919         * global.c (EXECUTE_IF_CONFLICT): Undo Robert's change.
14920         (EXECUTE_IF_SET_IN_ALLOCNO_SET): Put curleys around CODE in
14921         macro expansion.
14922
14923 Sat Nov  6 23:48:30 1999  Robert Lipe  (robertlipe@usa.net)
14924
14925         * global.c (EXECUTE_IF_CONFLICT): Correct quoting typo.
14926
14927 Sat Nov  6 17:34:39 1999  Jeffrey A Law  (law@cygnus.com)
14928
14929         * gcse.c (post_dominators): Kill.
14930         (alloc_code_hoist_mem, free_code_hoist_mem); Kill post_dominators.
14931         (compute_code_hoist_data): Use compute_flow_dominators.  Do not
14932         pass in a pdom array since we do not need pdoms.
14933         * haifa-sched.c (schedule_insns): Similarly.
14934         * flow.c (compute_dominators): Remove dead function.
14935         (compute_flow_dominators): Do not compute doms or pdoms if the
14936         caller does not request them.  Split up loop to build doms and
14937         pdoms.  Use a worklist to compute doms and pdoms.
14938         * basic-block.h (compute_dominators): Remove prototype.
14939
14940 Sat Nov  6 11:38:39 1999  Richard Henderson  <rth@cygnus.com>
14941
14942         * haifa-sched.c (struct haifa_insn_data, h_i_d): New.
14943         (insn_luid, insn_priority, insn_costs, insn_units): Remove.
14944         (insn_reg_weight, insn_depend, insn_dep_count): Remove.
14945         (insn_blockage, insn_ref_count, line_note, insn_tick): Remove.
14946         (cant_move, fed_by_spec_load, is_load_insn): Remove.
14947         (schedule_region): Remove unused variable.
14948         (schedule_insns): Allocate h_i_d, and not all the separate arrays.
14949
14950 Sat Nov  6 10:00:34 1999  Mark Mitchell  <mark@codesourcery.com>
14951
14952         * local-alloc.c (local_alloc): Use xmalloc/xcalloc, not alloca.
14953         (update_equiv_regs): Likewise.
14954         (block_alloc): Likewise.
14955         * reg-stack.c (reg_to_stack): Likewise.
14956         (convert_regs_2): Likewise.
14957         * reload1.c (reload_as_needed): Likewise.
14958
14959 Sat Nov  6 09:57:59 1999  Mark Mitchell  <mark@codesourcery.com>
14960
14961         * Makefile.in (dbxout.o): Depend on ggc.h.
14962         (dwarf2out.o): Likewise.
14963         (xcoffout.o): Likewise.
14964         * dbxout.c: Include ggc.h.
14965         (dbxout_init): Register lastfile as a root.
14966         * dwarf2out.c: Include ggc.h.
14967         (dwarf2out_line): Register lastfile as a root.
14968         * xcoffout.c: Include ggc.h.
14969         (xcoffout_source_line): Register xcoff_lastfile as a root.
14970
14971 Sat Nov  6 09:52:09 1999  Richard Henderson  <rth@cygnus.com>
14972
14973         * i386.md (movdf_1, movxf_1): Earlyclobber general regs destination.
14974
14975 Sat Nov  6 07:48:59 1999  Catherine Moore  <clm@cygnus.com>
14976
14977         * config/svr4.h (ASM_DECLARE_FUNCTION): Check if already
14978         defined.
14979         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
14980
14981 Fri Nov  5 18:33:39 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
14982
14983         * global.c (EXECUTE_IF_SET_IN_ALLOCNO_SET): New macro.
14984         (EXECUTE_IF_CONFLICT): Likewise.
14985         (ALLOCNO_LIVE_P): Avoid signed division.
14986         (SET_ALLOCNO_LIVE, CLEAR_ALLOCNO_LIVE): Likewise.
14987         (prune_preferences, find_reg): Use EXECUTE_IF_CONFLICT.
14988         (record_one_conflict): Use EXECUTE_IF_SET_IN_ALLOCNO_SET.
14989
14990 Fri Nov  5 12:04:02 1999  Richard Henderson  <rth@cygnus.com>
14991
14992         * haifa-sched.c (schedule_block): Don't crash if there's no
14993         next insn for an interblock movement.
14994         (add_branch_dependences): Don't allow clobber insns to move either.
14995
14996 Fri Nov  5 10:18:11 1999  Richard Henderson  <rth@cygnus.com>
14997
14998         * i386.c (split_xf): New.
14999         * i386-protos.h: Declare it.
15000         * i386.md (movxf_1): Add general regs alternatives.
15001         (movxf_1+1): New splitter for same.
15002
15003 Fri Nov  5 12:05:52 1999  Nick Clifton  <nickc@cygnus.com>
15004
15005         * function.c (purge_addressof_1): Add missing return values.
15006
15007 Fri Nov  5 10:07:25 1999  Nick Clifton  <nickc@cygnus.com>
15008
15009         * function.c (is_addressof): New function.  Returns true if
15010         the given piece of RTL is an ADDRESSOF.
15011         (purge_addressof_1): Make boolean.  Return false if the
15012         ADDRESSOFs could not be purged.
15013         (purge_addressof): If ADDRESSOFs could not be purged from the
15014         notes attached to an insn, remove the offending note(s),
15015         unless they are attached to a libcall.
15016
15017 1999-11-05  Andreas Jaeger  <aj@suse.de>
15018
15019         * genoutput.c (null_operand =): Initialize all fields.
15020
15021         * errors.h: Add extern to prototypes.
15022
15023 Fri Nov  5 01:44:09 1999  Jeffrey A Law  (law@cygnus.com)
15024
15025         * configure.in (m68k-next-nextstep4): Handle Openstep 4.2.
15026         * configure: Rebuilt.
15027
15028 Fri Nov  5 01:24:37 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
15029
15030         * global.c (CONFLICTP, SET_CONFLICT): Avoid signed division.
15031         (mirror_conflicts): New function.
15032         (global_alloc): Call it.
15033         (expand_preferences): Remove redundant CONFLICTP test.
15034         (find_reg, dump_conflicts): Likewise.
15035         (prune_preferences): Process conflicts one word at a time.
15036
15037 Fri Nov  5 01:05:21 1999  Richard Henderson <rth@cygnus.com>
15038
15039         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_BITMAP
15040         instead of an explicit loop.
15041
15042 Thu Nov  4 23:07:14 1999  Jim Wilson  <wilson@cygnus.com>
15043
15044         * cse.c (cse_insn): Revert Oct 31 change.  When computing src_elt,
15045         if REG_RETVAL check succeeds, then put classp in src_elt.
15046
15047 Thu Nov  4 23:48:14 1999  Jeffrey A Law  (law@cygnus.com)
15048
15049         * function.c (pad_to_arg_alignment): Only update argument_pad
15050         if the argument's alignment is greater than STACK_BOUNDARY.
15051
15052 Thu Nov  4 16:44:53 1999  Richard Henderson  <rth@cygnus.com>
15053
15054         * bitmap.h (BITMAP_XFREE): New.
15055         * flow.c (life_analysis): Use it.
15056         (life_analysis_1): Free blocks.
15057
15058         * combine.c (undo_commit): New.
15059         (try_combine): Use it.  Don't zap undobuf.undos.
15060         (combine_instructions): Don't zap undobuf.undos; free the
15061         undobuf.frees list.
15062
15063         * local-alloc.c (local_alloc): Free qty_phys_num_sugg.
15064
15065         * stmt.c (cost_table_): New.
15066         (estimate_case_costs): Use it instead of xmalloc.
15067
15068         * toplev.c (compile_file): Reuse dumpname memory instead
15069         of strdup'ing it.
15070
15071 Thu Nov  4 16:36:44 1999  Richard Henderson  <rth@cygnus.com>
15072
15073         * reg-stack.c (convert_regs_1): Initialize target_stack->top
15074         after verifying an EH edge.
15075
15076         * haifa-sched.c (init_rgn_data_dependences): Correctly
15077         size bb_pending_lists_length when zeroing.
15078
15079 Thu Nov  4 16:36:36 1999  Richard Henderson  <rth@cygnus.com>
15080
15081         * function.c (diddle_return_value): New.
15082         (expand_function_end): Use it.
15083         * stmt.c (expand_null_return): Likewise.
15084         (expand_value_return): Likewise.
15085
15086         * reg-stack.c (subst_stack_regs_pat): Handle clobbers at top-level.
15087
15088         * reload1.c (reload): Don't remove return value clobbers.
15089
15090 Thu Nov  4 13:33:46 1999  Richard Henderson  <rth@cygnus.com>
15091
15092         * rtl.c (read_rtx): Use fatal_with_file_and_line not fatal.
15093
15094 Thu Nov  4 12:49:52 1999  Richard Henderson  <rth@cygnus.com>
15095
15096         * cse.c (cse_main): Use xmalloc, not alloca.
15097         (cse_basic_block): Likewise.
15098         * local-alloc.c (local_alloc): Likewise.
15099
15100 Thu Nov  4 14:22:12 1999  David Billinghurst  <David.Billinghurst@riotinto.com.au>
15101                           Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15102
15103         * rtl.c: Include toplev.h.
15104         (fatal): Remove declaration.
15105
15106 Thu Nov  4 06:39:47 1999  Jeffrey A Law  (law@cygnus.com)
15107
15108         * haifa-sched.c (schedule_block): Fix thinko.
15109
15110 1999-11-03  James McKelvey <mckelvey@fafnir.com>
15111
15112         * fixinc/fixincl.c(create_file):  Allow for systems that do not have
15113         S_IR* defined values
15114
15115 1999-11-03  Philippe De Muyter  <phdm@macqel.be>
15116
15117         * fixlib.c (load_file_data): Do not call `realloc' with a NULL pointer;
15118         call `malloc' instead.
15119
15120 Wed Nov  3 23:05:14 1999  Mark Mitchell  <mark@codesourcery.com>
15121
15122         * flags.h (flag_renumber_insns): Declare.
15123         * emit-rtl.c (renumber_insns): Check flag_renumber_insns.  Print
15124         renumbering table.
15125         * rtl.h (renumber_insns): Change prototype.
15126         * toplev.c (flag_renumber_insns): Define.
15127         (rest_of_compilation): Pass rtl_dump_file to flag_renumber_insns.
15128
15129 Wed Nov  3 15:11:27 1999  David S. Miller  <davem@redhat.com>
15130
15131         * config/sparc/sparc.md: Remove insn type fpsqrt, add fpsqrts
15132         and fpsqrtd.  Use them and create fdiv function unit to more
15133         accurately represent fpu sqrt pipeline semantics on UltraSparc.
15134         * config/sparc/sparc.c: Account for fpsqrt{s,d} changes.
15135
15136 Wed Nov  3 15:11:27 1999  Matteo Frigo <athena@fftw.org>
15137
15138         * config/sparc/sparc.md: Adjust FADD/FMUL result latencies to
15139         3 on UltraSparc.
15140         * config/sparc/sparc.c (ultra_schedule_insn): Insert launched
15141         insn into ready list, do not use just a raw swap.
15142
15143 Wed Nov  3 14:51:59 1999  Mark P. Mitchell  <mark@codesourcery.com>
15144
15145         * rtl.h (renumber_insns): New function.
15146         (remove_unnecessary_notes): Likewise.
15147         * emit-rtl.c (renumber_insns): Define.
15148         (remove_unncessary_notes): Likewise.
15149         * toplev.c (rest_of_compilation): Remove dead code.
15150         Use renumber_insns and remove_unncessary_notes.
15151
15152         * gcse.c (struct null_pointer_info): New type.
15153         (get_bitmap_width): New function.
15154         (current_block): Remove.
15155         (nonnull_local): Likewise.
15156         (nonnull_killed): Likewise.
15157         (invalidate_nonnull_info): Take a null_pointer_info as input.
15158         (delete_null_pointer_checks_1): New function.
15159         (delete_null_pointer_checks): Use it.
15160
15161         * haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
15162         (split_edges): Likewise.
15163         (schedule_block): Likewise.
15164         (compute_block_backward_dependencies): Likewise.
15165         (schedule_region): Likewise.
15166         (schedule_insns): Likewise.
15167
15168 Wed Nov  3 15:40:23 1999  Catherine Moore  <clm@cygnus.com>
15169
15170         * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
15171         * emit-rtl.c (gen_label_rtx): Support LABEL_ALTERNATE_NAME.
15172         * final.c (final_scan_insn): Emit LABEL_ALTERNATE_NAME.
15173         * ggc-common.c (ggc_mark_rtx_children): Mark LABEL_ALTERNATE_NAME.
15174         * jump.c (delete_unreferenced_labels): Don't delete if
15175         LABEL_ALTERNATE_NAME is set.
15176         * print-rtl.c (print_rtx): Dump alternate name.
15177         * rtl.def (CODE_LABEL): Change format to "iuuis00s".
15178         * rtl.h (LABEL_ALTERNATE_NAME): Define.
15179         * rtl.texi (LABEL_ALTERNATE_NAME): Document.
15180         * tm.texi (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Document.
15181
15182 Wed Nov  3 15:39:19 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15183
15184         * fix-header.c (recognized_extern, recognized_function): Constify
15185         a char*.
15186
15187         * lcm.c (compute_laterin): Remove unused variable `temp_bitmap'.
15188         (pre_edge_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
15189         (compute_available): Remove unused variable `last'.
15190         (compute_nearerout): Remove unused variable `temp_bitmap'.
15191         (pre_edge_rev_lcm): Mark parameter `file' with ATTRIBUTE_UNUSED.
15192         Remove unused variable `x'.
15193
15194         * scan.h (recognized_function, recognized_extern): Constify a
15195         char*.
15196
15197         * simplify-rtx.c (simplify_rtx): Remove unused variable `new'.
15198
15199 Wed Nov  3 10:40:53 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15200
15201         * varasm.c (decode_rtx_const): Use XSTR to access the string
15202         of a SYMBOL_REF.
15203
15204 Wed Nov  3 10:10:58 1999  Richard Henderson  <rth@cygnus.com>
15205
15206         * c-decl.c (duplicate_decls): Copy DECL_MODE too.
15207
15208 Wed Nov  3 12:12:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15209
15210         * reload1.c (eliminate_regs_in_insn): If copying insn, also copy notes.
15211
15212 Wed Nov  3 03:26:28 1999  Jeffrey A Law  (law@cygnus.com)
15213
15214         * pa.c (ireg_operand): New function.
15215         * pa.h (PREDICATE_CODES): Handle ireg_operand.
15216         * pa.md (parallel_addb, parallel_movb): Use ireg_operand.
15217         Fix out of date comment.
15218
15219         * pa.md (negdi2): Turn into expander + anonymous pattern.
15220
15221         * reload.c (find_reloads): Fix typos in recent change.
15222
15223         * dwarf2out.c: Do not include ctype.h.
15224
15225 Tue Nov  2 21:53:44 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15226
15227         * regclass.c (record_reg_classes): Always use may_move_cost when
15228         seeing how operand fits with various register classes.
15229
15230 Tue Nov  2 15:38:17 1999  Richard Henderson  <rth@cygnus.com>
15231
15232         * resource.c: Revert Oct 26 20:42 and Oct 27 00:56 changes.
15233         * toplev.c: Revert Nov 1 13:22 change.
15234
15235 Tue Nov  2 14:21:37 1999  Jason Eckhardt  <jle@cygnus.com>
15236
15237         * config/pa/pa.md (height reduction patterns): Add checks for
15238         overlapping operands to avoid semantic-destroying splits for
15239         height reduction patterns.
15240
15241 Tue Nov  2 15:27:31 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15242
15243         * configure.in (m68k-hp-hpux*, xm_alloca.h): The underscore should
15244         have been an hyphen, fixed.
15245         * configure: Rebuilt.
15246
15247 Tue Nov  2 17:04:36 1999  Nick Clifton  <nickc@cygnus.com>
15248
15249         * config/arm/tpe.h: Add prototypes for exported functions.
15250         * config/arm/pe.c: Fix compile time warnings.
15251         * config/arm/semi.h: Fix compile time warnings.
15252         * config/arm/arm.c: Fix compile time warnings.
15253         * config/arm/arm.h: Fix compile time warnings.
15254         * config/arm/arm.md: Fix compile time warnings.
15255         * config/arm/thumb.c: Fix compile time warnings.
15256         * config/arm/thumb.h: Fix compile time warnings.
15257         * config/arm/thumb.md: Fix compile time warnings.
15258
15259 Tue Nov  2 04:10:24 1999  Jan Hubicka  <hubicka@freesoft.cz>
15260
15261         * jump.c (jump_optimize_1): Swap the incscc and the conditional mode
15262         detection code
15263
15264         * unroll.c (unroll_loop): Remove LOOP notes when loop is
15265         completely unrolled.
15266
15267 Tue Nov  2 16:57:22 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15268
15269         * cse.c (simplify_plus_minus, check_fold_const): Delete declarations.
15270
15271 Tue Nov  2 09:43:00 1999  Catherine Moore  <clm@cygnus.com>
15272
15273         * Makefile.in (genattrtab): Don't use (HOST_RTLANAL).
15274         * rtl.h (rtx_equal_p): Move prototype.
15275         * rtl.c (rtx_equal_function_value_matters): Move from
15276         rtlanal.c
15277         (rtx_equal_p): Likewise.
15278         * rtlanal.c (rtx_equal_function_value_matters): Delete.
15279         (rtx_equal_p): Likewise.
15280
15281 Mon Nov  1 23:21:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
15282
15283         * libgcc2.c (__do_global_dtors): Only do EH frame stuff if
15284         ! HAS_INIT_SECTION.
15285
15286 Mon Nov  1 23:37:38 1999  Jeffrey A Law  (law@cygnus.com)
15287
15288         * gcc.1 (PA options): Remove obsolete -mshared-libs options.
15289
15290         * pa.h (ADDR_VEC_ALIGN): Define.
15291
15292         * jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
15293         notes when presented with "if (foo) break; end_of_loop" and
15294         the break sequence gets moved out of the loop.
15295
15296         * unroll.c (unroll_loop): Allocate memory for MAP using xcalloc.
15297         Remove explicit zero initializations of entries within MAP.
15298
15299 Mon Nov  1 18:09:14 1999  Richard Henderson  <rth@cygnus.com>
15300
15301         * reg-stack.c (convert_regs_1): Handle EH edges specially.
15302
15303 Mon Nov  1 15:41:01 1999  Mark P. Mitchell  <mark@codesourcery.com>
15304
15305         * bitmap.h (BITMAP_XMALLOC): New macro.
15306         * flow.c (CLEAN_ALLOCA): Remove.
15307         (delete_unreachable_blocks): Use xmalloc/xcalloc instead of alloca.
15308         (life_analysis): Likewise.
15309         (update_life_info): Don't use CLEAN_ALLOCA.
15310         (life_analysis_1): Use xmalloc/xcalloc instead of alloca.
15311         (calculate_global_regs_live): Likewise.
15312         (print_rtl_with_bb): Likewise.
15313         (verify_flow_info): Likewise.
15314         * global.c (global_alloc): Likewise.
15315         (global_conflicts): Likewise.
15316         * integrate.c (save_for_inline_nocopy): Likewise.
15317         (expand_inline_function): Likewise.
15318         * jump.c (jump_optimize_1): Likewise.
15319         (duplicate_loop_exit_test): Likewise.
15320         (thread_jumps): Likewise.
15321         * loop.c (loop_optimize): Likewise.
15322         (combine_givs): Likewise.
15323         (recombine_givs): Likewise.
15324         * reorg.c (dbr_schedule): Likewise.
15325         * unroll.c (unroll_loop): Likewise.
15326
15327         * combine.c (combine_instructions): Use xmalloc instead of alloca.
15328
15329 Mon Nov  1 13:22:30 1999  Richard Henderson  <rth@cygnus.com>
15330
15331         * toplev.c (rest_of_compilation): Don't optimize the CFG
15332         when rebuilding, just before dbr.
15333
15334 Mon Nov  1 14:35:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15335
15336         * output.h (assemble_end_function, assemble_destructor,
15337         assemble_constructor, assemble_gc_entry, assemble_global,
15338         assemble_label, output_constant_pool) Constify a char*.
15339
15340         * varasm.c (assemble_destructor, assemble_constructor,
15341         assemble_gc_entry, assemble_end_function, assemble_global,
15342         assemble_label, output_constant_pool): Likewise.
15343
15344 Mon Nov  1 14:22:51 1999  Nick Clifton  <nickc@cygnus.com>
15345
15346         * config/arm/thumb.c (thumb_expand_prologue): Add comments
15347         explaining what is goin on in this function.
15348
15349 Mon Nov  1 08:03:15 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15350
15351         * regclass.c (record_reg_classes): In matching case, recompute
15352         costs since the direction of movement is different.
15353
15354 Sun Oct 31 21:59:34 MST 1999  Diego Novillo <dnovillo@cygnus.com>
15355
15356         * resource.c (mark_target_live_regs): For unconditional branches,
15357         the resources found at the branch target should be added to the
15358         resources found so far, not intersected.
15359
15360 Sun Oct 31 15:48:49 1999  Philippe De Muyter  <phdm@macqel.be>
15361
15362         * fixinc/fixtests.c, fixinc/fixfixes.c : Keep `#' in first column for
15363         old cpp's.
15364         * fixinc/fixincl.c (fcntl.h) : Do not include this file twice.
15365         (sys/mman.h): Include this file only if #HAVE_MMAP.
15366         (run_compiles): Initialize `esac_fmt' with one old KR string, not
15367         with automatically concatenated ANSI strings.
15368
15369 Sun Oct 31 23:57:07 1999  Mark Mitchell  <mark@codesourcery.com>
15370
15371         * ggc-page.c (struct page_entry): Remove save_num_free_objects.
15372         (DIV_ROUND_UP): Robustify.
15373         (ggc_recalculate_in_use_p): New function.
15374         (release_pages): Don't inline it.
15375         (ggc_alloc_obj): Don't refuse to allocate objects on pages for
15376         outer contexts.
15377         (ggc_pop_context): Use ggc_recalculate_in_use_p.
15378         (clear_marks): Always save in_use_p.
15379         (sweep_pages): Use ggc_recalculate_in_use_p.
15380         (ggc_page_print_statistics): Avoid signed/unsigned comparisons.
15381         Release pages before counting statistics.
15382
15383 Sun Oct 31 23:42:37 1999  Mark Mitchell  <mark@codesourcery.com>
15384
15385         * toplev.c (rest_of_compilation): Fix thinko in this change:
15386
15387         Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
15388
15389         (rest_of_compilation): If inside an inlined external function,
15390         pretend we are just being declared.
15391
15392 Sun Oct 31 23:03:25 1999  Jeffrey A Law  (law@cygnus.com)
15393
15394         * flow.c (calculate_global_regs_live): Fix thinko.
15395
15396         * integrate.c (expand_inline_function): Fix bugs in previous
15397         change from Oct 28, 1999.
15398
15399 Sun Oct 31 20:27:45 1999  Mark Mitchell  <mark@codesourcery.com>
15400
15401         * stmt.c (expand_value_return): Fix typo in this change:
15402
15403         Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15404         (expand_value_return): Correctly convert VAL when promoting function
15405         return; support RETURN_REG being a PARALLEL.
15406
15407 Sun Oct 31 20:25:42 1999  Mark P. Mitchell  <mark@codesourcery.com>
15408
15409         * expr.c (readonly_fields_p): Ignore everything except FIELD_DECLs.
15410
15411 Sun Oct 31 20:42:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15412
15413         * hard-reg-set.h (reg_names): Constify a char*.
15414
15415         * regclass.c  (reg_names): Likewise.
15416
15417         * regs.h (reg_names): Likewise
15418
15419         * a29k/a29k.c (reg_names): Delete declaration.
15420
15421         * a29k/a29k.h (CONDITIONAL_REGISTER_USAGE): Constify a char*.
15422
15423         * arc/arc.c (arc_save_restore, arc_output_function_prologue,
15424         arc_output_function_epilogue): Likewise.
15425
15426         * elxsi/elxsi.c (reg_names): Likewise.
15427
15428         * gmicro/gmicro.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Likewise.
15429
15430         * m32r/m32r.c (m32r_output_function_epilogue, emit_cond_move):
15431         Likewise.
15432
15433         * m88k/m88k.c (output_function_profiler): Likewise.
15434
15435         * sparc/sparc.c (sparc_flat_output_function_prologue,
15436         sparc_flat_output_function_epilogue): Likewise.
15437
15438 Sun Oct 31 13:32:15 CET 1999  Marc Lehmann <pcg@goof.com>
15439
15440         * toplev.c (rest_of_compilation): Seperate the setjmp/vfork clobber
15441         warning from -Wuninitialized and put it under -W.
15442         * function.c (uninitialized_vars_warning): Warn only when the
15443         corresponding flag is set.
15444
15445 Sun Oct 31 01:53:30 1999  Jeffrey A Law  (law@cygnus.com)
15446
15447         * cse.c (cse_insn): If an insn has only a single set, SRC_EQV
15448         is nonzero and the single set does not have an elt, then assign
15449         it an elt.
15450
15451         * simplify-rtx.c: New file.
15452         * Makefile.in (OBJS): Add simplify-rtx.o
15453         (simplify-rtx.o): Add dependencies.
15454         * rtl.h (simplify_gen_binary, simplify_rtx): Add prototypes.
15455         * cse.c: Use simplify_gen_binary intead of cse_gen_binary.
15456         (cse_gen_binary, simplify_unary_operation): Delete.
15457         (simplify_binary_operation, simplify_plus_minus): Likewise.
15458         (check_fold_consts, simplify_relation_operation): Likewise.
15459         (simplify_ternary_operation): Likewise.
15460         (delete_trivially_dead_insns): Simplify the contents of the
15461         REG_EQUAL note before trying to substitute it into the source
15462         of the reg-reg copy at the end of a libcall sequence.
15463
15464         * combine.c (combine_simplify_rtx): Renamed from simplify_rtx.  All
15465         references/callers changed.
15466
15467         * mn10200.c (mn10200_va_arg): Force the return value into a
15468         register.
15469
15470         * fr30.h (EXTRA_CC_NAMES): Remove obsolete macro.
15471
15472         * cccp.c (macroexpand): Avoid out of range accesses for omitted
15473         arguments.
15474
15475 Sat Oct 30 22:42:50 1999  Stephen L Moshier <moshier@mediaone.net>
15476
15477         * c-lex.c (yylex): Accept 'f' in mantissa of hex float constant.
15478
15479 Sat Oct 30 22:19:26 1999  Jeffrey A Law  (law@cygnus.com)
15480
15481         * fold-const.c (fold): Fix thinko when optimizing comparisons
15482         against -0.0.
15483
15484 Sat Oct 30 21:32:17 1999  David Starner  <dstarner98@aasaa.ofe.org>
15485
15486         * gcc.texi (Passes): Update front-end files to their current
15487         location.
15488
15489 Sat Oct 30 14:41:40 1999  Richard Henderson  <rth@cygnus.com>
15490
15491         * alpha.h (SECONDARY_INPUT_RELOAD_CLASS): Call secondary_reload_class.
15492         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
15493         (PREDICATE_CODES): Add addition_operation.
15494         * alpha-protos.h (addition_operation): Declare.
15495         (secondary_reload_class): Likewise.
15496         * alpha.c (addition_operation): New.
15497         (secondary_reload_class): New, from old SECONDARY_INPUT_RELOAD_CLASS.
15498         * alpha.md (adddi3): Turn into expander.
15499         (*lda, *adddi_2): New.
15500         (movsf, movdf patterns): Don't preference integer regs.
15501         (movsi, movdi patterns): Don't preference fp regs.
15502
15503 Sat Oct 30 14:38:22 1999  Richard Henderson  <rth@cygnus.com>
15504
15505         * genrecog.c (write_switch): Check for duplicate CODE cases.
15506
15507 Sat Oct 30 14:31:48 1999  Richard Henderson  <rth@cygnus.com>
15508
15509         * ggc-common.c: Update pre-function commentary.
15510         * ggc-page.c: Likewise.
15511         (poison): Remove.
15512         (poison_pages): Use memset directly.
15513         (ggc_alloc_obj): Likewise.  Use a different pattern than poison_pages.
15514         (ggc_collect): Poison before sweeping.
15515         * ggc-simple.c: Update pre-function commentary.
15516         (ggc_alloc_obj): Poison non-zeroed memory.
15517
15518 Sat Oct 30 14:28:52 1999  Mark Mitchell  <mark@codesourcery.com>
15519
15520         * ggc-common.c (ggc_print_statistics): Make arguments to fprintf
15521         match format string, even on 64-bit hosts.
15522         * gcc-page.c (ggc_page_print_statistics): Likewise.
15523
15524 Sat Oct 30 14:38:04 1999  Catherine Moore  <clm@cygnus.com>
15525
15526         * config/i386/i386.c (ix86_cpu): Revert last patch.
15527         * config/i386/i386.h (ix86_cpu): Ditto.
15528
15529 Fri Oct 29 17:00:42 1999  Jim Wilson  <wilson@cygnus.com>
15530
15531         * stor-layout.c (layout_type): When compute TYPE_SIZE_UNIT from
15532         TYPE_SIZE, convert type of result to sizetype.
15533
15534 Fri Oct 29 14:34:17 1999  Richard Henderson  <rth@cygnus.com>
15535
15536         * flow.c (count_or_remove_death_notes): Equate NULL with the
15537         universal set.
15538
15539         * jump.c, reg-stack.c, toplev.c: Revert Oct 27 change.
15540         * toplev.c (rest_of_compilation): Rebuild CFG immediately before
15541         dbr_schedule.
15542
15543         * i386.c (pic_label_no): Delete.
15544         (ix86_attr_length_default): Don't use single_set to peek
15545         inside a parallel.
15546
15547         * recog.c (peephole2_optimize): Allow recog_next_insn to index
15548         the first insn after bb->end.
15549         * i386.md (push mem peeps): Scratch is live after evaluation
15550         of the memory.
15551         (cmp mem peep): Similarly.
15552
15553 Fri Oct 29 11:50:11 1999  Catherine Moore  <clm@cygnus.com>
15554
15555         * calls.c (emit_library_call_value): Fix declaration of alignment_pad.
15556         * function.c (pad_to_arg_alignment): Add missing braces.
15557
15558 Fri Oct 29 13:53:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15559
15560         * alpha/alpha-protos.h (literal_section): Add prototype.
15561         (alpha_need_linkage, alpha_start_function,alpha_end_function):
15562         Constify a char*.
15563
15564         * alpha/alpha.c (alpha_ra_ever_killed, set_frame_related_p): Add
15565         prototype.
15566         (alpha_start_function, alpha_end_function, float_strings,
15567         alpha_need_linkage): Constify a char*
15568
15569         * alpha/alpha.h (ASM_OUTPUT_ASCII, ASM_OUTPUT_MI_THUNK): Likewise.
15570
15571         * alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
15572
15573         * alpha/elf.h (ASM_FINISH_DECLARE_OBJECT): Likewise.
15574
15575         * alpha/vms.h (ASM_OUTPUT_SECTION_NAME): Likewise.
15576
15577 Fri Oct 29 13:49:39 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15578
15579         * flow.c (debug_flow_info): Add prototype.
15580
15581         * gcc.c (main): Likewise.
15582
15583         * gcse.c (expr_reaches_here_p_work, pre_expr_reaches_here_p_work):
15584         Likewise.
15585
15586         * reload1.c (failed_reload, set_reload_reg): Likewise.
15587
15588         * mips-tfile.c (main): Likewise.
15589         (pfatal_with_name, fancy_abort, botch, fatal, catch_signal): Mark
15590         with ATTRIBUTE_NORETURN.
15591
15592 Fri Oct 29 18:16:03 1999  Andrew Haley  <aph@cygnus.com>
15593
15594         * config/i386/i386.h (ENCODE_SECTION_INFO): Don't do anything if
15595         DECL is not a memory ref.
15596
15597 Fri Oct 29 09:05:34 1999  Catherine Moore  <clm@cygnus.com>
15598
15599         * config/i386/i386.h (ix86_cpu): Remove extern attribute.
15600         * config/i386/i386.c (ix86_cpu): Add extern attribute.
15601
15602 Fri Oct 29 16:30:04 1999  Andrew Haley  <aph@cygnus.com>
15603
15604         * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN.
15605         * config/mips/elf64.h: ditto.
15606
15607 Fri Oct 29 08:03:57 1999  Catherine Moore  <clm@cygnus.com>
15608
15609         * expr.c (emit_push_insn): New argument alignment_pad.
15610         Update all callers.  Adjust stack pointer based on alignment pad.
15611         * function.c (pad_to_arg_alignment):  New argument alignment_pad.
15612         Update all callers.  Track alignment_pad if boundary > PARM_BOUNDARY.
15613         (locate_and_pad_parm): New argument alignment_pad.  Update all
15614         callers.
15615         * expr.h (emit_push_insn): Update prototype.
15616         (locate_and_pad_parm): Update prototype.
15617         * calls.c (arg_data):  Add new field alignment_pad.
15618         (initialize_argument_information): Initialize alignment_pad.
15619
15620 Fri Oct 29 02:51:35 1999  Mark Mitchell  <mark@codesourcery.com>
15621
15622         * except.c (free_eh_nesting_info): Free the info itself.
15623         * function.c (free_after_compilation): Don't free NULL.
15624         * gcse.c (alloc_pre_mem): Free the temp_bitmap, too.
15625         (pre_edge_insert): Free inserted.
15626         * stmt.c (free_stmt_status): Don't free NULL.
15627
15628 Fri Oct 29 15:25:07 1999  Arnaud Charlet  <charlet@ACT-Europe.FR>
15629
15630         * gcov.c (DIR_SEPARATOR): Provide default.
15631         (output_data): Add test for MS-DOS format absolute filename.
15632         (fancy_abort): Correct program name.
15633         (open_files): Open all files in binary mode.
15634         * libgcc2.c (__bb_exit_func): Likewise.
15635
15636         * profile.c (init_branch_prob): Specify binary when opening files.
15637
15638         * flags.h (flag_unwind_tables): New decl.
15639         * toplev.c (flag_unwind_table): New definition.
15640         (f_options): Add -funwind-tables.
15641         (decode_g_option): Clarify warning when unknown -g option is given.
15642         (rest_of_compilation): If inside an inlined external function,
15643         pretend we are just being declared.
15644
15645         * dwarf2out.c (dwarf2out_do_frame): Check -funwind_tables.
15646         (dwarf2out_frame_finish): Likewise.
15647
15648 Fri Oct 29 07:44:26 1999  Vasco Pedro  <vp@di.fct.unl.pt>
15649
15650         * fold-const.c (merge_ranges): If not in0, but in1, handle
15651         upper bounds equal like subset case.
15652
15653 Thu Oct 28 19:22:24 1999  Douglas Rupp <rupp@gnat.com>
15654
15655         * dbxout.c (dbxout_parms): Generate a second stabs line for parameters
15656         passed in a register but moved to the stack.
15657
15658 Thu Oct 28 19:12:57 1999  Sam Tardieu  <tardieu@act-europe.fr>
15659
15660         * gcc.c (pass_exit_codes, greatest_status): New variables.
15661         (struct option_map): Add entry for "--pass-exit-codes".
15662         (execute): Update greatest_status if error.
15663         (display_help): Add documentation for -pass-exit-codes.
15664         (process_command): Handle -pass-exit-codes.
15665         (main): Look at pass_exit_codes and greatest_status on call to exit.
15666
15667 Thu Oct 28 18:06:50 1999  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15668
15669         * reload.c (find_reloads): Refine test for no input reload
15670         case to not includes reloads emitted after insn.
15671
15672         * function.c (find_temp_slots_from_address): Handle sum involving
15673         a register that points to a temp slot.
15674         (update_temp_slot_address): Make recursive call if both old and
15675         new are PLUS with a common operand.
15676         * calls.c (expand_call): Mark temp slot for result as having
15677         address taken.
15678
15679         * rtlanal.c (reg_referenced_p, case IF_THEN_ELSE): New case.
15680
15681         * gcc.c (process_command): Add standard_exec_prefix with "GCC"
15682         component as well as "BINUTILS".
15683
15684         * integrate.h (copy_rtx_and_substitute): New arg, FOR_LHS.
15685         * integrate.c (copy_rtx_and_substitute): Likewise.
15686         (expand_inline_function, integrate_parm_decls, integrate_decl_tree):
15687         All callers changed.
15688         * unroll.c (inital_reg_note_copy, copy_loop_body): Likewise.
15689
15690         * dbxout.c (dbxout_type, case INTEGER_TYPE_NODE): If can use
15691         gdb extensions, write size of type; also be more consistent
15692         in using references when this is a subtype.
15693
15694         * pa.md (extv, extzv, insv): Use define_expand to reject constant
15695         that is out of range.
15696
15697         * loop.c (unknown_constant_address_altered): New variable.
15698         (prescan_loop): Initialize it.
15699         (note_addr_stored): Set it for RTX_UNCHANGING_P MEM.
15700         (invariant_p, case MEM): Remove handling for volatile and readonly;
15701         check new variable if readonly.
15702         (check_dbra_loop): Chdeck unknown_constant_address_altered.
15703
15704         * cse.c (canon_hash, case MEM): Do not record if BLKmode.
15705         (addr_affects_sp_p): Removed from note_mem_written and only
15706         define #ifdef AUTO_INC_DEC.
15707
15708         * alpha.c (input_operand, case ADDRESSOF): Treat as REG.
15709
15710         * regclass.c (record_reg_classes): Properly handle register move
15711         directions.
15712
15713         * varasm.c (initializer_constant_valid_p, case MINUS_EXPR):
15714         Don't think valid if both operands are invalid.
15715         (struct constant_descriptor): New field RTL.
15716         (mark_const_hash_entry): Mark it.
15717         (record_constant{,_rtx}): Initialize it.
15718         (output_constant_def): Allocate RTL in permanent obstack and
15719         save in table.
15720         ({record,compare}_constant_1): Modes must match for
15721         CONSTRUCTOR of ARRAY_TYPE.
15722
15723         * c-common.h (initializer_constant_valid_p): Delete decl from here.
15724         * output.h (initializer_constant_valid_p): Move decl to here.
15725         * c-common.c (initializer_constant_valid_p): Delete function from here.
15726         * varasm.c (initializer_constant_valid_p): Move function to here.
15727
15728         * tree.h (STRIP_SIGN_NOPS): New macro.
15729         * fold-const.c (optimize_minmax_comparison): New function.
15730         (invert_truthvalue, case WITH_RECORD_EXPR): New case.
15731         (fold): Use STRIP_SIGN_NOPS instead of STRIP_TYPE_NOPS.
15732         (fold, case EQ_EXPR): Call optimize_minmax_comparison and add
15733         cases with ABS_EXPR, NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR, and
15734         widening conversions.
15735         (fold, case LE_EXPR): Rework changing unsigned to signed comparisons
15736         to look at size of mode, not precision of type; also add missing cases.
15737         (optimize_bit_field_compare, decode_field_reference): Don't try to
15738         optimize COMPONENT_REF of a PLACEHOLDER_EXPR.
15739
15740         * dwarf2out.c (ctype.h): Include.
15741         (dwarf2out_set_demangle_name_func): New function.
15742         (size_of_line_info): Deleted.
15743         (output_line_info): Compute size of line info table from difference
15744         of labels.
15745         (base_type_die, add_name_attribute): Call demangle function, if any.
15746         (field_byte_offset): Use bits per word for variable length fields.
15747         (gen_array_type_die): Add array name.
15748         (gen_subprogram_die): Ignore DECL_INLINE if -fno-inline.
15749         (dwarf2out_add_library_unit_info): New function.
15750
15751         * explow.c (set_stack_check_libfunc): New function.
15752         (stack_check_libfunc): New static variable.
15753         (probe_stack_range): Allow front-end to set up a libfunc to call.
15754
15755         * combine.c (simplify_comparison): When making comparison in wider
15756         mode, check for having commuted an AND and a SUBREG.
15757         (contains_muldiv): New function.
15758         (try_combine): Call it when dividing a PARALLEL.
15759         (simplify_rtx, case TRUNCATE): Don't remove for umulsi3_highpart.
15760         (simplify_comparison, case ASHIFTRT): Recognize sign-extension of
15761         a PLUS.
15762         (record_value_for_reg): If TEM is a binary operation with two CLOBBERs,
15763         use one of the CLOBBERs instead.
15764         (if_then_else_cond): If comparing against zero, just return thing
15765         being compared.
15766
15767         * optabs.c (expand_abs): If machine has MAX, ABS (x) is MAX (x, -x).
15768         Don't generate shifts and subtract if have conditional arithmetic.
15769
15770         * rtl.h (delete_barrier): New declaration.
15771         * jump.c (jump_optimize): Set up to handle conditional call.
15772         In conditional arithmetic case, handle CALL_INSN followed by a BARRIER.
15773         (delete_barrier): New function.
15774
15775         * rtl.c (read_rtx): Call fatal if bad RTL code; check for bad mode.
15776
15777         * recog.c (nonmemory_operand): Accept ADDRESSOF.
15778
15779         * tree.c (build_type_attribute_variant): Push to obstack of
15780         ttype around type_hash_canon call.
15781
15782         * expr.c (placeholder_list): Move decl to file scope.
15783         (expand_expr): Don't force access to volatile just because its
15784         address is taken.
15785         If ignoring reference operations, just expand the operands.
15786         (expand_expr, case COMPONENT_REF): Propagate
15787         EXPAND_CONST_ADDRESS to recursive call when expanding inner.
15788         Refine test for using bitfield operations vs pointer punning.
15789         (expand_expr, case CONVERT_EXPR): If converting to
15790         BLKmode UNION_TYPE from BLKmode, just return inner object.
15791         Use proper mode in store_field call.
15792         Properly set sizes of object to store and total size in store_field
15793         call for convert to union.
15794         (expand_expr, case ARRAY_REF): If OP0 is in a register, put it in
15795         memory (like for ADDR_EXPR).  Also, don't put constant in register if
15796         we'll want it in memory.
15797         (readonly_fields_p): New function.
15798         (expand_expr, case INDIRECT_REF): Call it if LHS.
15799         (expand_assignment): Handle a RESULT_DECL where
15800         DECL_RTL is a PARALLEL.
15801         (do_jump, case WITH_RECORD_EXPR): New case.
15802         (get_inner_reference): Always go inside a CONVERT_EXPR
15803         and NOP_EXPR if both modes are the same.
15804         (store_field): Use bitfield operations if size of bitsize is not same
15805         as size of RHS's type.
15806         Check for bitpos not a multiple of alignment in BLKmode case.
15807         Do block move in largest possible alignment.
15808         (store_constructor): Set BITSIZE to -1 for variable size and properly
15809         in case of array of BLKmode.
15810         (expand_expr_unaligned): New function.
15811         (do_compare_and_jump): Call it.
15812
15813         * mips/iris5.h (SWITCHES_NEED_SPACES): New macro.
15814         * collect2.c (main): Only allow -ofoo if SWITCHES_NEED_SPACES
15815         does not include 'o'.
15816
15817         * function.c (instantiate_virtual_regs_1, case SET): Handle case where
15818         both SET_DEST and SET_SRC reference a virtual register.
15819         (gen_mem_addressof): Copy RTX_UNCHANGING_P from new REG to old REG.
15820
15821         * integrate.c (expand_inline_function): Handle case of setting
15822         virtual stack vars register (from built in setjmp); when parameter
15823         lives in memory, expand virtual_{stack_vars,incoming_args}_rtx early.
15824         (subst_constant): Add new parm, MEMONLY.
15825         (expand_inline_function, integrate_parm_decls): Pass new parm.
15826         (integrate_decl_tree): Likewise.
15827         (copy_rtx_and_substitute, case MEM): Do copy RTX_UNCHANGING_P.
15828         (try_constants): Call subst_constants twice, with MEMONLY 0 and 1.
15829         (copy_rtx_and_substitute, case SET): Add explicit calls to
15830         copy_rtx_and_substitute for both sides.
15831
15832         * stmt.c (expand_asm_operands): Don't use TREE_STRING_LENGTH for
15833         constraints.
15834         (pushcase{,_range}): Convert to NOMINAL_TYPE after checking for
15835         within INDEX_TYPE, instead of before.
15836         (fixup_gotos): Use f->target_rtl, not the next insn,
15837         since latter may be from a later fixup.
15838         (expand_value_return): Correctly convert VAL when promoting function
15839         return; support RETURN_REG being a PARALLEL.
15840         (expand_return): When checking for result in regs and having
15841         cleanup, consider PARALLEL in DECL_RTL as being in regs.
15842
15843 1999-10-28 21:27 -0700  Zack Weinberg  <zack@bitmover.com>
15844
15845         * cpplib.h (struct cpp_buffer: fname, nominal_fname,
15846         last_nominal_fname): Mark const.
15847         (struct include_hash: name, nshort, control_macro): Mark
15848         const.
15849         (struct macrodef: symnam): Mark const.
15850         (struct if_stack: fname): Mark const.
15851         (is_idchar, is_idstart, is_hor_space, trigraph_table): Delete.
15852         (IStable): New character-syntax array which encompasses all
15853         the old is_foo arrays.
15854         (is_idchar, is_numchar, is_idstart, is_numstart, is_hspace,
15855         is_space): New macros for interrogating IStable.
15856         (check_macro_name): Kill last argument.  All callers changed.
15857
15858         * cppinit.c (initialize_char_syntax): Delete.
15859         (is_idchar, is_idstart, is_hor_space, is_space,
15860         trigraph_table): Delete.
15861         (IStable): New.  Initialize with clever macros to avoid
15862         information duplication.
15863         (builtin_array): Table of builtins to get rid of explicit list
15864         in initialize_builtins.
15865         (initialize_builtins): Use builtins_array.
15866         (cpp_start_read): Call init_IStable, and set IStable['$'] if
15867         opts->dollars_in_ident.
15868
15869         * cppexp.c: Change all refs to is_xyz[] arrays to use new
15870         is_xyz() macros.
15871         (cpp_parse_expr): Avoid 'format string is not constant'
15872         warning. Use ISGRAPH to identify printable chars.
15873         * cppfiles.c: Change all refs to is_xyz[] arrays to use new
15874         is_xyz() macros.
15875         (read_and_prescan): Map trigraphs to chars with open-coded
15876         if-else-if-... sequence, not a lookup table.
15877         * cpphash.c: Change all refs to is_xyz[] arrays to use new
15878         is_xyz() macros.
15879         * cpplib.c: Change all refs to is_xyz[] arrays to use new
15880         is_xyz() macros.  Kill SKIP_ALL_WHITE_SPACE (unused).
15881         (check_macro_name): Remove ability to report an invalid
15882         assertion name, which is never used.
15883         (do_line): Constify a couple of char *'s.
15884         * cppmain.c (main): Call cpp_cleanup before returning.
15885
15886 Thu Oct 28 21:16:35 1999  Mark Mitchell  <mark@codesourcery.com>
15887
15888         * ggc.h (struct ggc_statistics): New type.
15889         (ggc_get_size): New function.
15890         (ggc_print_statistics): Likewise.
15891         * ggc-common.c (ggc_stats): New variable.
15892         (ggc_mark_rtx_children): Keep statistics.
15893         (ggc_mark_tree_children): Likewise.
15894         (ggc_print_statistics): New function.
15895         * ggc-page.c (struct globals): Add bytes_mapped field.
15896         (alloc_anon): Update it.
15897         (release_pages): Likewise.
15898         (ggc_get_size): New function.
15899         (ggc_page_print_statistics): New function.
15900         * ggc-simple.c (ggc_get_size): New function.
15901
15902 Fri Oct 29 06:32:44 1999  Geoffrey Keating  <geoffk@cygnus.com>
15903
15904         * flow.c (propagate_block): When the last reference to a label
15905         before an ADDR_VEC is deleted because the reference is a dead
15906         store, delete the ADDR_VEC.
15907
15908 Thu Oct 28 12:28:50 1999  Richard Henderson  <rth@cygnus.com>
15909
15910         * resource.c (find_free_register): Don't use the frame pointer
15911         if frame_pointer_needed.
15912
15913 Thu Oct 28 10:02:00 1999  Jim Wilson  <wilson@cygnus.com>
15914
15915         * config/mips/mips.c (mips_va_arg): Delete gen_jump as emit_jump arg.
15916         (function_arg_pass_by_reference): Check for a NULL pointer in cum.
15917
15918         * config/i960/i960.c (i960_va_start): New locals base, num.
15919         Use INDIRECT_REF instead of ARRAY_REF on valist.
15920         (i960_va_arg): Use INDIRECT_REF instead of ARRAY_REF on valist.
15921
15922 Thu Oct 28 09:45:48 1999  Mark Mitchell  <mark@codesourcery.com>
15923
15924         * gcse.c (delete_null_pointer_checks): Fix typo in previous change.
15925
15926 Thu Oct 28 03:37:50 1999  Peter Gerwinski <peter@gerwinski.de>
15927
15928         * tree.def (PLACEHOLDER_EXPR): Update comments.
15929
15930 Thu Oct 28 06:47:32 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15931
15932         * c-common.c (check_format_info): Avoid non-literal format string
15933         warnings when `first_arg_num' is zero.
15934
15935 Thu Oct 28 12:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
15936
15937         * rtl.texi: Delete explicit Prev, Up and Next entries in "@node"s.
15938
15939 Thu Oct 28 11:05:13 1999  Richard Earnshaw <rearnsha@arm.com>
15940
15941         * arm.md (casesi_insn): Add a clobber of the condition code
15942         register.
15943
15944 Mon Oct 18 21:16:06 1999  Fred Fish  <fnf@be.com>
15945
15946         * tm.texi (CC1PLUS_SPEC): Make it clear in the docs that CC1_SPEC is
15947         used by both cc1 and cc1plus.
15948
15949 Thu Oct 28 10:00:48 1999  Nick Clifton  <nickc@cygnus.com>
15950
15951         * config/arm/arm.c: Initialise arm_structure_size_boundary to
15952         DEFAULT_STRUCTURE_SIZE_BOUNDARY.
15953         * config/arm/arm.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define
15954         to the value 32 if it has not already been defined.
15955         * config/arm/netbsd.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY):
15956         Override definition in arm.h with a value of 8.
15957
15958 Thu Oct 28 03:12:02 1999  David Starner  <dstarner98@aasaa.ofe.org>
15959
15960         * c-pragma.c (push_alignment): Don't check the return value
15961         of xmalloc.
15962
15963 Thu Oct 28 03:08:38 1999  Matteo Frigo <athena@fftw.org>
15964
15965         * sparc.h (ADJUST_COST): Fix thinko.
15966
15967 Thu Oct 28 02:44:03 1999  Glen Nakamura  <glen.nakamura@usa.net>
15968
15969         * cccp.c (rescan): Fixed obp pointer handling around call to
15970         check_expand subroutine.
15971
15972 Thu Oct 28 02:15:22 1999  Jeffrey A Law  (law@cygnus.com)
15973
15974         * gcse.c (delete_null_pointer_checks): Only record non-null info
15975         for pseudos when examining stores.
15976
15977         * arm.md (adddi3, adddi_sesidi_di, adddi_sesidi_di): Add
15978         splitters for these patterns.  Use "#" for output templates.
15979         (addsi3_carryin_shift): New pattern.
15980
15981 Thu Oct 28 10:20:02 1999  Geoffrey Keating  <geoffk@cygnus.com>
15982
15983         * config/rs6000/rs6000.md (movsf): Don't convert a SUBREG
15984         of the function return register into a plain REG until
15985         after function inlining is done.
15986
15987 Wed Oct 27 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
15988
15989         * jump.c (jump_optimize_1): If we did cross-jumping, and
15990         the data will matter, rebuild the CFG.
15991         * reg-stack.c (reg_to_stack): Only (re)build the CFG if
15992         not optimizing.  Don't run shorten_branches.
15993         * toplev.c (rest_of_compilation): Run shorten_branches after
15994         reg_to_stack.
15995
15996 Wed Oct 27 12:33:40 1999  Mark Mitchell  <mark@codesourcery.com>
15997
15998         * rtl.h (note_stores): Add additional paramter.
15999         * rtlanal.c (reg_set_p_1): Take additional paramter.
16000         (reg_set_last_1): Likewise.
16001         (reg_set_p): Adjust call to note_stores.
16002         (reg_set_last): Likewise.
16003         (note_stores): Pass data parameter to worker function.
16004         * alias.c (record_set): Take additional parameter.
16005         (init_alias_analysis): Pass it.
16006         * caller-save.c (mark_set_regs): Take additional parameter.
16007         (save_call_clobbered_regs): Pass NULL to note_stores.
16008         * combine.c (set_nonzero_bits_and_sign_copies): Take additional
16009         parameter.
16010         (record_dead_and_set_regs_1): Likewise.
16011         (reg_dead_at_p_1): Likewise.
16012         (combine_instructions): Adjust calls to note_stores.
16013         (try_combine): Likewise.
16014         (record_dead_insn): Remove.
16015         (record_dead_and_set_regs): Adjust calls to note_stores.
16016         (reg_dead_at_p): Likewise.
16017         * cse.c (invalidate_skipped_set): Take additional parameter.
16018         (cse_check_loop_start): Likewise.
16019         (cse_check_loop_start_value): Remove.
16020         (cse_set_around_loop): Adjust calls to note_stores.
16021         * flow.c (notice_stack_pointer_modification): Take additional
16022         parameter.  Remove duplicate declaration.
16023         (record_volatile_insns): Adjust calls to note_stores.
16024         * gcse.c (record_set_info): Take additional parameter.
16025         (record_last_set_info): Likewise.
16026         (invalidate_nonnull_info): Likewise.
16027         (record_set_insn): Remove.
16028         (compute_sets): Adjust calls to note_stores.
16029         (last_set_insn): Remove.
16030         (compute_hash_table): Adjust calls to note_stores.
16031         (insert_insn_end_bb): Likewise.
16032         (delete_null_pointer_checks): Likewise.
16033         * global.c (mark_reg_store): Take additional parameter.
16034         (mark_reg_clobber): Likewise.
16035         (reg_becomes_live): Likewise.
16036         (global_conflicts): Adjust calls to note_stores.
16037         (build_insn_chain): Likewise.
16038         * integrate.c (note_modified_parmregs): Take additional parameter.
16039         (mark_stores): Likewise.  Make it static.
16040         (save_for_inline_nocopy): Adjust calls to note_stores.
16041         (try_constants): Likewise.
16042         * integrate.h (mark_stores): Remove declaration.
16043         * jump.c (mark_modified_reg): Take additional parameter.
16044         (thread_jumps): Adjust calls to note_stores.
16045         * local-alloc.c (validate_equiv_mem_from_store): Take additional
16046         parameter.
16047         (no_equiv): Likewise.
16048         (reg_is_set): Likewise.
16049         (validate_equiv_mem): Adjust calls to note_stores.
16050         (update_equiv_regs): Likewise.
16051         (block_alloc): Likewise.
16052         * loop.c (note_set_pseudo_multiple_uses_retval): Remove.
16053         (note_addr_stored): Take additional parameter.
16054         (note_set_pseudo_multiple_uses): Likewise.
16055         (record_initial): Likewise.
16056         (prescan_loop): Adjust calls to note_stores.
16057         (strength_reduce): Likewise.
16058         (check_dbra_loop): Likewise.
16059         * regmove.c (flags_set_1): Take additional paramter.
16060         (mark_flags_life_zones): Adjust calls to note_stores.
16061         * reload1.c (mark_not_eliminable): Take additional parameter.
16062         (forget_old_reloads_1): Likewise.
16063         (reload_cse_invalidate_rtx): Likewise.
16064         (reload_cse_check_clobber): Likewise.
16065         (reload_combine_note_store): Likewise.
16066         (move2add_note_store): Likewise.
16067         (reload): Adjust calls to note_stores.
16068         (reload_as_needed): Likewise.
16069         (emit_reload_insns): Likewise.
16070         (reload_cse_regs_1): Likewise.
16071         (reload_cse_record_set): Adjust calls to reload_cse_invalidate_rtx.
16072         (reload_combine): Adjust calls to note_stores.
16073         * resource.c (update_live_status): Take additional paramter.
16074         (mark_target_live_regs): Adjust calls to note_stores.
16075         * stupid.c (find_clobbered_regs): Take additional parameter.
16076         (stupid_life_analysis): Adjust calls to note_stores.
16077
16078 Wed Oct 27 19:26:12 1999  Nick Clifton  <nickc@cygnus.com>
16079
16080         * config/arm/coff.h (STRUCTURE_SIZE_BOUNDARY): Delete
16081         definition.
16082
16083         * config/arm/elf.h (STRUCTURE_SIZE_BOUNDARY): Delete
16084         definition.
16085
16086         * config/arm/arm.h (STRUCTURE_SIZE_BOUNDARY): Define in terms
16087         of the variable arm_structure_size_boundary.
16088
16089 Wed Oct 27 02:05:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
16090
16091         * alias.c (init_alias_analysis): Allocate reg_known_value and
16092         reg_known_equiv_p on the heap.  Likewise for new_reg_base_value
16093         and reg_seen.
16094         (end_alias_analysis): Free reg_known_value and reg_known_equiv_p.
16095         * cse.c (cse_main): Call end_alias_analysis.
16096         * haifa-sched.c (schedule_insns): Likewise.
16097         * local-alloc. (update_equiv_regs): Likewise.
16098         * reload1.c (reload_cse_regs): Likewise.
16099
16100 Wed Oct 27 01:49:17 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16101
16102         * sparc/sparc.c (sparc_override_options): Clear MASK_FPU_SET.
16103         * sparc/sparc.h (TARGET_SWITCHES): Add "fpu" entry for reverse
16104         mapping from MASK_FPU.
16105
16106 Wed Oct 27 01:42:26 1999  Scott Christley  <scottc@net-community.com>
16107
16108         * sparc.md (call): Don't bound structure return size to 0xfff.
16109
16110 Wed Oct 27 00:56:59 1999  Richard Henderson  <rth@cygnus.com>
16111
16112         * resource.c (mark_target_live_regs): Check that the target
16113         insn wasn't created after compute_bb_for_insn.
16114
16115 Tue Oct 26 23:15:03 1999  Mark Mitchell  <mark@codesourcery.com>
16116
16117         * ggc-page.c (poison_pages): Don't be overzealous.
16118
16119 Tue Oct 26 23:29:18 1999  Jeffrey A Law  (law@cygnus.com)
16120
16121         * alias.c: Update comments for ADDRESS.
16122         (nonlocal_reference_p): Look inside the ADDRESS to determine if
16123         it is a local memory reference.
16124
16125         * c-typeck.c (build_function_call): Check that the built-in
16126         function is of class BUILT_IN_NORMAL before trying to recongize
16127         it as BUILT_IN_ABS.
16128         * calls.c (calls_function_1): Similarly for BUILT_IN_ALLOCA.
16129         * stmt.c (expand_end_cae): Similarly for BUILT_IN_CLASSIFY_TYPE.
16130
16131 Wed Oct 27 00:14:13 1999  Robert Lipe  <robertlipe@usa.net>
16132
16133         * gcse.c (expr_reaches_here_p): Use xcalloc and explit free instead
16134         of alloca.
16135         (pre_gcse): Likewise.
16136         (hoist_expr_reaches_here_p): Likewise.
16137         (hoist_code): Likewise.
16138         (pre_expr_reaches_here_p): Replace alloca with xcalloc.  Move core
16139         code to ...
16140         (pre_expr_reaches_here_p_work): ... here.
16141         (expr_reaches_here_p): Replace alloca with xcalloc.  Move core
16142         code to ...
16143         (expr_reaches_here_p_work): ... here.
16144
16145 Tue Oct 26 20:42:45 1999  Richard Henderson  <rth@cygnus.com>
16146
16147         * resource.c (find_basic_block): Delete.
16148         (mark_target_live_regs, incr_ticks_for_insn): Use BLOCK_NUM instead.
16149         (init_resource_info): Call compute_bb_for_insn.
16150
16151 Tue Oct 26 20:21:02 1999  Richard Henderson  <rth@cygnus.com>
16152
16153         * flow.c (merge_blocks_move_predecessor_nojumps): Cope
16154         with already adjacent blocks, but no fallthru.
16155         (merge_blocks_move_successor_nojumps): Simplify.
16156         (debug_flow_info): New.
16157
16158         * toplev.c (rest_of_compilation): Open jump1 dump file before
16159         jump and close after, as opposed to just using dump_rtl.
16160
16161 Wed Oct 27 03:09:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
16162
16163         * reload.h (earlyclobber_operand_p): Declare.
16164         * reload.c (earlyclobber_operand_p): Don't declare.  No longer static.
16165         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
16166         an earlyclobbered output conflict with RELOAD_INPUT reloads - handle
16167         case where the RELOAD_OTHER reload is new.  Use earlyclobber_operand_p.
16168
16169 Tue Oct 26 18:23:38 1999  Jan Hubicka  <hubicka@freesoft.cz>
16170                           Richard Henderson  <rth@cygnus.com>
16171
16172         * emit-rtl.c (emit_block_insn_before): New.
16173         (emit_block_insn_after): New.
16174         * basic-block.h: Declare them.
16175
16176         * bitmap.h: Protect from multiple inclusion.
16177
16178         * recog.c (scratch_operand): Handle VOIDmode correctly.
16179
16180         * rtl.h (JUMP_CROSS_JUMP_DEATH_MATTERS): New.
16181
16182         * builtins.c (expand_builtin_apply_args_1): Remove STACK_REGS hack.
16183         * function.c (assign_parms): Likewise.
16184         * global.c (global_conflicts): Clarify STACK_REGS commentary.
16185
16186         * reg-stack.c (max_uid): Remove.
16187         (blocks, block_begin, block_end, block_drops_in): Remove.
16188         (block_stack_in, block_out_reg_set, block_number): Remove.
16189         (struct block_info_def, BLOCK_INFO): New.
16190         (enum emit_where): New.
16191         (current_block): New.
16192         (BLOCK_NUM): Remove.
16193         (mark_regs_pat, record_label_references): Remove.
16194         (record_reg_life_pat, record_reg_life, find_blocks): Remove.
16195         (nan): New.
16196         (goto_block_pat, print_blocks, dump_stack_info): Remove.
16197         (reg_to_stack): Simplified test for existance of fp code.  Use
16198         flow.c code.  Call shorten_branches after cross-jump opt.
16199         (check_asm_stack_operands): Renamed from record_asm_reg_life.
16200         Return false if the asm doesn't use stack regs.  Don't do life
16201         analysis on the asm.
16202         (emit_pop_insn): Replace function pointer arg `when' with
16203         enum `where'.  Update all callers.
16204         (change_stack): Likewise.  Update basic block end.
16205         (emit_swap_insn): Use current_block->head to limit reverse search
16206         for start of block.  Use emit_block_insn_after.
16207         (subst_stack_regs_pat): Handle USE and CLOBBER patterns.
16208         (subst_asm_stack_regs): Use check_asm_stack_operands.  Use direct
16209         structure assignment instead of bcopy.
16210         (print_stack): New.
16211         (convert_regs_entry, convert_regs_exit): New.
16212         (convert_regs_1, convert_regs_2): Split out from convert_regs.
16213         Work on basic blocks and the CFG.
16214         (convert_regs): Use them.
16215
16216         * i386.c (output_fix_trunc): Remove code for DImode input operand
16217         not at top-of-stack.
16218         * i386.c (fix_truncdfdi2, fix_truncsfdi2): Use scratch with
16219         appropriate mode.
16220         (fix_truncdi_1): Allow any mode scratch.
16221
16222 Tue Oct 26 13:30:35 1999  Richard Henderson  <rth@cygnus.com>
16223
16224         * alpha.h (TARGET_MEM_FUNCTIONS): Define here.
16225         * linux.h, netbsd.h, vms.h: Not here.
16226
16227 1999-10-26  Gavin Romig-Koch  <gavin@cygnus.com>
16228
16229         * config/mips/mips.h (ISA_HAS_64BIT_REGS,ISA_HAS_BRANCHLIKELY,
16230         ISA_HAS_FP4,ISA_HAS_CONDMOVE): New.
16231         (GENERATE_BRANCHLIKELY,HAVE_SQRT_P,
16232         CONDITIONAL_REGISTER_USEAGE): Use them.
16233         * config/mips/mips.c (mips_move_1word,mips_move_2words,
16234         gen_conditional_branch,override_options) : Use them.
16235         * config/mips/mips.md : Use them.
16236
16237 Tue Oct 26 13:09:23 1999  Richard Henderson  <rth@cygnus.com>
16238
16239         * i386.md (zero_extendqihi2): Use SImode register name with andl.
16240
16241 Tue Oct 26 12:35:38 1999  Richard Henderson  <rth@cygnus.com>
16242
16243         * integrate.c (function_cannot_inline_p): Don't allow inlining
16244         if setjmp is used.
16245
16246 Tue Oct 26 14:10:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16247
16248         * c-parse.in (cast_expr): Constify.
16249
16250         * cccp.c (special_symbol): Likewise.
16251
16252         * cse.c (hash_cse_reg_info, cse_reg_info_equal_p): Likewise.
16253
16254         * dwarf2out.c (base_type_die): Likewise.
16255
16256         * global.c (allocno_compare): Likewise.
16257
16258         * local-alloc.c (qty_compare_1, qty_sugg_compare_1): Likewise.
16259
16260         * regclass.c (fix_register): Likewise.
16261
16262         * rtl.h (fix_register): Likewise.
16263
16264         * stupid.c (stupid_reg_compare): Likewise.
16265
16266         * toplev.c (decode_f_option): Likewise.
16267
16268         * tree.c (build_complex_type): Likewise.
16269
16270 Tue Oct 26 18:35:25 1999  Richard Earnshaw  <rearnsha@arm.com>
16271
16272         * output.h: Don't unnecessarily conditionalize prototypes on TREE_CODE.
16273
16274 Tue Oct 26 15:42:56 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16275
16276         * reload.c (find_reloads): Compute mode and nregs fields of all
16277         reloads.
16278         * reload1.c (calculate_needs_all_insns): Simplify a bit.
16279         (calculate_needs): Use precomputed mode/nregs values.
16280         (allocate_reload_reg): Likewise.
16281         Break out two...
16282         (failed_reload, set_reload_reg): ... new functions.
16283         (choose_reload_regs_init): New function, mostly broken out from...
16284         (choose_reload_regs): ... here.  Lose all the save_xxx nonsense.
16285         Also lose one #if 0 block.
16286
16287 Tue Oct 26 02:48:32 1999  Marc Espie <espie@cvs.openbsd.org>
16288
16289         * Makefile.in (AR_FOR_TARGET, RANLIB_FOR_TARGET):  Fix target name
16290         substitution.
16291
16292 Tue Oct 26 01:27:32 1999  Mark Mitchell  <mark@codesourcery.com>
16293
16294         * tree.h (BLOCK_TYPE_TAGS): Remove.
16295         (BLOCK_END_NOTE): Likewise.
16296         (BLOCK_LIVE_RANGE_FLAG): Likewise.
16297         (BLOCK_LIVE_RANGE_START): Likewise.
16298         (BLOCK_LIVE_RANGE_END): Likewise.
16299         (tree_block): Remove live_range_flag, live_range_var_flag, and
16300         type_tags.  Remove end_note, live_range_start, and live_range_end.
16301         (remember_end_note): Remove prototype.
16302         * tree.c (build_block): Don't set BLOCK_TYPE_TAGS.
16303         * c-decl.c (poplevel): Don't set BLOCK_TYPE_TAGS or call
16304         remember_end_note.
16305         * ggc-common.c (ggc_mark_tree_children): Don't mark
16306         BLOCK_TYPE_TAGS or BLOCK_END_NOTE.
16307         * integrate.c (adjust_copied_decl_tree): Remove.
16308         * print-tree.c (print_node): Don't print BLOCK_TYPE_TAGS.
16309         * stmt.c (last_block_end_note): Remove.
16310         (init_stmt): Don't add a GC root for it.
16311         (expand_fixup): Don't set it.
16312         (remember_end_note): Remove.
16313         (expand_end_bindings): Don't set last_block_end_note.
16314
16315 Tue Oct 26 00:41:54 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16316
16317         * reload1.c (reload_reg_free_for_value_p): Show
16318         RELOAD_FOR_OTHER_ADDRESS reloads can conflict with RELOAD_OTHER
16319         reloads.
16320
16321 Mon Oct 25 23:54:45 1999  Geoff Keating  <geoffk@cygnus.com>
16322
16323         * expmed.c (extract_bit_field): Allow for the case of non-integer
16324         objects that are smaller than a word (like SFmode on a 64-bit
16325         machine).
16326
16327         * loop.c (basic_induction_var): A non-integer variable which is
16328         being set by a paradoxical subreg is probably not a biv.
16329
16330 1999-10-25 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16331
16332         * prefix.c (translate_name) Check for empty prefix string.
16333
16334 Mon Oct 25 23:10:45 1999  Andreas Schwab  <schwab@suse.de>
16335
16336         * Makefile.in (CPP_CROSS_NAME): New variable.
16337         (install-cpp): Use it instead of CPP_INSTALL_NAME for the cross
16338         xcpp.
16339         (uninstall-cpp): Use CPP_INSTALL_NAME and CPP_CROSS_NAME for the
16340         names of the files to be uninstalled.
16341
16342 Mon Oct 25 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
16343
16344         * collect2.c (IS_DIR_SEPARATOR): Define.
16345         (prefix_from_string): Use IS_DIR_SEPARATOR and DIR_SEPARATOR.
16346
16347         * som.h (ASM_DECLARE_FUNCTION_NAME): Set PRIV_LEV for static
16348         functions too.
16349
16350         * haifa-sched.c (add_dependence): Update the true dependency
16351         cache the first time we add a true dependence to the LOG_LINKS chain.
16352
16353 Mon Oct 25 22:27:40 1999  Jim Kingdon  <http://developer.redhat.com/>
16354
16355         * fold-const.c (fold): Fix comment.
16356
16357 Mon Oct 25 22:49:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16358
16359         * dbxout.c (lastfile, cwd, dbxout_type_method_1,
16360         dbxout_symbol_location, dbxout_symbol_name, dbxout_init,
16361         dbxout_start_new_source_file, dbxout_source_file,
16362         dbxout_source_line, dbxout_finish, dbxout_type_fields,
16363         dbxout_type_methods, dbxout_symbol, dbxout_prepare_symbol):
16364         Constify a char*.
16365         (dbxout_types, dbxout_args, dbxout_symbol): Delete prototypes.
16366         (dbxout_symbol): Mark parameter `local' with ATTRIBUTE_UNUSED.
16367         (dbxout_block): Initialize variable `blocknum'.
16368
16369         * dbxout.h (dbxout_init, dbxout_finish,
16370         dbxout_start_new_source_file, dbxout_source_file, dbxout_types,
16371         dbxout_args, dbxout_source_line): Constify a char*.
16372
16373         * dwarfout.c (dwarf_tag_name, dwarf_attr_name,
16374         dwarf_stack_op_name, dwarf_typemod_name, dwarf_fmt_byte_name,
16375         dwarf_fund_type_name, name_attribute, stmt_list_attribute,
16376         low_pc_attribute, high_pc_attribute, body_begin_attribute,
16377         body_end_attribute, comp_dir_attribute, sf_names_attribute,
16378         src_info_attribute, mac_info_attribute, producer_attribute,
16379         lookup_filename, generate_macinfo_entry, fundamental_type_code,
16380         dwarfout_line, dwarfout_start_new_source_file, dwarfout_define,
16381         dwarfout_undef): Constify a char*.
16382         (add_incomplete_type, retry_incomplete_types): Add prototypes.
16383
16384         * dwarfout.h (dwarfout_define, dwarfout_undef,
16385         dwarfout_start_new_source_file, dwarfout_line): Constify a char*.
16386
16387 1999-10-25  Gavin Romig-Koch  <gavin@cygnus.com>
16388
16389         * config/mips/mips.h (MIPS_ISA_DEFAULT): Insure it's defined.
16390         (MULTILIB_ISA_DEFAULT): New.
16391         (MULTILIB_DEFAULTS): Use it.
16392         * config/mips/mips.c (): Remove the now unnecessary definition
16393         of MIPS_ISA_DEFAULT.
16394         * config/mips/elf64.h (MULTILIB_DEFAULTS): Remove the now
16395         unnecessary definition.
16396
16397 Mon Oct 25 22:08:35 1999  Richard Earnshaw (rearnsha@arm.com)
16398
16399         * arm.md (pic_load_addr): Add constraints to operand 1.
16400
16401 1999-10-25  Bruce Korb  <autogen@linuxbox.com>
16402
16403         * fixinc/genfixes:  Provide a means for specifying -D options to
16404         AutoGen
16405
16406 Mon Oct 25 00:42:35 1999  Jeffrey A Law  (law@cygnus.com)
16407
16408         * arm.c (arm_override_options): Correct initialization of
16409         arm_fast_multiply, arm_arch4, arm_arch5, arm_ld_sched,
16410         arm_is_strong, and arm_is_6_or_7.
16411
16412         * loop.c (note_set_pseudo_multiple_uses_retval): New variable.
16413         (note_set_pseudo_multiple_uses): New function.
16414         (check_dbra_loop): Use not_set_pseudo_multiple_uses to determine
16415         if a pseudo set in the loop exit is used elsewhere.
16416
16417 Sun Oct 24 20:52:40 1999  Mark Mitchell  <mark@codesourcery.com>
16418
16419         * i386.md (mulsi3): Tweak to work with SCO OSR5 COFF assembler.
16420
16421 Sun Oct 24 21:02:46 1999  Richard Henderson  <rth@cygnus.com>
16422
16423         * i386.md (*lea_0): Collapse addsi_0, addsi_lea_[123] into
16424         a single load-address pattern.
16425
16426 Sun Oct 24 19:33:24 1999  Mark P. Mitchell  <mark@codesourcery.com>
16427
16428         * haifa-sched.c (schedule_insns): Don't assign LUIDs differently
16429         depending on whether or not line-number notes are present.
16430
16431 Sun Oct 24 20:29:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16432
16433         * cccp.c (progname, file_buf, default_include, include_file,
16434         macrodef, definition, hashval, wchar_type, user_label_prefix,
16435         directive, out_fname, if_stack, safe_write, index0, get_lintcmd,
16436         expand_to_temp_buffer, is_system_include, base_name,
16437         absolute_filename, read_name_map, open_include_file,
16438         record_control_macro, check_precompiled, check_preconditions,
16439         pcfinclude, pass_thru_directive, create_definition,
16440         check_macro_name, comp_def_part, collect_expansion,
16441         check_assertion, read_token_list, assertion_install,
16442         assertion_lookup, eval_if_expression, conditional_skip,
16443         validate_else, skip_quoted_string, quote_string, macarg1,
16444         error_from_errno, install, lookup, hashf, dump_defn_1,
16445         perror_with_name, pfatal_with_name, main, trigraph_pcp,
16446         check_white_space, rescan, handle_directive, monthnames,
16447         special_symbol, do_include, remap_include_file, write_output,
16448         arglist, do_assert, do_unassert, do_line, do_error, do_once,
16449         do_ident, do_sccs, do_xifdef, skip_if_group,
16450         output_line_directive, macroexpand, macarg, change_newlines,
16451         initialize_builtins, make_definition): Constify a char*.
16452
16453         * pcp.h (stringdef): Likewise.
16454
16455 Sun Oct 24 13:29:28 1999  Richard Henderson  <rth@cygnus.com>
16456
16457         * unroll.c (copy_loop_body): Examine SET_DEST of single_set
16458         not of pattern.
16459
16460 Sun Oct 24 13:14:20 1999  Graham  <grahams@rcp.co.uk>
16461                           Richard Henderson  <rth@cygnus.com>
16462
16463         * alias.c: Include ggc.h.
16464         (reg_base_value, new_reg_base_value, reg_base_value_size): Make static.
16465         (record_set): Verify enough room in reg_base_value.
16466         (init_alias_analysis): Allocate reg_base_value with xcalloc.
16467         Register it as a GC root.
16468         (end_alias_analysis): Free reg_base_value.  Remove it as a GC root.
16469         * Makefile.in (alias.o): Depend on ggc.h.
16470
16471         * unroll.c (unroll_loop): Verify the insn before a barrier
16472         is a JUMP_INSN before checking JUMP_LABEL.
16473
16474 Sun Oct 24 15:46:44 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16475
16476         * mips/bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.
16477         * mips/iris4.h (ASM_OUTPUT_ASCII): Likewise.
16478         * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
16479         * mips/mips.h (ASM_OUTPUT_ASCII): Likewise.
16480         * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
16481         * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
16482
16483 Sun Oct 24 15:35:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16484
16485         * output.h (ctors_section, dtors_section, bss_section): Prototype.
16486
16487         * alpha/alpha-interix.h (text_section): Delete prototype.
16488         * alpha/elf.h (text_section): Likewise.
16489         * arm/linux-elf.h (text_section): Likewise.
16490         * arm/linux-telf.h (text_section): Likewise.
16491         * c4x/c4x.h (text_section): Likewise.
16492         * dsp16xx/dsp16xx.h (bss_section): Likewise.
16493         * elfos.h (text_section): Likewise.
16494         * i386/aix386ng.h (text_section): Likewise.
16495         * i386/i386-interix.h (text_section): Likewise.
16496         * i386/sco5.h (text_section): Likewise.
16497         * i386/svr3gas.h (text_section): Likewise.
16498         * nextstep.h (text_section): Likewise.
16499         * psos.h (text_section): Likewise.
16500         * ptx4.h (text_section): Likewise.
16501         * svr3.h (text_section): Likewise.
16502         * svr4.h (text_section, ctors_section, dtors_section): Likewise.
16503
16504 Sun Oct 24 15:20:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16505
16506         * final.c (peephole): Delete prototype.
16507
16508         * gcse.c (process_insert_insn, pre_edge_insert): Add prototypes.
16509         (pre_insert_copies): Remove unused variable `bb'.
16510
16511         * genrecog.c (debug_decision_0, debug_decision_list, main): Add
16512         prototypes.
16513
16514         * output.h (peephole): Add prototype.
16515
16516 Sun Oct 24 11:35:30 1999  Mark P. Mitchell  <mark@codesourcery.com>
16517
16518         * config/mips/iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to
16519         -O0.
16520
16521 Sat Oct 23 21:13:00 1999  Mark Mitchell  <mark@codesourcery.com>
16522
16523         * integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT
16524         for inlined declarations.
16525
16526 Fri Oct 22 18:05:43 1999  Jeffrey A Law  (law@cygnus.com)
16527
16528         * arm.c (logical_binary_operator): New fucntion.
16529         * arm.h (logical_binary_operator): Declare it.
16530         (PREDICATE_CODES): Handle logical_binary_operator.
16531         * arm.md (anddi3, anddi_zesidi_di, anddi_sesdi_di): Use "#" for
16532         output constraints.  Add appropriate splitters.
16533         (anddi_notdi_di, anddi_notzesidi_di, anddi_notsesidi_di): Likewise.
16534         (iordi3, iordi_zesidi_di, iordi_sesidi_di): Likewise.
16535         (xordi3, xordi_zesidi_di, xordi_sesidi_di): Likewise.
16536
16537 Fri Oct 22 23:46:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16538
16539         * genoutput.c (struct operand_data): New elt eliminable.
16540         (output_operand_data): Write it.
16541         (scan_operands): Set it for MATCH_OPERAND, clear for other matchers.
16542         (compare_operands): Take it into account.
16543         * recog.h (struct insn_operand_data): New elt eliminable.
16544         * reload1.c (check_eliminable_occurrences, elimination_effects): New
16545         functions.
16546         (old_asm_operands_vec, new_asm_operands_vec): Delete.
16547         (eliminate_regs): Move code that detects changes to elimination
16548         target regs into new function elimination_effects.
16549         Delete one #if 0 block.
16550         Abort for USE, CLOBBER, ASM_OPERANDS and SET.
16551         (eliminate_regs_in_insn): Return immediately for USEs, CLOBBERs,
16552         ADDR_VECs, ADDR_DIFF_VECs and ASM_INPUTs.
16553         Only call eliminate_regs for real operands of the insn, not for parts
16554         of its structure or parts matched by things like match_operator.
16555         Use elimination_effects and check_eliminable_occurrences.  Use
16556         copy_insn to duplicate the pattern when not in the final pass.
16557
16558 Fri Oct 22 09:03:44 1999  Mark Mitchell  <mark@codesourcery.com>
16559
16560         * i386.md: Add missing `y' modifiers to uses of fst, fstp, fld,
16561         and fld.
16562
16563 1999-10-22  Bruce Korb  <autogen@linuxbox.com>
16564
16565         * fixinc/README: document the "mach" machine matching test
16566         * fixinc/fixfixes.c: Implement the #else/#endif label fix
16567         * fixinc/fixtests.c: Implement the #else/#endif label test
16568         * fixinc/inclhack.def: utilize these tests and fixes
16569         * fixinc/inclhack.sh:  regen
16570         * fixinc/fixincl.x:  regen
16571         * fixinc/fixincl.sh:  regen
16572
16573 Thu Oct 21 20:37:19 1999  Jeffrey A Law  (law@cygnus.com)
16574
16575         * Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.  Also
16576         depend on ggc.h.
16577
16578 Thu Oct 21 20:30:19 1999  Matthias Klose  <doko@debian.org>
16579
16580         * gcc.1: Document exit codes.
16581
16582 Thu Oct 21 12:49:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16583
16584         * calls.c: Include tm_p.h later, so everything we need is defined.
16585         * expr.c: Likewise.
16586         * function.c: Likewise.
16587
16588         * except.c: Include tm_p.h.
16589
16590         * sparc.c: Likewise.
16591         (dwarf2out_cfi_label): Don't prototype.
16592         (check_return_regs, epilogue_renumber,
16593         ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
16594         ultra_find_type, ultra_build_types_avail, ultra_flush_pipeline,
16595         ultra_rescan_pipeline_state, set_extends, ultra_code_from_mask,
16596         ultra_schedule_insn): Add static prototype.
16597         (data_segment_operand, text_segment_operand): Call itself with the
16598         proper number of arguments.
16599         (sparc_flat_save_restore, sparc_v8plus_shift): Constify a char*.
16600
16601         * sparc.h: Move all declarations to sparc-protos.h.
16602         (SELECT_RTX_SECTION):  Pass a missing MODE argument to
16603         symbolic_operand.
16604
16605         * sparc/sysv4.h (SELECT_RTX_SECTION): Likewise.
16606
16607         * config/svr4.h (text_section, ctors_section, dtors_section): Add
16608         Prototypes.
16609         (ASM_OUTPUT_SECTION_NAME, UNIQUE_SECTION,
16610         ASM_FINISH_DECLARE_OBJECT, ASM_OUTPUT_LIMITED_STRING,
16611         ASM_OUTPUT_ASCII): Constify a char*.
16612
16613         * sparc-protos.h: New file for sparc prototypes.
16614
16615 Thu Oct 21 12:23:40 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16616
16617         * function.c (record_insns, contains): Always declare and define.
16618         (record_insns): Mark with ATTRIBUTE_UNUSED.
16619
16620 Thu Oct 21 13:03:49 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
16621
16622         * config/arm/telf.h (ASM_OUTPUT_SECTION_NAME): Add %nobits option
16623         to .section when outputting a .bss section to deal with multiple
16624         .bss input sections (as happens with -fdata-sections)
16625         Also output %progbits, not @progbits so the assembler doesn't treat as
16626         a comment.
16627         * config/arm/unknown-elf.h (ASM_OUTPUT_SECTION_NAME): Likewise
16628
16629         * config/arm/lib1funcs.asm (_call_via_rX): Allow compilation of
16630         thumb parts even when building with non-thumb CPUs, by forcing
16631         thumb mode.
16632
16633 Wed Oct 20 22:57:58 1999  Jeffrey A Law  (law@cygnus.com)
16634
16635         * sparc.md (movsf_const_intreg): If splitting, length must be > 1.
16636         (movdf_const_intreg_sp64): Similarly.
16637
16638         * local-alloc.c (update_equiv_regs): Check the correct insn
16639         for pre-existing REG_EQUIV notes.
16640
16641 Wed Oct 20 20:41:46 1999  Mark Mitchell  <mark@codesourcery.com>
16642
16643         * cse.c (cse_end_of_basic_block): Don't return the end of a basic
16644         block reached by a branch if we're not going to actually process
16645         this block.
16646
16647 Wed Oct 20 15:18:42 1999  Jim Wilson  <wilson@cygnus.com>
16648
16649         * integrate.c (integrate_decl_tree): Set DECL_CONTEXT to 0 if this is
16650         a local extern function declaration.
16651
16652 Wed Oct 20 13:56:01 1999  Richard Henderson  <rth@cygnus.com>
16653
16654         * i386.c (ix86_expand_prologue): Properly wrap USE around
16655         reg for CALL_INSN_FUNCTION_USAGE.
16656
16657 Thu Oct 14 18:51:37 1999  Andrew Haley  <aph@cygnus.com>
16658
16659         * config/mips/mips.md (movdf_internal1a): Allow floating-point
16660         move between GP_REGs.
16661
16662 Wed Oct 20 15:36:11 1999  Andrew Haley  <aph@cygnus.com>
16663
16664         * config/arm/thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of
16665         the mode size when finding out if an offset is legal.
16666
16667 Wed Oct 20 06:26:58 1999  Richard Henderson  <rth@cygnus.com>
16668
16669         * basic-block.h (PROP_*): Move constants from ...
16670         * flow.c: ... here.
16671         (compute_bb_for_insn): Free the array before reallocating.
16672         (update_life_info): New arg PROP_FLAGS; pass on to propagate_block.
16673         (allocate_reg_life_data): Reset all reg variables collected by
16674         propagate_block.
16675         (get_block_head_tail): Don't convert from bb to block.
16676         (get_bb_head_tail): New.  Update all callers of get_block_head_tail.
16677         (find_insn_reg_weight): Take block not bb.
16678         (schedule_block): Don't set block num for moved insns.
16679         (schedule_region): Don't update_life_info or find_insn_reg_weight.
16680         (schedule_insns): Do it here instead.
16681         * combine.c (combine_instructions): Invoke compute_bb_for_insn
16682         before update_life_info.
16683         * recog.c (split_all_insns, peephole2_optimize): Update for
16684         new arg to update_life_info.
16685         * rtlanal.c (remove_note): Cope with NULL note.
16686         * toplev.c (rest_of_compilation): Don't invoke recompute_reg_usage
16687         if we did sched1.
16688
16689 Wed Oct 20 10:46:41 1999  Richard Earnshaw (rearnsha@arm.com)
16690
16691         * jump.c (jump_optimize_1): More accurately detect casesi insns.
16692
16693         * flow.c (merge_blocks_move_predecessor_nojumps): Re-order the basic
16694         block records so that merge_blocks_nomove will clean up correctly.
16695         (split_edge): Handle casesi insns.
16696
16697         * gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.
16698
16699 Tue Oct 19 23:43:50 1999  Jeffrey A Law  (law@cygnus.com)
16700
16701         * pa.md (call, call_value): Do not emit a blockage after restoring
16702         the PIC register.
16703
16704 Tue Oct 19 17:22:39 1999  Mark Mitchell  <mark@codesourcery.com>
16705
16706         * c-typeck.c (c_expand_asm_operands): Fix typo.
16707
16708 Tue Oct 19 18:42:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16709
16710         * arm.c (fpu_rhs_operand): Verify modes.
16711         (fpu_add_operand): Likewise.
16712         (di_operand): Likewise.
16713         (soft_df_operand): Likewise.
16714
16715 Tue Oct 19 15:26:11 1999  Richard Earnshaw  (rearnsha@arm.com)
16716
16717         * arm.c (arm_return_in_memory): APCS rules state that the elements
16718         of a structure returned in a register must be 'integer-like'.
16719
16720 1999-10-19  Bruce Korb  <autogen@linuxbox.com>
16721
16722         * fixinc/Makefile.in: Change the generation rules to run `genfixes'
16723         in the source tree when the generated targets are out of date
16724         * fixinc/genfixes: Alter it to run individual fixes for make.
16725         * fixinc/README: rewrite
16726         * fixinc/inclhack.def: moved initial comments to README
16727
16728 Tue Oct 19 14:01:34 1999  Nick Clifton  <nickc@cygnus.com>
16729
16730         * toplev.c (main): Do not generate an error message if an
16731         unrecognised command line switch is recognisable by another
16732         language.  If extra_warnings are enabled, then generate a
16733         warning message instead.
16734
16735 Tue Oct 19 11:41:12 1999  Mumit Khan  <khan@xraylith.wisc.edu>
16736
16737         * c-pragma.h (PRAGMA_INSERT_ATTRIBUTES): Delete macro.
16738         (insert_pack_attributes): Delete prototype.
16739
16740         * c-pragma.c (default_alignment): New static variable.
16741         (push_alignment): Initialize to current effective alignment.
16742         (pop_alignment): Use to set new alignment.
16743         (insert_pack_attributes): Delete function.
16744         (handle_pragma_token): Set default_alignment as well each time
16745         a #pragma pack(<n>) is encountered.
16746
16747 Tue Oct 19 02:03:00 1999  Jeffrey A Law  (law@cygnus.com)
16748
16749         * reg-stack.c (stack_result): Aggregates are not returned in
16750         stack registers.
16751
16752 Tue Oct 19 01:26:48 1999  Alasdair Baird <alasdair@wildcat.demon.co.uk>
16753
16754         * fold-const.c (fold): Fix thinko in x+(-0) -> x transformation.
16755
16756 Mon Oct 18 15:19:41 1999  Richard Henderson  <rth@cygnus.com>
16757
16758         * basic-block.h (set_block_num): Declare.
16759         * flow.c (update_life_info): Don't call compute_bb_for_insn
16760         or free_basic_block_vars.
16761         * haifa-sched.c (remove_dependence): Conditionalize on HAVE_cc0.
16762         (insn_orig_block): Remove.
16763         (INSN_BLOCK): Remove.  Update all callers to use BLOCK_NUM.
16764         (schedule_block): Keep BLOCK_NUM up-to-date.
16765         (schedule_insns): Use compute_bb_for_insn.
16766         * recog.c (split_all_insns): Likewise.
16767         (peephole2_optimize): Likewise.
16768
16769 Mon Oct 18 18:50:51 1999  Andreas Schwab  <schwab@suse.de>
16770
16771         * config/m68k/m68k.h (INITIAL_FRAME_POINTER_OFFSET): Add one word
16772         if the pic register is used.
16773
16774 Mon Oct 18 02:38:46 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16775
16776         * c-decl.c (pushdecl): Use TYPE_CONTEXT rather than TREE_PERMANENT.
16777         (finish_decl): Duplicate test for TREE_ASM_WRITTEN in else branch of
16778         if that tests TREE_PERMANENT.
16779
16780 Mon Oct 18 01:41:35 1999  Jeffrey A Law  (law@cygnus.com)
16781
16782         * cse.c (invalidate_for_call): Do not remove memory references from
16783         the table here.  It's handled elsewhere.
16784
16785         * haifa-sched.c (add_dependence): Protect references to the
16786         true dependency cache with #ifdef INSN_SCHEDULING.
16787         (remove_dependence): Similarly.
16788
16789         * mn10200.md (outline_epilogue_jump): Embed a (return) to indicate
16790         to the cfg code that this is a return instruction.
16791         * mn10300.md (return_internal): Similarly.
16792
16793         * combine.c (get_last_value): If the last set of a register
16794         is after subst_low_cuid, then we can not use it to determine
16795         the register's last value.
16796
16797 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16798
16799         * Makefile.in: Back out previous change.
16800
16801 Sun Oct 17 15:22:50 1999  Jeffrey A Law  (law@cygnus.com)
16802
16803         * pa.c (move_operand): Reject (lo_sum (reg) (unspec ...)).
16804
16805         * haifa-sched.c (add_dependence): Only check/update the cache
16806         if it exists.
16807         (remove_dependence): Likewise.
16808         (schedule_insns): Only create the true_dependency_cache if the
16809         average number of instructions in a basic block is very large.
16810
16811 Sun Oct 17 11:02:52 1999  Mark Mitchell  <mark@codesourcery.com>
16812
16813         * Makefile.in (ggc-common.o): Depend on genrtl.h.
16814         (ggc-simple.o): Likewise.
16815         (ggc-page.o): Likewise.
16816
16817 Sun Oct 17 02:09:50 1999  Andrew MacLeod  <amacleod@cygnus.com>
16818
16819         * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):
16820         Prototype for exported functions.
16821         (pre_lcm, pre_rev_lcm): Remove prototypes.
16822         * gcse.c (compute_ae_kill): Add ae_gen and ae_kill as parameters.
16823         (compute_available): Move to lcm.c, and change parameter order.
16824         (one_classic_gcse_pass): Call compute_ae_kill with parameters.
16825         (pre_insert, s_preds, s_succs, num_preds, num_succs): Delete.
16826         (gcse_main): No longer call compute_preds_succs.  Rebuild the
16827         set table after reach pre pass.
16828         (pre_insert_map, pre_delete_map, edge_list): New.
16829         (alloc_pre_mem): Allocate edge vectors.
16830         (free_pre_mem): Delete edge vectors.
16831         (compute_pre_data): Call new edge based lcm routines.
16832         (process_insert_insn): New function.
16833         (insert_insn_end_bb): Use it.
16834         (pre_edge_insert): New function.
16835         (pre_insert_copy_insn): Formatting fixes.  Update BLOCK_END as
16836         needed.
16837         (pre_insert_copies): Revamp using new edge based lcm outputs.
16838         (pre_delete): Likewise.
16839         (one_pre_gcse_pass): Insert & remove fake edges to the exit
16840         block.
16841         (compute_code_hoist_vbeinout): New new edge based routines.
16842         * lcm.c: Remove all the old LCM functions.  Replace with new ones
16843         that work with the new cfg datastructures and work with edges
16844         instead of blocks.
16845
16846 Sun Oct 17 00:44:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
16847
16848         * reload.h (struct reload): Add new fields "mode" and "nregs".
16849         * reload1.c: Change all occurrences of reload_mode and reload_nregs
16850         to reference the "mode" and "nregs" field within struct reload.
16851
16852 Sat Oct 16 21:50:28 1999  Jeffrey A Law  (law@cygnus.com)
16853
16854         * haifa-sched.c (true_dependency_cache): New.
16855         (add_dependence): Use the true dependency cache to avoid expensive
16856         walks down the LOG_LINKS dependency list.  Add entries to the
16857         cache as necessary.
16858         (remove_dependence): Remove entries from the true dependency cache
16859         as needed.
16860         (schedule_insns): Allocate and initialize and free the true
16861         dependency cache.
16862
16863         * haifa-sched.c (schedule_insns): Do not remove inter-block
16864         dependencies anymore.
16865
16866 Sat Oct 16 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
16867
16868         * i386/t-cygwin (winnt.o): Depend on RTL_H and TREE_H.
16869         * i386/t-winnt: Likewise.
16870
16871 Sat Oct 16 11:11:54 1999  Richard Henderson  <rth@cygnus.com>
16872
16873         * ggc-page.c (init_ggc): Work around SunOS unaligned mmap bug.
16874
16875 1999-10-16  Manfred Hollstein  <mhollstein@cygnus.com>
16876
16877         * Makefile.in (LANGUAGES): Omit "proto".
16878         (clean): Remove stale comment about removing unprotoize.c.
16879
16880 Sat Oct 16 11:29:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16881
16882         * protoize.c (safe_read, safe_write): Avoid the gcc extension of
16883         using arithmetic on void pointers.
16884
16885 Sat Oct 16 02:48:22 1999  Jeffrey A Law  (law@cygnus.com)
16886
16887         * haifa-sched.c (compute_block_forward_dependencies): Only check
16888         for notes, deleted insns and duplicates if ENABLE_CHECKING is defined.
16889
16890 Sat Oct 16 00:07:01 1999  Richard Henderson  <rth@cygnus.com>
16891
16892         * gcse.c (hash_expr_1): Add in MEM_ALIAS_SET.
16893         (expr_equiv_p): Reject memories with different alias sets.
16894
16895 Fri Oct 15 15:17:29 1999  Greg McGary  <gkm@gnu.org>
16896
16897         * flags.h (flag_bounds_check, flag_bounded_pointers): New extern decls.
16898         * toplev.c (flag_bounds_check, flag_bounded_pointers): New flags.
16899         (f_options): Add "bounded-pointers" and "bounds-check" entries.
16900         * c-lang.c (lang_init_options): Set flag_bounds_check as "unspecified".
16901         (lang_init): Set default for flag_bounds_check if still "unspecified".
16902
16903 Sat Oct 16 13:42:29 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16904
16905         * config/c4x/c4x.md (HF mode patterns):  Add missing modes.
16906
16907 Sat Oct 16 13:37:46 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16908
16909         * config/c4x/c4x.md (movstrqi_small): Utilise parallel move
16910         instructions.
16911
16912 Sat Oct 16 13:26:47 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16913
16914         * config/c4x/c4x.md (*db_noclobber,
16915         *decrement_and_branch_until_zero_noclobber): New patterns and
16916         associated splitters.
16917
16918 Sat Oct 16 13:13:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16919
16920         * config/c4x/c4x.md (parallel instruction patterns): Rework
16921         constraints to keep reload happy.
16922
16923 Sat Oct 16 13:03:16 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16924
16925         * config/c4x/c4x.md (*absqi2_noclobber, *negqi2_noclobber,
16926         *one_cmplqi2_noclobber, *subqi3_noclobber, *andqi3_255_noclobber,
16927         *andqi3_65535_noclobber, *andnqi3_noclobber, *xorqi3_noclobber):
16928         Add new patterns and associated post-reload splitters.
16929
16930 Sat Oct 16 12:42:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16931
16932         * config/c4x/c4x.c (c4x_emit_libcall): Use ggc_alloc_string.
16933
16934 Sat Oct 16 12:34:44 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16935
16936         * config/c4x/c4x.c (c4x_rptb_insert): Emit rpts_top pattern
16937         if appropriate.
16938         * config/c4x/c4x.md (rpts_top): New pattern and splitter.
16939
16940 Sat Oct 16 12:26:30 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
16941
16942         * config/c4x/c4x.c (src_operand):  Check SYMBOL_REF and LABEL_REF
16943         memory mode.
16944
16945 Fri Oct 15 17:02:09 1999  Jeffrey A Law  (law@cygnus.com)
16946
16947         * pa.c (move_operand): Rely on memory_address_p to determine the
16948         validity of non-indexed memory addresses.
16949         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Allow LO_SUM with a symbolic
16950         operand in DFmode and SFmode when generating PA2.0 code.
16951
16952 Fri Oct 15 14:25:19 1999  Richard Henderson  <rth@cygnus.com>
16953
16954         * print-rtl.c (print_rtx): Limit last 'u' change to LABEL_REF.
16955
16956 Fri Oct 15 13:48:45 1999  Richard Henderson  <rth@cygnus.com>
16957
16958         * mips.c (function_prologue): Fix argument types.
16959         * mips.md (casesi): Use emit_jump_insn for casesi_internal.
16960         (casesi_internal): Write to the scratch register.
16961
16962 1999-10-15 11:16 -0700  Zack Weinberg  <zack@bitmover.com>
16963
16964         * cppexp.c (cpp_parse_escape): Make static.  Change second arg
16965         to U_CHAR **.
16966         (parse_charconst): Delete unnecessary cast when calling
16967         cpp_parse_escape.
16968         (cpplib.h): Kill prototype of cpp_parse_escape.
16969
16970 Fri Oct 15 11:02:46 1999  Richard Henderson  <rth@cygnus.com>
16971
16972         Based on patch from Michael Gschwind <mikeg@watson.ibm.com>:
16973         * unroll.c (unroll_loop): Cast return value of alloca.
16974         * i370/i370.c: Include function.h and toplev.h.
16975         (i370_label_scan): Remove c++ commented abort.
16976         * i370/i370.h (HANDLE_PRAGMA): Takes three arguments.
16977         (ASM_OUTPUT_LABELREF): Fix TOUPPER/else broken 16 Sept.
16978         * i370/xm-i370.h (HOST_BITS_PER_LONGLONG): Define.
16979         * i370/xm-mvs.h, i370/xm-oe.h: Likewise.
16980
16981 Fri Oct 15 03:01:01 1999  Loren Rittle  <ljrittle@acm.org>
16982
16983         * config/t-freebsd: Do not override USER_H.
16984         * ginclude/stddef.h: Generalize check for _MACHINE_ANSI_H_.
16985
16986 Fri Oct 15 02:37:28 1999  Alastair J. Houghton <ajh8@doc.ic.ac.uk>
16987                           Mumit Khan  <khan@xraylith.wisc.edu>
16988
16989         * c-parse.in (component_decl): Support anonymous struct/union.
16990         (%expect): Update.
16991         * c-parse.y: Regenerate.
16992         * c-parse.c: Likewise.
16993         * objc/objc-parse.y: Likewise.
16994         * objc/objc-parse.c: Likewise.
16995         * c-decl.c (finish_struct): Don't sort the fields.
16996         (field_decl_cmp): Delete unused function.
16997
16998 Fri Oct 15 01:20:52 1999  Richard Henderson  <rth@cygnus.com>
16999
17000         * sparc.md (movsf_const_intreg): Revert last constraint change.
17001         (movdf_const_intreg_sp32): Likewise.
17002
17003 Fri Oct 15 01:47:51 1999  Vladimir Makarov  <vmakarov@loony.cygnus.com>
17004
17005         * cse.c: Include hashtab.h instead of splay-tree.h
17006         (struct cse_reg_info): No longer use variant union.  Add new
17007         field "regno".  All references changed to avoid union.
17008         (cse_reg_info_used_list, cse_reg_info_used_list_end): New variables.
17009         (free_cse_reg_info): Remove.
17010         (hash_cse_reg_info, cse_reg_info_equal_p): New functions.
17011         (get_cse_reg_info): Revamp to use expandable hash tables instead
17012         of splay trees.  Initialize new fields in cse_reg_info structure.
17013         (new_basic_block): Similarly.
17014
17015 Thu Oct 14 23:51:56 1999  Richard Henderson  <rth@cygnus.com>
17016
17017         * genrecog.c (message_with_line): Prototype.
17018         (validate_pattern): Pass along the set for the dest, not a flag.
17019         Fix non-lvalue message.  Don't warn for VOIDmode SET_DEST of CALL.
17020         Check for PC/CC0 as sources.
17021         (nodes_identical): Check for children position match before
17022         allowing the combination.
17023
17024         * rtl.c (read_rtx): Track line number across \\\n.
17025
17026 Thu Oct 14 23:50:25 1999  Richard Henderson  <rth@cygnus.com>
17027
17028         * mips.h (SPECIAL_MODE_PREDICATES): New.
17029         * mips.md (*) Use nonimmediate_operand not general_operand for outputs.
17030         (movdi+1, movsi+1): Add output reload constraint.
17031         (casesi_internal): Likewise.  Fix commentary.
17032         (return_internal): Use pmode_register_operand.
17033
17034 Thu Oct 14 23:19:34 1999  Richard Henderson  <rth@cygnus.com>
17035
17036         * 1750a.md (movstrqi): Add missing output reload constraint.
17037         (call_value): Likewise.
17038         * a29k.md (cpxxx patterns): Add missing match_operator mode.
17039         (jmpfdec): Add missing inout reload constraint.
17040         * elxsi.md (addsi patterns): Add missing output reload constraint.
17041         (move from sp): Use @ alternates.
17042         (call_value): No constraint on output.
17043         * fr30.md (movsi_pop): Add missing output reload constraint.
17044         (movsf_constant_store): Likewise.
17045         (splits): Remove constraints.
17046         (subsi3): Add missing mode.
17047         * i370.md (cmpstrsi+1): Add missing output reload constraint.
17048         (call_value): Likewise.
17049         * i960.md (cmpinc/cmpdec patterns): Add inout reload constraints.
17050         * m32r.h (PREDICATE_CODES): Add seth_add3_operand.
17051         * m32r.md (movsicc_internal): Add output reload constraint.
17052         (movstrsi_internal): Add inout reload constraints.
17053         * m88k.h (reg_names): Don't declare.
17054         (SPECIAL_MODE_PREDICATES): New.
17055         * m88k.md (*): Use register_operand not reg_or_0_operand
17056         on destinations.
17057         * mn10200.h (PREDICATE_CODES): New.
17058         * ns32k.md (ffs pattern): Add output reload constraint.
17059         * pdp11.md (sob pattern): Add inout reload constraint.
17060         * sh.md (splits): Remove constraints.
17061         (indirect_jump_scratch, fpu_switch): Add output reload constraint.
17062         * v850.md (pattern_is_ok_for_epilogue): Likewise.
17063         * vax.md (jgequ pattern): Add inout reload constraint.
17064
17065 Fri Oct 15 00:05:00 1999  Jeffrey A Law  (law@cygnus.com)
17066
17067         * configure.in (djgpp): Revert previous patch.
17068         * configure: Rebuit.
17069         * config/i386/djgpp.h: Revert previous patch.
17070
17071 Fri Oct 15 00:00:24 1999  Loren J. Rittle <ljrittle@acm.org>
17072
17073         * fixinc/inclhack.def: Restore patch lost during last merge of
17074         "no_bogosity" branch.
17075         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
17076
17077 Thu Oct 14 23:57:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
17078
17079         * fixincludes: Add a HPUX 11 fix for inttypes.h.
17080         * fixinc/inclhack.def: Same.
17081         * fixinc/inclhack.sh, fixinc/fixincl.sh, fixinc/fixincl.x: Regenerate.
17082
17083 Thu Oct 14 22:51:55 1999  Richard Henderson  <rth@cygnus.com>
17084
17085         * alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF
17086         as the base of a PLUS.
17087
17088 Fri Oct 15 18:36:07 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17089
17090         * config/c4x/c4x.md:  Define mode for remaining unspec operators.
17091         * config/c4x/c4x.c (dst_operand):  Use nonimmediate_operand.
17092
17093 Thu Oct 14 22:14:23 1999  Richard Henderson  <rth@cygnus.com>
17094
17095         * pa.md (post_stw+1): Use pmode_register_operand.
17096         (dcacheflush, icacheflush): Likewise.
17097
17098         * i386.md (movstricthi_1): Allow r/r.
17099
17100 Thu Oct 14 19:44:08 1999  Jan Hubicka  <hubicka@freesoft.cz>
17101
17102         * fold-const.c (fold): Convert (or (not arg0) (not arg1))
17103         to (not (and (arg0) (arg1))). Similary for and.
17104
17105         * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case,
17106         fallthrough to associate code.
17107         Convert XOR to OR in code like (a&c1)^(a&c2) where c1 and c2 don't have
17108         bits in common.
17109
17110         * combine.c (simplify_logical): Convert XOR to IOR if operands have
17111         no bits in common; remove XOR to ROTATE conversion.
17112
17113 Fri Oct 15 17:40:11 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17114
17115         * config/c4x/c4x.h (c4x_va_start, c4x_va_arg): Declare.
17116
17117 Fri Oct 15 17:27:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
17118
17119         * config/c4x/c4x.c (dst_operand): New.
17120         (PREDICATE_CODES): Update.
17121         * config/c4x/c4x.h (dst_operand): Declare it.
17122         * config/c4x/c4x.md:  Define mode for each unspec usage.
17123         (move patterns):  Use dst_operand predicate instead of src_operand.
17124         (movqi_update, movqf_update): Delete.
17125
17126 Thu Oct 14 18:48:54 1999  Richard Henderson  <rth@cygnus.com>
17127
17128         * recog.c (pmode_register_operand): New.
17129         * recog.h: Declare it.
17130         * genrecog.c (pred_codes): Likewise.
17131         (special_mode_pred_table): Likewise.
17132         (validate_pattern): Don't warn no mode for address_operand.
17133
17134         * print-rtl.c (print_rtx) [LABEL_REF]: Only do full subexpression
17135         if the operand is not insn-like.
17136
17137 Thu Oct 14 19:38:42 1999  Jeffrey A Law  (law@cygnus.com)
17138                           Sylvian Pion <Sylvain.Pion@sophia.inria.fr>
17139
17140         * fold-const.c (fold): Handle more simplifications allowed by IEEE.
17141
17142 Thu Oct 14 17:30:14 1999  Richard Henderson  <rth@cygnus.com>
17143
17144         * sparc.md (*): Use {nonimmediate,register}_operand as appropriate
17145         instead of general_operand in a SET_DEST.  Use const_double_operand
17146         instead of an explicit test against CONST_DOUBLE.
17147         (movsf_const_lo): Add missing register mode.
17148         (goto_handler_and_restore): Add auxiliary test for Pmode.
17149         (flush): Adjust to use address_operand.
17150         (return_sf_no_fpu): Add missing output constraint.
17151
17152 Thu Oct 14 17:21:26 1999  Richard Henderson  <rth@cygnus.com>
17153
17154         * rs6000.md (call_value_indirect_aix32): Use wildcard match_operand
17155         for call return value.
17156         (call_value_indirect_aix64, call_value_indirect_nt): Likewise.
17157
17158 Thu Oct 14 13:54:25 1999  Jason Merrill  <jason@yorick.cygnus.com>
17159
17160         * toplev.c (main): Only warn about options for other languages.
17161         * collect2.c (main): Pass -w to sub-gcc.
17162
17163 Thu Oct 14 16:27:50 1999  Richard Henderson  <rth@cygnus.com>
17164
17165         * flow.c (propagate_block): Add call-clobbered registers to
17166         significant too.
17167
17168         * flow.c (propagate_block): Use free_EXPR_LIST_list instead of
17169         zapping mem_set_list.
17170         (invalidate_mems_from_autoinc): Use free_EXPR_LIST_node.
17171         (mark_set_1, mark_used_regs): Likewise.
17172
17173 Thu Oct 14 10:51:49 1999  Richard Henderson  <rth@cygnus.com>
17174
17175         * m68k.md (zero_extendsidi2): Add missing output reload constraint.
17176
17177 Wed Oct 13 00:09:18 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17178
17179         * invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes,
17180         -Wnested-externs, -Wstrict-prototypes, and -Wtraditional as C only
17181         options. Also add a new item "C-only Warning Options" to the
17182         option summary.
17183
17184 1999-10-14  Gavin Romig-Koch  <gavin@cygnus.com>
17185
17186         * libgcc2.c (__do_global_dtors): Protect __deregister_frame_info
17187         from multiple calls.
17188
17189 Thu Oct 14 04:54:54 1999  Richard Henderson  <rth@cygnus.com>
17190
17191         * i386.md (call value patterns): Move to the end of the file.
17192         (prologue_set_got, prologue_get_pc): Use register_operand for op 0.
17193
17194 1999-10-14 Mark Elbrecht <snowball3@bigfoot.com>
17195
17196         * configure.in (djgpp configuration): Define extra_objects..
17197         * configure: Rebuilt.
17198         * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define.
17199         (DTORS_SECTION_ASM_OP): Define.
17200         (INIT_SECTION_ASM_OP): Define.
17201         (FINI_SECTION_ASM_OP): Define.
17202         (DATA_SECTION_ASM_OP): Define.
17203         (TEXT_SECTION_ASM_OP): Define.
17204         (EH_FRAME_SECTION_ASM_OP): Define.
17205         (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl.
17206         (STARTFILE_SPEC): Add crtbegin.o.
17207         (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl
17208         to here from LINK_COMMAND_SPEC.
17209         (DO_GLOBAL_CTORS_BODY): Define.
17210         (CRTSTUFF_USE_FINI_SECTION): Define
17211         (HAS_INIT_SECTION): Delete.
17212
17213 Thu Oct 14 05:08:14 1999  Andreas Schwab  <schwab@suse.de>
17214
17215         * Makefile.in (all.cross): Depend on xcpp$(exeext).
17216
17217 Thu Oct 14 04:00:40 1999  Richard Henderson  <rth@cygnus.com>
17218
17219         * pa.h (PREDICATE_CODES): New.
17220
17221         * genrecog.c (validate_pattern): Condense the destination
17222         non-lvalue message.
17223
17224 Thu Oct 14 03:23:08 1999  Richard Henderson  <rth@cygnus.com>
17225
17226         * alpha.md (call-1): Supply missing mode for operator.
17227         (*): Add missing output reload constraints.  Remove constraints
17228         from define_splits.
17229
17230         * i386.h (SPECIAL_MODE_PREDICATES): New.
17231         * i386.md (movstricthi_1): Use nonimmediate_operand for op 0.
17232         (movqi_1, movdi_1, movdi_2, some splits): Likewise.
17233         (addsi_lea_3): Add missing mode for op 3.
17234         (prologue_set_got, prologue_get_pc): Add missing modes.
17235         (*) Add missing output reload constraints.
17236
17237 Thu Oct 14 03:59:57 1999  Stephane Carrez  <stcarrez@worldnet.fr>
17238
17239         * stor-layout.c (layout_union): Use HOST_WIDE_INT for const_size;
17240         check for member bit-size overflow and use var_size if it occurs.
17241         (layout_record): Use bitsize_int() to define the type size in bits.
17242         Likewise for computation and assignment to DECL_FIELD_BITPOS.
17243         (layout_decl): Likewise when assigning to DECL_SIZE.
17244
17245 Thu Oct 14 02:57:05 1999  Richard Henderson  <rth@cygnus.com>
17246
17247         * genrecog.c (validate_pattern): Typo last change.  Verify
17248         that output operands have output reloads.
17249
17250 Thu Oct 14 01:49:54 1999  Richard Henderson  <rth@cygnus.com>
17251
17252         * genrecog.c (special_mode_pred_table): New.
17253         (NUM_SPECIAL_MODE_PREDS): New.
17254         (find_operand): New.
17255         (validate_pattern): New argument `insn'.  Warn for assignment to
17256         any predicate accepting non-lvalues.  Conditionaly warn for
17257         match_operand without a mode.  Try much harder to match source
17258         and destination modes on a set.
17259         * tm.texi (SPECIAL_MODE_PREDICATES): Document.
17260
17261 Thu Oct 14 02:54:13 1999  Jeffrey A Law  (law@cygnus.com)
17262
17263         * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs.
17264
17265 Thu Oct 14 02:18:19 1999  Marc Espie <espie@cvs.openbsd.org>
17266
17267         * combine.c (simplify_logical): Recognize xor pattern that encodes
17268         rotation.
17269
17270 Wed Oct 13 23:23:45 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17271
17272         * rs6000.c (expand_block_move): Use INTVAL, not XINT to access
17273         alignment.
17274
17275 Wed Oct 13 21:47:18 1999  Richard Henderson  <rth@cygnus.com>
17276
17277         * ggc-page.c (MAP_FAILED): Provide default.
17278
17279 Wed Oct 13 21:41:59 1999  Richard Henderson  <rth@cygnus.com>
17280
17281         * sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
17282         * sparc.h (PREDICATE_CODES): Update.
17283
17284 Wed Oct 13 21:18:17 1999  Richard Henderson  <rth@cygnus.com>
17285
17286         * alpha.c (some_ni_operand): New.
17287         * alpha-protos.h: Declare it.
17288         * alpha.h (PREDICATE_CODES): Update.
17289         * alpha.md (sXaddq reload insns): Use some_ni_operand
17290         for SET_DEST instead of some_operand.
17291
17292 Wed Oct 13 21:04:45 1999  Richard Henderson  <rth@cygnus.com>
17293                           Jim Wilson  <wilson@cygnus.com>
17294
17295         * genrecog.c (maybe_both_true_2): Don't compare modes of
17296         two DT_pred tests.
17297         (process_tree): Elide peephole2_insns.  Invoke simplify_tests
17298         after find_afterward.
17299         (debug_decision_1): Dump next and afterward codes.
17300
17301 Wed Oct 13 20:35:16 1999  Richard Henderson  <rth@cygnus.com>
17302
17303         * rtl.c (dump_and_abort): Remove.
17304         (fatal_with_file_and_line): New.
17305         (fatal_expected_char): New.
17306         (read_rtx_lineno, read_rtx_filename): New.
17307         (read_skip_spaces): Track line number.
17308         (read_name): Use fatal_with_file_and_line.
17309         (read_rtx): Use fatal_expected_char.  Track line number.
17310         * rtl.h (read_rtx_filename, read_rtx_lineno): Declare.
17311
17312         * print-rtl.c (print_rtx): Don't special case LABEL_REF argument
17313         if it isn't a CODE_LABEL.
17314
17315         * genattr.c (main): Set read_rtx_filename.
17316         * genattrtab.c (main): Likewise.
17317         * gencodes.c (main): Likewise.
17318         * genconfig.c (main): Likewise.
17319         * genemit.c (main): Likewise.
17320         * genextract.c (main): Likewise.
17321         * genflags.c (main): Likewise.
17322         * genopinit.c (main): Likewise.
17323         * genoutput.c (main): Likewise.
17324         * genpeep.c (main): Likewise.
17325
17326         * genrecog.c (decision_test.u.insn): Add `lineno'.
17327         (pattern_lineno, error_count): New variables.
17328         (message_with_line): New.
17329         (add_to_sequence): Break out checking code to ...
17330         (validate_pattern): ... here.  Detect SET_DEST matching CONST_INT.
17331         (merge_insn): Use message_with_line.
17332         (make_insn_sequence): Use validate_pattern.  Record insn lineno.
17333         (main): Set read_rtx_filename, pattern_lineno.  Exit early on error.
17334
17335 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17336
17337         * expr.c (store_constructor): Clear union if constructor is empty.
17338
17339 Wed Oct 13 15:19:04 1999  Jim Wilson  <wilson@cygnus.com>
17340
17341         * config/rs6000/sysv4.h (CC1_SPEC): Fix errors from Jan 19 change.
17342         Add !endian checks.  Change %{...} to %(...).
17343
17344 Wed Oct 13 13:30:34 1999  Richard Henderson  <rth@cygnus.com>
17345
17346         * i386.md (*addsi3_cc): Renamed from addcsi3.
17347         (*addsi3_carry): Renamed from addxsi3.
17348         (*subsi3_cc): Renamed from subcsi3.
17349         (*subsi3_carry): Renamed from subxsi3.
17350         (*xorqi_cc_1): Renamed from xorcqi_1.
17351         (xorqi_cc_ext_1): Renamed from xorcqi_ext_1.
17352         * i386.c (ix86_expand_fp_compare): Update for xorqi_cc_ext_1.
17353
17354 Wed Oct 13 13:10:46 1999  Richard Henderson  <rth@cygnus.com>
17355
17356         * Makefile.in (ggc-common.o): Depend on RTL_H not RTL_BASE_H.
17357         (ggc-simple.o, ggc-page.o, ggc-none.o, ggc-callbacks.o): Likewise.
17358
17359 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
17360
17361         * regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
17362         climb up the chain of insns.
17363
17364 Wed Oct 13 10:20:58 1999  Richard Henderson  <rth@cygnus.com>
17365
17366         * genrecog.c (write_subroutine): Careful for null trees.
17367         (process_tree): Don't elide empty functions.
17368
17369 Wed Oct 13 10:07:54 1999  Richard Henderson  <rth@cygnus.com>
17370
17371         * Makefile.in (genrtl.o): Depend on ggc.h.
17372         * configure.in (valloc): Probe for it.
17373         (with-gc): Use ggc-page if valloc present.
17374         * ggc-common.c (ggc_mark_rtx_children): Use ggc_mark_if_gcable.
17375         (ggc_mark_rtvec_children): New from corpse of ggc_mark_rtvec.
17376         (ggc_alloc_string): Moved from ggc-page.c.
17377         * ggc-none.c (ggc_alloc_obj): New.
17378         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove.
17379         * ggc-page.c (sys/mman.h): Only include if HAVE_MMAP.
17380         (struct globals): Likewise for dev_zero_fd.
17381         (init_ggc): Likewise for it's initialization.
17382         (ggc_allocated_p): Move careful dereference from ...
17383         (ggc_lookup_page_table): ... here.  Delete.
17384         (lookup_page_table_entry): Don't use ggc_lookup_page_table.
17385         (alloc_anon): Use valloc if no mmap.
17386         (release_pages): Use free if using valloc.
17387         (ggc_alloc_obj): Renamed from alloc_obj.
17388         (ggc_set_mark): Renamed from mark_obj.
17389         (ggc_mark_if_gcable): Renamed from ggc_mark_string_if_gcable.
17390         (ggc_alloc_rtx, ggc_alloc_rtvec): Delete.
17391         (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete.
17392         (ggc_set_mark_rtx, ggc_set_mark_rtvec): Delete.
17393         (ggc_set_mark_tree, ggc_mark_string, ggc_mark): Delete.
17394         (ggc_collect): Use fp printing instead of our own rounding.
17395         * ggc-simple.c (IS_MARKED, IGNORE_MARK): Delete.
17396         (GGC_STRING_MAGIC, GGC_STRING_MAGIC_MARK): Delete.
17397         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): Delete.
17398         (struct ggc_rtx, struct ggc_rtvec, struct ggc_tree): Delete.
17399         (struct ggc_string, struct ggc_any): Delete.
17400         (offsetof): Provide default definition.
17401         (GGC_BALANCE, GGC_ALWAYS_COLLECT, GGC_ALWAYS_VERIFY): New.
17402         (PTR_KEY): New.
17403         (struct ggc_mem): New, from corpse of ggc_any.
17404         (struct ggc_status): Delete.
17405         (ggc_chain, ggc_allocated_strings, ggc_strings_used): Delete.
17406         (n_rtxs_collected, n_vecs_collected, n_trees_collected): Delete.
17407         (n_strings_collected, n_anys_collected): Delete.
17408         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Delete.
17409         (ggc_alloc_string, ggc_alloc): Delete.
17410         (ggc_free_rtx, ggc_free_rtvec, ggc_free_tree): Delete.
17411         (ggc_free_string, ggc_free_any): Delete.
17412         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Delete.
17413         (ggc_compare_addresses, ggc_mark_string): Delete.
17414         (ggc_mark_string_if_gcable, ggc_mark): Delete.
17415         (search_data): Delete.
17416         (struct globals): New.
17417         (GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED): New.
17418         (tree_insert, tree_lookup): New.
17419         (ggc_alloc_obj, ggc_set_mark, ggc_mark_if_gcable): New.
17420         (clear_marks, sweep_objs): New.
17421         (ggc_collect): Gut.  Use clear_marks, sweep_objs.
17422         (init_ggc): Set allocated_last_gc.
17423         (ggc_push_context): Gut.  Use G.context.
17424         (ggc_pop_context): Likewise.
17425         (ggc_pop_context_1): New.
17426         (debug_ggc_tree): New.
17427         (debug_ggc_balance, tally_leaves): New.
17428         * ggc.h (ggc_mark_rtvec, ggc_mark_string, ggc_mark): Remove decl.
17429         (ggc_mark_string_if_gcable): Remove decl.
17430         (ggc_mark_rtx, ggc_mark_tree): Use ggc_set_mark.
17431         (ggc_mark_rtvec_children): New.
17432         (ggc_mark_rtvec, ggc_mark_string, ggc_mark): New.
17433         (ggc_mark_if_gcable): New decl.
17434         (ggc_alloc_rtx, ggc_alloc_rtvec): Remove decl.
17435         (ggc_alloc_tree, ggc_alloc): Likewise.
17436         (ggc_set_mark_rtx, ggc_set_mark_rtvec, ggc_set_mark_tree): Likewise.
17437         (ggc_alloc_obj): New decl.
17438         (ggc_alloc_rtx, ggc_alloc_rtvec): New macros.
17439         (ggc_alloc_tree, ggc_alloc): Likewise.
17440         (ggc_set_mark): New decl.
17441         * rtl.h (struct rtx_def): Remove gc_mark.
17442         (struct rtvec_def): Likewise.
17443         * tree.h (struct tree_common): Likewise.
17444
17445 Wed Oct 13 01:44:29 1999  Carol LePage  <carolo@hal.com>
17446
17447         * configure.in (sparc-hal-solaris2*): Fix xm_file, xm_defines,
17448         float_format and thread_file definitions.
17449         * configure: Rebuilt.
17450
17451 Wed Oct 13 09:25:03 1999  Niels Möller <nisse@lysator.liu.se>
17452
17453         * extend.texi (Function Names): Document types of function names.
17454
17455 Wed Oct 13 00:45:04 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17456
17457         * reload1.c (reload_reg_free_for_value_p):  RELOAD_OTHER reloads with
17458         an earlyclobbered output conflict with RELOAD_INPUT reloads.
17459
17460 Tue Oct 12 23:28:28 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17461
17462         * sh.h (BOOL_TYPE_SIZE): Don't use INT_TYPE_SIZE / CHAR_TYPE_SIZE.
17463
17464 Tue Oct 12 23:19:32 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17465
17466         * sh.h (REGISTER_MOVE_COST): Change PR_REG to PR_REGS.
17467
17468 Tue Oct 12 17:09:38 1999  David Edelsohn  <edelsohn@gnu.org>
17469
17470         * collect2.c (main): Do prelimnary link on AIX if rflag.
17471
17472 Tue Oct 12 09:45:19 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17473
17474         * config/rs6000/eabi-ctors.c (__do_global_ctors): Run through
17475         __CTOR_LIST__ in opposite order, which is the correct order for sorted
17476         constructors.
17477         (__do_global_dtors): similarly for __DTOR_LIST__.
17478
17479 Fri Oct  8 19:46:03 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
17480                                 Diego Novillo <dnovillo@cygnus.com>
17481
17482         * config/sh/sh.h (REGISTER_MOVE_COST): Handle moves from T_REGS to
17483         FPUL_REGS.
17484
17485 Tue Oct 12 07:38:41 1999  Bruce Korb  <autogen@linuxbox.com>
17486
17487         * fixincl/*: Merged "no_bogosity" branch
17488         * fixincl/fixlib.h: protect against doubly defining t_bool
17489         * fixincl/server.h: protect against doubly defining t_bool
17490
17491 Mon Oct 11 20:18:41 1999  Jim Wilson  <wilson@cygnus.com>
17492
17493         * genoutput.c: Include toplev.h.
17494
17495 Mon Oct 11 18:56:14 1999  Jim Wilson  <wilson@cygnus.com>
17496
17497         * config/sparc/liteelf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
17498         Undef.
17499         * configure.in (sparclite-*-elf, sparc86x-*-elf): Don't use libgloss.h.
17500         * configure: Regenerate.
17501
17502 Mon Oct 11 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
17503
17504         * gcse.c (delete_null_pointer_checks): Returns void.
17505
17506 Mon Oct 11 20:31:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17507
17508         * rtl.c (copy_rtx): Don't use accessor macros to copy fields.
17509         * emit-rtl.c (copy_insn_1): Likewise.
17510
17511 Mon Oct 11 13:29:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
17512
17513         * config/mips/mips.c (mips_build_va_list): Correct
17514         TREE_CHAIN setting when hard-float.
17515         (mips_va_start): Use corrected setting.
17516         (mips_va_arg): Likewise.  Also pass a tree to build of
17517         POSTINCREMENT_EXPR rather than a naked 'int'.
17518
17519 Sun Oct 10 18:27:27 1999  Mark Mitchell  <mark@codesourcery.com>
17520
17521         * ggc.h (ggc_push_context): Fix comment.
17522         (ggc_pop_context): Likewise.
17523         (mark_string_if_gcable): Likewise.
17524         * ggc-common.c (ggc_mark_rtx_children): Use
17525         ggc_mark_string_if_gcable.
17526         * ggc-page.c (ggc_lookup_page_table): New function.
17527         (ggc_allocated_p): Likewise.
17528         (mark_obj): Fix formatting.
17529         (ggc_mark_string_if_gcable): New function.
17530         * ggc-simple.c (ggc_allocated_strings): New variable.
17531         (ggc_strings_used): Likewise.
17532         (ggc_compare_addresses): New function.
17533         (ggc_pop_context): Pop the `any' memory too.
17534         (ggc_mark_string_if_gcable): New function.
17535         (ggc_collect): Initialize and tear down ggc_allocated_strings.
17536
17537 Sun Oct 10 20:05:21 1999  David Edelsohn  <edelsohn@gnu.org>
17538
17539         * rs6000.md (movstrsi_?reg): Use preferred rD/rS = r5 form.
17540         (scc patterns): Disable most SImode variants if TARGET_POWERPC64.
17541         * rs6000.c (expand_block_move): Match movstrsi_?reg register
17542         changes.
17543
17544 Sun Oct 10 16:37:01 1999  Richard Henderson  <rth@cygnus.com>
17545
17546         * haifa-sched.c (sched_reg_n_calls_crossed): Delete.
17547         (sched_reg_live_length, sched_reg_basic_block): Delete.
17548         (current_block_num, bb_live_regs, old_live_regs): Delete.
17549         (dead_notes, struct sometimes): Delete.
17550         (sched_note_set, birthing_insn_p): Delete.
17551         (adjust_priority): Gut useless reg lifetime code.
17552         (create_reg_dead_note, attach_deaths): Delete.
17553         (attach_deaths_insn, new_sometimes_live): Delete.
17554         (finish_sometimes_live): Delete.
17555         (find_pre_sched_live, find_post_sched_live): Delete.
17556         (update_reg_usage): Delete.
17557         (find_insn_reg_weight): New, from corpse of find_pre_sched_live.
17558         (schedule_insns): Delete reg lifetime code.
17559         (sched_analyze): Use REG_SAVE_NOTE to stuff NOTE_INSN notes away.
17560         (unlink_other_notes): Adjust REG_NOTE commentary.
17561         (reemit_notes): Use REG_SAVE_NOTE.
17562         (schedule_block): Likewise.
17563         (schedule_region): Allocate bitmap of blocks in region.  Use
17564         count_or_remove_death_notes.  Use update_life_info.
17565
17566         * rtl.h (REG_SAVE_NOTE): New.
17567         * rtl.c (reg_note_name): Update.
17568
17569 Sun Oct 10 16:14:16 1999  Richard Henderson  <rth@cygnus.com>
17570
17571         * combine.c (refresh_blocks, need_refresh): New.
17572         (combine_instructions): Allocate refresh_blocks.  Invoke
17573         update_life_info if needed.
17574         (distribute_notes): Mark refresh_blocks instead of installing
17575         USE insns.
17576         * flow.c (update_life_info): Remove notes if GLOBAL_RM_NOTES.
17577         * basic_block.h (enum update_life_extent): Add GLOBAL_RM_NOTES.
17578
17579         * Makefile.in (recog.o): Depend on basic-block.h.
17580
17581 Sun Oct 10 12:03:21 1999  Richard Henderson  <rth@cygnus.com>
17582
17583         * genrecog.c (add_to_sequence): Thinko last change: delete
17584         shadowing allow_const_int variable.
17585
17586 Sun Oct 10 08:40:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17587
17588         * cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
17589         __GNUC__ and __GNUC_MINOR__.
17590
17591         * gansidecl.h: Likewise.
17592
17593         * rtl.c: Likewise.
17594
17595         * rtl.h: Likewise.
17596
17597         * toplev.h: Likewise.
17598
17599         * tree.c: Likewise.
17600
17601         * tree.h: Likewise.
17602
17603         * varray.c: Likewise.
17604
17605         * varray.h: Likewise.
17606
17607 Sun Oct 10 13:28:48 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17608
17609         * loop.c (find_and_verify_loops): When looking for a BARRIER, don't
17610         use one before a jump table.
17611
17612         * rtl.def (ADDRESS): Change documentation to match reality.
17613         * md.texi: Don't document it.
17614         * gmicro.md (load address pattern): Use 'p' constraint, delete use
17615         of ADDRESS rtx.
17616
17617         * emit-rtl.c (copy_insn_1): Make format_ptr a const char *.
17618
17619 Sun Oct 10 02:41:41 1999  Richard Henderson  <rth@cygnus.com>
17620
17621         * genrecog.c (add_to_sequence): Move allow_const_int test outside
17622         known predicate block; default allow_const_int true.
17623         (debug_decision_list): New.
17624
17625 Sun Oct 10 00:43:08 1999  Richard Henderson  <rth@cygnus.com>
17626
17627         * i386.h (CC1_SPEC): Typo -- use cc1_cpu.
17628
17629 Sat Oct  9 23:26:55 1999  Jeffrey A Law  (law@cygnus.com)
17630
17631         * gcse.c (gcse_main): Avoid global optimizations if we have a
17632         large number of basic blocks and the ratio of edges to blocks
17633         is high.
17634         (delete_null_pointer_checks): Likewise.
17635
17636 Sat Oct  9 23:16:01 1999  Ken Raeburn  <raeburn@mit.edu>
17637
17638         * c-common.c (check_format_info): Warn if format string isn't a
17639         string literal.
17640
17641 Sat Oct  9 23:04:02 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17642
17643         * configure.in (arm*-*-*): Don't let autoconf remove brackets
17644         * configure: regenerate
17645
17646 Sat Oct  9 13:15:53 1999  Richard Henderson  <rth@cygnus.com>
17647
17648         * alpha.md (extendsidi2): Turn into a splitter.  Allow f/f.
17649         If TARGET_FIX, allow r/f.  Remove cvtlq unspec pattern.
17650         (peepholes): Re-enable.
17651
17652 Sat Oct  9 12:18:16 1999  Richard Henderson  <rth@cygnus.com>
17653
17654         * Makefile.in (flow.o): Depend on TREE_H.
17655         * basic-block.h (REG_SET_EQUAL_P): New.
17656         (XOR_REG_SET): New.
17657         (n_edges): Declare.
17658         (free_regset_vector): Remove declaration.
17659         (flow_delete_insn_chain): Declare.
17660         (enum update_life_extent): New.
17661         (update_life_info, count_or_remove_death_notes): Declare.
17662         * combine.c (distribute_notes) [REG_DEAD]: Stop search at bb->head.
17663         Verify register live at bb->global_live_at_start before adding USE.
17664         * flow.c (HAVE_epilogue, HAVE_prologue): Provide default.
17665         (CLEAN_ALLOCA): New.
17666         (n_edges): New.
17667         (PROP_*): New flags.
17668         (find_basic_blocks_1): Use alloc_EXPR_LIST.
17669         (clear_edges): Zero n_edges.
17670         (make_edge): Increment n_edges.
17671         (split_edge): Don't allocate bb->local_set.  Increment n_edges.
17672         (flow_delete_insn_chain): Export.
17673         (delete_block): Decrement n_edges.
17674         (merge_blocks_nomove): Likewise.
17675         (life_analysis): Give life_analysis_1 PROP flags.
17676         (verify_wide_reg_1, verify_wide_reg): New.
17677         (verify_local_live_at_start): New.
17678         (update_life_info): Rewrite to call into propogate_block.
17679         (mark_reg): New.
17680         (mark_regs_live_at_end): After reload, if epilogue as rtl,
17681         always mark stack pointer.  Conditionally mark PIC register.
17682         After reload, mark call-saved registers, return regsiters.
17683         (life_analysis_1): Accept PROP flags not remove_dead_code.
17684         Call mark_regs_live_at_end before zeroing regs_ever_live.
17685         Use calculate_global_regs_live.  Copy global_live_at_end before
17686         calling final propagate_block.  Zero reg_next_use on exit.
17687         (calculate_global_regs_live): New.
17688         (allocate_bb_life_data): Don't allocate bb->local_set.
17689         (init_regset_vector, free_regset_vector): Remove.
17690         (propagate_block): Accept FLAGS not FINAL or REMOVE_DEAD_CODE.
17691         Test flags before every operation.  Warn if prologue/epilogue insn
17692         would have been deleted.
17693         (mark_set_regs, mark_set_1): Accept and use FLAGS.
17694         Use alloc_EXPR_LIST.
17695         (mark_used_regs): Accept and use FLAGS, not FINAL.
17696         Remove special handling for RETURN.
17697         (try_pre_increment): Use alloc_EXPR_LIST.
17698         (dump_flow_info): Dump n_edges.
17699         (unlink_insn_chain, split_hard_reg_notes): Remove.
17700         (maybe_add_dead_note, maybe_add_dead_note_use): Remove.
17701         (find_insn_with_note, new_insn_dead_notes): Remove.
17702         (update_n_sets, sets_reg_or_subreg_1, sets_reg_or_subreg): Remove.
17703         (maybe_remove_dead_notes, prepend_reg_notes): Remove.
17704         (replace_insns): Remove.
17705         (count_or_remove_death_notes): New.
17706         (verify_flow_info): Abort on error after all checks.
17707         (remove_edge): Decrement n_edges.
17708         (remove_fake_edges): Tweak format.
17709         * haifa-sched.c (schedule_insns): Use split_all_insns.
17710         * output.h (update_life_info): Remove declaration.
17711         * recog.c (split_all_insns): From the corpse of split_block_insns,
17712         do the whole function block by block.  Use update_life_info.
17713         (recog_last_allowed_insn): New.
17714         (recog_next_insn): Mind it.
17715         (peephole2_optimize): Set it.  Walk backwards through blocks.
17716         Use update_life_info.
17717         * rtl.h (update_flow_info, replace_insns): Remove declarations.
17718         (split_all_insns): Declare.
17719         * toplev.c (rest_of_compilation): Thread prologue before flow2.
17720         Use split_all_insns.
17721
17722         * i386.md (or -1 peep2s): Disable.
17723
17724 Fri Oct  8 17:49:08 1999  Richard Henderson  <rth@cygnus.com>
17725
17726         * config/mips/mips.md (movstrsi+[123]) : Combine these into
17727         a single pattern.  Scrap the 'd' versions as unnecessary.
17728
17729         * config/mips/mips.md (tablejump_internal3,tablejump_mips161,
17730         tablejump_mips162,tablejump_internal4): The operands to a
17731         label_ref must be VOIDmode.
17732
17733 Fri Oct  8 16:12:42 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17734
17735         * configure.in (c-mbchar): Append, don't overwrite, `extra_c_flags'.
17736
17737 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17738
17739         * mips.c (mips_va_arg) [EABI]: Return addr_rtx.
17740
17741 Fri Oct  8 11:58:34 1999  Richard Henderson  <rth@cygnus.com>
17742
17743         * lists.c (init_EXPR_INSN_LIST_cache): Don't need to zap the
17744         cache every function if ggc_p.
17745
17746 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17747
17748         * jump.c (duplicate_loop_exit_test): Use copy_insn/copy_insn_1
17749         instead of copy_rtx.  Accept sequences that contain asm statements.
17750         * emit-rtl.c (copy_insn_1, copy_insn): New functions.
17751         (copy_insn_scratch_in, copy_insn_scratch_out, copy_insn_n_scratches,
17752         orig_asm_operands_vector, copy_asm_operands_vector,
17753         orig_asm_constraints_vecotr, copy_asm_constraints_vector): New static
17754         variables.
17755         * rtl.h (copy_insn, copy_insn_1): Declare.
17756
17757 Fri Oct  8 13:08:12 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17758
17759         * Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.
17760
17761         * alpha.h (ASM_OUTPUT_MI_THUNK): Pass the correct number of
17762         arguments to `current_file_function_operand'.
17763
17764         * genrecog.c: Include hard-reg-set.h and resource.h in the
17765         generated output file.
17766
17767         * real.c: Include tm_p.h.
17768
17769 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17770
17771         * i386.md (prologue_allocate_stack): Add '=' constraint letter on
17772         output operand.
17773
17774 Thu Oct  7 23:06:50 1999  Richard Henderson  <rth@cygnus.com>
17775
17776         * rs6000.md (fix_truncdfsi2_internal+1): Emit a clobber
17777         before the fctiwz insn.
17778
17779 Thu Oct  7 22:53:00 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17780                           Mark Mitchell  <mark@codesourcery.com>
17781
17782         * tree.c (make_lang_type_fn): New funtion pointer.
17783         (make_lang_type): Call it.
17784         * tree.h (make_lang_type): Declare.
17785         (make_lang_type_fn): Likewise.
17786         * rs6000.c (rs6000_build_va_list): Use make_lang_type.
17787
17788 Thu Oct  7 00:36:17 1999  Diego Novillo  <dnovillo@cygnus.com>
17789
17790         * config/rs6000/rs6000.c (secondary_reload_class): For TARGET_ELF
17791         make sure that HIGH instructions are copied into BASE_REGS.
17792
17793 Thu Oct  7 17:02:34 1999  Jason Merrill  <jason@yorick.cygnus.com>
17794
17795         * expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner.
17796
17797 Thu Oct  7 17:01:58 1999  Greg McGary  <gkm@gnu.org>
17798
17799         * c-decl.c (finish_struct): Use simpler method of
17800         removing elements of a singly-linked list.
17801
17802 Thu Oct  7 15:23:28 1999  Michael Meissner  <meissner@cygnus.com>
17803
17804         * alpha.md (peephole2's): Comment out peephole2's that generate
17805         buggy code.
17806
17807 Thu Oct  7 12:00:53 1999  Richard Henderson  <rth@cygnus.com>
17808
17809         * genrecog.c (add_to_sequence): Disable mode check for
17810         wildcard matches.
17811
17812 Thu Oct  7 20:14:16 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
17813
17814         * ggc-simple.c (init_ggc): Set empty_string.
17815
17816 Thu Oct  7 01:13:15 1999  Richard Henderson  <rth@cygnus.com>
17817
17818         * configure.in: Detect mmap.  Add --with-gc=foo to select
17819         garbage collector; default to page if mmap available.
17820         * Makefile.in (GGC): Substitute.
17821
17822 Wed Oct  6 23:56:30 1999  Richard Henderson  <rth@cygnus.com>
17823
17824         * c-decl.c (ggc_p): Enable.
17825
17826 Wed Oct  6 17:17:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17827
17828         * flow.c (verify_flow_info): Make it extern & unconditionally define.
17829
17830 1999-10-06  Brendan Kehoe  <brendan@cygnus.com>
17831
17832         * sparc/sp86x-elf.h (SUBTARGET_SWITCHES): Add missing doc
17833         string for little-endian-data.
17834
17835 Wed Oct  6 16:10:35 1999  Michael Meissner  <meissner@cygnus.com>
17836
17837         * varray.h (VARRAY_CHECK): Fix up appropriate revision check, in
17838         case somebody tries to compile --enable-checking code with gcc
17839         1.34 or such.
17840
17841 Wed Oct  6 12:22:50 1999  Richard Henderson  <rth@cygnus.com>
17842
17843         * genrecog.c (add_to_sequence): Verify operand to label_ref is
17844         VOIDmode.
17845
17846 Wed Oct  6 10:21:15 1999  Richard Henderson  <rth@cygnus.com>
17847
17848         * genconfig.c (main): Disable HAVE_conditional_arithmetic.
17849         * jump.c (jump_optimize_1): Document why.
17850
17851 Wed Oct  6 10:41:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17852
17853         * collect2.c (scan_prog_file, scan_libraries): Prototype function
17854         pointers and casts for `int_handler' and `quit_handler'.
17855
17856         * flow.c (verify_flow_info, split_hard_reg_notes,
17857         find_insn_with_note, sets_reg_or_subreg_1, prepend_reg_notes,
17858         remove_edge, remove_fake_successors): Add static prototypes.
17859         (verify_flow_info): Wrap with macro ENABLE_CHECKING.
17860         (mark_set_1): Initialize variable `regno'.
17861         (unlink_insn_chain): Likewise for variable `curr'.
17862         (remove_fake_edges): Remove unused variables `e', `tmp' and `last'.
17863
17864         * loop.c (strength_reduce): Initialize variable
17865         `unrolled_insn_copies'.
17866         (cmp_combine_givs_stats, cmp_recombine_givs_stats): Add static
17867         prototypes.  Change these functions to take const PTR parameters
17868         to avoid prototype conflict when used as the comparson argument
17869         for qsort.
17870         (check_dbra_loop): Initialize variable `comparison_val'.
17871
17872         * reload.c (debug_reload_to_stream, debug_reload): Add prototypes.
17873         (get_secondary_mem): Mark parameter `x' with ATTRIBUTE_UNUSED.
17874         (find_valid_class): Initialize variable `best_class'.
17875         (find_reloads): Call memcpy, not bcopy.
17876
17877         * reload1.c (gen_mode_int, dump_needs): Add prototypes.
17878         (hard_reg_use_compare): Don't needlessly cast away const.
17879         (reload_reg_class_lower): Likewise.
17880         (choose_reload_regs): Initialize variable `regno'.
17881
17882 Tue Oct  5 16:34:12 1999  Paul Burchard <burchard@pobox.com>
17883
17884         * ggc-page.c (GGC_ALWAYS_COLLECT): Fix typo when undef'ing.
17885
17886 Tue Oct  5 16:14:40 1999  Michael Meissner  <meissner@cygnus.com>
17887
17888         * libgcc1-test.c (toplevel): Include stddef.h to get size_t.
17889         ({,d}discard): Add forward declarations.  Declare parameter as
17890         unused.
17891         (main_without_main): Explicitly declare return type to be int.
17892         (memcpy): Properly declare.
17893
17894         * libgcc2.c (toplevel): If inhibit_libc is defined and not
17895         building the trampoline support, declare malloc, free, and
17896         atexit.
17897         (__clear_cache): Mark arguments as potentially unused.
17898
17899         * frame.c (toplevel): If inhibit_libc is defined, declare
17900         malloc and free.
17901
17902 Tue Oct  5 12:00:32 1999  Richard Henderson  <rth@cygnus.com>
17903
17904         * flow.c (make_edge): Accept an optional 2D bitmap in which
17905         to cache edge existence.  Update all callers.
17906         (make_label_edge, make_eh_edge): Pass through the edge cache.
17907         (make_edges): Provide the cache.
17908
17909 Tue Oct  5 12:16:49 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17910
17911         * mbchar.c (literal_codeset, local_mbtowc, local_mblen): Constify
17912         a char*.
17913         (local_mbtowc): Change the type of variable `i' from int to size_t.
17914
17915         * mbchar.h (ISSJIS1, ISSJIS2): Use parens around && within ||.
17916         (local_mbtowc, local_mblen, literal_codeset): Constify a char*.
17917
17918 Tue Oct  5 11:34:52 1999  Michael Meissner  <meissner@cygnus.com>
17919
17920         * ggc-common.c (toplevel): Reorder includes, so that ggc.h comes
17921         after other includes that define the appropriate types.  Include
17922         tm_p.h for getting user prototypes.
17923         * ggc-callbacks.c (toplevel): Ditto.
17924         * ggc-none.c (toplevel): Ditto.
17925         * gcc-page.c (toplevel): Ditto.
17926         * ggc-simple.c (toplevel): Ditto.
17927
17928 Mon Oct  4 16:48:16 1999  Diego Novillo <dnovillo@cygnus.com>
17929                           Jonathan Larmour  <jlarmour@cygnus.co.uk>
17930
17931         * config/mips/mips.c (mips_move_2words): Split doubles if
17932         ISA >= 3, !TARGET_64BIT, and destination is not an FP register.
17933
17934 Mon Oct  4 21:47:31 1999  Richard Henderson  <rth@cygnus.com>
17935
17936         * genrecog.c (struct decision_test): New.
17937         (struct decision): Remove test-related members, sort the rest by size.
17938         (IS_SPLIT): Simplify.
17939         (new_decision, new_decision_test): New.
17940         (add_to_sequence): Use them.  No special handling for args of
17941         non-MATCH codes.
17942         (maybe_both_true): Renamed from not_both_true; return sense changed.
17943         (maybe_both_true_1, maybe_both_true_2): New.  Broken out
17944         of maybe_both_true and adjusted for decision_test.
17945         (position_merit): Remove.
17946         (nodes_identical, nodes_identical_1): New, broken out of merge_trees.
17947         (merge_accept_insn): New, broken out of merge_trees.
17948         (merge_trees): Use them.  No special case for c_test; no node
17949         splitting; use test type instead of position_merit.
17950         (factor_tests): New.
17951         (simplify_tests): New.
17952         (break_out_subroutines): Don't write code now.
17953         (find_afterward): New.
17954         (write_afterward, write_switch, write_cond): New.
17955         (write_action, is_unconditional): New.
17956         (write_node): New.  Use them.
17957         (write_tree_1): Rewrite.  Use the new functions above.
17958         (write_tree): Remove afterward processing.
17959         (write_subroutine): Simplify function variant emission.
17960         (write_subroutines): New.
17961         (same_codes, clear_codes): Remove.
17962         (same_modes, clear_modes): Remove.
17963         (write_header): New, broken out of main.
17964         (make_insn_sequence): Use new_decision and new_decision_test.
17965         (process_tree): New, broken out of main.
17966         (main): Adjust for merge_trees interface change.
17967         Don't #define operands in the output file.
17968         (record_insn_name): New, broken out of make_insn_sequence.
17969         (debug_decision_2, debug_decision_1, debug_decision_0): New.
17970         (debug_decision): New.
17971
17972 1999-10-04 21:58 -0700  Zack Weinberg  <zack@bitmover.com>
17973
17974         * resource.c (find_free_register): Mark class_str argument const.
17975         * resource.h: Update prototype to match.
17976
17977         * i386.h (PREDICATE_CODES): Add entry for long_memory_operand.
17978         * i386.md: Give all anonymous insns names.
17979
17980 Mon Oct  4 21:12:02 1999  Jeffrey A Law  (law@cygnus.com)
17981
17982         * flow.c (merge_blocks): Avoid assing BASIC_BLOCK for non-existent
17983         blocks.
17984
17985 Mon Oct  4 21:01:39 1999  Richard Henderson  <rth@cygnus.com>
17986
17987         * toplev.c (dbr_sched_time): Unconditional.
17988         (peephole2_time): New.
17989         (compile_file): Add pass numbers to all of the dump file suffixes.
17990         Dump peephole2_time.  Don't dump times for non-applicable passes.
17991         (rest_of_compilation): Add pass numbers to dump file suffixes.
17992         Conditionalize calls to the scheduler.
17993         * invoke.texi: Update.
17994
17995 Mon Oct  4 20:25:13 1999  Anthony Green  <green@cygnus.com>
17996
17997         * flow.c (make_edges): Fix insn iteration.
17998         (find_basic_blocks): Assign NULL_RTX, not 0, to rtx.
17999         (find_basic_blocks_1): Fix spelling mistake.
18000
18001 Mon Oct  4 16:56:11 1999  Richard Henderson  <rth@cygnus.com>
18002
18003         * tree.c (build1): Set TREE_SIDE_EFFECTS for expressions that
18004         always have side-effects.  Use memset not bzero.
18005         (make_node): Likewise.
18006
18007 Mon Oct  4 16:22:20 1999  Mark Mitchell  <mark@codesourcery.com>
18008
18009         * stmt.c (expand_anon_union_decl): When any of the elements of the
18010         union is addressable, so is the entire union.
18011
18012 Mon Oct  4 11:38:33 1999  Richard Henderson  <rth@cygnus.com>
18013
18014         * sbitmap.c (sbitmap_ones): Don't set too many bits.
18015
18016         * bitmap.h (enum bitmap_bits): Add BITMAP_XOR.
18017         * bitmap.c (bitmap_operation): Return true iff TO changed.
18018         (bitmap_equal_p): New.
18019         (bitmap_bit_p): Tidy arithmetic.
18020         (debug_bitmap_file): Likewise.
18021
18022 Mon Oct  4 11:28:37 1999  Richard Henderson  <rth@cygnus.com>
18023
18024         * toplev.c (rest_of_compilation): Turn on cse_not_expected
18025         before cse2 instead of after.
18026
18027 Mon Oct 4 09:55:17 1999  Stan Cox  <scox@cygnus.com>
18028
18029         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Let leasi/liadi handle large
18030         register offsets.
18031
18032 Mon Oct  4 08:54:12 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18033
18034         * cppinit.c (is_idchar initializer): Loosen tests to accept
18035         gcc 2.>6 and >2.
18036
18037 Mon Oct  4 02:31:20 1999  Mark Mitchell  <mark@codesourcery.com>
18038
18039         * mips.md: Define conditional move patterns for floating point
18040         operands and DI mode conditions.
18041
18042 Mon Oct  4 02:12:41 1999  Mark Mitchell  <mark@codesourcery.com>
18043
18044         * tree.c (make_node): Set TREE_SIDE_EFFECTS for expressions that
18045         always have side-effects.
18046
18047 Sun Oct  3 14:14:16 1999  Jeffrey A Law  (law@cygnus.com)
18048
18049         * mn10200.c (asm_file_start): Fix typo.
18050
18051         * cppinit.c (is_idchar initializer): Tighten tests for when
18052         to put the table into initialized memory.
18053
18054         * ggc-none.c (ggc_alloc_rtvec): An rtvec is an array of rtx,
18055         not an array of rtunion.
18056         * gcc-page.c (ggc_alloc_rtvec): Similarly.
18057         * gcc-simple (ggc_free_rtvec): Similarly.
18058
18059         * genattrtab.c (simplify_cond): Make TESTS an array of rtxs, instead
18060         of rtunions.
18061
18062         * mbchar.h: Add missing #endif.
18063
18064         * t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
18065         (FPBIT, DPBIT): Define.
18066
18067 Sun Oct  3 12:44:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18068
18069         * print-tree.c (print_node, indent_to): Remove redundant prototypes.
18070
18071         * profile.c (instrument_arcs, output_gcov_string,
18072         tablejump_entry_p): Add static prototypes.
18073         (output_gcov_string): Constify a char*.
18074
18075         * regmove.c (replacement_quality, fixup_match_2): Add static
18076         prototypes.
18077
18078         * resource.h (reg_dead_p): Add extern prototype.
18079
18080         * rtl.c (trim_filename): Add static prototype.
18081
18082         * scan-decls.c (skip_to_closing_brace): Likewise.
18083
18084         * stmt.c (expand_decl_cleanup_no_eh): Hide definition.
18085         (expand_end_case): Initialize variable `range'.
18086         (emit_case_nodes): Remove unused prototype `rtx_fn'.
18087
18088         * varasm.c (asm_emit_uninitialised): Add static prototype.
18089         (asm_emit_uninitialised, assemble_variable): Mark parameter with
18090         ATTRIBUTE_UNUSED.
18091
18092 Sun Oct  3 12:24:52 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18093
18094         * cpplib.c (if_directive_nameo): Add static prototype.
18095
18096         * cse.c (cse_insn): Remove unused variable `p'.
18097
18098         * except.c (create_rethrow_ref, push_entry,
18099         receive_exception_label, new_eh_region_entry, find_func_region,
18100         clear_function_eh_region, process_nestinfo): Add static prototypes.
18101         (get_reg_for_handler): Hide definition.
18102         (process_nestinfo): Initialize variable `extra_handlers'.
18103
18104         * expr.h (expand_builtin_longjmp): Add extern prototype.
18105
18106         * final.c (final_addr_vec_align, align_fuzz): Add static prototypes.
18107
18108         * function.c (prepare_function_start): Likewise.
18109         (pop_function_context_from): Mark parameter `context' with
18110         ATTRIBUTE_UNUSED.
18111         (push_temp_slots_for_block, flush_addressof): Hide definition.
18112
18113         * gcov.c (init_arc, reverse_arcs, create_program_flow_graph,
18114         solve_program_flow_graph, calculate_branch_probs,
18115         function_summary, main, fancy_abort): Add prototypes.
18116
18117         * gen-protos.c (add_hash, parse_fn_proto, main): Likewise.
18118         (add_hash): Constify a char*.
18119
18120         * ggc-common.c (ggc_mark_rtx_ptr, ggc_mark_tree_ptr,
18121         ggc_mark_tree_varray_ptr, ggc_mark_tree_hash_table_ptr,
18122         ggc_mark_string_ptr, ggc_mark_tree_hash_table_entry): Add prototypes.
18123
18124         * integrate.c (expand_inline_function_eh_labelmap): Likewise.
18125
18126         * lists.c (free_list, zap_lists): Likewise.
18127
18128 Sun Oct  3 12:05:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18129
18130         * alias.c (nonlocal_reference_p): Add static prototype.
18131
18132         * bitmap.c (bitmap_element_allocate): Prototype args in function
18133         pointer cast.
18134
18135         * builtins.c (stabilize_va_list): Add static prototype.
18136         (expand_builtin_va_arg): Constify a char*.
18137
18138         * c-lex.c (getch, put_back, extend_token_buffer_to,
18139         read_line_number, token_getch, token_put_back): Add static
18140         prototypes.
18141
18142         * c-parse.gperf (hash, is_reserved_word): Likewise.
18143
18144         * cccp.c (is_dir_separator): Likewise.
18145
18146 Sat Oct  2 16:07:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18147
18148         * graph.h: New file to prototype functions exported by graph.c.
18149
18150         * Makefile.in (graph.o, toplev.o): Depend on graph.h.
18151
18152         * graph.c: Include graph.h.
18153
18154         * toplev.c: Likewise.  Remove redundant prototypes.
18155
18156 Sat Oct  2 11:28:33 1999  Krister Walfridsson <cato@df.lth.se>
18157
18158         * invoke.texi: Removed duplicated description for -Q.
18159
18160 Sat Oct  2 11:16:00 1999  Jim Kingdon  <http://developer.redhat.com>
18161
18162         * extend.texi: Grammar fix in __extension__ text.
18163
18164 Sat Oct  2 11:06:31 1999  Richard Henderson  <rth@cygnus.com>
18165
18166         * md.texi (define_peephole2): New section.
18167
18168 Sat Oct  2 10:57:56 1999  Jan Hubicka  <hubicka@freesoft.cz>
18169
18170         * i386.md (mov?i patterns): Fix handling of TARGET_USE_MOV0
18171         (mov $-1 to or peepholer): Enable for pentium when optimizing for
18172         speed.
18173
18174 Sat Oct  2 10:55:25 1999  Jan Hubicka  <hubicka@freesoft.cz>
18175
18176         * builtins.c (expand_builtin_strlen): Fix best mode searching loop.
18177
18178 Sat Oct  2 10:53:22 1999  Jan Hubicka  <hubicka@freesoft.cz>
18179
18180         * i386.md (ffs expander): Emit Pentium friendly code for
18181         TARGET_PENTIUM.
18182
18183 Sat Oct  2 02:48:21 1999  Mark P. Mitchell  <mark@codesourcery.com>
18184
18185         * tree.c (build): Don't look at TREE_SIDE_EFFECTS or TREE_RAISES
18186         for non-trees.
18187         (build1): Likewise.
18188
18189 Fri Oct  1 18:01:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18190
18191         * i386elf.h (TARGET_DEFAULT): Use symbolic constants.
18192
18193 Fri Oct  1 12:42:53 1999  Andreas Schwab  <schwab@suse.de>
18194
18195         * config/m68k/m68k.c (use_return_insn): Return false if the pic
18196         register is in use.
18197
18198 Fri Oct  1 10:56:06 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18199
18200         * md.texi (No Constraints): Delete section.
18201         * Makefile.in (genattrtab.o): Don't depend on "insn-config.h".
18202         * final.c (final_scan_insn): We always have register constraints.
18203         * genattrtab.c: Don't include "insn-config.h".
18204         (write_attr_case): We always have register constraints.
18205         * genconfig.c (register_constraint_flag): Delete.
18206         (walk_insn_part): Don't check whether we have register constraints.
18207         (main): Don't write out "#define REGISTER_CONSTRAINTS".
18208         * genoutput.c (have_constraints): Delete.
18209         (main): Don't set it.
18210         (output_operand_data): We always have constraints.
18211         (scan_operands): Likewise.
18212         (compare_operands): Likewise.
18213         * local-alloc.c (block_alloc): We always have constraints.
18214         (requires_inout): Always compile this function.
18215         * recog.c (extract_insn): We always have constraints.
18216         (constrain_operands, reg_fits_class_p): Always compile these
18217         functions.
18218         * recog.h (struct recog_data): Delete non-REGISTER_CONSTRAINTS
18219         fields.
18220         (struct insn_operand_data): Likewise.
18221         * regclass.c (regclass): We always have constraints.
18222         (record_reg_classes, copy_cost, record_address_regs,
18223         auto_inc_dec_reg_p): Always compile these functions.
18224         * regmove.c (regmove_optimize): We always have constraints.
18225         * reload.c (find_reloads): Likewise.
18226         * reload1.c (reload): Likewise.
18227         (reload_cse_simplify_operands): Likewise.
18228         * i860.c (output_delay_insn): Likewise.
18229
18230 Thu Sep 30 23:04:41 1999  Mark P. Mitchell  <mark@codesourcery.com>
18231
18232         * iris6.h (BUILD_VA_LIST_TYPE): Define.
18233
18234 Thu Sep 30 18:44:50 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18235
18236         * rs6000.c (rs6000_build_va_list): Create a TYPE_DECL node
18237         for the va_list record.
18238
18239 Thu Sep 30 18:34:54 1999  Jan Hubicka  <hubicka@freesoft.cz>
18240
18241         * i386.c (ix86_adjust_cost): Ignore false ebp dependencies in
18242         prologues.
18243
18244 Thu Sep 30 18:31:36 1999  Jan Hubicka  <hubicka@freesoft.cz>
18245
18246         * alias.c: Include insn-flags.h.
18247         * Makefile.in (alias.o): Update.
18248
18249 Thu Sep 30 18:21:30 1999  Jan Hubicka  <hubicka@freesoft.cz>
18250
18251         * i386.c (ix86_expand_int_movcc): Convert LEU and GTU comparisons
18252         to LTU and GEU.  Handle more cases using sbb.
18253
18254 Thu Sep 30 18:18:39 1999  Jan Hubicka  <hubicka@freesoft.cz>
18255
18256         * i386.md (truncatexfdf splitters): Do not use subreg.
18257         (fop XFmode patterns): Fix mode in operand testing.
18258
18259 Thu Sep 30 18:04:13 1999  Richard Henderson  <rth@cygnus.com>
18260
18261         * jump.c (jump_optimize_1): Amend last change to test only the
18262         form of the operand, not the insn.
18263
18264         * jump.c (jump_optimize_1) [conditional_move]: Use general_operand
18265         not register_operand to determine when B may need preloading.
18266
18267 Thu Sep 30 17:39:16 1999  Richard Henderson  <rth@cygnus.com>
18268
18269         * alpha.md (*): Use nonimmediate not general_operand for SET_DEST.
18270         (ffsdi2, extxl, insxh, mskxh): Add missing DImode to SET_SRC.
18271         (call-value patterns): Move to end of file.
18272         (*): Remove mode from label_ref in (pc) context.
18273         (movstrqi): Use memory not general_operand for BLKmode operands.
18274         (prologue_stack_probe_loop, builtin_longjmp): Add missing mode
18275         to register_operand operands.
18276         (peep2 patterns): Convert from commented-out peephole patterns.
18277
18278 Thu Sep 30 14:39:17 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18279
18280         * tree.h (enum built_in_function): Rename BUILT_IN_DWARF_REG_SIZE
18281         to BUILT_IN_INIT_DWARF_REG_SIZES.
18282         * builtins.c (expand_builtins, case BUILT_IN_INIT_DWARF_REG_SIZES):
18283         Renamed from BUILT_IN_DWARF_REG_SIZE; call
18284         expand_builtin_init_dwarf_reg_sizes.
18285         * c-decl.c (init_decl_processing): Replace __builtin_dwarf_reg_size
18286         with __builtin_init_dwarf_reg_size_table.
18287         * dwarf2out.c (struct reg_size_range): Delete.
18288         (expand_builtin_init_dwarf_reg_sizes): New function.
18289         (expand_builtin_dwarf_reg_size): Delete.
18290         * except.h (expand_builtin_init_dwarf_reg_sizes): Declare.
18291         (expand_builtin_dwarf_reg_size): Don't declare.
18292         * libgcc2.c (dwarf_reg_size_table_initialized): New.
18293         (dwarf_reg_size_table): New.
18294         (init_reg_size_table): New function.
18295         (copy_reg): Use dwarf_reg_size_table.
18296         (eh_context_initialize): Make sure dwarf_reg_size_table is initialized
18297         before use.
18298
18299 Thu Sep 30 05:40:34 1999  Richard Earnshaw <rearnsha@arm.com>
18300
18301         * c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR):
18302         Correctly build argument list to constructor and destructor functions.
18303
18304 Thu Sep 30 00:13:27 1999  Dirk Zoller  <duz@rtsffm.com>
18305
18306         * c-tree.h (warn_float_equal): Declare.
18307         * c-decl.c (warn_float_equal): Define.
18308         (c_decode_option): Recognize -W[no-]float-equal.
18309         * c-typeck.c (build_binary_op): Conditionally warn
18310         about equality tests of floating point types.
18311         * toplev.c (documented_lan_options): Add -W[no-]float-equal.
18312         * invoke.texi: Add docs for -Wfloat-equal warning.
18313
18314 Wed Sep 29 23:43:39 1999  Jeffrey A Law  (law@cygnus.com)
18315
18316         * h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of
18317         generating RTL directly.
18318         * mips.h (INIT_TARGET_OPTABS): Likewise.
18319         * mn10200.h (INIT_TARGET_OPTABS): Likewise.
18320
18321         * expr.h (init_mov_optab): Delete declaration
18322
18323         * h8300.c (WORD_REG_USED): Update to avoid useless register
18324         saves in interrupt functions and functions which never return.
18325
18326         * cse.c (struct set): Delete inner_dest_loc field.
18327         (cse_insn): Remove assignments to inner_dest_loc field.
18328
18329 Wed Sep 29 16:06:20 1999  Richard Henderson  <rth@cygnus.com>
18330
18331         * ggc-page.c: Don't include <unistd.h> etc taken care of
18332         by "system.h".  Include <sys/mman.h> afterward.
18333
18334 Wed Sep 29 16:05:18 1999  Richard Henderson  <rth@cygnus.com>
18335
18336         * rs6000.c (rs6000_encode_section_info): If ggc_p, use
18337         ggc_alloc_string.
18338
18339 Tue Sep 28 16:45:40 1999  David Edelsohn  <edelsohn@gnu.org>
18340
18341         * xcoffout.c (xcoffout_declare_function): Add documentation.
18342         * rs6000.c (num_insns_constant_wide): Use TARGET_POWERPC64 not
18343         TARGET_64BIT.  Compare constant to -1, not bit pattern.
18344         (easy_fp_constant): Use TARGET_POWERPC64 not TARGET_64BIT.
18345         (expand_block_move): Allow 8 DImode loads for PowerPC64.  Fix
18346         gen_movsi typos.
18347
18348 Tue Sep 28 16:43:14 1999  Nick Clifton  <nickc@cygnus.com>
18349
18350         * dwarf2out.c (add_abstract_origin_attribute): Abort if
18351         origin_die is NULL.
18352         (gen_inlined_enumeration_type_die): Do not abort if the type has
18353         not been writeen out.
18354         (gen_inlined_structure_type_die): Do not abort if the type has
18355         not been writeen out.
18356         (gen_inlined_union_type_die): Do not abort if the type has
18357         not been writeen out.
18358         (gen_tagged_type_instantiation_die): Do not abort if the type
18359         has not been written out.
18360
18361 Tue Sep 28 14:33:47 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18362
18363         * c-decl.c (init_decl_processing): If MD_INIT_BUILTINS is defined,
18364         call it.
18365         * reg-stack.c (straighten_stack): Copy hard reg set with
18366         COPY_HARD_REG_SET.
18367
18368 Tue Sep 28 01:11:05 1999  Richard Henderson  <rth@cygnus.com>
18369
18370         * builtins.c (stabilize_va_list): Stabilize array type va_list
18371         to a pointer type, not the base record type.
18372         (expand_builtin_va_copy): Dereference the pointers explicitly;
18373         use the correct size for the copy.
18374
18375         * rs6000.c (rs6000_va_start): Dereference valist to get to the record.
18376         (rs6000_va_arg): Likewise.
18377
18378 Mon Sep 27 23:27:21 1999  Richard Henderson  <rth@cygnus.com>
18379
18380         * rtl.h (struct rtx_def): Move gc_mark to align mode field.
18381
18382 Mon Sep 27 23:20:29 1999  Mark Mitchell  <mark@codesourcery.com>
18383
18384         * tree.h (struct tree_decl): Use `bclass', not `class', in name of
18385         field.
18386         (DECL_BUILT_IN_CLASS): Adjust accordingly.
18387
18388 Mon Sep 27 23:03:16 1999  Richard Henderson  <rth@cygnus.com>
18389
18390         * ggc-page.c (GGC_MIN_LAST_ALLOCATED): New.
18391         (init_ggc): Use it instead of a constant.
18392         (ggc_collect): Bound allocated_last_gc by it.
18393
18394 Mon Sep 27 19:06:04 1999  Jeffrey A Law  (law@cygnus.com)
18395
18396         * fixinc/fixinc.irix (stdio.h): Hack stdio.h to avoid problems
18397         with va_list.
18398
18399 Mon Sep 27 19:40:17 CEST 1999   Marc Espie <espie@cvs.openbsd.org>
18400
18401         * configure.in (mips*el-*-openbsd*):  Don't duplicate default settings.
18402         (mips*-*-openbsd*):  Let big endian configuration be a fragment.
18403         * configure:  Regen.
18404         * config/mips/openbsd.h:  New, OpenBSD little endian target.
18405         * config/mips/openbsd-be.h:  New, OpenBSD big endian target fragment.
18406         * config/mips/xm-openbsd.h:  New, OpenBSD host.
18407
18408 Mon Sep 27 10:28:48 1999  Andreas Schwab  <schwab@suse.de>
18409
18410         * config/m68k/m68k.c (output_function_prologue,
18411         output_function_epilogue): Use
18412         current_function_uses_pic_offset_table instead of regs_ever_live
18413         to decide whether to save/restore pic register.
18414         (legitimize_pic_address): Don't modify regs_ever_live any more.
18415
18416 Sun Sep 26 10:55:36 1999  Mark Mitchell  <mark@codesourcery.com>
18417
18418         * function.h (struct function): Add x_dont_save_pending_sizes_p.
18419         * stor-layout.c (variable_size): Don't add sizes to the pending
18420         sizes list if x_dont_save_pending_sizes_p is set.
18421
18422 Sun Sep 26 16:36:52 1999  Robert Lipe  (robertlipe@usa.net)
18423
18424         * config/i386/dgux.h (SELECT_RTX_SECTION): Provide dummy argument
18425         for symbolic_operand().
18426         * config/i386/sco5.h (SELECT_RTX_SECTION): Likewise.
18427
18428 Sun Sep 26 07:37:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18429
18430         * combine.c (gen_rtx_combine): Add missing call to va_end().
18431
18432         * final.c (asm_fprintf): Likewise.
18433
18434         * genattrtab.c (attr_rtx): Likewise.
18435
18436 Sat Sep 25 13:11:07 1999  Jeffrey A Law  (law@cygnus.com)
18437
18438         * cse.c: Update comments.
18439         (cse_insn): When converting a conditional/computed jump into
18440         an unconditional jump, always make sure a BARRIER immediately
18441         follows the converted jump.  Do not delete unreachable code.
18442         (cse_basic_block): Do not delete unreachable code.
18443         * toplev.c (rest_of_compilation): Move call to
18444         delete_trivially_dead_insns after the conditional call to
18445         jump_optimize.
18446
18447 Sat Sep 25 09:03:17 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18448
18449         * collect2.c (make_temp_file): Don't prototype.
18450
18451         * gcc.c (make_temp_file): Likewise.
18452
18453         * mips.c (mips_make_temp_file): Renamed from `make_temp_file'.
18454
18455 Sat Sep 25 13:42:15 1999  Nick Clifton  <nickc@cygnus.com>
18456
18457         * varasm.c (asm_emit_uninitialised): New function: Generate
18458         the assembler statements necessary to declare an uninitialised
18459         variable.
18460         (ASM_EMIT_LOCAL): New macro: Emit a local, uninitialised
18461         variable.
18462         (ASM_EMIT_BSS): New macro: Emit an entry in the bss section.
18463         (ASM_EMIT_COMMON): New macro: Emit an entry in the common
18464         section.
18465         (assemble_variable): Use asm_emit_uninitialised to emit an
18466         uninitialised variable.
18467
18468 Fri Sep 24 17:10:56 1999  Nick Clifton  <nickc@cygnus.com>
18469
18470         * combine.c (simplify_comparison): Cope with downshifting a 32 bit
18471         constant on a 64 bit host.  Patch supplied by Geoffrey Keating
18472         <geoffk@cygnus.com>.
18473
18474 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18475
18476         * builtins.c (expand_builtin): Use MD_EXPAND_BUILTIN if defined.
18477         * c-common.h (builtin_function): Don't declare.
18478
18479         * c-decl.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
18480         DECL_BUILT_IN.
18481         (pushdecl): Likewise.
18482         (finish_decl): Likewise.
18483         (builtin_function): New arg CLASS.  Arg FUNCTION_CODE now of type
18484         int.  All callers changed.
18485         Set the builtin's DECL_BUILT_IN_CLASS.
18486         * tree.h (enum built_in_class): New.
18487         (enum built_in_function): Delete NOT_BUILT_IN.
18488         (DECL_FUNCTION_CODE): The corresponding field in tree_decl is now
18489         in a union.
18490         (DECL_SET_FUNCTION_CODE): Likewise.
18491         (DECL_BUILT_IN_CLASS): New macro.
18492         (DECL_BUILT_IN): Use DECL_BUILT_IN_CLASS.
18493         (struct tree_decl): Split builtin function code field into a
18494         struct.
18495         (builtin_function): Declare.
18496
18497 Fri Sep 24 01:45:05 1999  Mark Mitchell  <mark@codesourcery.com>
18498
18499         * optabs.c (init_traps): Fix typo in last change.
18500
18501 Fri Sep 24 01:10:11 1999  Mark Mitchell  <mark@codesourcery.com>
18502
18503         * toplev.c (rest_of_decl_compilation): Update comment.
18504
18505 Fri Sep 24 11:57:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
18506
18507         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Put the symbol
18508         in .sbss if appropriate.
18509         (EXTRA_SECTION_FUNCTIONS): Add sbss.
18510         (SBSS_SECTION_ASM_OP): New macro.
18511         * config/mips/linux.h (EXTRA_SECTION_FUNCTIONS): Add sbss.
18512         (EXTRA_SECTIONS): Add in_sbss.
18513         * config/mips/mips.h: Prototype sbss_section.
18514
18515 Thu Sep 23 18:18:55 1999  Mark Mitchell  <mark@codesourcery.com>
18516
18517         * stmt.c (expand_start_bindings): Don't allow cleanup instructions
18518         to disappear.
18519
18520 Thu Sep 23 18:07:01 1999  Mark Mitchell  <mark@codesourcery.com>
18521
18522         * optabs.c (init_traps): Register trap_rtx as a GC root.
18523
18524 Thu Sep 23 17:41:47 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18525
18526         * config/mips/mips.c (function_arg_pass_by_reference): Define
18527         unconditionally, since it's called unconditionally.
18528
18529 Thu Sep 23 13:40:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
18530
18531         * toplev.c (documented_lang_options): Add -fshort-wchar.
18532         * c-decl.c (c_decode_option): Likewise.
18533         (init_decl_processing): If -fshort-wchar, use 'short unsigned int'
18534         for wchar_t.
18535         * c-common.c, c-lex.c: Get WCHAR_TYPE_SIZE from wchar_type_node.
18536         * gcc.c (default_compilers): If -fshort-wchar,
18537         override __WCHAR_TYPE__.
18538         * tm.texi (C Dialect Options): Add -fshort-wchar.
18539
18540         * dwarf2out.c (output_aranges): Use DW_AT_location to find the
18541         symbol for a variable.
18542
18543         * cpplib.h (CPP_PREPROCESSED): New macro.
18544         * cpplib.c (handle_directive): Don't complain about `# NUMBER' if
18545         we're seeing this input for a second time.
18546
18547 Thu Sep 23 12:54:49 1999  Alex Samuel  <samuel@codesourcery.com>
18548
18549         * emit-rtl.c (init_emit_once): Initialize modes first.
18550
18551 Sun Sep 19 01:23:23 1999  Alex Samuel  <samuel@codesourcery.com>
18552
18553         * config/i386/i386.c (pic_label_name): Change to char pointer.
18554         (global_offset_table): New variable.
18555         (load_pic_register): Fill global_offset_table if it hasn't
18556         already been done.  Allocate pic_label_name dynamically.
18557         * ggc.h (empty_string): New variable.
18558         * ggc-simple.c (empty_string): Likewise.
18559         (init_ggc): Allocate empty_string and add as root.
18560         * stmt.c (digit_strings): New variable.
18561         (init_stmt): Add last_block_end_note as root.  Allocate and
18562         initialize digit_strings.
18563         (expand_asm_operands): Use empty_string instead of string
18564         constant.  Use digit_strings instead of string constants.
18565         * profile.c (init_arc_profiler): Allocate string with
18566         ggc_alloc_string instead of xmalloc.
18567         (output_func_start_profiler): Likewise.
18568         * c-typeck.c (digest_init): Check if init is error_mark_node.
18569
18570 Thu Sep 23 12:59:14 1999  Alex Samuel  <samuel@codesourcery.com>
18571                           Richard Henderson  <rth@cygnus.com>
18572
18573         * ggc-page.c: New file.
18574         * Makefile.in (ggc-page.o): New.
18575
18576 Thu Sep 23 13:55:21 1999  Jeffrey A Law  (law@cygnus.com)
18577
18578         * invoke.texi: Document -fdelete-null-pointer-checks
18579         * toplev.c (flag_delete_null_pointer_checks): New.
18580         (f_options): Add entry for -fdelete-null-pointer-checks.
18581         (rest_of_compilation): Conditionalize null pointer check
18582         elimination on flag_delete_null_pointer_checks.
18583         (main): If -O2 or greater, enable -fdelete-null-pointer-checks
18584
18585 1999-09-23 10:56 -0700  Zack Weinberg  <zack@bitmover.com>
18586
18587         * iso646.h, stdarg.h, stdbool.h, stddef.h, varargs.h: Add
18588         copyright notice and special exception to GPL.
18589
18590 Thu Sep 23 13:40:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18591
18592         * abi64.h (mips_function_value): Add prototype arguments.
18593
18594         * mips-protos.h: New file with mips prototypes.
18595
18596         * mips.c: Include "tm_p.h".
18597         (mktemp, lookup_name): Add prototype arguments.
18598         (extern_list, string_constant, mips_fill_delay_slot,
18599         mips_output_external, mips_output_external_libcall,
18600         mips_output_filename, mips_declare_object, function_prologue,
18601         mips_expand_prologue, function_epilogue, mips16_constant,
18602         build_mips16_function_stub, mips_output_conditional_branch):
18603         Constify a char*.
18604         (mips_va_start): Remove unused variable `u'.
18605         (mips_va_arg): Cast value to unsigned when comparing against one.
18606         (trace): Delete.
18607         (save_restore_insns, mips_expand_prologue): Add missing arg in
18608         call to `large_int'.
18609
18610         * mips.h: Move prototypes to mips-protos.h.
18611         (data_section, memory_address_p, rdata_section,
18612         readonly_data_section, simple_epilogue_p, text_section): Delete
18613         prototypes delcared elsewhere.
18614         (mips_epilogue_delay_slots, print_options): Delete unused decls.
18615         (trace): Delete.
18616         (GO_PRINTF, GO_PRINTF2): Call fprintf, not trace.
18617
18618         * mips.md: Delete extra args in call to `mips_move_2words'.
18619
18620         * xm-iris6.h (alloca): Add prototype argument.
18621
18622         * genpeep.c: Include "tm_p.h" in generated output file.
18623
18624 Thu Sep 23 10:36:55 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18625
18626         * basic-block.h (find_edge_index): Change parameters.
18627         * flow.c (verify_edge_list): Pass basic_block parameters to
18628         find_edge_index instead of integers.
18629
18630 Thu Sep 23 15:54:12 1999  Nick Clifton  <nickc@cygnus.com>
18631
18632         * combine.c (simplify_comparison): Use an unsigned shift to adjust
18633         the constant.
18634
18635 Thu Sep 23 08:46:21 1999  Guy Harris  <guy@netapp.com>
18636
18637         * gcc.1: Fix a formatting error.
18638
18639 Wed Sep 22 16:10:21 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18640
18641         * install.texi (Configurations): Remove pyramid. Add fr30, i686,
18642         i786, mn10200, mn10300, pdp11, v850.
18643
18644 Thu Sep 23 07:37:13 1999  Dan Nicolaescu  <dann@ics.uci.edu>
18645
18646         * libgcc2.c (num_digits): Add prototype with
18647         __attribute__((const)).
18648         (__terminate): Add prototype.
18649
18650 Thu Sep 23 05:32:06 1999  Richard Henderson  <rth@cygnus.com>
18651
18652         * builtins.c, dbxout.c, varasm.c: Include tm_p.h.
18653
18654         * alpha/alpha.c (print_operand): Fix type of `code'.
18655         (alpha_output_filename): Constify.
18656         * alpha/alpha.h: Move all function declarations ...
18657         * alpha/alpha-protos.h: ... here.  New file.
18658         * alpha/elf.h (CONST_SECTION_FUNCTION): Prototype the function.
18659         (SECTION_FUNCTION_TEMPLATE): Likewise.
18660
18661 Thu Sep 23 11:15:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
18662
18663         * expmed.c (do_cmp_and_jump): Pass ccp_jump to can_compare_p.
18664         * expr.c (expand_expr): Likewise.
18665         (do_jump): Likewise.
18666         (do_store_flag): Pass ccp_store_flag to can_compare_p.
18667         * expr.h (enum optab_index): Add cbranch, cmov, cstore optabs and
18668         accessor macros.
18669         (enum can_compare_purpose): New.
18670         (can_compare_p): Adjust prototype.
18671         (prepare_cmp_insn, prepare_operand): Declare.
18672         * genopinit.c (optabs): Add cbranch_optab, cmov_optab, cstore_optab.
18673         * optabs.c (cmp_available_p): Deleted.
18674         (expand_abs): Pass ccp_jump to can_compare_p.
18675         (can_compare_p): New arg PURPOSE.  Check for combined optabs.
18676         (prepare_cmp_insn): No longer static.  Add arg PURPOSE.
18677         Call can_compare_p rather than cmp_available_p.
18678         (prepare_operand): No longer static.
18679         (emit_cmp_and_jump_insn): Check for and use cbranch patterns.
18680         (emit_cmp_and_jump_insns): Pass ccp_jump to prepare_cmp_insn.
18681         (expand_float): Fix a slightly broken emit_cmp_insn/emit_jump_insn
18682         sequence to use emit_cmp_and_jump_insns.
18683         (init_optabs): Initialize cbranch_optab, cmov_optab, cstore_optab.
18684
18685 Wed Sep 22 17:58:01 1999  Stan Cox  <scox@cygnus.com>
18686
18687         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Don't accept large
18688         register offsets; let LEGITIMIZE_ADDRESS load it into a register.
18689         (LEGITIMIZE_ADDRESS): Use plus_constant to avoid
18690         (plus (reg) (const_int 0))
18691         * mips.md (call_internal3c): New pattern for -mips16 -mlong-calls.
18692
18693 Wed Sep 22 17:55:31 1999  David Edelsohn  <edelsohn@gnu.org>
18694
18695         * rs6000.c (expand_block_move): DImode loads and stores require
18696         word-aligned displacements.  Increment address registers with
18697         adddi3 on 64-bit platform.  Use TARGET_POWERPC64 not TARGET_64BIT.
18698
18699 Wed Sep 22 17:35:55 1999  Michael Meissner  <meissner@cygnus.com>
18700
18701         * dwarf2out.c (base_type_die): Use the name __unknown__ if there
18702         is no name for the base type, rather than segfault.  If we are
18703         writing out a complex integer type, use DW_ATE_lo_user.
18704
18705         * expr.c (emit_move_insn_1): If we are copying a complex that fits
18706         in one word or less (complex char, complex short, or on 64 bit
18707         systems complex float) to/from a hard register, copy it through
18708         memory instead of dying in gen_{real,imag}part.  If we have a
18709         short complex type, prevent inlining since it allocates stack
18710         memory.
18711
18712         * tree.c (build_complex_type): If we are writing dwarf2 output,
18713         generate a name for complex integer types.
18714
18715 Wed Sep 22 11:34:08 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18716
18717         * basic-block.h (add_noreturn_fake_exit_edges): Use correct name.
18718         * flow.c (remove_edge): Remove extra whitespace.
18719         (remove_fake_edges): Fix comment.
18720         (add_noreturn_fake_exit_edges): Use the correct name.
18721
18722 Wed Sep 22 16:12:40 BST 1999  Nathan Sidwell  <nathan@acm.org>
18723
18724         * Makefile.in (INTL_MOSTLYCLEAN, INTL_CLEAN): New variables.
18725         (mostlyclean): Depend on INTL_MOSTLYCLEAN.
18726         (clean): Depend on INTL_CLEAN.
18727         (maintainer-clean): Adjust.
18728
18729 Wed Sep 22 10:18:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18730
18731         * configure.in (AC_PREREQ): Bump to 2.13.
18732         (AC_C_STRINGIZE): Call this instead of using a custom macro.
18733
18734         * gansidecl.h (HAVE_STRINGIZE): Define, if stage2 gcc && __STDC__.
18735
18736         * system.h (HAVE_STRINGIZE): Test this instead of HAVE_CPP_STRINGIFY.
18737
18738         * acconfig.h (HAVE_CPP_STRINGIFY): Delete.
18739
18740         * alpha/xm-vms.h (HAVE_CPP_STRINGIFY): Delete.
18741         (HAVE_STRINGIZE): Define.
18742
18743 Wed Sep 22 06:25:15 1999  Jim Kingdon  <http://developer.redhat.com>
18744
18745         * c-parse.in: save and restore warn_pointer_arith on __extension__
18746         along with pedantic.
18747         (SAVE_WARN_FLAGS, RESTORE_WARN_FLAGS): Added.
18748         Set the type of extension to itype rather than $<itype>1 kludge.
18749         * extend.texi (Alternate Keywords): Adjust documentation.
18750         * c-parse.c, c-parse.y, objc-parse.c, objc-parse.y: Rebuilt.
18751
18752 Wed Sep 22 06:06:57 1999  Jeffrey A Law  (law@cygnus.com)
18753
18754         * pa.c, pa.h, pa.md: Support multiple assembler dialects in
18755         most assembler templates.
18756
18757         * pa.c (hppa_legitimize_address): Handle full offsets for PA2.0
18758         FP loads and stores.
18759         (following_call): Always return zero for the PA8000.
18760         * pa.h (GO_IF_LEGITIMATE_ADDRESS): Handle full offsets for PA2.0
18761         FP loads and stores.
18762         (LEGITIMIZE_RELOAD_ADDRESS): Similarly.
18763
18764         * pa.h (BRANCH_COST): Define.
18765
18766         * pa.md (return, return_internal): Use bve for PA2.0.
18767
18768         * pa.md (fused multiply): Add variants which reduce height for the
18769         fused multiply, but which still generate 2 insns.
18770         (fnegabs): Similarly.
18771
18772         * pa.md (subsi3): Turn into an expander.  Create two anonymous
18773         patterns.  One for PA2.0 one for PA1.x.  Use mtsarcm for PA2.0.
18774         * pa.h (EXTRA_CONSTRAINT): Handle 'S'.
18775
18776         * pa.md (floatunssisf2, floatunssidf2): Generate different RTL
18777         for TARGET_PA_20.
18778         (floatunssidf2_pa20, floatunssisf2_pa20): New patterns for PA2.0
18779         code generation.
18780         (floatunsdisf2, floatunsdidf2, fixuns_truncsfsi2): Likewise.
18781         (fixuns_truncdfsi2, fixuns_truncsfdi2, fixuns_truncdfsi2): Likewise.
18782
18783         * regclass.c (init_regs): Add "top_of_stack" as a garbage
18784         collection root.
18785
18786         * flow.c (record_active_eh_regions): Terminate loop after finding
18787         the last insn in the last basic block.
18788
18789 Wed Sep 22 20:25:00 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18790
18791         * config/c4x/c4x.md: Delete parallel instruction peepholes.
18792
18793 Wed Sep 22 19:59:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18794
18795         * config/c4x/c4x.c (c4x_add_gc_roots): Add tree roots.
18796
18797 Wed Sep 22 19:56:25 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18798
18799         * config/c4x/c4x.c (c4x_process_after_reload): Rework machdep insn
18800         splitting to not use output template.
18801
18802 Wed Sep 22 19:50:12 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18803
18804         * config/c4x/c4x.h (EXPAND_BUILTIN_VA_START): Call c4x_va_start.
18805         * config/c4x/c4x.c (c4x_va_start): New function.
18806
18807 Tue Sep 21 18:40:01 1999  Jan Hubicka  <hubicka@freesoft.cz>
18808
18809         * genrecog.c (not_both_true): Handle correctly cases when called for
18810         tests with different positions in the insn.
18811
18812 Tue Sep 21 18:29:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18813
18814         * machmode.h (HOST_PTR_PRINTF): Move from here ...
18815
18816         * system.h (HOST_PTR_PRINTF): ... to here.
18817
18818         * mips-tfile.c: Don't include machmode.h.
18819
18820         * Makefile.in (MACHMODE_H): New variable.  Update to use it.
18821         (mips-tfile.o): Don't depend on machmode.h.
18822
18823 Tue Sep 21 18:27:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18824
18825         * haifa-sched.c (sched_analyze): Rename local variable `region' to
18826         avoid conflicts with typedef struct `region' at the top level scope.
18827
18828 Tue Sep 21 14:14:50 1999  Richard Henderson  <rth@cygnus.com>
18829
18830         * basic-block.h (basic_block): Add eh_beg, eh_end.
18831         * flow.c (entry_exit_blocks): Update.
18832         (find_basic_blocks): Don't allocate bb_eh_end, or pass it around.
18833         Call new functions.
18834         (find_basic_blocks_1): Don't record eh_list at each bb.  Use
18835         lists.c functions to allocate insn lists.
18836         (make_edges): Use eh_beg+eh_end, not the lists.  Split out EH
18837         edge creation ...
18838         (make_eh_edge): ... here.  New.
18839         (move_stray_eh_region_notes): New.
18840         (record_active_eh_regions): New.
18841         (delete_unreachable_blocks): Split out block merging ...
18842         (try_merge_blocks): ... here.  New.
18843         (merge_blocks_move_predecessor_nojumps): Remove edge arg.
18844         Dump debugging data.
18845         (merge_blocks_move_successor_nojumps): Likewise.
18846         (merge_blocks): Use eh_beg+eh_end to validate block movement.
18847
18848 Tue Sep 21 11:15:03 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
18849
18850         * extend.texi (Bound member functions): Document unbound pmf
18851         conversion.
18852
18853 Tue Sep 21 14:55:11 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18854
18855         * flow.c (split_edge): Handle insertion on a fallthrough edge which
18856         has the EXIT_BLOCK as a dest.
18857
18858 Tue Sep 21 14:51:23 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18859
18860         * flow.c (remove_edge): New function to remove an edge from the
18861         flow graph.
18862         (remove_fake_successors): New function to remove fake successor edges.
18863         (remove_fake_edges): New function to remove all fake edges from the
18864         flow graph.
18865         (add_fake_exit_edges): New function to add fake edges from all blocks
18866         with no successors to the exit block.
18867         * basic-block.h (remove_fake_edges, add_fake_exit_edges): Add
18868         prototypes for new functions.
18869
18870 Tue Sep 21 14:49:53 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
18871
18872         * config/mips/elf64.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR):
18873         Use Pmode to determine whether to output .dword or .word.
18874
18875 Tue Sep 21 11:04:34 1999  Alex Samuel  <samuel@codesourcery.com>
18876
18877         * tree.c (built_in_filename): New variable.
18878         (BUILT_IN_FILENAME): New macro.
18879         (init_tree_codes): Allocate built_in_filename.
18880         (make_node): Use built_in_filename instead of string constant.
18881
18882 Tue Sep 21 14:13:27 1999  Nick Clifton  <nickc@cygnus.com>
18883
18884         * configure.in: Add fr30 target.
18885         * configure: Regenerate.
18886         * config/fr30: New directory.
18887         * config/fr30/crti.asm: New file.
18888         * config/fr30/fr30.c: New file.
18889         * config/fr30/crtn.asm: New file.
18890         * config/fr30/fr30.h: New file.
18891         * config/fr30/fr30.md: New file.
18892         * config/fr30/lib1funcs.asm: New file.
18893         * config/fr30/t-fr30: New file.
18894         * config/fr30/xm-fr30.h: New file.
18895
18896 Tue Sep 21 06:45:31 1999  Jeffrey A Law  (law@cygnus.com)
18897
18898         * flow.c (merge_blocks_move_successor_nojumps): Delete the
18899         BARRIER at the end of the successor, not the BARRIER before
18900         the successor.
18901
18902         * pa.c (pa_add_gc_roots): Fix thinko in last change.
18903
18904 Tue Sep 21 05:29:17 1999  Richard Earnshaw (rearnsha@arm.com)
18905
18906         * stmt.c (any_pending_cleanups): Don't crash when
18907         current_function->stmt is unset.
18908
18909 Tue Sep 21 00:59:49 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18910
18911         * emit-rtl.c (init_emit_once): Initialize const_int_rtx before
18912         other initializations that may use it for relative offsets.
18913
18914 Mon Sep 20 21:43:25 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18915
18916         * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Use stabs.
18917         (ASM_SPEC): Moved from sol2dbg.h.  Added work-around for gas.
18918         * config/i386/sol2dbg.h: Removed.
18919         * config/i386/sol2gas.h: New file, to enable gas work-around.
18920         * configure.in: Use i386/sol2gas.h on Solaris/x86 --with-gas.
18921         Don't use sol2dbg.h.
18922         * configure: Rebuilt.
18923
18924 Mon Sep 20 13:29:41 1999  Mark Mitchell  <mark@codesourcery.com>
18925
18926         * invoke.texi (-fthis-is-variable): Remove documentation.
18927
18928 Mon Sep 20 12:59:16 1999  Richard Henderson  <rth@cygnus.com>
18929
18930         * basic-block.h (compute_bb_for_insn): Declare.
18931         * flow.c (compute_bb_for_insn): Export.  Don't accept the varray
18932         to use; set size of basic_block_for_insn directly.
18933         (find_basic_blocks): Update.
18934
18935 Mon Sep 20 15:11:54 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18936
18937         * flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
18938
18939 Mon Sep 20 14:56:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18940
18941         * crtstuff.c (ON_EXIT): Delete empty macro definition.
18942         (__do_global_ctors_aux): Call atexit(), not ON_EXIT().
18943
18944 Mon Sep 20 15:25:35 1999  Nick Clifton  <nickc@cygnus.com>
18945
18946         * c-decl.c (c_decode_option): Extend comment.
18947
18948 Mon Sep 20 14:43:37 1999  Nick Clifton  <nickc@cygnus.com>
18949
18950         * toplev.c (progname): Make 'const char *'
18951         (flag_print_mem): Move out of main.
18952         (version_flag): Move out of main.
18953         (filename): Move out of main.
18954         (debug_args): Remove g prefix from options.
18955         (documented_lang_options): Remove cpplib specific options.
18956         (display_help): Add g prefix to debug options.
18957         (check_lang_option): Delete this function.
18958         (decode_d_option): New function: Decode -d... option.
18959         (decode_f_option): New function: Decode -f... option.
18960         (decode_W_option): New function: Decode -W... option.
18961         (decode_g_option): New function: Decode -g... option.
18962         (independent_decode_option): New function: Decode a language
18963         independent command line option.
18964         (main): Invoke lang_decode_option and then
18965         independent_decode_option on each command line option in
18966         turn.
18967
18968 Mon Sep 20 05:41:36 1999  Jeffrey A Law  (law@cygnus.com)
18969
18970         Revert this change.  Gavin's patch to operand_equal_p is a better fix.
18971          * fold-const.c (fold_range_test): Do not try to fold the range
18972          test if the rhs or lhs has side effects.
18973
18974         * basic-block.h (compute_flow_dominators): Declare.
18975
18976         * gcse.c (alloc_code_hoist_mem): New function.
18977         (free_code_hoist_mem, compute_code_hoist_vbeinout): Likewise.
18978         (compute_code_hoist_data, hoist_expr_reaches_here_p): Likewise.
18979         (hoist_code, one_code_hoisting_pass): Likewise.
18980         (gcse_main): If optimizing for size, then hoist expressions
18981         computed in multiple dominated basic blocks.
18982
18983         * gcse.c (invalid_nonnull_info): New function.
18984         (delete_null_pointer_checks): Likewise.
18985         * rtl.h (delete_null_pointer_checks): Declare.
18986         * toplev.c (rest_of_compilation): Call delete_null_pointer_checks.
18987
18988         * flow.c (merge_blocks_move_predecessor_nojumps): New function.
18989         (merge-blocks_move_successor_nojumps): Likewise.
18990         (merge_blocks): Allow merging of some blocks, even if it requires
18991         physical movement of the blocks, but not if it requires new jumps.
18992
18993         * bitmap.c (debug_bitmap_file): Renmaed from bitmap_debug_file.
18994         Callers and prototype changed.
18995         * bitmap.h: Fix debug_bitmap and debug_bitmap_file prototypes.
18996
18997 Mon Sep 20 06:56:32 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
18998
18999         * config/sparc/sol2.h (LINK_SPEC): Avoid the duplication of
19000         -YP when both -p and -pg are present.  From i386/sol2.h.
19001
19002 Mon Sep 20 10:49:05 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19003
19004         * Makefile.in (distclean): Delete tm_p.h.
19005         * configure.in: Create a new file, "tm_p.h", from a list in
19006         "tm_p_file". For ix86 systems, set up "tm_p_file" to include
19007         "i386/i386-protos.h".
19008
19009         * alias.c: Include "tm_p.h".
19010         * c-typeck.c: Likewise.
19011         * calls.c: Likewise.
19012         * cse.c: Likewise.
19013         * emit-rtl.c: Likewise.
19014         * explow.c: Likewise.
19015         * expmed.c: Likewise.
19016         * expr.c: Likewise.
19017         * final.c: Likewise.
19018         * flow.c: Likewise.
19019         * fold-const.c: Likewise.
19020         * function.c: Likewise.
19021         * gcse.c: Likewise.
19022         * global.c: Likewise.
19023         * haifa-sched.c: Likewise.
19024         * integrate.c: Likewise.
19025         * jump.c: Likewise.
19026         * local-alloc.c: Likewise.
19027         * loop.c: Likewise.
19028         * optabs.c: Likewise.
19029         * recog.c: Likewise.
19030         * reg-stack.c: Likewise.
19031         * regclass.c: Likewise.
19032         * regmove.c: Likewise.
19033         * reload.c: Likewise.
19034         * reload1.c: Likewise.
19035         * reorg.c: Likewise.
19036         * resource.c: Likewise.
19037         * stmt.c: Likewise.
19038         * stor-layout.c: Likewise.
19039         * toplev.c: Likewise.
19040         * tree.c: Likewise.
19041         * unroll.c: Likewise.
19042         * genattrtab.c (main): Make generated file include "tm_p.h".
19043         * genemit.c (main): Likewise.
19044         * genoutput.c (main): Likewise.
19045         * genrecog.c (main): Likewise.
19046
19047         * i386.h: Delete all prototypes.
19048         * i386.c: Include "tm_p.h".
19049         (ix86_attr_length_default): Call constant_call_address_operand
19050         with correct number of arguments.
19051         * i386-protos.h: New file.
19052         * i386.md (unnamed patterns): Call constant_call_address_operand
19053         with correct number of arguments.
19054         (exception_receiver): Call load_pic_register with correct number
19055         of arguments.
19056
19057 Sun Sep 19 14:18:39 1999  Richard Henderson  <rth@cygnus.com>
19058
19059         * c-pragma.c (mark_align_stack): Dereference the void* properly.
19060
19061 Sun Sep 19 09:03:40 1999  Mark Mitchell  <mark@codesourcery.com>
19062
19063         * rtl.h (insns_safe_to_move_p): New function.
19064         * loop.c (find_and_verify_loops): Use it.
19065         * rtlanal.c (insns_safe_to_move_p): Define it.
19066
19067 Sun Sep 19 02:54:33 1999  Richard Henderson  <rth@cygnus.com>
19068
19069         * c-pragma.c: Include ggc.h.
19070         * Makefile.in (c-pragma.o): Update.
19071
19072 Sat Sep 18 16:01:18 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19073
19074         * config/i386/sol2.h (CPP_SPEC): Support -[p]threads
19075         (LIB_SPEC): Likewise.
19076         (LINK_SPEC): Do not assert -z text with -shared -mimpure-text.
19077         Reindent -YP/-p/-pg.
19078         Copied from config/sparc/sol2.h.
19079
19080 Sat Sep 18 11:52:43 1999  Richard Henderson  <rth@cygnus.com>
19081
19082         * c-pragma.c (mark_align_stack): New.
19083         (init_pragma): New.
19084         * c-pragma.h (init_pragma): Declare it.
19085         * c-lex.c (init_parse): Call it.
19086
19087 Sat Sep 18 15:20:38 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19088
19089         * configure.in: Pick up thread library on Solaris/x86 just
19090         like on Solaris/sparc.
19091         * configure: Rebuilt.
19092
19093 Sat Sep 18 11:15:58 1999  Alex Samuel  <samuel@codesourcery.com>
19094
19095         * rtl.h (global_rtx_index): New enum.
19096         (global_rtl): Change to array of rtx.
19097         (pc_rtx, cc0_rtx): Redefine accordingly.
19098         (cc0_rtx, stack_pointer_rtx, frame_pointer_rtx): Likewise.
19099         (hard_frame_pointer_rtx, arg_pointer_rtx): Likewise.
19100         (virtual_incoming_args_rtx, virtual_stack_vars_rtx): Likewise.
19101         (virtual_outgoing_args_rtx, virtual_cfa): Likewise.
19102         (const_int_rtx): Change to array of rtx.
19103         (const0_rtx, const1_rtx, const2_rtx, constm1_rtx): Redefine
19104         accordingly.
19105         * emit-rtl.c (global_rtl): Change to array of rtx.
19106         (const_int_rtx): Change to aray of rtx.
19107         (gen_rtx_CONST_INT): Redefine accordingly.
19108         (init_emit_once): Allocate and initialize global_rtl.  Likewise
19109         for const_int_rtx.  Add both as GC roots.
19110         * genattrtab.c (global_rtl): Update declaration.
19111
19112 1999-09-17  Ulrich Drepper  <drepper@cygnus.com>
19113
19114         * Makefile (USER_H): Add iso646.h back.
19115
19116 Sat Sep 18 01:07:21 1999  Jeffrey A Law  (law@cygnus.com)
19117
19118         * haifa-sched.c (sched_analyze): Use free_INSN_LIST_list instead of
19119         zapping the LOG_LINKS of sched_before_next_call.
19120
19121         * pa.h (INSN_SETS_ARE_DELAYED): Delete.
19122         * pa.c (insn_refs_are_delayed): Renamed from
19123         insn_sets_and_refs_are_delayed.
19124
19125 Fri Sep 17 15:19:01 1999  Mark Mitchell  <mark@codesourcery.com>
19126
19127         * functiion.h (struct function): Add x_whole_function_mode_p.
19128         (retrofit_block): Declare.
19129         * function.c (retrofit_block): New function.
19130         (identify_blocks): Add assertions.  Allow an incomplete set of
19131         block notes if we're still generating code for the function.
19132         * integrate.c: Include loop.h.
19133         (expand_inline_function): Call find_loop_tree_blocks to map block
19134         notes to blocks when in whole-function mode.  Use retrofit_block
19135         to insert new BLOCKs for the inlined function, rather than
19136         insert_block.
19137         * stmt.c (expand_fixup): Likewise.  Don't use pushlevel/polevel.
19138         * Makefile.in (integrate.o): Depend on loop.h.
19139
19140 Fri Sep 17 15:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
19141
19142         * tree.h (warn_about_unused_variables): Declare.
19143         * stmt.c (warn_about_unused_variables): New function, split out
19144         from ...
19145         (expand_end_bindings): Here.
19146
19147 Fri Sep 17 15:07:37 1999  Mark Mitchell  <mark@codesourcery.com>
19148
19149         * stmt.c (preserve_subexpressions_p): Don't crash when
19150         current_function->stmt is unset.
19151
19152 Fri Sep 17 15:03:16 1999  Mark Mitchell  <mark@codesourcery.com>
19153
19154         * stmt.c (expand_start_bindings): Allow callers to pass a flag
19155         indicating that no NOTE_INSN_BLOCK_BEG note is required.
19156         (expand_start_target_temps): Use it.
19157         * except.c (expand_eh_region_start_for_decl): Likewise.
19158         * expr.c (expand_expr): Likewise.
19159
19160 Fri Sep 17 15:05:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
19161
19162         * fold-const.c (operand_equal_p): Pay attention to side effects.
19163
19164 Fri Sep 17 11:14:17 1999  Jason Merrill  <jason@yorick.cygnus.com>
19165
19166         * libgcc2.c (L_exit): Check for ON_EXIT, not HAVE_ON_EXIT.
19167         * sparc/sunos4.h (HAVE_ON_EXIT): Remove.
19168
19169         * tlink.c (scan_linker_output): Look for keywords before accepting
19170         a mangled name in quotes.
19171
19172 Thu Sep 16 16:47:08 1999  Richard Henderson  <rth@cygnus.com>
19173
19174         * alpha/alpha-interix.h (DWARF2_UNWIND_INFO): Define to zero.
19175         * alpha/osf2or3.h (DWARF2_UNWIND_INFO): Likewise.
19176
19177 Thu Sep 16 16:35:41 1999  Richard Henderson  <rth@cygnus.com>
19178
19179         * alpha.md: Revert Thu Nov 26 change that came in through the
19180         last gcc2 merge: reinstate (plus (plus ...)) reload patterns.
19181         Avoid earlyclobber when possible.
19182
19183 Thu Sep 16 18:44:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19184
19185         * libgcc2.c (__do_global_ctors): Call atexit with one arg.
19186
19187         * sparc/sunos4.h (on_exit): Wrap prototype parameters in PARAMS().
19188         Define HAVE_ON_EXIT.
19189
19190 Thu Sep 16 18:06:35 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19191
19192         * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros.  Use
19193         CTYPE_CONV in all ctype macros.
19194
19195         * cccp.c (initialize_char_syntax): Use uppercase ctype macro
19196         from system.h.
19197
19198         * cexp.y (initialize_random_junk): Likewise.
19199
19200         * c4x.c (c4x_interrupt_function_p, c4x_handle_pragma): Likewise.
19201
19202         * i370.c (handle_pragma): Likewise.
19203
19204         * i370.h (ASM_OUTPUT_LABELREF, ASM_OUTPUT_ASCII): Likewise.
19205
19206         * v850.c (override_options): Likewise.
19207
19208         * doprint.c (_doprnt): Likewise.
19209
19210         * fixinc/fixincl.c (main, quoted_file_exists, extract_quoted_files):
19211         Likewise.
19212
19213         * fixinc/server.c (load_data): Likewise.
19214
19215         * fold-const.c (real_hex_to_f): Likewise.
19216
19217         * genattr.c (write_upcase, gen_attr): Likewise.
19218
19219         * genattrtab.c (convert_const_symbol_ref, evaluate_eq_attr,
19220         write_upcase): Likewise.
19221
19222         * genemit.c (print_code): Likewise.
19223
19224         * genopinit.c (gen_insn): Likewise.
19225
19226         * genpeep.c (print_code): Likewise.
19227
19228         * genrecog.c (print_code): Likewise.
19229
19230         * optabs.c (init_libfuncs): Likewise.
19231
19232 Thu Sep 16 14:03:32 1999  Mark Mitchell  <mark@codesourcery.com>
19233
19234         * haifa-sched.c (sched_analyze): Keep the list of notes organized
19235         in pairs.
19236         (reemit_notes): Likewise.
19237
19238 Thu Sep 16 11:50:52 1999  Alex Samuel  <samuel@codesourcery.com>
19239
19240         * ggc.h (ggc_root): Move to ggc-common.c.
19241         (roots): Remove.
19242         (ggc_mark_rtx, ggc_mark_tree): Change to macro.
19243         (ggc_mark_rtvec, ggc_mark_tree_varray): Declare extern.
19244         (ggc_mark_tree_hash_table, ggc_mark_string, ggc_mark): Likewise.
19245         (ggc_mark_roots, ggc_mark_rtx_children, ggc_mark_tree_children): New.
19246         * ggc-common.c (ggc_root): Move from ggc.h.
19247         (roots): Declare, static.
19248         (ggc_mark_rtx, ggc_mark_tree): Renamed to...
19249         (ggc_mark_rtx_children, ggc_mark_tree_children): Don't check for
19250         null or check/set mark bit.
19251         (ggc_mark_roots): New.
19252         * ggc-simple.c (ggc_collect): Call ggc_mark_roots.
19253
19254 Thu Sep 16 11:37:32 1999  Richard Henderson  <rth@cygnus.com>
19255
19256         * m32r.c: Include toplev.h.
19257         (*): Add ATTRIBUTE_UNUSED as needed to arguments.
19258         (gen_compare): Rename swap_p to must_swap to match uses.
19259         Add default abort case.
19260         (m32r_output_function_epilogue): Remove unused variables.
19261         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
19262         * m32r.h (PROTO, STDIO_PROTO): Rename XPROTO; unconditionally
19263         define to empty parameter list.  Update all uses.
19264         (predicate decls): Use enum machine_mode not int.
19265         * m32r.md (movsi): Call abort, not fatal_insn.
19266         (zero_branch_insn, rev_zero_branch_insn): Add default abort case.
19267
19268 1999-09-14  Andrew Haley  <aph@cygnus.com>
19269
19270         * config/mips/mips.md (movsi_usw): if operand 1 is const_int 0,
19271         use $0 instead of 0.
19272
19273 Thu Sep 16 10:53:36 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19274
19275         * reload1.c (order_regs_for_reload): Move hard_reg_n_uses
19276         computation out of loop over hard regs.
19277
19278 Wed Sep 15 21:37:06 1999  Mark Mitchell  <mark@codesourcery.com>
19279
19280         * function.c (identify_blocks): Don't shadow a variable in an
19281         outer scope.
19282         * integrate.c (integrate_decl_tree): Don't use pushlevel,
19283         pushdecl, or poplevel to build up the new BLOCK tree.
19284         (expand_inline_function): Likewise.
19285         (integrate_parm_decls): Likewise.
19286
19287 Wed Sep 15 21:20:38 1999  Mark Mitchell  <mark@codesourcery.com>
19288
19289         * c-typeck.c (qualify_type): Merge qualifiers from both types.
19290
19291 1999-09-15  Brad Lucier  <lucier@math.purdue.edu>
19292
19293         * toplev.c: Allow -f[no-]math-errno to set (clear) flag_errno_math
19294         * invoke.texi: Document this change.
19295
19296 Wed Sep 15 17:56:00 1999  Richard Henderson  <rth@cygnus.com>
19297
19298         * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.
19299         Free the struct.
19300         (mark_emit_status): Renamed from mark_emit_state.
19301         * except.c (mark_eh_status): Renamed from mark_eh_state.
19302         Check not null before marking.
19303         (free_eh_status): New.
19304         * expr.c (mark_expr_status, free_expr_status): New.
19305         * function.c (free_machine_status): New.
19306         (free_after_parsing): New.
19307         (free_after_compilation): Move bits to free_after_parsing; call
19308         free_eh_status, free_expr_status; zero the marked members of the
19309         function state.
19310         (prepare_function_start): No can_garbage_collect.
19311         Call init_eh_for_function.
19312         (expand_dummy_function_end): Free up current_function state.
19313         (mark_function_status): Renamed from mark_function_state.
19314         (mark_function_chain): No can_garbage_collect.  Call mark_expr_status.
19315         * function.h (struct function): No can_garbage_collect.
19316         (free_machine_status, free_after_parsing): Declare.
19317         (free_eh_status, free_expr_status): Declare.
19318         * ggc.h (mark_expr_status): Declare.
19319         * stmt.c (free_stmt_status): Free the struct.
19320         (mark_stmt_status): Renamed from mark_stmt_state.
19321         (init_stmt): Don't call init_eh.
19322         (init_stmt_for_function): Don't call init_eh_for_function.
19323         * toplev.c (compile_file): Call init_eh.
19324         (rest_of_compilation): Free basic block info before ggc_collect.
19325         Call free_after_parsing; conditionally call free_after_compilation.
19326         * varasm.c (mark_varasm_status): Renamed from mark_varasm_state.
19327         Check not null before marking.
19328         (free_varasm_status): Don't check DECL_DEFER_OUTPUT.  Free the struct.
19329
19330 Wed Sep 15 17:53:16 1999  Richard Henderson  <rth@cygnus.com>
19331
19332         * c-lex.c (yylex): Initialize warn.
19333
19334 Wed Sep 15 18:35:38 1999  Jeffrey A Law  (law@cygnus.com)
19335
19336         * pa.c (emit_move_sequence): Properly set the mode of the scratch
19337         register when performing secondary reloads for the SAR register.
19338
19339 Wed Sep 15 15:51:52 1999  Mark Mitchell  <mark@codesourcery.com>
19340
19341         * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
19342         (NOTE_BLOCK): New macro.
19343         (NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove.
19344         * function.h (identify_blocks): Change prototype.
19345         * function.c (identify_blocks): Simplify.
19346         (reorder_blocks): Likewise.
19347         * ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a
19348         NOTE_INSN_BLOCK_{BEG,END}.
19349         * haifa-sched.c (sched_analyze): Don't put NOTE_BLOCK_NUMBER on
19350         the list of saved notes if the note isn't a
19351         NOTE_INSN_BLOCK_{BEG,END}.
19352         (move_insn1): Use NOTE_EH_HANDLER in comment, rather than
19353         NOTE_BLOCK_NUMBER.
19354         (reemit_notes): Adjust recreation of notes to reflect new saved
19355         note structure.
19356         * print-rtl.c (print_rtx): Print the address of the BLOCK when
19357         printing a block note.
19358         * stmt.c (block_vector): Remove.
19359         (find_loop_tree_blocks): Simplify.
19360         (unroll_block_trees): Likewise.
19361         * tree.h (reorder_block): Change prototype.
19362
19363 Wed Sep 15 14:39:35 1999  Jason Merrill  <jason@yorick.cygnus.com>
19364
19365         * gbl-ctors.h: Lose HAVE_ATEXIT.  Don't define ON_EXIT.
19366         * libgcc2.c: Lose obsolete defn of WEAK_ALIAS.
19367         (__bb_init_func, __bb_init_prg): Use atexit instead of ON_EXIT.
19368         (__do_global_dtors): Likewise.  Don't mess with _exit_dummy_decl.
19369         (atexit, exit): Simplify.
19370         * tm.texi: Document NEED_ATEXIT and ON_EXIT.  Remove HAVE_ATEXIT.
19371         * config/lots: Remove defns of HAVE_ATEXIT.
19372
19373 Wed Sep 15 10:25:12 1999  Mark Mitchell  <mark@codesourcery.com>
19374
19375         * calls.c (precompute_arguments): Fix typo in comment.
19376         * expr.c (preexpand_calls): Don't preexpand the cleanup in a
19377         TARGET_EXPR.
19378
19379 Wed Sep 15 09:59:59 1999  Mark Mitchell  <mark@codesourcery.com>
19380
19381         * dsp16xx.c (override_options): Fix typos in GC root registration.
19382
19383 Wed Sep 15 15:23:28 1999  Philip Blundell  <pb@nexus.co.uk>
19384
19385         * config/arm/linux-elf.h (MAKE_DECL_ONE_ONLY): Copy definition
19386         from config/svr4.h.
19387         (UNIQUE_SECTION_P, UNIQUE_SECTION): Likewise.
19388         (FUNCTION_PROFILER): Redefine appropriately for Linux.
19389         (CC1_SPEC): Likewise.
19390
19391 Wed Sep 15 10:09:48 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19392
19393         * genattr.c (main): Add extern prototype.  Call return, not exit.
19394         * genattrtab.c (main): Likewise.
19395         * gencheck.c (main): Likewise.
19396         * gencodes.c (main): Likewise.
19397         * genconfig.c (main): Likewise.
19398         * genemit.c (main): Likewise.
19399         * genextract.c (main): Likewise.
19400         * genflags.c (main): Likewise.
19401         * gengenrtl.c (main): Likewise.
19402         * genopinit.c (main): Likewise.
19403         * genoutput.c (main): Likewise.
19404         * genpeep.c (main): Likewise.
19405         * genrecog.c (main): Likewise.
19406
19407         * genattr.c (get_insn_name): Mark parameter with ATTRIBUTE_UNUSED.
19408         * genattrtab.c (get_insn_name): Likewise.
19409         * gencodes.c (get_insn_name): Likewise.
19410         * genconfig.c (get_insn_name): Likewise.
19411         * genemit.c (get_insn_name): Likewise.
19412         * genextract.c (get_insn_name): Likewise.
19413         * genflags.c (get_insn_name): Likewise.
19414         * genopinit.c (get_insn_name): Likewise.
19415         * genpeep.c (get_insn_name): Likewise.
19416
19417         * gencheck.c (usage): Add static prototype.
19418         * genextract.c (print_path): Constify a char*.
19419         * genopinit.c (optabs): Likewise.
19420         * genoutput.c (operand_data, data, output_predicate_decls,
19421         compare_operands): Likewise.
19422         * genrecog.c (write_tree): Add default case in switch.
19423
19424 Wed Sep 15 09:59:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19425
19426         * rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes.
19427
19428         * print-rtl.c (get_insn_name): Remove prototype.
19429
19430         * toplev.h (progname): Declare const.
19431
19432         * toplev.c (init_decl_processing, init_obstacks, init_tree_codes,
19433         init_regs, init_optabs, init_stmt, init_reg_sets, dump_flow_info,
19434         dump_sched_info, dump_local_alloc, regset_release_memory,
19435         print_rtl, print_rtl_with_bb, rest_of_decl_compilation,
19436         error_with_file_and_line, error_with_decl, error_for_asm, error,
19437         fatal, warning_with_file_and_line, warning_with_decl, warning,
19438         pedwarn, pedwarn_with_decl, pedwarn_with_file_and_line, sorry):
19439         Remove redundant prototypes.
19440
19441         (notice, check_lang_option, report_file_and_line, vnotice,
19442         mark_file_stack): Add static prototype.
19443         (set_fatal_function): Add prototype.
19444         (vnotice, report_file_and_line, set_fatal_function,
19445         check_lang_option): Constify a char*.
19446         (main): Prototype.  Call return, not exit.
19447
19448 Wed Sep 15 09:50:18 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19449
19450         * aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.
19451
19452         * configure.in (AC_GCC_C_LONG_DOUBLE): Call it.
19453
19454         * gansidecl.h (HAVE_LONG_DOUBLE): Define if gcc for stage2.
19455
19456         * ggc-simple.c (HAVE_LONG_DOUBLE): Test before using long double.
19457
19458 Wed Sep 15 11:04:43 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19459
19460         * function.c (assign_parms): Delete arg SECOND_TIME.  Don't test it,
19461         behave as if it's zero in all cases.
19462         (expand_function_start): Adjust call to assign_parms.
19463         * tree.h (assign_parms): Adjust prototype.
19464         * objc/objc-act.c (hack_method_prototype): Adjust call to
19465         assign_parms.
19466
19467 Tue Sep 14 21:47:06 1999  Jeffrey A Law  (law@cygnus.com)
19468
19469         * cse.c (FIXED_BASE_PLUS_P): Do not consider referneces to
19470         arg_pointer_rtx fixed if the argument pointer register is
19471         not fixed.
19472         (NONZERO_BASE_PLUS_P): Likewise.
19473
19474 Tue Sep 14 20:26:02 1999  Richard Henderson  <rth@cygnus.com>
19475
19476         * rtl.def (match_insn, match_insn2): Remove match_insn; rename
19477         match_insn2 to match_insn.
19478         * genrecog.c (add_to_sequence): Rename MATCH_INSN2.
19479
19480 Tue Sep 14 20:10:29 1999  Richard Henderson  <rth@cygnus.com>
19481
19482         * Makefile.in (USER_H): Remove va-foo.h.
19483
19484         * ginclude/{va-alpha.h,va-arc.h,va-c4x.h,va-clipper.h,va-h8300.h,
19485         va-i860.h,va-i960.h,va-m32r.h,va-m88k.h,va-mips.h,va-mn10200.h,
19486         va-mn10300.h,va-pa.h,va-ppc.h,va-pyr.h,va-sh.h,va-sparc.h,
19487         va-spur.h,va-v850.h}: Remove.
19488
19489 Tue Sep 14 19:43:16 1999  Richard Henderson  <rth@cygnus.com>
19490
19491         * sparc/sparc.md (eligible_for_return_delay): New attribute.
19492         (in_return_delay): Use it instead of match_insn.
19493
19494 Tue Sep 14 23:05:37 1999  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19495
19496         * config/alpha/va_list.h (va-alpha.h): Do not include.
19497         (__gnuc_va_list): Typedef as in varargs.h.
19498
19499 Tue Sep 14 18:14:03 1999  Richard Henderson  <rth@cygnus.com>
19500
19501         * ggc-common.c (ggc_mark_tree): Mark DECL_SOURCE_FILE and
19502         DECL_LIVE_RANGE_RTL.
19503
19504 Tue Sep 14 16:47:08 1999  Mark Mitchell  <mark@codesourcery.com>
19505
19506         * except.c (expand_eh_region_start_for_decl): Use NOTE_EH_HANDLER,
19507         not NOTE_BLOCK_NUMBER.
19508         (expand_eh_region_end): Likewise.
19509         (find_exception_handler_labels): Likewise.
19510         (scan_region): Likewise.
19511         (exception_optimize): Likewise.
19512         (update_rethrow_references): Likewise.
19513         (set_insn_eh_region): Likewise.
19514         * final.c (final_scan_insn): Likewise.
19515         * flow.c (make_edges): Likewise.
19516         * integrate.c (expand_inline_function): Likewise.
19517         * print-rtl.c (print_rtx): Likewise.
19518
19519 Tue Sep 14 16:30:16 1999  Richard Henderson  <rth@cygnus.com>
19520
19521         * ginclude/stdarg.h, ginclude/varargs.h: Implement in
19522         terms of builtin functions and types.
19523
19524         * mips.c (mips_build_va_list): New.
19525         (mips_va_start, mips_va_arg): New.
19526         * mips.h (BUILD_VA_LIST_TYPE): New.
19527         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
19528
19529         * sh.c (sh_builtin_saveregs): Use get_varargs_alias_set.
19530         (sh_build_va_list, sh_va_start, sh_va_arg): New.
19531         * sh.h (BUILD_VA_LIST_TYPE): New.
19532         (EXPAND_BUILTIN_VA_START, EXPAND_BUILTIN_VA_ARG): New.
19533
19534 Tue Sep 14 16:20:24 1999  Richard Henderson  <rth@cygnus.com>
19535
19536         * recog.h (struct recog_data): Make dup_num, operand_address_p,
19537         n_operands, n_dups, n_alternatives `char' instead of `unsigned char'.
19538         (struct insn_data): Likewise with n_operands, n_dups,
19539         n_alternatives, output_format.
19540         * regclass.c (scan_one_insn): Cast n_operands to int before
19541         arithmetic inside comparison.
19542
19543 Tue Sep 14 15:13:36 1999  Richard Henderson  <rth@cygnus.com>
19544
19545         * toplev.c (compile_function): Unconditionally emit nop.
19546
19547 Tue Sep 14 14:41:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19548
19549         * haifa-sched.c (actual_hazard): Move declaration of variable
19550         `this_cost' into the scope where it is used.
19551
19552 Tue Sep 14 14:14:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19553
19554         * c-pragma.c (handle_pragma_token): Wrap variables `name' and
19555         `value' in HANDLE_PRAGMA_WEAK.  Wrap variable `align' in
19556         HANDLE_PRAGMA_PACK||HANDLE_PRAGMA_PACK_PUSH_POP.
19557
19558         * genrecog.c (make_insn_sequence): Call memset, not bzero.
19559
19560         * jump.c (find_insert_position): Don't declare or define unless
19561         !HAVE_conditional_arithmetic.
19562         (returnjump_p_1, delete_prior_computation): Add static prototypes.
19563
19564         * mips-tdump.c (fatal, fancy_abort, main): Add extern prototypes.
19565
19566         * recog.c (offsettable_address_p): Prototype function pointer.
19567         (preprocess_constraints): Call memset, not bzero.
19568
19569         * tree.c (tree_node_kind_names): Constify a char*.  Make static.
19570         (gcc_obstack_init): Don't declare.
19571         (fix_sizetype): Add static prototype.
19572         (gcc_obstack_init): Use prototype casts in call to _obstack_begin.
19573         (tree_cons): Call memset, not bzero.
19574
19575         * varasm.c (remove_from_pending_weak_list): Wrap declaration and
19576         definition in macro ASM_WEAKEN_LABEL.
19577         (mark_const_hash_entry): Add static prototype.
19578
19579 Tue Sep 14 12:22:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19580
19581         * c-lex.c (handle_generic_pragma): Remove unused variable `c'.
19582
19583         * unroll.c (find_common_reg_term, subtract_reg_term,
19584         loop_find_equiv_value): Add static prototypes.
19585         (unroll_loop): Wrap variable `prev' in macro HAVE_cc0.
19586         (copy_loop_body): Remove unreachable break statement.
19587
19588         * sparc.c (sparc_va_arg): Remove unused variable `tmp'.
19589
19590         * sparc.h (sparc_va_start, sparc_va_arg): Add extern prototypes.
19591
19592 Tue Sep 14 15:28:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19593
19594         Undo some changes from the gcc2 merge:
19595         * rtl.def (CONSTANT_P_RTX): Fix the comment for this rtx code.
19596         * emit-rtl.c (gen_rtx_REG): Don't test special reg rtx's for null
19597         pointers.
19598
19599         Undo this change:
19600         Sat Oct  3 07:20:28 1998  Stephen L Moshier  <moshier@world.std.com>
19601         * emit-rtl.c (gen_lowpart_common): Disable optimization of
19602         initialized float-int union if the value is a NaN.
19603
19604 Tue Sep 14 04:03:44 1999  Mumit Khan  <khan@xraylith.wisc.edu>
19605
19606         * gthr-win32.h: New file.
19607
19608         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Recognize
19609         shared as a valid attribute.
19610         * i386/cygwin.h (ASM_OUTPUT_SECTION): Handle shared attribute.
19611         * extend.texi: Document `shared' variable attribute.
19612
19613 Tue Sep 14 04:01:46 1999  Loren Rittle  <ljrittle@acm.org>
19614
19615         * configure.in: Handle --enable-threads on FreeBSD.
19616         * configure: Rebuit.
19617
19618 Tue Sep 14 03:58:44 1999  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
19619
19620         * configure.in: Add crtbeginS.o, crtendS.o for mips-linux; add
19621         thread support.
19622         * configure: Rebuilt.
19623
19624 Tue Sep 14 03:47:23 1999  Joel Sherrill <joel@OARcorp.com>
19625                           Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
19626                           Rosimildo DaSilva <rdasilva@connecttel.com>
19627
19628         * configure.in (m68k-*-rtemscoff*): Added.
19629         * configure.in (mips64orion-*-rtems*): Converted to ELF.
19630         * configure.in (sparc-*-rtemsaout*): Added as alias for old
19631         sparc-rtems configuration.
19632         * configure.in (sparc-*-rtemself*): Added.
19633         * configure.in (sparc-*-rtems*): Now ELF not a.out.
19634         * config/i386/rtems.h: Added comment.
19635         * config/sparc/rtemself.h: New file.
19636
19637         * configure.in (m68k-rtemself): Added.
19638         * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO
19639         and DWARF_DEBUGGING_INFO.
19640         * config/m68k/crti.s: New file.
19641         * config/m68k/crtn.s: New file.
19642         * config/m68k/t-crtstuff: New file.
19643         * config/m68k/rtemself.h: New file.
19644
19645         * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for
19646         global ctor/dtor and C++ exception handling.
19647         * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o)
19648         for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for
19649         ENDFILE_SPEC.
19650         * config/i386/t-rtems-i386: New File.
19651
19652 Tue Sep 14 09:47:41 1999  Andreas Schwab  <schwab@suse.de>
19653
19654         * stmt.c (expand_end_case): Return right away if the case stack is
19655         empty.
19656
19657 Tue Sep 14 01:47:19 1999  Jeffrey A Law  (law@cygnus.com)
19658
19659         * Makefile.in (version.c): Remove rule incorrectly brought in from
19660         the gcc2 merge.
19661
19662 Tue Sep 14 01:42:27 1999  Marc Espie <espie@cvs.openbsd.org>
19663
19664         * Makefile.in:  Prepend $(SHELL) to move-if-change calls.
19665         * msdos/top.sed:  Take into account a prepended $(SHELL) to
19666         move-if-change.
19667         * winnt/config-nt.sed:  Likewise.  Kill bogus substitution.
19668
19669         * objc/Make-lang.in: Prepend $(SHELL) to move-if-change calls.
19670
19671 Tue Sep 14 01:38:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
19672
19673         * regmove.c (fixup_match_1): Don't change an unchanging register.
19674         (stable_but_for_p): Renamed to:
19675         (stable_and_no_regs_but_for_p).  Reject unchanging registers too.
19676         Changed all callers.
19677
19678 Tue Sep 14 01:33:15 1999  Andreas Schwab  <schwab@suse.de>
19679
19680         * loop.c (strength_reduce): Don't call reg_used_between_p if the
19681         insn from BL2 is after the insn from BL.
19682
19683 Mon Sep 13 21:06:01 1999  Richard Henderson  <rth@cygnus.com>
19684
19685         * recog.h (INSN_OUTPUT_FORMAT_*): New.
19686         (struct insn_data): Merge `template' and `outfun' into `output'.
19687         Add `output_format'.
19688         * genoutput.c (INSN_OUTPUT_FORMAT_*): New.
19689         (struct data): Remove `outfun'; add `output_format'.
19690         (name_for_index): Remove declaration.
19691         (output_insn_data): Handle output formats.
19692         (process_template): Emit the bare array for @.
19693         (gen_expand, gen_split): Set output_format to NONE.
19694         * output.h (get_insn_template): Declare.
19695         * final.c (get_insn_template): New.
19696         (final_scan_insn): Use it.
19697         * toplev.c (compile_file): Likewise.
19698
19699         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19700         * i860/i860.c (output_delayed_branch): Likewise.
19701         (output_delay_insn): Likewise.
19702
19703 1999-09-13  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
19704
19705         * rtl.c (obstack_alloc_rtx): Removed.
19706
19707 1999-09-13 17:03 -0700  Zack Weinberg  <zack@bitmover.com>
19708
19709         * config/gmicro/gmicro.md: Disable move DF->DI anonymous pattern.
19710
19711 Mon Sep 13 15:21:46 1999  Richard Henderson  <rth@cygnus.com>
19712
19713         * i386.c (call_insn_operand): Reject const_int.
19714         (expander_call_insn_operand): Use call_insn_operand.
19715
19716 Mon Sep 13 17:44:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19717
19718         * gcc.c (getrusage): Wrap prototype arguments in PROTO().
19719
19720 1999-09-13 12:18 -0700  Zack Weinberg  <zack@bitmover.com>
19721
19722         * config/i370/i370.md (mulsi, divsi, modsi anonymous insns):
19723         Use DImode operation.
19724
19725 1999-09-13 12:13 -0700  Zack Weinberg  <zack@bitmover.com>
19726
19727         * gcc.c: Include sys/resource.h.
19728         (report_times): New flag.
19729         (execute):  If report_times is set, calculate and report the
19730         CPU time consumed by each subprocess.
19731
19732         (rus, prus): New globals.
19733         (option_map): Add --time.
19734         (display_help): Document -time.
19735         (process_command): Set report_times if -time is given.
19736         Turn off -pipe if -time is given.
19737
19738         * invoke.texi: Document new option -time.
19739
19740         * configure.in: Check for getrusage.  Check if we have to
19741         prototype getrusage.
19742         * acconfig.h: Add NEED_DECLARATION_GETRUSAGE.
19743         * configure: Regenerate.
19744         * config.in: Regenerate.
19745
19746 Mon Sep 13 12:57:06 1999  Dave Brolley  <brolley@cygnus.com>
19747
19748         * cppinit.c (append_include_chain): Initialize 'next' and 'alloc'
19749         fields.
19750
19751 Mon Sep 13 10:01:33 1999  Nick Clifton  <nickc@cygnus.com>
19752
19753         * config/fp-bit.c: Define L_thenan_sf or L_thenan_df (as
19754         appropriate) if FINE_GRAINED_LIBRARIES is not defined.
19755         (nan): Return _thenan_sf or _thenan_df as appropriate.
19756         (L_thenan_sf): Define _thenan_sf.
19757         (L_thenan_df): Define _thenan_df.
19758
19759         * Makefile.in (FPBIT_FUNCS): Add _thenan_sf.
19760         (DPBIT_FUNCS): Add _thenan_df.
19761
19762 Mon Sep 13 09:38:53 1999  Andreas Schwab  <schwab@suse.de>
19763
19764         * tree.c (fix_sizetype):  Exchange the types for TYPE_SIZE and
19765         TYPE_SIZE_UNIT.
19766
19767 Sun Sep 12 23:28:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19768
19769         * Makefile.in (gcc.o, gccspec.o, cppspec.o): Depend on gcc.h.
19770
19771         * gcc.h: New file.
19772         (lang_specific_driver): Don't take a function pointer parameter.
19773         All callers changed.
19774
19775         * gcc.c: Include gcc.h.
19776         (do_spec, fancy_abort,lang_specific_driver,lang_specific_pre_link,
19777         lang_specific_extra_outfiles, fatal): Don't declare.
19778         (multilib_defaults_raw): Constify.
19779         (read_specs): Call memset, rather than bzero.
19780         (main): Call return, not exit.
19781         (lookup_compiler): Call memcpy, not bcopy.
19782         (fatal): Make extern.
19783
19784         * cppspec.c: Include gcc.h.
19785         (lang_specific_driver): Initialize variable `quote'.  Constify a
19786         char*.  All calls to the function pointer parameter now
19787         explicitly call `fatal'.
19788
19789         * gccspec.c (lang_specific_driver): Include gcc.h.
19790
19791 Sun Sep 12 19:52:10 1999  Richard Earnshaw <rearnsha@arm.com>
19792
19793         * arm.c (note_invalid_constants): Use recog_data.operand_type
19794         for recog_op_type.
19795
19796 Sun Sep 12 15:53:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
19797
19798         * tree.h (build_common_tree_nodes, build_common_tree_nodes_2):
19799         Declare.
19800
19801         * reload.h (reload_in, reload_out, reload_in_reg, reload_out_reg,
19802         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19803         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19804         reload_secondary_in_reload, reload_secondary_out_reload,
19805         reload_secondary_in_icode, reload_secondary_out_icode,
19806         reload_reg_rtx, reload_when_needed): Delete declarations.
19807         (struct reload): New structure.
19808         (rld): Declare new array.
19809         * reload.c (reload_in, reload_out, reload_in_reg, reload_out_reg,
19810         reload_reg_class, reload_inmode, reload_outmode, reload_optional,
19811         reload_nongroup, reload_inc, reload_opnum, reload_secondary_p,
19812         reload_secondary_in_reload, reload_secondary_out_reload,
19813         reload_secondary_in_icode, reload_secondary_out_icode,
19814         reload_reg_rtx, reload_when_needed): Delete definitions.
19815         (rld): New array.
19816         (whole file): Replace uses of the deleted arrays with uses of rld.
19817         * reload1.c (whole file): Replace uses of the deleted arrays with
19818         uses of rld.
19819         (choose_reload_regs): Copy in/out of save_reload_reg_rtx with
19820         explicit loops, not with bcopy.
19821
19822 Sun Sep 12 05:00:24 1999  Richard Henderson  <rth@cygnus.com>
19823
19824         * recog.h (insn_template, insn_outfun, insn_n_operands, insn_n_dups,
19825         insn_n_alternatives, insn_operand_constraint, insn_operand_address_p,
19826         insn_operand_mode, insn_operand_strict_low, insn_operand_predicate,
19827         insn_name): Delete and consolidate into new structures.
19828         (insn_operand_predicate_fn): New.
19829         (insn_output_fn): New.
19830         (insn_gen_fn): New.
19831         (struct insn_operand_data): New.
19832         (struct insn_data): New.
19833         (insn_data): New.
19834         (OUT_FCN): Update for insn_data change.
19835         * builtins.c (expand_builtin_strlen): Likewise.
19836         (expand_builtin_memcmp): Likewise.
19837         * combine.c (make_extraction, simplify_comparison): Likewise.
19838         * cse.c (canon_reg, cse_insn): Likewise.
19839         * explow.c (allocate_dynamic_stack_space, probe_stack_range): Likewise.
19840         * expmed.c (store_bit_field, extract_bit_field): Likewise.
19841         (emit_store_flag): Likewise.
19842         * expr.c (convert_move, emit_block_move): Likewise.
19843         (clear_storage, emit_push_insn, expand_increment): Likewise.
19844         (do_store_flag): Likewise.
19845         * expr.h (GEN_FCN): Likewise.
19846         (insn_gen_function): Die.
19847         * final.c (final_scan_insn): Update for insn_data change.
19848         (output_asm_name): Likewise.
19849         * function.c (fixup_var_refs_1): Likewise.
19850         * loop.c (check_dbra_loop): Likewise.
19851         * optabs.c (expand_binop, expand_twoval_binop): Likewise.
19852         (expand_unop, expand_complex_abs, emit_unop_insn): Likewise.
19853         (prepare_cmp_insn, prepare_operand, emit_indirect_jump): Likewise.
19854         (emit_conditional_move, gen_add2_insn, gen_sub2_insn): Likewise.
19855         * recog.c (validate_replace_rtx_1, extract_insn): Likewise.
19856         * regmove.c (gen_add3_insn): Likewise.
19857         * reload.c (push_secondary_reload, combine_reloads): Likewise.
19858         (find_reloads, find_reloads_address_1): Likewise.
19859         (debug_reload_to_stream): Likewise.
19860         * reload1.c (emit_reload_insns, gen_reload): Likewise.
19861         * stmt.c (expand_end_case): Likewise.
19862         * toplev.c (compile_file): Likewise.
19863
19864         * c4x/c4x.c (c4x_process_after_reload): Likewise.
19865         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19866
19867         * print-rtl.c (insn_name_ptr): Remove declaration.
19868         (get_insn_name): Declare.
19869         (print_rtx): Use it.
19870         * genoutput.c (insn_name_ptr): Remove.
19871         (next_operand_number): New.
19872         (struct operand_data): New.
19873         (null_operand, odata, odata_end): New.
19874         (struct data): Use struct operand_data.
19875         (idata, idata_end): Renamed from insn_data and end_of_insn_data.
19876         (get_insn_name): Renamed from name_for_index.
19877         (output_prologue): Define NO_MD_PROTOTYPES.
19878         (output_predicate_decls): Break out from output_epilogue.
19879         Iterate over the operands list.
19880         (output_operand_data): Break out from output_epilogue.  Emit
19881         just the operands list.
19882         (output_insn_data): Break out from output_epilogue.  Emit just
19883         the insn data.
19884         (output_epilogue): Remove.
19885         (output_get_insn_name): New.
19886         (constraints, op_n_alternatives, predicates, address_p): Die.
19887         (modes, strict_low, seen): Die.
19888         (scan_operands): Take new param `d' instead of writing to
19889         seven global variables.
19890         (compare_operands): New.
19891         (place_operands): New.
19892         (validate_insn_alternatives): Update for struct data change.
19893         (gen_insn): Don't zero or copy 7 global arrays.  Update for
19894         scan_operands; call place_operands.
19895         (gen_peephole, gen_expand, gen_split): Likewise.
19896         (main): Update for new output routines.
19897
19898         * genattr.c (insn_name_ptr): Remove.
19899         (get_insn_name): New function.
19900         * genattrtab.c, gencodes.c, genconfig.c, genemit.c: Likewise.
19901         * genextract.c, genflags.c, genopinit.c, genpeep.c: Likewise.
19902         * genrecog.c: Likewise.
19903
19904         * alpha.md (adddi3): Make `pattern' array static.
19905
19906 Sun Sep 12 22:05:21 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19907
19908         * config/c4x/c4x.h (c4x_rpts_cycles_string,
19909         c4x_cpu_version_string): Constify char *.
19910         * config/c4x/c4x.c (c4x_rpts_cycles_string,
19911         c4x_cpu_version_string): Likewise.
19912
19913 Sat Sep 11 23:28:33 1999  Richard Henderson  <rth@cygnus.com>
19914
19915         * tree.c (save_tree_status): Revert 10 Sep change.
19916         (restore_tree_status): Likewise.  Call obstack_free with NULL
19917         before freeing the obstack proper.
19918
19919 Sat Sep 11 23:23:46 1999  Richard Henderson  <rth@cygnus.com>
19920
19921         * cse.c (cse_main): If gc'ing, collect around cse_basic_block.
19922
19923         * ggc-simple.c (ggc_pop_context): Fold outstanding bytes into
19924         surrounding context.
19925
19926 Sat Sep 11 19:52:43 1999  Mark Mitchell  <mark@codesourcery.com>
19927
19928         * tree.c (type_hash_canon): Put all types in the hash-table, when
19929         GC'ing.
19930
19931 Sat Sep 11 18:37:04 1999  Richard Henderson  <rth@cygnus.com>
19932
19933         * recog.h (struct recog_data, recog_data): New.
19934         (recog_foo variables): Kill.
19935         * recog.c (recog_operand, recog_operand_loc): Kill.
19936         (recog_dup_loc, recog_dup_num, recog_n_operands): Kill.
19937         (recog_n_dups, recog_n_alternatives, recog_operand_mode): Kill.
19938         (recog_constraints, recog_op_type, recog_operand_address_p): Kill.
19939         (recog_data): Define.
19940         (extract_insn): Update all recog_foo references to use recog_data.
19941         (preprocess_constraints, constrain_operands): Likewise.
19942         * final.c (final_scan_insn, cleanup_subreg_operands): Likewise.
19943         * genattrtab.c (main): Likewise.
19944         * genextract.c (main): Likewise.
19945         * genoutput.c: Likewise.
19946         * genrecog.c (write_subroutine, main): Likewise.
19947         * local-alloc.c (block_alloc): Likewise.
19948         * reg-stack.c (record_asm_reg_life, subst_asm_stack_regs): Likewise.
19949         * regclass.c (scan_one_insn, record_reg_classes): Likewise.
19950         * regmove.c (regmove_optimize, find_matches, fixup_match_1): Likewise.
19951         * reload.c (find_reloads, find_reloads_toplev): Likewise.
19952         * reload1.c (maybe_fix_stack_asms, eliminate_regs_in_insn): Likewise.
19953         (reload_cse_simplify_operands): Likewise.
19954
19955         * arc/arc.c (arc_final_prescan_insn): Likewise.
19956         * arm/arm.c (note_invalid_constants, arm_final_prescan_insn): Likewise.
19957         * h8300/h8300.c (notice_update_cc): Likewise.
19958         * i386/i386.c (ix86_attr_length_default, ix86_agi_dependant): Likewise.
19959         * i860/i860.c (output_delayed_branch, output_delay_insn): Likewise.
19960         * mn10200/mn10200.c (notice_update_cc): Likewise.
19961         * mn10300/mn10300.c (notice_update_cc): Likewise.
19962         * romp/romp.c (update_cc): Likewise.
19963         * sparc/sparc.c (check_pic): Likewise.
19964         * v850/v850.c (notice_update_cc): Likewise.
19965
19966         * genemit.c (main): Don't declare recog_operand.
19967
19968 Sat Sep 11 12:41:55 1999  Alex Samuel  <samuel@codesourcery.com>
19969
19970         * ggc.h (rtvec_def): Forward declare.
19971         (tree_node): Likewise.
19972         (ggc_root): Define.
19973         (roots): Declare.
19974         (ggc_set_mark_rtx): Add prototype.
19975         (ggc_set_mark_rtvec): Likewise.
19976         (ggc_set_mark_tree): Likewise.
19977         * ggc-simple.c (ggc_root): Don't define.
19978         (roots): Don't declare.
19979         (ggc_mark_rtx): Remove.
19980         (ggc_mark_rtvec): Likewise.
19981         (ggc_mark_tree): Likewise.
19982         (ggc_mark_varray): Likewise.
19983         (ggc_mark_tree_hash_table_entry): Likewise.
19984         (ggc_mark_tree_hash_table): Likewise.
19985         (ggc_set_mart_rtx): New function.
19986         (ggc_set_mark_rtvec): Likewise.
19987         (ggc_set_mark_tree): Likewise.
19988         (ggc_add_root): Remove.
19989         (ggc_add_rtx_root): Likewise.
19990         (ggc_remove_tree_root): Likewise.
19991         (ggc_add_string_root): Likewise.
19992         (ggc_add_tree_varray_root): Likewise.
19993         (ggc_add_tree_hash_table_root): Likewise.
19994         (ggc_del_root): Likewise.
19995         (ggc_mark_rtx_ptr): Likewise.
19996         (ggc_mark_tree_ptr): Likewise.
19997         (ggc_mark_string_ptr): Likewise.
19998         (ggc_mark_tree_varray_ptr): Likewise.
19999         (ggc_mark_tree_hash_table_ptr): Likewise.
20000         * ggc-common.c: New file.
20001         * Makefile.in (OBJS): Add ggc-common.o.
20002         (ggc-common.o): List dependencies.
20003
20004 1999-09-10 22:37 -0700  Zack Weinberg  <zack@bitmover.com>
20005
20006         * cppalloc.c (xstrdup): Use memcpy.
20007         * cpperror.c (cpp_print_containing_files): Don't use
20008         cpp_notice.
20009         * cpplib.c (conditional_skip): Set temp->lineno.
20010         (do_endif): Make error message less obscure.
20011         (if_directive_name): New function.
20012         (cpp_get_token [case EOF]): Unwind the if stack and generate
20013         error messages for each unterminated conditional in this file.
20014         (parse_string):  Do not behave differently if -traditional.
20015
20016 Fri Sep 10 14:04:07 1999  Richard Henderson  <rth@cygnus.com>
20017
20018         * builtins.c (expand_builtin_va_arg): Cope with an array-type
20019         va_list decomposing to pointer-type.
20020         * rs6000.c (rs6000_va_start) Unwrap the ARRAY_TYPE to get at fields.
20021         (rs6000_va_arg): Likewise.
20022
20023 Fri Sep 10 13:21:21 1999  Jim Wilson  <wilson@cygnus.com>
20024
20025         * except.c (start_dynamic_handler): Compute size using
20026         STACK_SAVEAREA_MODE.
20027
20028 Fri Sep 10 16:01:23 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20029
20030         * protoize.c: Remove various __STDC__ and POSIX hacks.  Don't
20031         include directory headers.  Don't define strrchr.  Don't provide
20032         my_* replacement functions.  Prefer PTR over `pointer_type'.
20033         Don't prototype system functions.  Don't redefine getopt.
20034
20035         (shortpath, fancy_abort, notice, savestring, dupnstr, substr,
20036         safe_read, safe_write, save_pointers, restore_pointers,
20037         is_id_char, in_system_include_dir, directory_specified_p,
20038         file_excluded_p, unexpand_if_needed, abspath, check_aux_info,
20039         find_corresponding_lparen, referenced_file_is_newer,
20040         save_def_or_dec, munge_compile_params, gen_aux_info_file,
20041         process_aux_info_file, identify_lineno, check_source,
20042         seek_to_line, forward_to_next_token_char, output_bytes,
20043         output_string, output_up_to, other_variable_style_function,
20044         find_rightmost_formals_list, do_cleaning, careful_find_l_paren,
20045         do_processing, is_syscalls_file, rename_c_file, find_extern_def,
20046         find_static_definition, connect_defs_and_decs, add_local_decl,
20047         add_global_decls, needs_to_be_converted, visit_each_hash_node,
20048         add_symbol, lookup, free_def_dec, find_file, reverse_def_dec_list,
20049         edit_fn_declaration, edit_formals_lists, edit_fn_definition,
20050         scan_for_missed_items, edit_file, string_list_cons): Add static
20051         prototypes.
20052         (standard_exec_prefix, target_machine, target_version,
20053         default_syscalls_dir, string_list, string_list_cons, find_file,
20054         do_cleaning): Constify a char*.
20055         (safe_read, safe_write): Use PTR, not a char*.
20056         (is_id_char): Take an int, not a char.
20057         (main): Add prototype.  Call return, not exit.
20058
20059 Fri Sep 10 16:48:26 1999  Andrew Haley  <aph@cygnus.com>
20060
20061         * tree.c (type_hash_lookup): Check for equal TYPE_ALIGN fields
20062         when comparing types.
20063
20064 Fri Sep 10 08:43:32 1999  Richard Henderson  <rth@cygnus.com>
20065
20066         * loop.c (basic_induction_var): Typo NULL_RTX -> NULL.
20067         (strength_reduce): Release the varrays from the no-bivs early exit.
20068
20069         * reload1.c (order_regs_for_reload): Init hard_reg_n_uses before
20070         the loop over the registers.
20071
20072         * tree.c (save_tree_status): Set maybepermanent_firstobj NULL
20073         for a new obstack.
20074         (restore_tree_status): Check that instead when freeing the obstack.
20075
20076 Wed Sep  8 16:12:04 1999  Andrew Haley  <aph@cygnus.com>
20077
20078         * alias.c (rtx_equal_for_memref_p): Allow CONST_DOUBLEs to be used
20079         as pointers.
20080
20081 Fri Sep 10 11:58:55 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20082
20083         * i386.md (ashlqi3): For NON_QI_REG_P regs, use sall.  Fix some
20084         operand size modifiers.
20085
20086 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20087
20088         * c-common.c (c_common_nodes_and_builtins): Don't build
20089         va_list_type_node.
20090         * c-common.h (enum c_tree_index and related accesor macros): Remove
20091         everything now declared in tree.h.
20092         * c-decl.c (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
20093         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, WCHAR_UNSIGNED, FLOAT_TYPE_SIZE,
20094         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Don't provide defaults.
20095         (error_mark_node, void_type_node, char_type_node, integer_type_node,
20096         unsigned_type_node, ptr_type_node, va_list_type_node,
20097         integer_zero_node, null_pointer_node, integer_one_node): Delete.
20098         (init_decl_processing): Call build_common_tree_nodes and
20099         build_common_tree_nodes_2 instead of building their nodes here.
20100         Don't add roots for these nodes.
20101         * stor-layout.c (size_zero_node, size_one_node): Delete.
20102         (set_sizetype): Make a new node for bitsizetype each time.
20103         * tree.c (global_trees): New variable.
20104         (init_obstacks): Add a gc root for it.
20105         (CHAR_TYPE_SIZE, SHORT_TYPE_SIZE, INT_TYPE_SIZE,
20106         LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE, FLOAT_TYPE_SIZE,
20107         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE): Provide defaults.
20108         (build_common_tree_nodes): New function.
20109         (fix_sizetype): New function.
20110         (build_common_tree_nodes_2): New function.
20111         * tree.h (enum tree_index): New.
20112         (global_trees): Declare.
20113         Add accessor macros for all nodes now moved to global_trees.
20114         Delete their declarations.
20115
20116 Thu Sep  9 20:15:46 1999  Richard Henderson  <rth@cygnus.com>
20117
20118         * c-decl.c (finish_function): When processing a nested function,
20119         push and pop GC context around rest_of_compilation.
20120
20121 Thu Sep  9 16:42:06 1999  Richard Henderson  <rth@cygnus.com>
20122
20123         * i386.c (override_options): Remove ppro, pentium2, and p2 as aliases.
20124         Default ix86_arch to PROCESSOR_I386.
20125         * i386.h (CC1_CPU_SPEC): Don't add -march=foo.  Remove -mno-foo.
20126         (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): Delete.
20127         (CPP_CPU_DEFAULT_SPEC): Define to __tune_foo__.
20128         (CC1_CPU_SPEC): Make -march=foo define __foo__, and provide
20129         __tune_foo__ if no -mcpu.  Make -mcpu=bar define __tune_bar__.
20130         (EXTRA_SPECS): Remove deleted specs.
20131
20132 Thu Sep  9 16:03:06 1999  Richard Henderson  <rth@cygnus.com>
20133
20134         * function.c (assign_stack_local_1): Allocate from
20135         function->x_frame_offset, not frame_offset.
20136
20137 Thu Sep  9 14:36:31 1999  Mark Mitchell  <mark@codesourcery.com>
20138
20139         * ggc.h (lang_cleanup_tree): Remove.
20140         * gcc-simple.c (ggc_free_tree): Don't call lang_cleanup_tree.
20141         * ggc-callbacks.c (lang_cleanup_tree): Remove.
20142
20143         * c-decl.c (finish_struct): Use ggc_alloc to allocate
20144         TYPE_LANG_SPECIFIC when garbage collecting.
20145         (lang_mark_tree): Mark TYPE_LANG_SPECIFIC.
20146         (lang_cleanup_tree): Remove.
20147
20148 Thu Sep  9 14:23:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
20149
20150         * defaults.h (EH_FRAME_SECTION, EH_FRAME_SECTION_ASM_OP): Define here.
20151         * crtstuff.c: Not here.
20152         * dwarf2out.c: Or here.
20153         * libgcc2.c (__do_global_ctors, __do_global_dtors): Handle EH frame
20154         info.
20155
20156 Thu Sep  9 09:40:58 1999  Mark Mitchell  <mark@codesourcery.com>
20157
20158         * function.h (free_after_compilation): Remove decl parameter.
20159         (free_varasm_status0: Likewise.
20160         (free_emit_status): Likewise.
20161         (free_stmt_status): Likewise.
20162         (free_after_compilation): Likewise.
20163         (init_lang_status): New variable.
20164         (free_lang_status): Likewise.
20165         * emit-rtl.c (free_emit_status): Make decl parameter implicit.
20166         * function.c (init_lang_status): New variable.
20167         (free_lang_status): Likewise.
20168         (push_function_context_to): Don't set function::decl here.
20169         (free_after_copmilation): Make decl parameter implicit.  Call
20170         free_lang_status if defined.
20171         (prepare_function_start): Call init_lang_status if defined.
20172         (init_function_start): Set function::decl here.
20173         * profile.c (output_func_start_profiler): Don't call pushdecl
20174         until we've actually started the function.
20175         * stmt.c (free_stmt_status): Make decl parameter implicit.
20176         * toplev.c (rest_of_compilation): Don't pass decl to
20177         free_after_compilation.
20178         * varasm.c (free_varasm_status): Likewise.
20179
20180 Thu Sep  9 17:23:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20181
20182         * except.c (call_get_eh_context): Add root when allocating static
20183         tree variable.
20184
20185 Thu Sep  9 15:24:59 BST 1999  Richard Earnshaw <rearnsha@arm.com>
20186
20187         * arm.c: Include "ggc.h".
20188         (arm_add_gc_roots): New function.
20189         (arm_override_options): Call it.
20190         (aof_pic_entry): Add a GC root for aof_pic_label when it's allocated.
20191
20192         * arm.md (define_asm_attributes): Add a pool_range attribute.
20193
20194 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
20195
20196         * extend.texi (Volatiles): New node.
20197
20198 Thu Sep  9 03:37:31 1999  Richard Henderson  <rth@cygnus.com>
20199
20200         * ggc-simple.c (IS_MARKED, IGNORE_MARK): New.
20201         (GGC_ANY_MAGIC, GGC_ANY_MAGIC_MARK): New.
20202         (struct ggc_any): Replace `mark' with `magic_mark'.
20203         (ggc_alloc_string): Use memcpy, not bcopy.
20204         (ggc_alloc_any): Set magic_mark.  Update bytes_alloced_since_gc.
20205         (ggc_free_{rtx,rtvec,tree,string}): Mark inline.
20206         (ggc_free_any): New.
20207         (ggc_mark_string): Use IGNORE_MARK.  Calc back to struct gcc_string.
20208         (ggc_mark): Use IGNORE_MARK.  Abort if magic doesn't match.
20209         (ggc_collect): Re-enable collection avoidance.  Use GGC_ANY_MARK.
20210         Use IS_MARKED. Use ggc_free_any.
20211
20212 1999-09-09  Scott Bambrough <scottb@netwinder.org>
20213
20214         * config/arm/linux-elf.h: define NO_IMPLICIT_EXTERN_C
20215
20216 Thu Sep  9 01:55:21 1999  Richard Henderson  <rth@cygnus.com>
20217
20218         * toplev.c (main): Always init_ggc.
20219
20220 Wed Sep  8 23:53:22 1999  Richard Henderson  <rth@cygnus.com>
20221
20222         * except.c (find_all_handler_type_matches): Free the list if
20223         we found no matches.
20224
20225         * combine.c (SUBST): Break out to a real function do_SUBST.
20226         (SUBST_INT): Likewise.
20227         * gcse.c (free_pre_mem): Free `temp_bitmap'.
20228         (pre_insert): Free `inserted'.
20229         * loop.c (basic_induction_var): Always set `location'.
20230
20231         * function.c (expand_function_end): Add initial_trampoline as a root.
20232         * rtl.h (init_varasm_once): Declare.
20233         * toplev.c (compile_file): Call it.
20234         * ggc-simple.c (ggc_mark_string_ptr): New.
20235         (ggc_add_string_root): New.
20236         (ggc_collect): Disable collection avoidance temporarily.
20237         * ggc.h (ggc_add_string_root): Declare.
20238         * except.c (create_rethrow_ref): Use ggc_alloc_string.
20239         * optabs.c (init_libfuncs): Likewise.
20240         * varasm.c (named_section): Use ggc_alloc_string.
20241         (make_function_rtl): Likewise.
20242         (make_decl_rtl): Likewise.
20243         (assemble_static_space): Likewise.
20244         (assemble_trampoline_template): Likewise.
20245         (output_constant_def): Likewise.
20246         (force_const_mem): Likewise.
20247         (mark_const_hash_entry): New.
20248         (mark_pool_sym_hash_table): New.
20249         (mark_varasm_state): Use it.
20250         (init_varasm_once): New.
20251
20252         * expr.h (init_one_libfunc): Declare.
20253         * optabs.c (init_one_libfunc): New.
20254         (init_optabs): Use it.
20255         * config/gofast.h: Likewise.
20256         * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Likewise.
20257         * config/sparc/sparc.h (INIT_TARGET_OPTABS): Likewise.
20258
20259 Thu Sep  9 13:46:06 1999  Geoffrey Keating  <geoffk@cygnus.com>
20260
20261         * Makefile.in (cppexp.o): Depend on cpphash.h.
20262         * cppexp.c (cpp_lex): Handle `defined (xxx)' for poisoned xxx.
20263         Include cpphash.h.
20264         * cpphash.c (special_symbol): Handle plain `xxx' for poisoned xxx.
20265         * cpplib.c (do_define): Generalise to handle poisoned definitions,
20266         redefining poisoned identifiers, etc.
20267         (do_undef): Don't allow poisoned identifiers to be undefined.
20268         (do_pragma): Add #pragma poison.
20269         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
20270
20271         * cccp.c: Add T_POISON node type.
20272         (special_symbol): Handle `defined(xxx)' and plain `xxx' for
20273         poisoned xxx.
20274         (do_define): Generalise to handle poisoned definitions,
20275         redefining poisoned identifiers, etc.
20276         (do_undef): Don't allow poisoned identifiers to be undefined.
20277         (do_pragma): Add #pragma poison.
20278         (do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
20279
20280         * c-pragma.c (handle_pragma_token): Ignore #pragma poison.
20281         * c-pragma.h: Add ps_poison state.  We now always have generic
20282         pragmas.
20283
20284 Wed Sep  8 20:30:42 1999  Mark Mitchell  <mark@codesourcery.com>
20285
20286         * ggc.h (ggc_alloc): New function.
20287         (ggc_mark): Likewise.
20288         * ggc-simple.c (ggc_any): New structure.
20289         (ggc_status): Add anys.
20290         (n_anys_collected): New variable.
20291         (ggc_alloc): Define.
20292         (ggc_mark): Likewise.
20293         (ggc_collect): Collect the anys.
20294
20295 Wed Sep  8 20:15:14 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20296
20297         * c-decl.c (mark_binding_level): Make static to match prototype.
20298
20299 Wed Sep  8 16:41:27 1999  Richard Henderson  <rth@cygnus.com>
20300
20301         * flow.c (new_insn_dead_notes): Don't early out for preexisting regs.
20302
20303 Wed Sep  8 16:07:52 1999  Richard Henderson  <rth@cygnus.com>
20304
20305         * gengenrtl.c (CONST_DOUBLE_FORMAT): Take the size REAL_ARITHMETIC
20306         will use into account.  Expand the max width to 5.
20307         * rtl.c: Likewise.
20308
20309 Wed Sep  8 16:01:14 1999  Richard Henderson  <rth@cygnus.com>
20310
20311         * ggc-simple.c (ggc_free_rtx): Poison the correct amount
20312         for the rtx length.
20313
20314 Wed Sep  8 15:23:54 1999  Richard Henderson  <rth@cygnus.com>
20315
20316         * alpha.md (call value patterns): Remove the result predicates.
20317
20318 Wed Sep  8 13:35:38 1999  Richard Henderson  <rth@cygnus.com>
20319
20320         * Makefile.in (stmp-fixinc): Remove extraneous exit 1 from
20321         last change.
20322
20323 Wed Sep  8 15:32:16 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20324
20325         * system.h (sbrk, malloc, calloc, realloc): Backup prototypes
20326         changed from extern char *, to extern PTR.  Also fix typo in
20327         NEED_DECLARATION_REALLOC test.
20328
20329         * mips-tdump.c (malloc, calloc, realloc): Don't prototype.
20330
20331 Wed Sep  8 11:40:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20332
20333         * gansidecl.h (__attribute__, ATTRIBUTE_UNUSED_LABEL,
20334         ATTRIBUTE_UNUSED, ATTRIBUTE_NORETURN, ATTRIBUTE_PRINTF,
20335         ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2, ATTRIBUTE_PRINTF_3,
20336         ATTRIBUTE_PRINTF_4, ATTRIBUTE_PRINTF_5, GENERIC_PTR): Delete.
20337
20338         * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
20339
20340         * cccp.c (pcfinclude): Likewise.
20341
20342         * global.c (allocno_compare): Likewise.
20343
20344         * haifa-sched.c (rank_for_schedule): Likewise.
20345
20346         * local-alloc.c (qty_sugg_compare_1, qty_compare_1): Likewise.
20347
20348         * reload1.c (hard_reg_use_compare, reload_reg_class_lower): Likewise.
20349
20350         * stupid.c (stupid_reg_compare): Likewise.
20351
20352         * tree.c (_obstack_allocated_p): Likewise.
20353
20354         * varray.h (varray_data_tag, VARRAY_GENERIC_PTR_INIT): Likewise.
20355
20356 1999-09-08  Bruce Korb  autogen@linuxbox.com
20357
20358         * Makefile.in: Give the hapless gperf user a hint about
20359         why "gperf -F" fails.
20360
20361 Wed Sep  8 04:43:22 1999  Richard Henderson  <rth@cygnus.com>
20362
20363         * lists.c: Include ggc.h.
20364         (zap_lists): New.
20365         (init_EXPR_INSN_LIST_cache): Install it.
20366
20367         * ggc-simple.c (init_ggc): Absorb the old init.
20368         (ggc_push_context): Use xcalloc.
20369         (ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Likewise.
20370         (ggc_collect): Add [rvts] tags to the collection stats.
20371
20372 Wed Sep  8 11:14:25 1999  Andreas Schwab  <schwab@suse.de>
20373
20374         * cccp.c (main): Fix handling of -include and -imacros options.
20375
20376 Wed Sep  8 02:23:08 1999  Jeffrey A Law  (law@cygnus.com)
20377
20378         * cpplib.c (cpp_push_buffer): Fix order of arguments.
20379
20380 Wed Sep  8 04:44:09 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
20381
20382         * rtl.h (obstack_alloc_rtx): Removed, it's now static in
20383         genrtl.c.
20384
20385 Wed Sep  8 00:33:43 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
20386
20387         * flow.c (insn_dead_p): Use XEXP rather than SUBREG_REG.
20388         * haifa-sched.c (sched_analyze_1): Use XEXP rather than SUBREG_REG
20389         and SET_DEST. Update comment.
20390
20391 Wed Sep  8 18:55:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20392
20393         * config/c4x/c4x.c: Include ggc.h.
20394         (c4x_add_gc_roots): New function.
20395         (c4x_override_options): Call c4x_add_gc_roots.
20396
20397 Wed Sep  8 00:00:16 1999  Richard Henderson  <rth@cygnus.com>
20398
20399         * defaults.h (TARGET_ESC): Move ...
20400         * system.h: ... here, where Linas had it in the first place.  Silly me.
20401
20402 Tue Sep  7 23:46:35 1999  Linas Vepstas  <linas@linas.org>
20403
20404         * c-common.c: Use ISGRAPH, ISLOWER, toupper.
20405         * c-lex.c, cccp.c, cexp.c, cexp.y, cppexp.c, dwarf2out.c, genattr.c,
20406         genattrtab.c, genemit.c, genextract.c, genpeep.c, tree.c: Likewise.
20407         * system.h (IN_CTYPE_DOMAIN): Define to 1 if HOST_EBCDIC.
20408         * defaults.h (TARGET_ESC): Add default.
20409
20410 Tue Sep  7 23:36:59 1999  Linas Vepstas  <linas@linas.org>
20411
20412         * configure.in: add i370-*-openedition, i370-*-mvs and
20413         i370-*-linux targets
20414
20415 Tue Sep  7 23:31:53 1999  Mark Mitchell  <mark@codesourcery.com>
20416
20417         * dsp16xxx.c: Include ggc.h
20418         (override_options): Mark GC roots.
20419         * mn10200.c: Include ggc.h.
20420         (asm_file_start): Mark GC roots.
20421         * tahoe.c: Include ggc.h.
20422         (extensible_operand): Mark GC roots.
20423
20424 Tue Sep  7 23:23:15 1999  Linas Vepstas  <linas@linas.org>
20425
20426         * README: Add section discussing status of ELF ABI.
20427         * i370.c: Fix misc spelling mistakes.
20428         (i370_label_scan): Updated notes, exception handling.
20429         (i370_function_prolog): Simplify ELF stack handling.
20430         * i370.h: (FIXED_REGISTERS): Free up r12 for ELF.
20431         (STACK_GROWS_DOWNWARD): ELF stack grows down.
20432         (ASM_DECLARE_FUNCTION_NAME): Fix crazy malloc size.
20433         * i370.md: (movdi): Add notes.
20434         (floatsidf2): Use stack not rtca for scratch float area.
20435         (iorsi3): Correct operand constraints.
20436         * x-oe: Restore TAROUTOPTS which are used by pax.
20437
20438 Tue Sep  7 22:39:18 1999  Mark Mitchell  <mark@codesourcery.com>
20439
20440         * rs6000.c: Include ggc.h.
20441         (rs6000_add_gc_roots): New function.
20442         (override_options): Call it.
20443
20444 Tue Sep  7 22:09:03 1999  Richard Henderson  <rth@cygnus.com>
20445
20446         * alpha.h (alpha_compare): New.
20447         (alpha_compare_op0, alpha_compare_op1, alpha_compare_fp_p): Remove.
20448         * alpha.c: Likewise for the definitions.
20449         (alpha_emit_conditional_branch): Update for alpha_compare.
20450         (alpha_emit_conditional_move): Likewise.
20451         * alpha.md (cmpdf, cmpdi): Likewise.
20452         (setcc patterns): Likewise.  Zero alpha_compare after use.
20453         (sne): Optimize (x != 0) into (0U < x).
20454
20455 Tue Sep  7 21:55:02 1999  Richard Henderson  <rth@cygnus.com>
20456
20457         * alpha.h (alpha_eh_epilogue_sp_ofs): Remove.
20458         (struct machine_function): Declare; add eh_epilogue_sp_ofs.
20459         (INIT_EXPANDERS): Remove.
20460         * alpha.c: Include ggc.h.
20461         (alpha_eh_epilogue_sp_ofs, alpha_return_addr_rtx): Remove.
20462         (alpha_init_machine_status, alpha_mark_machine_status): New.
20463         (override_options): Install them.
20464         (struct machine_function): Moved to alpha.h.
20465         (alpha_save_machine_status, alpha_restore_machine_status): Remove.
20466         (alpha_init_expanders): Remove.
20467         (alpha_return_addr): Adjust to use current_function->machine.
20468         (alpha_ra_ever_killed): Likewise.
20469         (alpha_expand_epilogue): Likewise.
20470         * alpha.md (eh_epilogue): Likewise.
20471
20472 Wed Sep  8 14:34:42 1999  Ian Piumarta  <piumarta@prof.inria.fr>
20473                           Melissa O'Neill  <oneill@cs.sfu.ca>
20474                           Geoffrey Keating  <geoffk@cygnus.com>
20475
20476         * config/rs6000/rs6000.c (first_reg_to_save): Don't save fixed or
20477         call-used registers (call-saved registers must still be contiguous
20478         and end with r31, of course).
20479
20480 Tue Sep  7 21:41:38 1999  Richard Henderson  <rth@cygnus.com>
20481
20482         * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.
20483         (self_promoting_type_p): Delete.
20484         (self_promoting_args_p): Move ...
20485         * c-common.c: ... here.
20486         (c_common_nodes_and_builtins): Initialize lang_type_promotes_to.
20487         (simple_type_promotes_to): New.
20488         * builtins.c (lang_type_promotes_to): New.
20489         (expand_builtin_va_arg): Use it to give diagnostic for illegal types.
20490         * c-tree.h (C_PROMOTING_INTEGER_TYPE_P): Move ...
20491         * c-common.h: ... here.
20492         (self_promoting_args_p, simple_type_promotes_to): Declare.
20493         * c-decl.c (duplicate_decls): Use simple_type_promotes_to.
20494         (grokdeclarator): Likewise.
20495         * tree.h (lang_type_promotes_to): Declare.
20496
20497 Tue Sep  7 17:15:21 1999  Mark Mitchell  <mark@codesourcery.com>
20498
20499         Add some machine-dependent GC roots.
20500         * sparc.c: Include ggc.h.
20501         (sparc_add_gc_roots): New function.
20502         (mark_ultrasparc_pipeline_state): Likewise.
20503         (override_options): Call sparc_add_gc_roots.
20504         * pa.c: Include ggc.h.
20505         (pa_add_gc_roots): New function.
20506         (mark_deferred_plabels): Likewise.
20507         (override_options): Call pa_add_gc_roots.
20508         * mips.c: Include ggc.h.
20509         (mips_add_gc_roots): New function.
20510         (override_options): Use it.
20511
20512 Tue Sep  7 11:39:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20513
20514         * cpperror.c (cpp_file_line_for_message): Constify a char*.
20515
20516         * cppexp.c (parse_number, parse_charconst, cpp_lex,
20517         cpp_parse_expr): Add static prototypes.
20518         (parse_charconst): Don't cast away const-ness.
20519         (token): Constify a char*.
20520
20521         * cppfiles.c (file_name_list, include_hash, find_include_file,
20522         finclude, initialize_input_buffer): Constify a char*.
20523         (file_cleanup, find_position): Add static prototypes.
20524
20525         * cpphash.c (macro_cleanup, macarg, timestamp, special_symbol,
20526         collect_expansion): Add static prototypes.
20527         (cpp_install, create_definition, monthnames): Constify a char*.
20528
20529         * cpphash.h (cpp_install): Likewise.
20530
20531         * cppinit.c (known_suffixes, default_include,
20532         dump_special_to_buffer, NAME, cpp_start_read, cpp_finish): Likewise.
20533         (base_name, dump_special_to_buffer, initialize_dependency_output):
20534         Add static prototypes.
20535
20536         * cpplib.c (my_strerror): Constify a char*.
20537         (null_underflow, null_cleanup, skip_comment, copy_comment,
20538         copy_rest_of_line, handle_directive, pass_thru_directive,
20539         get_directive_token, read_line_number, cpp_print_file_and_line,
20540         v_cpp_error, v_cpp_warning, v_cpp_error_with_line,
20541         v_cpp_warning_with_line, detect_if_not_defined,
20542         consider_directive_while_skipping): Add static prototypes.
20543         (pass_thru_directive, check_macro_name, cpp_expand_to_buffer,
20544         cpp_pedwarn_with_file_and_line): Constify a char*.
20545
20546         * cpplib.h (cpp_options, include_hash, progname, definition,
20547         cpp_pedwarn_with_file_and_line, cpp_expand_to_buffer,
20548         check_macro_name, cpp_pfatal_with_name, cpp_file_line_for_message,
20549         find_include_file, deps_output, include_hash): Constify a char*.
20550
20551         * cppmain.c (progname): Constify.
20552         (main): Add prototype.  Use return, not exit.
20553
20554         * fix-header.c (fatal, add_symbols, lookup_std_proto, write_lbrac,
20555         recognized_macro, check_macro_names, read_scan_file, write_rbrac,
20556         inf_skip_spaces, inf_read_upto, inf_scan_ident, inf_scan_ident,
20557         check_protection): Add static prototype.
20558         (xfree): Remove.
20559         (progname, recognized_macrom, recognized_extern): Constify a char*.
20560         (main): Add prototype.
20561
20562         * gen-protos.c (progname): Constify a char*.
20563
20564 Tue Sep  7 00:47:52 1999  Mark Mitchell  <mark@codesourcery.com>
20565
20566         * emit-rtl.c (free_emit_status): Take decl as a parameter.
20567         (init_emit_once): Add more GC roots.
20568         * except.c (mark_func_eh_entry): New function.
20569         (mark_eh_node): Mark false_label and rethrow_label.
20570         (init_eh): Add more GC roots.
20571         * function.c (free_after_compilation): Take decl as a paramter.
20572         Call free_stmt_status.
20573         (mark_function_state): Don't assume x_parm_reg_stack_loc is
20574         non-NULL.
20575         * function.h (free_after_compilation): Change prototype.
20576         (free_varasm_status): Likewise.
20577         (free_emit_status): Likewise.
20578         (free_stmt_status): New function.
20579         * ggc-simple.c (rtx, vecs, trees, strings, bytes_alloced_since_gc):
20580         Remove, replacing with ...
20581         (ggc_status): New structure.
20582         (ggc_chain): New variable.
20583         (init_gcc): Define.
20584         (ggc_push_context): New function.
20585         (ggc_pop_context): Likewise.
20586         (ggc_alloc_rtx): Adjust for use of ggc_chain.
20587         (ggc_alloc_rtvec): Likewise.
20588         (ggc_alloc_tree): Likewise.
20589         (ggc_alloc_string): Likewise.
20590         (ggc_mark_rtx): Mark NOTE_SOURCE_FILE and NOTE_RANGE_INFO.
20591         (ggc_mark_tree): Give language-dependent code a chance to mark
20592         `x' nodes.
20593         (ggc_mark_tree_varray): Handle empty arrays.
20594         (ggc_collect): Adjust for use of ggc_chain.  Clear
20595         bytes_alloced_since_last_gc.
20596         * ggc.h (ggc_pop_context): New function.
20597         (ggc_push_context): Likewise.
20598         * print-tree.c (print_node): Don't print obstacks when GC'ing.
20599         * stmt.c (free_stmt_status): New function.
20600         (init_stmt_for_function): Clear last_expr_value.
20601         * toplev.c (rest_of_compilation): Always call free_after_compilation.
20602         Conditionalize call to ggc_collect.
20603         (main): Call init_ggc.
20604         * tree.c (push_obstacks): Do the push, even when GC'ing.
20605         (push_obstacks_nochange): Likewise.
20606         (pop_obstacks): Liekwise.
20607         * varasm.c (free_varasm_status): Take decl as a parameter.
20608
20609 Tue Sep  7 08:15:49 1999  Gavin Romig-Koch  <gavin@cygnus.com>
20610
20611         * config/mips/mips.h (MULTILIB_ENDIAN_DEFAULT) : New macro.
20612         (MULTILIB_ENDIAN_DEFAULT) : Use the new macro.
20613         * config/mips/elf64.h (MULTILIB_DEFAULTS) : Use the new macro.
20614         * config/mips/r3900.h (MULTILIB_DEFAULTS) : Use the new macro.
20615
20616 Tue Sep  7 03:42:45 1999  Mark Klein (mklein@dis.com)
20617
20618         * pa/x-pa-mpeix: New file for the MPE port.
20619
20620         * pa/quadlib.asm: New file for long double support.
20621
20622         * configure.in: Add hppa1.0-*-mpeix for MPE port.
20623         * configure: Rebuilt.
20624
20625 Tue Sep  7 10:08:40 1999  Andreas Schwab  <schwab@suse.de>
20626
20627         * final.c (shorten_branches): Fix last change.
20628
20629 Tue Sep  7 00:30:32 1999  Jeffrey A Law  (law@cygnus.com)
20630
20631         * pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.
20632
20633 Mon Sep  6 22:44:47 1999  Jeffrey A Law  (law@cygnus.com)
20634
20635         * Merge from gcc2 snapshot Jan 9, 1999.  See FSFChangeLog for
20636         details.
20637
20638 Mon Sep  6 22:31:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20639
20640         * c-aux-info.c (concat): Don't define.
20641
20642         * cccp.c (my_strerror): Likewise.  All callers changed to use
20643         xstrerror instead.
20644         (do_include): Call xstrdup, not xmalloc/strcpy.
20645         (grow_outbuf): Don't check if xrealloc returns NULL, it can't.
20646         (xmalloc, xrealloc, xcalloc, xstrdup): Don't define.
20647
20648         * collect2.c (my_strsignal): Likewise.  All callers changed to use
20649         strsignal instead.
20650         (locatelib): Call xstrdup, not xmalloc/strcpy.
20651
20652         * 1750a.h (ASM_OUTPUT_INTERNAL_LABEL): Call xmalloc, not malloc.
20653
20654         * dsp16xx.c (override_options): Call xstrdup, not xmalloc/strcpy.
20655
20656         * i370.h (ASM_DECLARE_FUNCTION_NAME): Call xmalloc, not malloc.
20657
20658         * mips.c (build_mips16_call_stub): Call xstrdup, not xmalloc/strcpy.
20659
20660         * cppinit.c (cpp_options_init): Call xcalloc, not xmalloc/bzero.
20661
20662         * dwarfout.c (dwarfout_init): Call concat, not xmalloc/strcpy/...
20663
20664         * except.c (new_eh_region_entry): Call xmalloc/xrealloc, not
20665         malloc/realloc.
20666         (find_all_handler_type_matches): Likewise.  Don't check return
20667         value.
20668         (get_new_handler, init_insn_eh_region, process_nestinfo): Call
20669         xmalloc, not malloc.
20670         (init_eh_nesting_info): Likewise.  Call xcalloc, not xmalloc/bzero.
20671
20672         * gcc.c (xstrerror, xmalloc, xrealloc): Don't define.
20673         (init_spec): Call xcalloc, not xmalloc/bzero.
20674         (set_spec): Call xstrdup, not save_string.
20675         (record_temp_file): Call xstrdup, not xmalloc/strcpy.
20676         (find_a_file): Call xstrdup, not xmalloc/strcpy.
20677         (process_command): Call xstrdup, not save_string.
20678         (main): Call xcalloc, not xmalloc/bzero.
20679
20680         * gcov.c (xmalloc): Don't define.
20681         (create_program_flow_graph): Call xcalloc, not xmalloc/bzero.
20682         (scan_for_source_files): Call xstrdup, not xmalloc/strcpy.
20683         (output_data): Call xcalloc, not xmalloc/bzero.
20684
20685         * haifa-sched.c (schedule_insns): Call xcalloc, not xmalloc/bzero.
20686
20687         * mips-tdump.c (xmalloc): Don't define.
20688         (print_symbol): Call xmalloc, not malloc.
20689         (read_tfile): Call xcalloc, not calloc.
20690
20691         * mips-tfile.c (xfree, my_strsignal, xmalloc, xcalloc, xrealloc):
20692         Don't define.  All callers of xfree/my_strsignal changed to use
20693         free/strsignal instead.
20694         (allocate_cluster): Call xcalloc, not calloc.
20695
20696         * objc/objc-act.c (lang_init): Call concat, not xmalloc/strcpy/...
20697         Fix memory leak, free allocated memory.
20698
20699         * prefix.c (translate_name): Call xstrdup, not save_string.
20700         (update_path): Likewise.
20701
20702         * profile.c (branch_prob): Call xstrdup, not xmalloc/strcpy.
20703
20704         * protoize.c (xstrerror, xmalloc, xrealloc, xfree, savestring2):
20705         Don't define.  Callers of xfree/savestring2 changed to use
20706         free/concat instead.
20707
20708         * reload1.c (reload): Call xcalloc, not xmalloc/bzero.
20709         (init_elim_table): Likewise.
20710
20711         * resource.c (init_resource_info): Likewise.
20712
20713         * stupid.c (stupid_life_analysis): Likewise.
20714
20715         * toplev.c (xmalloc, xcalloc, xrealloc, xstrdup): Don't define.
20716         (open_dump_file): Call concat, not xmalloc/strcpy/...
20717         (clean_dump_file): Likewise.
20718         (compile_file): Call xstrdup, not xmalloc/strcpy.
20719
20720 Mon Sep  6 15:04:55 1999  Richard Henderson  <rth@cygnus.com>
20721
20722         * v850.h (EXPAND_BUILTIN_VA_ARG): New.
20723         * v850.c (v850_va_arg): New.
20724
20725 Tue Sep  7 09:36:01 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
20726
20727         * haifa-sched.c: Tidy comments.
20728
20729 Mon Sep  6 14:30:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20730
20731         * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.
20732         (c-parse.o, c-decl.o, c-lang.o, c-lex.o, c-common.o,
20733         $(out_object_file)): Depend on ggc.h.
20734         * c-common.c: Include "ggc.h".
20735         (combine_strings): If doing GC, use ggc_alloc_string.
20736         * c-decl.c: Include "ggc.h".
20737         (ggc_p): Define with value 0.
20738         (mark_binding_level): New function.
20739         (init_decl_processing): Add GC roots.
20740         (mark_c_function_context): New function.
20741         (lang_mark_false_label_stack): New function.
20742         (lang_mark_tree): New function.
20743         (lang_cleanup_tree): New function.
20744         * c-lang.c: Include "ggc.h".
20745         (lang_init): Call c_parse_init.
20746         * c-lex.c: Include "ggc.h".
20747         (check_linenum): If doing GC, don't copy filenames to permanent
20748         obstack.
20749         * c-parse.in: Include "ggc.h".
20750         (c_parse_init): New function.
20751         * c-tree.h (c_parse_init, mark_c_function_context): Declare.
20752         * objc/Make-lang.in (objc-parse.o): Depend on ggc.h.
20753
20754         * except.c (mark_eh_state): Mark more state.
20755         * function.c (mark_function_state): Likewise.
20756         * ggc-simple.c (ggc_alloc_rtvec): Bring in sync with non-gc version.
20757         (ggc_alloc_string) [GGC_DUMP]: Fix typo.
20758         * toplev.c (mark_file_stack): New function.
20759         (compile_file): If doing GC, use ggc_alloc_string on input filename.
20760         (main): Add root for input_file_stack.
20761
20762         * i386.c: Include "ggc.h".
20763         (ix86_mark_machine_status): New function.
20764         (override_options): Set mark_machine_status.
20765
20766 Mon Sep  6 15:26:23 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
20767
20768         * tree.c (copy_node): Copy node contents also if doing GC.
20769
20770 Mon Sep  6 08:42:06 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
20771
20772         * collect2.c (scan_libraries): Fix double-thinko :-).
20773
20774 Mon Sep  6 02:42:36 1999  Jeffrey A Law  (law@cygnus.com)
20775
20776         * collect2.c (scan_libraries): Fix thinko.
20777
20778         * cse.c (delete_trivially_dead_insns): Do not skip the last
20779         insn if it is a real insn.
20780
20781 Sun Sep  5 18:57:42 1999  Mark Mitchell  <mark@codesourcery.com>
20782
20783         * Makefile.in (ggc-simple.o): Depend on hash.h.
20784         * ggc.h (ggc_add_tree_hash_table_root): Declare.
20785         (ggc_mark_tree_varray): Likewise.
20786         (ggc_mark_tree_hash_table): Likewise.
20787         * ggc-simple.c: Include hash.h.
20788         (ggc_mark_tree_hash_table_ptr): New function.
20789         (ggc_mark_tree_hash_table_entry): Likewise.
20790         (ggc_mark_tree_hash_table): Likewise.
20791         (ggc_add_tree_hash_table_root): Likewise.
20792         * varray.h (const_equiv_data): Use struct rtx_def *, rather than
20793         rtx, when defining fields.
20794
20795 Sun Sep  5 18:57:42 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
20796
20797         * profile.c (output_func_start_profiler): Remove apparently
20798         nonsensical call to start_sequence.
20799
20800 Sun Sep  5 17:34:33 1999  Richard Henderson  <rth@cygnus.com>
20801
20802         * clipper/clipper.c (clipper_va_start): Fix typos.
20803
20804         * pyr/pyr.c (pyr_build_va_list, pyr_va_start, pyr_va_arg): New stubs.
20805         * spur/spur.c (spur_build_va_list, spur_va_start): New stubs.
20806         (spur_va_arg): New stub.
20807
20808         * configure.in: Comment out pyramid.
20809
20810 Sun Sep  5 19:11:01 1999  Michael Meissner  <meissner@cygnus.com>
20811
20812         * i386.h (MASK_{DEBUG_{ADDR,ARG},INTEL_SYNTAX}): Move so these
20813         don't conflict with the bits that win32, cygwin, and dgux
20814         defines.
20815
20816 Sun Sep  5 09:31:56 1999  Richard Henderson  <rth@cygnus.com>
20817                           Bernd Schmidt <bernds@cygnus.co.uk>
20818
20819         * integrate.c (function_cannot_inline_p): Do not inline
20820         functions with forced labels.
20821
20822 Sun Sep  5 00:35:17 1999  Richard Henderson  <rth@cygnus.com>
20823                           Bernd Schmidt <bernds@cygnus.co.uk>
20824                           Mark Mitchell  <mark@codesourcery.com>
20825
20826         * Makefile.in (ggc-simple.o): Depend on varray.h.
20827         (rtl.o): Depend on ggc.h.
20828         (genattrtab.o): Depend on ggc.h.
20829         (print-tree.o): Likewise.
20830         (fold-const.o): Likewise.
20831         * emit-rtl.c (sequence_element_free_list): Remove, and all references.
20832         (make_insn_raw): Don't cache insns when GC'ing.
20833         (emit_insn_before): Likewise.
20834         (emit_insn_after): Likewise.
20835         (emit_insn): Likewise.
20836         (start_sequence): Use xmalloc to allocate the sequence_stack.
20837         (end_sequence): Add free to free it.
20838         (gen_sequence): Don't cache insns when GC'ing.
20839         (clear_emit_caches): Don't use sequence_element_free_list.
20840         (init_emit): Use xcalloc, not xmalloc+bzero.
20841         * fold-const.c (size_int_wide): Kill the cache, when GC'ing.
20842         * function.c (pop_function_context_from): Use free to free the
20843         fixup_var_refs_queue.
20844         (put_reg_into_stack): Allocate it with xmalloc.
20845         * genattrtab.c: Include ggc.h.
20846         (operate_exp): Don't use obstack_free when GC'ing.
20847         (simplify_cond): Likewise.
20848         (simplify_text_exp): Likewise.
20849         (optimize_attrs): Likewise.
20850         * gengenrtl.c (gendef): Use ggc_alloc_rtx to allocate RTL, when
20851         GC'ing.
20852         (gencode): Generate a #include for ggc.h.
20853         * ggc-callbacks.c (ggc_p): Define it to zero.
20854         * ggc-none.c (ggc_p): Likewise.
20855         * ggc-simple.c: Include varray.h.
20856         (ggc_mark_tree_varray): New function.
20857         (ggc_add_tree_varray_root): Likewise.
20858         (ggc_mark_tree_varray_ptr): Likewise.
20859         * ggc.h (ggc_p): Declare.
20860         (varray_head_tag): Likewise.
20861         (ggc_add_tree_varray_root): Declare.
20862         * print-tree.c (print_node): Don't check for TREE_PERMANENT
20863         inconsistencies when GC'ing.
20864         * rtl.c: Include ggc.h.
20865         (rtvec_alloc): Use ggc_alloc_rtvec when GC'ing.
20866         (rtx_alloc): Use ggc_alloc_rtx when GC'ing.
20867         (rtx_free): Don't call obstack_free when GC'ing.
20868         * toplev.c (rest_of_compilation): Call ggc_collect after every
20869         pass, if GC'ing.
20870         * tree.c (push_obstacks): Do nothing, if GC'ing.
20871         (pop_obstacks_nochange): Likewise.
20872         (pop_obstacks): Likewise.
20873         (make_node): Use ggc_alloc_tree when GC'ing.
20874         (copy_node): Likewise.
20875         (get_identifier): Use ggc_alloc_string when GC'ing.
20876         (build_string): Likewise.
20877         (make_tree_vec): Use ggc_alloc_tree when GC'ing.
20878         (tree_cons): Likewise.
20879         (build1): Likewise.
20880         (type_hash_canon): Don't call obstack_free when GC'ing.
20881
20882 Sat Sep  4 21:52:32 1999  Richard Henderson  <rth@cygnus.com>
20883
20884         * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
20885         of NEXT_INSN when examining speculative insns for SCHED_GROUP_P.
20886
20887 Sat Sep  4 20:40:19 1999  Richard Henderson  <rth@cygnus.com>
20888                           Bernd Schmidt <bernds@cygnus.co.uk>
20889                           Mark Mitchell  <mark@codesourcery.com>
20890
20891         * Makefile.in (stor-layout.o): Depend on ggc.h.
20892         (expr.o): Depend on ggc.h.
20893         (profile.o): Depend on ggc.h.
20894         (stor-layout.o): Depend on ggc.h.
20895         * emit-rtl.c (init_emit_once): Add gc roots.
20896         * expr.c: Include ggc.h.
20897         (emit_block_move): Add gc roots.
20898         (clear_storage): Likewise.
20899         * expr.h (init_stor_layout_once): New function.
20900         * profile.c: Include ggc.h.
20901         (init_arc_profiler): profiler_label is a root.
20902         * scan.c (make_sstring_space): Trust xrealloc to function
20903         correctly with first parameter NULL.
20904         * stor-layout.c: Include ggc.h.
20905         (set_sizetype): Add gc root.
20906         (init_stor_layout_once): New function.
20907         * toplev.c (compile_file): Call it.
20908
20909 Sat Sep  4 19:26:25 1999  Richard Henderson  <rth@cygnus.com>
20910                           Bernd Schmidt <bernds@cygnus.co.uk>
20911                           Mark Mitchell  <mark@codesourcery.com>
20912
20913         * Makefile.in (tree.o): Depend on ggc.h.
20914         (varasm.o): Likewise.
20915         (function.o): Likewise.
20916         (stmt.o): Likewise.
20917         (except.o): Likewise.
20918         (optabs.o): Likewise.
20919         (emit-rtl.o): Likewise.
20920         * emit-rtl.c: Include ggc.h.
20921         (sequence_element_free_list): Remove, and all references.
20922         (mark_sequence): New functions.
20923         (mark_emit_state): New function.
20924         * except.c: Include ggc.h.
20925         (mark_eh_node, mark_eh_stack, mark_eh_queue): New functions.
20926         (mark_tree_label_node): New functions.
20927         (mark_eh_state): New function.
20928         * function.c: Include ggc.h.
20929         (mark_temp_slot, mark_function_chain): New functions.
20930         (mark_function_state): New function.
20931         (init_function_once): New function.
20932         * function.h (init_function_once): New function.
20933         * ggc-callbacks.c (lang_mark_false_label_stack): New function.
20934         * ggc.h (label_node): Declare.
20935         (eh_status, emit_status, stmt_status, varasm_status): Likewise.
20936         (lang_mark_false_label_stack): New function.
20937         (mark_temp_slot): Remove declaration.
20938         (mark_function_chain): Likewise.
20939         (mark_eh_state): Adjust prototype.
20940         (mark_stmt_state, mark_emit_state, mark_varasm_state, mark_optab):
20941         Likewise.
20942         * optabs.c: Include ggc.h.
20943         (mark_optab): New function.
20944         (init_optabs): Add gc roots.
20945         * stmt.c: Include ggc.h.
20946         (mark_cond_nesting, mark_loop_nesting): New functions.
20947         (mark_block_nesting, mark_case_nesting, mark_goto_fixup): Likewise.
20948         (mark_stmt_state): New function.
20949         * toplev.c (compile_file): Call init_function_once.
20950         * tree.c: Include ggc.h.
20951         (type_hash): Move declaration earlier in file.
20952         (TYPE_HASH_SIZE, type_hash_table): Likewise.
20953         (init_obstacks): Add gc roots.
20954         (mark_type_hash): New function.
20955         * varasm.c: Include ggc.h.
20956         (mark_pool_constant): New function.
20957         (mark_varasm_state): New function.
20958
20959 Sat Sep  4 22:28:56 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20960
20961         * ggc-simple.c (ggc_root, ggc_collect): Wrap prototype with PROTO.
20962
20963 Sat Sep  4 18:01:45 1999  Bernd Schmidt <bernds@cygnus.co.uk>
20964
20965         * c-decl.c (struct language_function): Renamed from struct c_function.
20966         Delete elt NEXT.
20967         (c_function_chain): Delete.
20968         (push_c_function_context): New arg F.  Don't warn about nested
20969         functions here.  Fill LANGUAGE elt of F.  Delete code to update
20970         c_function_chain.  Don't call push_function_context.
20971         (pop_c_function_context): New arg F.  Restore from there instead of
20972         from c_function_chain.  Don't call pop_function_context.  Clear out
20973         LANGUAGE field of F when done.
20974         * c-lang.c: Include "function.h"
20975         (lang_init): Initialize save_lang_status and restore_lang_status.
20976         * c-parse.in (nested_function, nested_function_notype): Warn about
20977         nested functions.  Call push_function_context/pop_function_context
20978         instead of the _c_ variants.
20979         * c-tree.h (push_c_function_context, pop_c_function_context): Update
20980         prototype.
20981         * Makefile.in (c-lang.o): Update dependencies.
20982
20983         * emit-rtl.c (init_emit): Use xmalloc to allocate regno_reg_rtx,
20984         regno_pointer_flag, regno_pointer_align.
20985         (gen_reg_rtx): Use xrealloc to enlarge them.
20986         (free_emit_status): New function.
20987         * function.c (mark_machine_status, mark_lang_status): New variables.
20988         (assign_stack_local_1): Renamed from assign_outer_stack_local.  Merge
20989         in some bits from assign_stack_local.  All callers changed to use new
20990         name.
20991         (assign_stack_local): Just call assign_stack_local_1.
20992         (free_after_compilation): New function.
20993         (put_reg_into_stack): Simplify to always call assign_stack_local_1.
20994         (trampoline_address): Likewise.
20995         (assign_parms): Use xcalloc/xrealloc to allocate parm_reg_stack_loc.
20996         (prepare_function_start): Explicitly clear some more variables.
20997         * function.h (struct function): New elt can_garbage_collect.
20998         (mark_machine_status, mark_lang_status): Declare variables.
20999         (free_after_compilation, free_emit_status, free_varasm_status,
21000         init_varasm_status): Declare functions.
21001         * toplev.c (rest_of_compilation): Call free_after_compilation when
21002         done with the current function.
21003         * varasm.c (free_varasm_status): New function.
21004
21005 Sat Sep  4 17:15:13 1999  Richard Henderson  <rth@cygnus.com>
21006
21007         * sparc.h (EXPAND_BUILTIN_VA_START): Define.
21008         (EXPAND_BUILTIN_VA_ARG): Define.
21009         * sparc.c (sparc_va_start): New.
21010         (sparc_va_arg): New.
21011
21012 Sun Sep  5 11:11:59 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21013
21014         * config/c4x/c4x.h (DBR_OUTPUT_SEQEND): Use XVECEXP not XEXPs.
21015
21016 Sun Sep  5 10:13:19 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21017
21018         * config/c4x/c4x.h (CALLER_SAVE_PROFITABLE): Disable.
21019
21020 Sat Sep  4 13:44:01 1999  Mark Mitchell  <mark@codesourcery.com>
21021
21022         * Makefile.in (C_AND_C_OBJS): Add gcc-callbacks.o.
21023         (OBJS): Add $(GGC).
21024         (ggc-callbacks.o): New target.
21025         * ggc-callbacks.c: New file.
21026
21027 Sat Sep  4 22:53:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21028
21029         * expr.h: Collapse individual optab and libfunc vars to arrays.
21030         (optab_index, libfunc_index): New enumerations.
21031         (optab_table, libfunc_table): New arrays.
21032         Add accessor macros for both.
21033
21034         * optabs.c (optab_table, libfunc_table): New.
21035         Delete declarations for individual optab and libfunc vars.
21036
21037 Sat Sep  4 12:57:17 1999  Richard Henderson  <rth@cygnus.com>
21038
21039         * i386/sco5.h (RETURN_POPS_ARGS): Name change ix86_return_pops_args.
21040
21041 Sat Sep  4 11:19:52 1999  Richard Henderson  <rth@cygnus.com>
21042
21043         * Makefile.in (GGC, GGC_LIB): New.
21044         (HOST_RTL): Include ggc-none.o.
21045         (ggc-simple.o): New target.
21046         (ggc-none.o): Likewise.
21047         * tree.h (tree_common): Add gc_mark.
21048         * rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
21049         (struct rtvec_def): Add gc_mark.
21050         * emit-rtl.c (global_rtl): Update static initializers to contain
21051         enough initializers.
21052         * ggc.h, ggc-none.c, ggc-simple.c: New files.
21053         * toplev.c (gc_time): New variable.
21054         (all_time): New variable.
21055         (compile_file): Print gc time.
21056         (print_time): Calculate percentage of the whole.
21057
21058 Sat Sep  4 13:11:01 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21059
21060         Change obstack memory management and varasm constant pool handling so
21061         that nested functions are treated like any other functions.
21062         * function.c (init_machine_status): New variable.
21063         (push_function_context_to): Set contains_functions for the outer
21064         function.  Don't call save_varasm_status.
21065         (pop_function_context_from): Don't call restore_varasm_status.  Don't
21066         set current_function_contains_functions.
21067         (prepare_function_start): Call init_varasm_status rather than
21068         init_const_rtx_hash_table.  Call (*init_machine_status) if the pointer
21069         is non-null.
21070         * function.h (struct function) Add field varasm.  Delete fields
21071         inline_obstacks, inl_emit, const_rtx_hash_table, first_pool,
21072         last_pool, const_rtx_sym_hash_table, pool_offset, const_double_chain.
21073         (init_machine_status): Declare.
21074         (save_varasm_status, restore_varasm_status): Delete declarations.
21075         (save_tree_status, restore_tree_status): Delete last argument.
21076         * integrate.c (initialize_for_inline): Lose arg COPY.  Delete copying
21077         code.  All callers changed.
21078         (copy_decl_list, copy_decl_tree, copy_decl_rtls, copy_for_inline,
21079         save_constants_in_decl_trees, restore_constants, save_constants,
21080         save_for_inline_eh_labelmap, save_for_inline_copying): Delete
21081         functions.
21082         (inlining): New variable.
21083         (reg_map, label_map, insn_map, orig_asm_operands_vector,
21084         copy_asm_operands_vector, copy_asm_constraints_vector): Delete
21085         variables.
21086         (save_for_inline_nocopy): Don't save constants.
21087         Don't set inl_emit field in current_function.
21088         (expand_inline_function): Use emit field, not inl_emit, of the inlined
21089         function.  Set new variable inlining before
21090         calling copy_rtx_and_substitute.
21091         (copy_rtx_and_substitute): In MEM and SYMBOL_REF cases, handle
21092         constant pool references if inlining is nonzero.
21093         Delete ADDRESS and (most of the) CONST cases.
21094         (output_inline_function): Save and restore current_function/
21095         current_function_decl.  Delete restore_constants code.  Don't call
21096         init_const_rtx_hash_table.
21097         * output.h (init_const_rtx_hash_table): Don't declare.
21098         * rtl.h (struct function): Declare.
21099         (get_pool_constant_for_function, get_pool_mode_for_function): Declare.
21100         * toplev.c (rest_of_compilation): Don't treat nested functions or
21101         functions containing them specially.  Delete all code to deal with
21102         save_for_inline_copying.
21103         * tree.c (toplev_inline_obstacks, extra_inline_obstacks,
21104         inline_obstacks): Delete variables.
21105         (save_tree_status): Lose arg CONTEXT.  All callers changed.
21106         Simply allocate a new function_maybepermanent_obstack for the new
21107         function, delete all the special cases.
21108         Don't save inline_obstacks.
21109         (restore_tree_status): Lose arg CONTEXT.  All callers changed.
21110         Delete special handling for function_maybepermanent_obstack; simply
21111         free it if empty.
21112         Don't restore inline_obstacks.
21113         (permanent_allocation):  Delete code that frees inline_obstacks.
21114         (print_inline_obstack_statistics): Delete function.
21115         (dump_tree_statistics): Don't call it.
21116         * varasm.c (struct varasm_status): New.
21117         (const_rtx_hash_table, const_rtx_sym_hash_table, first_pool,
21118         last_pool, pool_offset, const_double_chain): Delete global
21119         variables, replace with accessor macros.
21120         (immed_double_const): Don't walk const_double_chain outside a
21121         function, but don't treat nested functions specially anymore.
21122         (immed_real_const_1): Likewise.
21123         (clear_const_double_mem): Don't treat nested functions specially.
21124         (init_const_rtx_hash_table): Deleted, code moved to init_varasm_status.
21125         (save_varasm_status, restore_varasm_status): Delete functions.
21126         (init_varasm_status): New function.
21127         (force_const_mem): Don't treat nested functions specially.
21128         (find_pool_constant): Accept new arg F, search for constants in
21129         that function's pool rather than the current one.  All callers
21130         changed.
21131         (get_pool_constant_for_function, get_pool_mode_for_function): New
21132         functions.
21133
21134         * i386.c (init_386_machine_status): New function, mostly from
21135         clear_386_stack_locals.
21136         (struct machine_functions): Rename element names to avoid name
21137         clashes.
21138         (pic_label_rtx, pic_label_name, i386_stack_locals): New accessor
21139         macros, replacing global variables.
21140         (clear_386_stack_locals, save_386_machine_status,
21141         restore_386_machine_status): Delete functions.
21142         (override_options): Initialize init_machine_status.
21143         * i386.h (INIT_EXPANDERS): Delete macro.
21144         (save_386_machine_status, restore_386_machine_status,
21145         clear_386_stack_locals): Delete declarations.
21146
21147 Sat Sep  4 16:56:28 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21148
21149         * config/c4x/c4x.md (rptb_init): Renamed from *rptb_init.
21150         (doloop_begin):  Simplify pattern and use emit_jump_insn.
21151         (doloop_end): Simplify pattern, switch operand order,
21152         and use emit_jump_insn.
21153
21154 Fri Sep  3 19:02:38 1999  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
21155
21156         * function.h (struct function): Add new element LANGUAGE.
21157         (save_lang_status): Declare new variable.
21158         (restore_lang_status): Likewise.
21159         * function.c (save_lang_status): Define.
21160         (restore_lang_status): Likewise.
21161         (push_function_context_to): Call language-specific save function.
21162         (pop_function_context_from): Call language-specific restore function.
21163
21164 Fri Sep  3 01:16:18 1999  Alasdair Baird  <alasdair@wildcat.demon.co.uk>
21165
21166         * i386.md (movsf_1): Check REG_P before use of REGNO.
21167         (movdf_1): Likewise.
21168         (movxf_1): Likewise.
21169         (extendsfdf2): Likewise.
21170         (extendsfxf2): Likewise.
21171         (extenddfxf2): Likewise.
21172
21173 Sat Sep  4 11:37:15 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21174
21175         * config/c4x/c4x.c (c4x_emit_move_sequence): Do not force large
21176         constants into memory.
21177         (c4x_shiftable_constant): New function.
21178         * config/c4x/c4x.c (LEGITIMATE_CONSTANT_P): Allow any CONST_INT.
21179         (c4x_shiftable_constant): Declare.
21180         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant,
21181         ashlqi3_noclobber): Add new patterns and associated splitters.
21182
21183 Fri Sep  3 16:22:17 1999  Richard Henderson  <rth@cygnus.com>
21184
21185         * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
21186         * dwarf2out.c (dwarf2out_frame_init): Likewise.
21187         * final.c (shorten_branches): Likewise.
21188         * global.c (global_alloc): Likewise.
21189         * haifa-sched.c (build_control_flow): Likewise.
21190         * stmt.c (check_for_full_enumeration_handling): Likewise.
21191         (estimate_case_costs): Likewise.
21192
21193 Fri Sep  3 15:49:56 1999  Mark Mitchell  <mark@codesourcery.com>
21194
21195         * rtl.h (RTL_CHECKC2): Fix typo in last change.
21196
21197 Fri Sep  3 15:13:34 1999  Richard Henderson  <rth@cygnus.com>
21198
21199         * flow.c (propagate_block): Use XEXP not SET_DEST for a USE.
21200         (recompute_reg_usage): Likewise.
21201         * rtlanal.c (find_regno_fusage): Likewise.
21202
21203         * rtl.c (rtl_check_failed_code1): New function.
21204         (rtl_check_failed_code2): New.
21205         * rtl.h (RTL_CHECK1, RTL_CHECK2, RTVEC_ELT): Parenthesize args.
21206         (RTL_CHECKC1, RTL_CHECKC2): New.
21207         (XC*): New accessor macros.
21208         (NOTE_*, LABEL_NAME, LABEL_NUSES, ADDRESSOF_REGNO): Use them.
21209         (ADDRESSOF_DECL, JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF): Likewise.
21210         (CONTAINING_INSN, REGNO, INTVAL, SUBREG_REG, SUBREG_WORD): Likewise.
21211         (ASM_OPERANDS_*, MEM_ALIAS_SET, SET_SRC, SET_DEST): Likewise.
21212         (TRAP_*, RANGE_INFO_*): Likewise.
21213
21214 Fri Sep  3 15:10:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21215
21216         * Makefile.in (tlink.o): Don't depend on toplev.h.
21217
21218         * collect2.c (c_file, o_file, export_file, import_file, ldout,
21219         output_file, nm_file_name, ldd_file_name, strip_file_name,
21220         c_file_name, prefix_list, libexts, is_ctor_dtor, find_a_file,
21221         add_prefix, prefix_from_env, prefix_from_string, do_wait,
21222         fork_execute, maybe_unlink, add_to_list,
21223         extract_init_priority, write_list, dump_list,
21224         dump_prefix_list, write_list_with_asm, write_c_file,
21225         write_c_file_stat, write_c_file_glob, scan_prog_file,
21226         scan_libraries, is_in_list, resolve_lib_name, use_import_list,
21227         ignore_library, extract_string, notice, dump_file, target_machine,
21228         collect_wait, collect_execute, libname, locatelib, aix_std_libs,
21229         read_file, print_load_command): Constify a char*.
21230         (fdopen, error, fatal, fatal_perror): Don't prototype.
21231         (my_strerror): Remove.  All callers use xstrerror instead.
21232         (xcalloc, xmalloc, xrealloc, xstrdup, putenv): Remove definitions.
21233         (main): Add prototype.  Constify lots of char* ptrs.  Change calls
21234         to xcalloc/strcpy/strcat/...  to one call to concat.
21235         (main, scan_prog_file, scan_libraries): Use an intermediate
21236         `const char **' to build an argv array.
21237         (mapfile, libselect, libcompare, locatelib): Add prototypes.
21238
21239         * collect2.h (collect_execute, collect_wait, dump_file,
21240         file_exists): Constify a char*.
21241         (ldout, c_file_name, temporary_obstack, permanent_obstack,
21242         temporary_firstobj, vflag, debug): Add extern declarations.
21243         (fancy_abort, error, notice, fatal, fatal_perror): Add prototypes.
21244
21245         * tlink.c: Don't include toplev.h.
21246         (vflag, debug, ldout, c_file_name, temporary_obstack,
21247         permanent_obstack, temporary_firstobj): Don't declare.
21248         (tlink_execute, frob_extension, symbol_hash_lookup,
21249         file_hash_lookup, demangled_hash_lookup, tlink_init, freadsym,
21250         recompile_files, read_repo_files, demangle_new_symbols,
21251         scan_linker_output): Constify a char*.
21252         (symbol_hash_newfunc, file_hash_newfunc, demangled_hash_newfunc,
21253         do_tlink): Mark parameters with ATTRIBUTE_UNUSED.
21254
21255 Fri Sep  3 18:09:24 1999  Andrew Haley  <aph@cygnus.com>
21256
21257         * config/m68k/m68kelf.h: Set USE_GAS; this makes gcc generate jbsr
21258         (relative) rather than jsr (absolute) subroutine call insns.
21259         * config/m68k/m68k-coff.h: Ditto.
21260
21261 Fri Sep  3 17:24:31 1999  Richard Earnshaw <rearnsha@arm.com>
21262
21263         * arm.c (note_invalid_constants): No need to ignore ASMs, we can
21264         now rework these too.
21265         (arm_reorg): If an insn can't reach the end of the current pool,
21266         ensure that we emit that pool before the insn.
21267
21268 Fri Sep  3 09:14:32 1999  Marc Espie <espie@tetto.liafa.jussieu.fr>
21269
21270         * tlink.c (scan_linker_output): Skip the initial underscore in
21271         a mangled name if appropriate.
21272
21273 Fri Sep  3 01:28:33 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21274
21275         * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
21276         objc_tree_code_name, synth_id_with_class_suffix, warn_with_method,
21277         error_with_ivar, gen_declarator, create_builtin_decl,
21278         my_build_string, generate_descriptor_table, generate_ivars_list,
21279         generate_dispatch_table, check_protocols, TAG_GETCLASS,
21280         TAG_GETMETACLASS, TAG_MSGSEND, TAG_MSGSENDSUPER, TAG_EXECCLASS,
21281         dump_base_name, lang_decode_option, build_encode_expr,
21282         start_class, finish_class, encode_pointer, really_start_method,
21283         gen_declaration, dump_interface, handle_class_ref, handle_impent):
21284         Constify.
21285         (objc_demangle, objc_printable_name, generate_struct_by_value_array):
21286         Add static prototypes.
21287         (build_objc_string_decl, build_selector_reference_decl,
21288         encode_bitfield, build_class_reference_decl): Remove unused
21289         parameter, all callers changed.
21290         (maybe_objc_method_name): Mark with ATTRIBUTE_UNUSED.
21291         (objc_printable_name): Likewise.  Change second parameter to type int.
21292         (init_objc): Use memcpy, not bcopy, to avoid casts.
21293
21294 Thu Sep  2 21:49:52 1999  Richard Henderson  <rth@cygnus.com>
21295
21296         * reload1.c (eliminate_regs_in_insn): Avoid eliminating the
21297         reg notes on a deleted insn.
21298         * gcse.c (hash_expr_1): Use XWINT on a CONST_DOUBLE.
21299
21300 Thu Sep  2 20:18:12 1999  Jeffrey A Law  (law@cygnus.com)
21301
21302         * i386.c (ix86_attr_length_default): Handle TYPE_FXCH.
21303
21304 Thu Sep  2 22:00:08 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
21305
21306         * stmt.c (expand_asm_operands): Fix index into inout_mode when
21307         reading it.
21308
21309 Thu Sep  2 13:00:48 1999  Richard Henderson  <rth@cygnus.com>
21310
21311         * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.
21312         * tm.texi (MD_ASM_CLOBBERS): Document it.
21313
21314 Thu Sep  2 10:22:40 1999  Richard Henderson  <rth@cygnus.com>
21315
21316         * dwarf2out.c (dwarf2out_line): Constify `lastfile'.
21317         * except.c (expand_rethrow): Remove unused variable.
21318         * expr.c (do_jump_by_parts_greater_rtx): Likewise.
21319         * flow.c (replace_insns): Likewise.
21320         (create_edge_list, verify_edge_list): Likewise.
21321         * gcse.c (cprop_cc0_jump): Protect declaration with HAVE_cc0.
21322
21323         * genemit.c (gen_expand): Only emit `operands[N]' decl if there
21324         is special code to run.
21325         (main): Don't define operands to emit_operand.
21326         * genrecog.c (main): Don't emit an empty peephole2_insn function.
21327
21328         * rtl.h (NOTE_BASIC_BLOCK): Use X0BBDEF.
21329
21330         * alpha/alpha.h (normal_memory_operand): Declare.
21331         (reg_no_subreg_operand): Declare.
21332         * alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use HOST_WIDE_INT_PRINT_DEC.
21333
21334 Thu Sep  2 10:19:20 1999  Richard Henderson  <rth@cygnus.com>
21335
21336         * c-parse.in (compstmt_primary_start): New, broken out of first
21337         part of compstmt handling in primary.
21338         (primary): Use it.  Add an error clause.
21339         (compstmt_nostart): Renamed from compstmt; remove all
21340         initial invocations of compstmt_start.
21341         (compstmt): New.
21342
21343 Thu Sep  2 01:35:50 1999  Marc Espie <espie@cvs.openbsd.org>
21344
21345         * protoize.c (gen_aux_info_file):  Let pexecute call choose_temp_base if
21346         needed.
21347
21348 Thu Sep  2 00:43:59 1999  Finn Hakansson  <finn@axis.com>
21349
21350         * combine.c (simplify_shift_const): Remove extra semicolon.
21351         * dwarf2out.c (remove_AT): Likewise.
21352         * expmed.c (expand_mult): Likewise.
21353         * gcov.c (create_program_flow_graph): Likewise.
21354         * reorg.c (mostly_true_jump): Likewise.
21355
21356 Thu Sep  2 00:06:43 1999  Jeffrey A Law  (law@cygnus.com)
21357
21358         * fold-const.c (fold_range_test): Do not try to fold the range
21359         test if the rhs or lhs has side effects.
21360
21361         * combine.c (simplify_rtx): Recognize another case of a synthesized
21362         sign extension.
21363
21364         * varasm.c (mark_constant_pool): When marking indirect references,
21365         only look at SYMBOL_REFs.
21366
21367         * except.c (expand_fixup_region_end): Do not peek at
21368         INSN_UID (node->entry->outer_context) for flag_new_exceptions.
21369
21370 Thu Sep  2 13:52:53 1999  Geoffrey Keating  <geoffk@cygnus.com>
21371
21372         * flags.h: New variables align_loops, align_loops_log,
21373         align_jumps, align_jumps_log, align_labels, align_labels_log,
21374         align_functions, align_functions_log.
21375         * toplev.c: Define them.
21376         (f_options): Handle -falign-* when they have no argument.
21377         (main): Add logic to set variables for -falign-functions,
21378         -falign-jumps, -falign-labels, -falign-loops.
21379         Make it -fsched-verbose=<n> and -finline-limit=<n>.
21380         (display_help): Change help to match options.
21381         * final.c (LABEL_ALIGN): Default to align_labels_log.
21382         (LABEL_ALIGN_MAX_SKIP): Default to align_labels-1.
21383         (LOOP_ALIGN): Default to align_loops_log.
21384         (LOOP_ALIGN_MAX_SKIP): Default to align_loops-1.
21385         (LABEL_ALIGN_AFTER_BARRIER): Default to align_jumps_log.
21386         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to align_jumps-1.
21387         * varasm.c (assemble_start_function): Handle align_functions.
21388
21389         * config/sparc/sparc.h: Don't declare sparc_align_*.
21390         Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
21391         (DEFAULT_SPARC_ALIGN_FUNCS): Delete; take functionality into
21392         sparc.c.
21393         (FUNCTION_BOUNDARY): Fix incorrect use---it's not just a request,
21394         it's a promise.
21395         * config/sparc/sparc.c: Delete sparc_align_loops,
21396         sparc_align_jumps, sparc_align_funcs and the corresponding string
21397         variables.
21398         (sparc_override_options): Default align_functions on ultrasparc.
21399         Delete -malign-* handling.
21400
21401         * config/mips/mips.c (override_options):  On 64-bit targets,
21402         try to align code to 64-bit boundaries.
21403         (print_operand): New substitution, %~,
21404         which aligns labels to align_labels_log.
21405         * config/mips/mips.md (div_trap_normal): Use %~.
21406         (div_trap_mips16): Likewise.
21407         (abssi): Likewise.
21408         (absdi2): Likewise.
21409         (ffssi2): Likewise.
21410         (ffsdi2): Likewise.
21411         (ashldi3_internal): Likewise.
21412         (ashrdi3_internal): Likewise.
21413         (lshrdi3_internal): Likewise.
21414         (casesi_internal): Likewise.
21415
21416 Wed Sep  1 21:13:48 1999  Richard Henderson  <rth@cygnus.com>
21417
21418         Merge new ia32 backend from the branch!
21419
21420         * i386.h, i386.c, i386.md, reg-stack.c, i386/unix.h: Many changes.
21421         See ChangeLog.P2 on new_ia32_branch for details.
21422
21423         * rtl.h (stack_regs_mentioned_p): Delete prototype.
21424         * i386/cygwin.h (SUBTARGET_PROLOGUE): No more do_rtl.
21425         * i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
21426         * i386/gas.h (ASM_FILE_START): Define.
21427         * i386/winnt.c (i386_pe_valid_decl_attribute_p): Update
21428         for name change of ix86_valid_decl_attribute_p.
21429         (i386_pe_valid_type_attribute_p): Similarly.
21430
21431 Wed Sep  1 18:21:23 1999  Richard Henderson  <rth@cygnus.com>
21432
21433         * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE
21434         to step through CC modes.
21435
21436 Wed Sep  1 20:18:06 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
21437
21438         * regmove.c (fixup_match_1): Don't move INSN in front of P if
21439         it would end up in the shadow of a live flags regsiter.
21440
21441 Wed Sep  1 11:32:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21442
21443         * reload1.c: Fix many indentation problems.
21444         * reload.c: Likewise.
21445
21446 Tue Aug 31 22:08:03 1999  Marc Espie <espie@cvs.openbsd.org>
21447
21448         * alias.c (non_local_reference_p): Constify fmt.
21449
21450 Tue Aug 31 23:19:35 1999  Michael Meissner  <meissner@cygnus.com>
21451
21452         * config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
21453
21454 Tue Aug 31 16:44:52 1999  Jeffrey A Law  (law@cygnus.com)
21455
21456         * cse.c (delete_trivially_dead_insns): Do not delete stores to
21457         the internal_arg_pointer.
21458
21459 Tue Aug 31 13:35:42 1999  Richard Henderson  <rth@cygnus.com>
21460
21461         Merge peephole2 from new_ia32_branch:
21462         * Makefile.in (STAGESTUFF): Add *.peephole2.
21463         (mostlyclean): Likewise.
21464         (recog.o): Depend on resource.h.
21465
21466         * final.c (peephole): Conditionalize decl on HAVE_peephole.
21467         (final_scan_insn): Likewise for the invocation of peephole.
21468         * genconfig.c (main): Look for peephole and peephole2 patterns.
21469         Emit HAVE_peephole* accordingly.
21470         * genpeep.c (main): Conditionalize entire output on HAVE_peephole.
21471         * flags.h (flag_peephole2): Declare.
21472         * toplev.c: New pass peephole2.  New flag -fpeephole2.
21473
21474         * genattrtab.c (main): Count DEFINE_PEEPHOLE2.
21475         * gencodes.c (main): Likewise.
21476         * genextract.c (main): Likewise.
21477         * genoutput.c (main): Likewise.
21478         * genemit.c (max_operand_1): Look for the max scratch operand.
21479         (gen_rtx_scratch): New.
21480         (gen_exp): Use it, and pass on new arg subroutine_type.
21481         (gen_expand): Take max scratch into account.
21482         (gen_split): Emit peephole2 functions.
21483         (output_peephole2_scratch): New.
21484         (main): Include hard-reg-set.h and resource.h.  Handle peephole2.
21485         * genrecog.c (routine_type): Add PEEPHOLE2.
21486         (IS_SPLIT): New.
21487         (make_insn_sequence): Match outer parallel for peep2.  Discard
21488         top level scratches and dups.
21489         (add_to_sequence): New args insn_type and top.  Update all callers.
21490         Handle toplevel peep2 matching insns.
21491         (write_subroutine): Handle peep2.
21492         (write_tree_1): Likewise.
21493         (write_tree): Likewise.
21494         (main): Likewise.
21495         (change_state): New arg afterward.  Update all callers.
21496         Handle matching separate insns.
21497         * recog.c (recog_next_insn): New.
21498         (peephole2_optimize): New.
21499         * rtl.def (DEFINE_PEEPHOLE2): New.
21500         * resource.c (find_free_register): New argument last_insn.  Use it
21501         to find a register available through the entire span.
21502         * resource.h (find_free_register): Update prototype.
21503
21504 Tue Aug 31 11:51:06 1999  Jim Kingdon  <http://developer.redhat.com>
21505
21506         * i386.c (output_strlen_unroll): Don't write xops[7]
21507         label if it wasn't set.
21508
21509 1999-08-31 12:44 -0700  Zack Weinberg  <zack@bitmover.com>
21510
21511         * cpplib.c (struct directive): Const-ify name pointer and
21512         function pointer prototype.
21513         (validate_else, do_define, do_line, do_include, do_undef,
21514         do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
21515         do_elif, do_endif, do_sccs, do_assert, do_unassert,
21516         do_warning): Const-ify second arg.
21517         (directive_table): Mark const.  Reorder entries by frequency
21518         of usage, record statistics.
21519
21520 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>
21521
21522         * rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and
21523         bounds- check RTL accesses if --enable-checking.
21524         (RTVEC_ELT): Bounds check if --enable-checking.
21525         (XWINT, XINT, XSTR, XEXP, XVEC, XMODE, XBITMAP, XTREE,
21526         XBBDEF): Use RTL_CHECK1/RTL_CHECK2 as appropriate.
21527         (XVECEXP, XVECLEN): Define in terms of XVEC, RTVEC_ELT, and
21528         GET_NUM_ELEM.
21529         (X0WINT, X0INT, X0STR, X0EXP, X0VEC, X0MODE, X0BITMAP, X0TREE,
21530         X0BBDEF, X0ADVFLAGS):  New macros for accessing '0' slots of RTXes.
21531
21532         (ADDR_DIFF_VEC_FLAGS): Use X0ADVFLAGS.
21533         (NOTE_SOURCE_FILE): Use X0STR.
21534         (NOTE_BLOCK_NUMBER, NOTE_EH_HANDLER, LABEL_NUSES,
21535         MEM_ALIAS_SET): Use X0INT.
21536         (NOTE_RANGE_INFO, NOTE_LIVE_INFO, NOTE_BASIC_BLOCK,
21537         JUMP_LABEL, LABEL_REFS, LABEL_NEXTREF, CONTAINING_INSN):
21538         Use X0EXP.
21539         * real.h (CONST_DOUBLE_CHAIN): Use X0EXP.
21540         * rtl.c (copy_rtx, copy_most_rtx): Copy '0' slots with X0WINT.
21541         (rtl_check_failed_bounds, rtl_check_failed_type1,
21542         rtl_check_failed_type2, rtvec_check_failed_bounds): New
21543         functions.
21544         (fancy_abort): Fix comment.
21545
21546         * cse.c (canon_hash): Read CONST_DOUBLE data slots with XWINT.
21547         (cse_insn): Decrement LABEL_NUSES for jump target before
21548         deleting jump insn.
21549         * emit-rtl.c (gen_rtx_CONST_DOUBLE): Use X0EXP for slot 1.
21550         * final.c (alter_subreg): Compute regno before changing x to
21551         REG; set REGNO(x) after changing it.
21552         * flow.c (count_basic_blocks): Use XWINT to inspect EH_REGION
21553         notes containing CONST_INTs.
21554         (delete_eh_regions): Use NOTE_EH_HANDLER.
21555         * function.c (put_reg_into_stack): Make reg a MEM before
21556         initializing it.
21557         (fixup_var_refs_insns):  Save REG_NOTES (insn) in case we
21558         delete insn.
21559         (gen_mem_addressof): Make reg a MEM before initializing it.
21560         * integrate.c (copy_rtx_and_substitute): Copy '0' slots with
21561         X0WINT.
21562         * local-alloc.c (update_equiv_regs): Zap REG_NOTES before
21563         deleting an insn, not after.
21564         (block_alloc): Only look at PATTERN(insn) if we have to, and
21565         only if it's format class 'i'.
21566         * loop.c (check_dbra_loop): Check bl->biv->add_val is a
21567         CONST_INT before using its INTVAL.
21568         * print-rtl.c (print_rtx): Use X0STR.
21569         * regmove.c (fixup_match_1): Don't look at PATTERN of
21570         non-class-'i' insn chain elements.
21571         * reload.c (loc_mentioned_in_p): Take address of
21572         in->fld[1].rtx directly.
21573         * reload1.c (reload): Change reg to a MEM before initializing
21574         it.
21575         * varasm.c (mark_constant_pool): Skip CONST_DOUBLES, which
21576         have no names.
21577         * config/i386/i386.md (decrement_and_branch_if_zero): Fix typo.
21578
21579 Fri Aug 20 13:43:41 1999  Andrew Haley  <aph@cygnus.com>
21580
21581         * config/mips/mips.c (machine_dependent_reorg): Force a
21582         barrier to output the local constant pool if a barrier hasn't
21583         been found at a natural point in the instruction stream.
21584
21585 Mon Aug 30 22:04:36 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21586
21587         * c-parse.in (language_string): Constify.
21588
21589         * dwarf2out.c (language_string): Remove declaration.
21590
21591         * dwarfout.c (language_string): Likewise.
21592
21593         * toplev.c (language_string, init_parse, finish_parse): Likewise.
21594
21595         * tree.h (language_string, init_parse, finish_parse): Declare.
21596
21597         * i386/sun386.h (language_string): Remove declaration.
21598
21599         * mips.h (language_string): Likewise.
21600
21601         * nextstep.h (language_string): Likewise.
21602
21603         * nextstep21.h (language_string): Likewise.
21604
21605         * rs6000.c (language_string): Likewise.
21606
21607 Mon Aug 30 20:56:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21608
21609         * Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
21610         (getpwd.o): Remove target.
21611
21612         * getpwd.c: Delete file.  Its in libiberty now.
21613
21614         * dbxout.c (getpwd): Don't prototype.
21615         * dwarf2out.c (getpwd): Likewise
21616         * dwarfout.c (getpwd): Likewise
21617         * final.c (getpwd): Likewise.
21618         * protoize.c (getpwd): Likewise.
21619
21620 Mon Aug 30 20:21:34 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21621
21622         * cse.c: (fold_rtx): Cast to HOST_WIDE_INT in left shift.
21623
21624 Mon Aug 30 16:07:49 1999  Richard Henderson  <rth@cygnus.com>
21625
21626         * flow.c (new_insn_dead_notes): Use sets_reg_or_subreg not
21627         mark_set_resources.
21628
21629 Mon Aug 30 12:23:53 1999  Jim Wilson  <wilson@cygnus.com>
21630
21631         * fixinc/Makefile.in (subdir): New.
21632         (fixincl.x, inclhack.sh, fixincl.sh): Use cp instead of $(CP).
21633         (Makefile): New.
21634
21635 Mon Aug 30 01:02:09 1999  Jeffrey A Law  (law@cygnus.com)
21636
21637         * emit-rtl.c (copy_rtx_if_shared): A MEM which references
21638         virtual_stack_vars_rtx or virtual_incoming_args_rtx can not
21639         be shared.
21640
21641         * invoke.texi: Fix typo.
21642
21643         * dwarf2out.c (mem_loc_descriptor): New argument MODE.  All callers
21644         changed.  Handle autoincrement addressing modes.
21645
21646         * integrate.c (copy_rtx_and_substitute): Handle internal_arg_pointer
21647         just like we would the virtual incoming args register when
21648         integrating.
21649
21650 Sun Aug 29 23:17:54 1999  David Edelsohn  <edelsohn@gnu.org>
21651
21652         * rs6000.h (ASM_FILE_START): Specify complete filename, including
21653         path, in .file directive.
21654
21655 Sun Aug 29 05:06:43 1999  Russ Allbery  <rra@stanford.edu>
21656
21657         * gcc.texi (External Bugs): Remove obsolete note about Perl on
21658         SunOS.
21659
21660 1999-08-29 08:38 -0700  Zack Weinberg  <zack@bitmover.com>
21661
21662         * stdbool.h: Make the typedef name _Bool, with bool a #defined
21663         alias.
21664
21665 Sun Aug 29 09:36:50 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21666
21667         * tree.c (tree_code_name): Constify a char*.
21668
21669         * tree.h (tree_code_name, decl_printable_name): Likewise.
21670
21671         * function.h (struct function): Likewise.
21672
21673         * toplev.c (decl_name, decl_printable_name): Likewise.
21674
21675         * vax/vms.h (MAYBE_VMS_FUNCTION_PROLOGUE): Likewise.
21676
21677         * objc/objc-act.c (decl_printable_name): Remove redundant prototype.
21678         (init_objc): Remove function pointer cast.
21679
21680 Sun Aug 29 05:01:17 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
21681
21682         * pa.md (interspace_jump): New pattern.
21683         (builtin_longjmp): New expander.
21684
21685 1999-08-29  Bernd Schmidt  <bernds@cygnus.co.uk>
21686
21687         * fp-bit.c (add, sub, multiply, divide, compare, _eq_f2, _ne_f2,
21688         _gt_f2, _ge_f2, _lt_f2, _le_f2, float_to_si, float_to_usi, negate,
21689         sf_to_df, df_to_sf): Fix potential problem with alias analysis.
21690
21691 Sun Aug 29 04:30:52 1999  John Wehle  (john@feith.com)
21692
21693         * jump.c (delete_prior_computation): Also check calls
21694         to constant functions.  Don't bother checking for a
21695         REG_UNUSED note before adding it.
21696         (delete_computation): Handle multi-word hard registers
21697         when synthesizing missing REG_DEAD notes for a register
21698         which is both set and used by an insn.
21699
21700 1999-08-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
21701
21702         * loop.c (this_loop_info): New variable.
21703         (loop_has_call, loop_has_volatile, loop_has_tablejump,
21704         loop_continue, loops_enclosed): Replace with fields in this_loop_info.
21705         All uses updated.
21706         (prescan_loop, strength_reduce): New argument loop_info.  All callers
21707         updated.
21708         (scan_loop): New variable loop_info, initialise to address of
21709         this_loop_info.
21710         (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP.
21711         Delete variable loop_has_multiple_exit targets and replace with
21712         field in this_loop_info.
21713         (find_and_verify_loops): Rename this_loop to this_loop_num.
21714         (strength_reduce): Delete loop_iteration_info.  Replace variable
21715         loop_info with function argument of same name.
21716         (insert_bct): Rework test for loop being completely unrolled.
21717
21718         * loop.h (struct loop_info): New fields num, loops_enclosed,
21719         has_call, has_volatile, has_tablejump, has_multiple_exit_targets,
21720         has_indirect_jump, and cont.  Redefine use of unroll_number.
21721         (loop_unroll_number): Delete.
21722
21723         * unroll.c (unroll_loop): Store loop unroll count in unroll_number
21724         field of loop_info.
21725         (loop_iterations): Delete variable vtop and instead use
21726         loop_info->vtop computed in prescan_loop.
21727
21728 Sun Aug 29 03:27:23 1999  Scott Weikart <scott@igc.apc.org>
21729
21730         * fix-header.c (main): Do not pass a null pointer to strcmp.
21731
21732 Sun Aug 29 03:18:48 1999  William Bader  (william@nscs.fast.net)
21733
21734         * configure.in (i[34567]86-*-sco3.2v4*): Target does not truncate
21735         filenames.
21736         * configure: Rebuilt.
21737
21738 Sat Aug 28 19:36:05 1999  Jeffrey A Law  (law@cygnus.com)
21739
21740         * jump.c (jump_optimize_1): Do not delete assignments to
21741         internal_arg_pointer.
21742         * cse.c (delete_trivially_dead_insns): Always consider a set of
21743         the internal_arg_pointer live.
21744
21745 Sat Aug 28 16:24:31 1999  Richard Henderson  <rth@cygnus.com>
21746
21747         * flow.c (flow_delete_insn_chain): Rename from delete_insn_chain.
21748         (update_life_info) [REG_WAS_0]: Search the original insns rather
21749         than the new insns for the note.  Fix typos finding note_dest.
21750         If no dest found, discard the note rather than abort.
21751         [REG_NOALIAS]: Handle as REG_NO_CONFLICT.
21752         (replace_insns): Remove the old insn list after update_life_info
21753         not before.
21754
21755 Sat Aug 28 16:20:12 1999  Richard Henderson  <rth@cygnus.com>
21756
21757         * haifa-sched.c (sched_analyze): Clear LOG_LINKS before calling
21758         sched_analyze_insn.
21759         (sched_analyze_1): Let add_dependence care for not adding dups.
21760         (sched_analyze_2): Likewise.
21761         (add_branch_dependences): Likewise.
21762
21763 Sat Aug 28 15:58:16 1999  Mumit Khan  <khan@xraylith.wisc.edu>
21764
21765         * i386/winnt.c (export_list): New type.
21766         (exports_head): Rename to
21767         (export_head):  this.
21768         (i386_pe_record_exported_symbol): Add is_data flag.
21769         (i386_pe_asm_file_end): Emit directive for exported variables.
21770         * i386/cygwin.h (i386_pe_record_exported_symbol): Update
21771         prototype.
21772         * i386/cygwin.h (ASM_OUTPUT_COMMON): Specify symbol type.
21773         (ASM_DECLARE_OBJECT_NAME): Likewise.
21774         (ASM_DECLARE_FUNCTION_NAME): Likewise.
21775         * i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
21776
21777 Fri Aug 27 15:35:24 1999  Jeffrey A Law  (law@cygnus.com)
21778
21779         * cse.c (fold_rtx): Work around bug in Sun V5.0 compilers.
21780
21781         * pa.c (emit_move_sequence): Do not stop on SUBREG_WORD of an
21782         operand.
21783
21784 Fri Aug 27 14:01:19 1999  Marc Espie <espie@cvs.openbsd.org>
21785
21786         * config/openbsd.h: Define SET_ASM_OP.
21787         * tm.texi: cross-reference SET_ASM_OP in the index.
21788
21789 1999-08-27 13:27 -0700  Zack Weinberg  <zack@bitmover.com>
21790
21791         * rtl.c: Define CONST_DOUBLE_FORMAT to the appropriate format
21792         for a CONST_DOUBLE, at compile time.  Initialize rtx_length
21793         and class_narrowest_mode at compile time.  Kill init_rtl.
21794         Mark rtx_length, mode_class, mode_size, mode_unit_size,
21795         mode_wider_mode, mode_mask_array, class_narrowest_mode, and
21796         rtx_format as const.  Kill all references to EXTRA_CC_MODES or
21797         EXTRA_CC_NAMES.
21798         * rtl.def (CONST_DOUBLE): Use CONST_DOUBLE_FORMAT macro for
21799         format.
21800         * rtl.h: Declare rtx_length and rtx_format as const.
21801         * machmode.def: Define CC().  Use CC() to define CCmode.  If
21802         EXTRA_CC_MODES is defined, expand it here.
21803         * machmode.h: Declare mode_class, mode_size, mode_unit_size,
21804         mode_wider_mode, mode_mask_array, and class_narrowest_mode as
21805         const.  Kill all references to EXTRA_CC_MODES.
21806
21807         * toplev.c: Don't prototype or call init_rtl.
21808         * optabs.c: Don't call init_mov_optab.
21809         * genemit.c: Don't generate init_mov_optab.  Don't call
21810         init_rtl.
21811         * gengenrtl.c: Duplicate calculation of CONST_DOUBLE_FORMAT
21812         here.
21813         * genattr.c, genattrtab.c, gencodes.c, genconfig.c,
21814         genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c,
21815         genrecog.c: Don't call init_rtl.
21816
21817         * arc.h, arm.h, c4x.h, i386.h, i960.h, m88k.h, pa.h, pdp11.h,
21818         rs6000.h, sparc.h: Don't define EXTRA_CC_NAMES.  Use CC() in
21819         definition of EXTRA_CC_MODES.
21820
21821         * md.texi: Kill ref to EXTRA_CC_NAMES.
21822         * tm.texi: Document new way to define EXTRA_CC_MODES.
21823
21824         * genrecog.c: Do not look up the name of a define_split.
21825         (Unrelated bugfix.)
21826
21827 Fri Aug 27 17:03:42 1999  Nick Clifton  <nickc@cygnus.com>
21828
21829         * config/v850/v850.md: Fix typo introduced by previous delta.
21830
21831 Fri Aug 27 09:48:59 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21832
21833         * gcc.c (fatal): Make definition static to match prototype.
21834
21835 Fri Aug 27 10:33:35 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21836
21837         * combine.c (get_last_value): Don't look for earlier sets if the last
21838         known set is somewhere in between the insns being combined.
21839
21840 Fri Aug 27 10:03:12 BST 1999  Nathan Sidwell  <nathan@acm.org>
21841
21842         * configure.in: Don't use shell ! to negate exit codes
21843         * configure: Regenerate
21844
21845 Fri Aug 27 09:36:17 1999  Andreas Schwab  <schwab@suse.de>
21846
21847         * function.c (assign_stack_temp_for_type): Fix change of Mar 5 for
21848         the fact that ALIGN is measured in bits, not bytes.
21849
21850 1999-08-27 00:27 -0700  Zack Weinberg  <zack@bitmover.com>
21851
21852         * errors.c: New file; defines functions error, warning, and
21853         fatal, variables have_error and progname.
21854         * errors.h: New file; prototypes and decls for stuff in errors.c.
21855
21856         * Makefile: Add rules to build errors.o and
21857         $(HOST_PREFIX)errors.o.  Link genconfig, gencodes, genemit,
21858         genopinit, genrecog, genextract, genpeep, genattr, and
21859         genoutput with errors.o.  Add errors.h to deps of genconfig.o,
21860         gencodes.o, genemit.o, genopinit.o, genrecog.o, genextract.o,
21861         genpeep.o, genattr.o, and genoutput.o.
21862
21863         * genconfig.c, gencodes.c, genemit.c, genopinit.c, genrecog.c,
21864         genextract.c, genpeep.c, genattr.c:  Include errors.h.  Don't
21865         define or prototype fatal.  Set progname at beginning of main.
21866         * genoutput.c:  Likewise, and don't define or prototype error
21867         either.
21868
21869         * c-typeck.c (c_expand_start_case): Return immediately if exp
21870         is an ERROR_MARK.
21871         * fold-const.c (operand_equal_p): Return immediately if arg1
21872         or arg0 are ERROR_MARKs.
21873         * stor-layout.c (layout_type [case RECORD_TYPE]): Ignore
21874         fields of type ERROR_MARK when calculating if the record can
21875         go in a register.
21876
21877 Fri Aug 27 01:03:48 1999  Jim Kingdon  <http://developer.redhat.com>
21878         with much help from Jeffrey A Law and Richard Henderson
21879
21880         * i386.md: In the 6 insns which call output_fix_trunc,
21881         earlyclobber operands[0].
21882
21883 Fri Aug 27 01:01:51 1999  Philip Blundell  <pb@nexus.co.uk>
21884
21885         * jump.c (duplicate_loop_exit_test): Call reg_scan_update after
21886         creating new registers.
21887
21888 1999-08-26 23:09 -0700  Zack Weinberg  <zack@bitmover.com>
21889
21890         * i386.h: Declare ix86_cpu_string, ix86_arch_string,
21891         i386_reg_alloc_order, i386_regparm_string,
21892         i386_align_loops_string, i386_align_jumps_string,
21893         i386_align_funcs_string, i386_preferred_stack_boundary_string,
21894         and i386_branch_cost_string as type "const char *".
21895         * i386.c: Define all above strings as type "const char *".
21896
21897 Thu Aug 26 20:36:30 1999  Jim Wilson  <wilson@cygnus.com>
21898
21899         * dwarf2out.c (output_aranges): Check DWARF_OFFSET_SIZE not PTR_SIZE
21900         when emitting alignment padding.  Emit padding byte of 0 instead of 4.
21901
21902 Thu Aug 26 18:11:20 1999  Mark Mitchell  <mark@codesourcery.com>
21903
21904         * tree.c (array_type_nelts): Don't create RTL_EXPRs from
21905         SAVE_EXPRs unless the SAVE_EXPRs have already been expanded.
21906
21907 Thu Aug 26 19:33:23 1999  Jim Wilson  <wilson@cygnus.com>
21908
21909         * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Add default definition.
21910         (debug_dwarf): Add DWARF2_ASM_LINE_DEBUG_INFO support.
21911         (dwarf2out_line, dwarf2out_finish): Likewise.
21912         * tm.texi (DWARF2_ASM_LINE_DEBUG_INFO): Add documetation.
21913
21914 Thu Aug 26 16:10:56 1999  Gavin Romig-Koch  <gavin@cygnus.com>
21915
21916         * tree.c (lang_unsave_expr_now) : Correct return type.
21917         * tree.h (lang_unsave_expr_now) : Same.
21918
21919 Thu Aug 26 13:12:29 1999  Jeffrey A Law  (law@cygnus.com)
21920
21921         * pa.c (cint_ok_for_move): Use CONST_INT_OK_FOR_LETTER_P macros
21922         instead of duplicating code.
21923
21924 Thu Aug 26 18:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
21925
21926         * gcse.c (hash_scan_insn): Don't scan obvious no-ops.
21927
21928 1999-08-26 09:42 -0700  Zack Weinberg  <zack@bitmover.com>
21929
21930         * tree.h: fancy_abort always takes three args.
21931         * resource.c: Move include of system.h before toplev.h.
21932
21933 Thu Aug 26 09:46:16 1999  Nick Clifton  <nickc@cygnus.com>
21934
21935         * dwarf2out.c (mem_loc_descriptor): Accept LABEL_REFs as well
21936         as SYMBOL_REFs.
21937
21938 1999-08-25 22:10 -0700  Zack Weinberg  <zack@bitmover.com>
21939
21940         * system.h: Don't redefine abort or trim_filename.
21941         * rtl.h: Define abort to fancy_abort (__FILE__, __LINE__, 0)
21942         or fancy_abort (__FILE__, __LINE__, __FUNCTION__) depending on
21943         whether or not __FUNCTION__ is available.
21944         * tree.h: Duplicate rtl.h's definition of abort, for files
21945         that don't include rtl.h.  Delete all code to perform type
21946         checking with a compiler other than GCC.
21947         * varray.h: Delete all code to perform type checking with a
21948         compiler other than GCC.  Make VARRAY_CHECK() always evaluate
21949         its arguments exactly once, using a statement expression.
21950         Adjust the VARRAY_<type> accessor macros to match.
21951         * toplev.h (fatal_insn, fatal_insn_not_found): Kill.
21952         (_fatal_insn, _fatal_insn_not_found): New fns, take info on
21953         caller's location.  Define fatal_insn and fatal_insn_not_found
21954         as macros that use _fatal_insn and _fatal_insn_not_found.
21955         (fancy_abort, trim_filename): Kill prototypes.
21956
21957         * rtl.c (trim_filename): Move here from toplev.c.
21958         (fancy_abort): New function.
21959         (DIR_SEPARATOR): Provide default definition.
21960         * tree.c (tree_check_failed, tree_class_check_failed): Go
21961         through fancy_abort.
21962         (tree_check, tree_class_check, cst_or_constructor_check,
21963         expr_check): Delete.
21964         * varray.c (varray_check_failed): New function.
21965         * toplev.c (fatal_insn, fatal_insn_not_found): Replace with
21966         _fatal_insn and _fatal_insn_not_found.  Go through
21967         fancy_abort.
21968         (trim_filename, fancy_abort): Delete.
21969
21970         * builtins.c (expand_builtin_args_info): Report ICE with abort.
21971         * except.c (start_catch_handler): Report ICE with error/abort
21972         combo.
21973         * final.c (output_operand_lossage): Likewise.
21974         * flow.c (verify_flow_info): Likewise.
21975
21976         * gcc.c: Prototype fatal.
21977         * gengenrtl.c: Undef abort after including rtl.h not system.h.
21978         * genattr.c, genattrtab.c, genemit.c, genextract.c,
21979         genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c:
21980         Don't define fancy_abort.
21981
21982 Wed Aug 25 17:56:59 1999  Richard Henderson  <rth@cygnus.com>
21983
21984         * optabs.c (emit_cmp_and_jump_insns): Be more thorough in
21985         canonization.
21986
21987 Wed Aug 25 15:35:55 1999  Richard Henderson  <rth@cygnus.com>
21988
21989         * m88k.h (VERSION_INFO2): Kill.
21990         (VERSION_STRING): Kill.
21991         (TM_RCS_ID): Kill.
21992         (VERSION_INFO1): Tidy.
21993         (TARGET_VERSION): Update.
21994         * m88k/dgux.h (VERSION_INFO2): Kill.
21995         (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
21996         * m88k/luna.h (VERSION_INFO1): Tidy.
21997         * m88k/sysv4.h (VERSION_INFO1): Likewise.
21998         * m88k.c (out_rcs_id, tm_rcs_id): Kill.
21999         (output_file_start): Adjust for death of VERSION_STRING.
22000
22001 1999-08-25 13:51 -0700  Jim Meyering  <meyering@ascend.com>
22002
22003         * cpplib.c (detect_if_not_defined): New function.
22004         (do_if): Use it to detect potential once-only headers.
22005
22006 Wed Aug 25 14:00:18 1999  Jason Merrill  <jason@yorick.cygnus.com>
22007
22008         * c-common.c (combine_strings): Always set TREE_CONSTANT.
22009
22010 Wed Aug 25 15:27:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
22011
22012         * combine.c (nonzero_bits) : Allow single-ly set registers to be
22013         anywere in the function only if they are pseudos and set before
22014         being used (not live at the start of the function).
22015         (num_sign_bit_copies) : Same.
22016         (get_last_value_validate) : Same.
22017         (get_last_value) : Same.
22018
22019 Wed Aug 25 11:13:29 1999  Richard Henderson  <rth@cygnus.com>
22020
22021         * loop.c (express_from): Try harder to unify (* c N) and (* c M)
22022         where N and M are constant and N is an integer multiple of M.
22023
22024 Wed Aug 25 13:55:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22025
22026         * sbitmap.h (sbitmap_intersection_of_succs): Add prototype.
22027         (sbitmap_intersection_of_preds, sbitmap_union_of_succs,
22028         sbitmap_union_of_preds): Add prototypes.
22029         * sbitmap.c (sbitmap_intersection_of_succs): New function to compute
22030         the intersection of successors with the new flow graph structures.
22031         (sbitmap_intersection_of_preds): New function to compute the
22032         intersection of predecessors with the new flow graph structures.
22033         (sbitmap_union_of_succs): New function to compute the union of
22034         successors with the new flow graph structures.
22035         (sbitmap_union_of_preds): New function to compute the union of
22036         predecessors with the new flow graph structures.
22037         * gcse.c (compute_rdm, compute_available): Use new sbitmap routines.
22038         (expr_reaches_here_p): Use edge and basic_block structures instead
22039         of s_preds and s_succs.
22040         (compute_cprop_avinout): Use new sbitmap routines.
22041         (pre_expr_reaches_here_p): Use edge and basic_block structures instead
22042         of s_preds and s_succs.
22043         * flow.c (compute_flow_dominators): Compute dominators using
22044         edges and basic blocks instead of s_preds and s_succs.
22045
22046 Wed Aug 25 13:41:47 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22047
22048         * lists.c (unused_insn_list, unused_expr_list): New file for
22049         maintaining various types of lists. New statics for maintaining a
22050         cache of available INSN_LIST and EXPR_LIST nodes.
22051         (free_list): Static function for freeing a list of INSN/EXPR nodes.
22052         (alloc_INSN_LIST): Function to get a free INSN_LIST node.
22053         (alloc_EXPR_LIST): Function to get a free EXPR_LIST node.
22054         (init_EXPR_INSN_LIST_cache): Initialize the cache lists.
22055         (free_EXPR_LIST_list): Free an entire list of EXPR_LIST nodes.
22056         (free_INSN_LIST_list): Free an entire list of INSN_LIST nodes.
22057         (free_EXPR_LIST_node): Free an individual EXPR_LIST node.
22058         (free_INSN_LIST_node): Free an individual INSN_LIST node.
22059         * haifa-sched.c (unused_insn_list, unused_expr_list): Moved to flow.c
22060         (free_list, alloc_INSN_LIST, alloc_EXPR_LIST): Moved to flow.c
22061         (remove_dependence, free_pending_lists): Use new global routines.
22062         (flush_pending_lists, sched_analyze_insn): Use new global routines.
22063         (sched_analyze, compute_block_backward_dependences): Use new routines.
22064         (sched_analyze_1, sched_analyze_2): Use new routines.
22065         (schedule_insns): Use new global routines.
22066         * rtl.h (init_EXPR_INSN_LIST_cache, free_EXPR_LIST_list): Add function
22067         prototypes.
22068         (free_INSN_LIST_list, free_EXPR_LIST_node): Add prototypes.
22069         (free_INSN_LIST_node, alloc_INSN_LIST, alloc_EXPR_LIST): Add function
22070         prototypes.
22071         * toplev.c (rest_of_compilation): Initialize node cache.
22072         * Makefile.in (OBJS): Add lists.o to list of object files.
22073         (lists.o): Add dependancies.
22074
22075 Wed Aug 25 17:31:56 1999  Nick Clifton  <nickc@cygnus.com>
22076
22077         * config/v850/v850.md: Fix compile time warning messages.
22078         * config/v850/v850.c: Fix compile time warning messages.
22079         * config/v850/v850.h: Fix compile time warning messages.
22080
22081 Wed Aug 25 09:44:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22082
22083         * genattr.c (gen_attr): Add prototype arguments for get_attr_*().
22084         Remove unused prototype for `init_lengths'.
22085
22086 Wed Aug 25 09:32:31 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22087
22088         * calls.c (emit_call_1): Mark parameter `stack_size' with
22089         ATTRIBUTE_UNUSED.
22090         (expand_call): Initialize variable `insn'.
22091         (emit_library_call): Likewise for variable `high_to_save'.
22092         (emit_library_call_value): Likewise.
22093         (store_one_arg): Likewise for variables `lower_bound' and
22094         `upper_bound'.
22095
22096         * combine.c (try_combine): Likewise for variables `i2_code_number'
22097         and `other_code_number'.
22098         (find_split_point): Likewise for variables `pos', `unsignedp' and
22099         `inner'.
22100         (simplify_if_then_else): Likewise for variables `op' and `c1'.
22101         (simplify_and_const_int): Remove unused variable `width'.
22102         (merge_outer_ops): Likewise.
22103
22104         * cse.c (simplify_binary_operation): Cast an INTVAL() to `unsigned
22105         HOST_WIDE_INT' when comparing against one.
22106         (simplify_relational_operation): Likewise.
22107         (cse_insn): Initialize variables `src_eqv_volatile',
22108         `src_eqv_in_memory', `src_eqv_in_struct', `src_eqv_hash' and `sets'.
22109
22110         * final.c (init_final): Constify parameter `filename'.
22111         (final_start_function): Mark parameter `optimize' with
22112         ATTRIBUTE_UNUSED.
22113         (profile_function): Likewise for parameters `first' and `optimize'.
22114         (output_source_line): Likewise for parameter `file'.
22115
22116         * integrate.c (subst_constants): Cast a value to `size_t' when
22117         comparing against one.
22118         (mark_stores): Initialize variable `mode'.  Cast a value to
22119         `size_t' when comparing against one.
22120
22121         * integrate.h (MAYBE_EXTEND_CONST_EQUIV_VARRAY): Likewise.
22122
22123         * loop.c (move_movables): Initialize variable `first'.
22124         (strength_reduce): Likewise for variable `increment'.
22125         (check_dbra_loop): Likewise for variable `comparison_val'.  Cast a
22126         value to `size_t' when comparing against one.
22127         (load_mems): Initialize variable `end_label'.
22128
22129         * output.h (init_final): Constify parameter.
22130
22131         * reload.c (decompose): Initialize variable `base'.
22132
22133         * reload1.c (reload): Likewise for variable `is_scalar'.
22134         (spill_hard_reg): Mark parameter `dumpfile' with ATTRIBUTE_UNUSED.
22135         (choose_reload_regs): Initialize variable `mode'.
22136         (emit_reload_insns): Likewise for variable `store_insn'.
22137         (reload_cse_noop_set_p): Mark parameter `insn' with
22138         ATTRIBUTE_UNUSED.
22139         (reload_combine): Initialize variable `set'.
22140
22141         * unroll.c (unroll_loop): Likewise for variable `local_label'.
22142         (copy_loop_body): Cast a value to `size_t' when comparing against
22143         one.
22144
22145         * varasm.c (assemble_variable): Initialize variable `size_tree'.
22146         (const_hash): Add an `else abort()' in an if-else-if-else sequence.
22147         (remove_from_pending_weak_list): Mark parameter `name' with
22148         ATTRIBUTE_UNUSED.
22149
22150 Wed Aug 25 11:18:39 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22151
22152         * toplev.c (rest_of_compilation): Use decl_printable_name when opening
22153         gcse dump file.
22154
22155 Wed Aug 25 10:57:12 1999  Nick Clifton  <nickc@cygnus.com>
22156
22157         * config/arm/telf.h (ASM_WEAKEN_LABEL): Define.
22158         (ASM_DECLARE_FUNCTION_NAME): Define.
22159         (TYPE_ASM_OP, SIZE_ASM_OP, TYPE_OPERAND_FORMAT,
22160         ASM_DECLARE_RESULT, ASM_DECLARE_OBJECT_NAME,
22161         ASM_FINISH_DECLARE_OBJECT, ASM_DECLARE_FUNCTION_SIZE): Define if
22162         not already defined.
22163
22164 Wed Aug 25 01:36:11 1999  John David Anglin  <dave@hiauly1.hia.nrc.ca>
22165
22166         * calls.c (emit_call_1): Use call_pop/call_value_pop for all values
22167         of n_popped when call/call_value are not defined.
22168
22169 Wed Aug 25 01:25:14 1999  Jeffrey A Law  (law@cygnus.com)
22170
22171         * tm.texi: GNU CC -> GCC conversion.
22172         (CC1_SPEC): Indicate it is used for all language front ends.
22173
22174 Tue Aug 24 23:43:03 1999  Mark Mitchell  <mark@codesourcery.com>
22175
22176         * flow.c (delete_block): Spell NOTE_INSN_EH_REGION_BEG and
22177         NOTE_INSN_EH_REGION_END correctly.
22178
22179 Tue Aug 24 23:26:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
22180                           Jeff Law <law@cygnus.com>
22181
22182         * loop.c (strength_reduce): Automatically unroll loops if the
22183         unrolled loop size is smaller than the rolled loop size.
22184
22185         * loop.c (insert_bct): Replace use of sdiv_optab with asr_optab
22186         and delete comment that code should be rewritten.
22187
22188 Tue Aug 24 22:56:35 1999  Jeffrey A Law  (law@cygnus.com)
22189
22190         * haifa-sched.c (find_rgns): Mark a block found during the DFS search
22191         as reachable.
22192
22193         * haifa-sched.c (get_visual_tbl_length): Fix off-by-one error.
22194
22195 Tue Aug 24 22:41:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22196
22197         * fixinc/mkfixinc.sh: Don't fix uwin headers.
22198         * i386/uwin.h (MD_STARTFILE_PREFIX): Define.
22199         (LINK_SPEC): Add -u _main when building executables.
22200         (ASM_DECLARE_FUNCTION): Update from Cygwin.
22201         (ASM_FILE_END): Use the default for ix86-pe.
22202         * i386/xm-uwin.h (HAVE_BCOPY): Undefine.
22203
22204 Tue Aug 24 20:49:47 1999  Art Haas  <ahaas@neosoft.com>
22205
22206         * final.c (output_addr_const): Handle case where ASM_OPEN_PAREN
22207         and ASM_CLOSE_PAREN are empty strings.
22208
22209 Wed Aug 25 12:46:22 1999  Fred Fish  <fnf@cygnus.com>
22210                           Geoffrey Keating <geoffk@cygnus.com>
22211
22212         * Makefile.in (PREPROCESSOR_DEFINES): New macro.
22213         (protoize.o):  Use PREPROCESSOR_DEFINES and DRIVER_DEFINES.
22214         (unprotoize.o): Ditto.
22215         (test-protoize-simple): Don't define STD_PROTO_DIR.
22216         * protoize.c: Use PARAMS rather than PROTO.  Minor whitespace
22217         changes to make 'test-protoize-simple' pass.
22218         (STD_PROTO_DIR): Remove define.
22219         (STANDARD_EXEC_PREFIX): Supply default define.
22220         (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
22221         (target_machine): New variable, init to DEFAULT_TARGET_MACHINE.
22222         (target_version): New variable, init to DEFAULT_TARGET_VERSION.
22223         (GET_ENV_PATH_LIST): New macro.
22224         (default_syscalls_dir): No longer initialized to STD_PROTO_DIR.
22225         (do_processing): Initialize default_syscalls_dir using new
22226         macros.  Use it to initialize syscalls_absolute_filename.
22227
22228 Tue Aug 24 16:58:15 1999  Richard Henderson  <rth@cygnus.com>
22229
22230         * jump.c (jump_optimize_1): Do cmov opt on any single-set; force
22231         B into a register before emit_conditional_move.
22232
22233 Tue Aug 24 15:37:03 1999  Richard Henderson  <rth@cygnus.com>
22234
22235         * fold-const.c (fold): Reassociate (+ (+ (* a b) c) (* d e))
22236         as (+ (+ (* a b) (* d e)) c).  Factor a common power-of-two
22237         multiplicand out of (+ (* a b) (* c d)).
22238
22239 Tue Aug 24 11:46:10 1999  Bob Manson <manson@cygnus.com>
22240                           Richard Henderson  <rth@cygnus.com>
22241
22242         * haifa-sched.c (split_hard_reg_notes): Move to flow.c
22243         (new_insn_dead_notes): Likewise.
22244         (update_n_sets): Likewise.
22245         (update_flow_info): Move to flow.c, renamed to update_life_info;
22246         extend to handle multiple source insns.
22247         * flow.c: Include resource.h
22248         (unlink_insn_chain): New.
22249         (split_hard_reg_notes): New.
22250         (maybe_add_dead_note): New.
22251         (maybe_add_dead_note_use): New.
22252         (find_insn_with_note): New.
22253         (new_insn_dead_notes): New.
22254         (update_n_sets): New.
22255         (sets_reg_or_subreg_1, sets_reg_or_subreg): New.
22256         (maybe_remove_dead_notes): New.
22257         (update_life_info): New.
22258         (prepend_reg_notes): New.
22259         (replace_insns): New.
22260         * output.h (update_life_info): Declare.
22261         * recog.c (split_block_insns): Use update_life_info.
22262         * resource.c (find_free_register): Use reg_alloc_order, don't use
22263         fixed regs, make sure the mode is supported, don't use new regs.
22264         (reg_dead_p): New.
22265         * rtl.h (replace_insns): Declare.
22266
22267 Tue Aug 24 13:48:39 1999  Nathan Sidwell  <nathan@acm.org>
22268
22269         * expr.c (expand_expr): Cope with COND_EXPRs with one
22270         non-returning branch.
22271
22272 Mon Aug 23 22:28:16 1999  Mark Mitchell  <mark@codesourcery.com>
22273
22274         * expr.c (store_expr): Always pass down the target, even when not
22275         doing CSE.
22276
22277 1999-08-24  Nick Clifton  <nickc@cygnus.com>
22278
22279         * configure.in: Define target_cpu_default for v850 targets.
22280         * configure: Regenerate
22281
22282         * config/v850/v850.h (TARGET_CPU_generic): Define.
22283         (GO_IF_LEGITIMATE_ADDRESS): Insist that SImode and larger constant
22284         addresses are 4 byte aligned.
22285
22286         * config/v850/v850.c (print_operand): Cope with 'R' format DFmode
22287         addresses.
22288
22289 Tue Aug 24 09:32:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22290
22291         * genattr.c (function_unit_desc): Constify a char*.  Add prototype.
22292         (main): Add prototypes.
22293
22294         * genattrtab.c (substitute_address, write_const_num_delay_slots,
22295         attr_eq, attr_numeral, attr_equal_p, attr_copy_rtx): Prototype.
22296         (write_attr_get): Emit prototypes along with function definition.
22297         (write_eligible_delay): Mark a parameter with ATTRIBUTE_UNUSED.
22298         (write_complex_function): Emit static prototype along with
22299         function definition.
22300
22301         * genemit.c (gen_split): Emit prototypes along with function
22302         definition.
22303
22304         * genoutput.c (output_epilogue): Add prototype to `insn_outfun'.
22305         Likewise for predicates and `insn_operand_predicate'.
22306         (process_template): Emit static prototype along with function
22307         definition.
22308
22309         * genrecog.c (make_insn_sequence): Constify a char*.  Add
22310         prototypes for get_split_*().
22311         (write_subroutine): Emit prototypes along with function
22312         definition.
22313
22314 Tue Aug 24 12:35:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22315
22316         * gcse.c (find_avail_set): Follow chains of register-register copies.
22317         Use oprs_not_set_p to guarantee that the returned value can be
22318         substituted.
22319         (cprop_insn): Don't verify the return value of find_avail_set with
22320         oprs_not_set_p.
22321
22322         * gcse.c (cprop_jump): New function, broken out of cprop_insn.
22323         (cprop_cc0_jump): New function.
22324         (cprop_insn): Break out new function cprop_jump and use it.
22325         Also use cprop_cc0_jump for machines with CC0.
22326         (cprop): Don't crash if cprop_insn turned the insn into a NOTE.
22327
22328         * tree.h (current_function_calls_setjmp,
22329         current_function_calls_longjmp): Delete declarations.
22330         * dsp16xx.c: Include "function.h".
22331         * elxsi.c: Likewise.
22332         * gmicro.c: Likewise.
22333         * h8300.c: Likewise.
22334         * i370.c: Likewise.
22335         * m32r.c: Likewise.
22336         * mn10200.c: Likewise.
22337         * mn10300.c: Likewise.
22338         * ns32k.c: Likewise.
22339         * spur.c: Likewise.
22340         * v850.c: Likewise.
22341
22342         * rtl.h (rtx_equal_function_value_matters): Declare.
22343         * toplev.c (rtx_equal_function_value_matters): Don't declare.
22344         * cse.c: Likewise.
22345         * function.c: Likewise.
22346         * emit-rtl.c: Likewise.
22347
22348 Tue Aug 24 02:47:44 1999  Jeffrey A Law  (law@cygnus.com)
22349
22350         * expr.c (convert_move): Fix arguments to TRULY_NOOP_TRUNCATION
22351         call.
22352
22353 1999-08-24 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
22354
22355         * jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
22356         exactly.
22357
22358 Mon Aug 23 23:35:52 1999  Matthias Klose  <doko@cs.tu-berlin.de>
22359
22360         * cpp.texi: Add a node documenting macro varargs (copied
22361         from extend.texi).
22362
22363 1999-08-23 22:23 -0700  Zack Weinberg  <zack@bitmover.com>
22364
22365         * cppspec.c: Put a null pointer at the end of the new argv.
22366
22367 Mon Aug 23 21:23:24 1999  Jeffrey A Law  (law@cygnus.com)
22368
22369         * configure.in: Remove code to select/de-select the haifa
22370         scheduler.  Every scheduled port gets haifa now.
22371         * configure: Rebuilt.
22372         * flags.h, genattrtab.c, rtl.h, toplev.c: Remove HAIFA ifdefs.
22373         * sched.c Deleted.
22374         * Makefile.in: Corresponding changes.
22375
22376 Mon Aug 23 16:04:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22377
22378         * optabs.c (prepare_cmp_insn): Turn COMPARISON arg into a pointer.
22379         All callers changed.
22380         (prepare_float_lib_cmp): Likewise.
22381         Use FLOAT_LIB_COMPARE_RETURNS_BOOL.
22382         * expr.h (emit_float_lib_cmp): Delete declaration.
22383         * tm.texi (FLOAT_LIB_COMPARE_RETURNS_BOOL): Document.
22384         * sparc.h (FLOAT_LIB_COMPARE_RETURNS_BOOL): Define.
22385         * sparc.md (bcc and scc patterns): Don't handle TFmode comparisons
22386         specially.
22387         (cmptf): Now conditional on TARGET_HARD_QUAD.
22388
22389 Fri Aug 20 17:52:27 1999  Jim Wilson  <wilson@cygnus.com>
22390
22391         * resource.c (mark_target_live_regs): Use
22392         PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
22393
22394 Fri Aug 20 19:07:55 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22395
22396         * rtl.c (rtx_class, note_insn_name, reg_note_name): Constify.
22397
22398         * rtl.h (rtx_class, reg_note_name, note_insn_name): Likewise.
22399
22400         * genopinit.c (gen_insn): Use accessor macro, not `rtx_class'.
22401
22402 Fri Aug 20 18:53:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22403
22404         * rtl.h (rtx_format): Constify a char*.
22405
22406         * rtl.c (rtx_format): Likewise.
22407         (copy_rtx, copy_most_rtx, read_rtx): Likewise.
22408         (init_rtl): Use accessor macro, not `rtx_format'.
22409
22410         * alias.c (rtx_equal_for_memref_p, find_symbolic_term): Constify a
22411         char*.
22412
22413         * caller-save.c (mark_referenced_regs): Likewise.
22414
22415         * combine.c (subst, make_compound_operation, known_cond,
22416         gen_rtx_combine, update_table_tick, get_last_value_validate,
22417         use_crosses_set_p, mark_used_regs_combine, move_deaths): Likewise.
22418
22419         * cse.c (rtx_cost, mention_regs, canon_hash, exp_equiv_p,
22420         refers_to_p, canon_reg, fold_rtx, cse_process_notes,
22421         count_reg_usage): Likewise.
22422
22423         * emit-rtl.c (gen_rtx, copy_rtx_if_shared, reset_used_flags):
22424         Likewise.
22425
22426         * final.c (leaf_renumber_regs_insn): Likewise.
22427
22428         * flow.c (mark_used_regs, find_use_as_address, dump_flow_info,
22429         dump_edge_info, count_reg_references): Likewise.
22430
22431         * function.c (fixup_var_refs_1, walk_fixup_memory_subreg,
22432         fixup_stack_1, purge_addressof_1, instantiate_virtual_regs_1):
22433         Likewise.
22434
22435         * gcse.c (oprs_unchanged_p, hash_expr_1, expr_equiv_p,
22436         oprs_not_set_p, expr_killed_p, compute_transp, find_used_regs,
22437         add_label_notes): Likewise.
22438
22439         * genattrtab.c (attr_rtx, attr_copy_rtx, encode_units_mask,
22440         clear_struct_flag, count_sub_rtxs, count_alternatives,
22441         compares_alternatives_p, contained_in_p, walk_attr_value,
22442         write_expr_attr_cache): Likewise.
22443
22444         * genconfig.c (walk_insn_part): Likewise.
22445
22446         * genemit.c (max_operand_1, gen_exp): Likewise.
22447
22448         * genextract.c (walk_rtx): Likewise.
22449
22450         * genflags.c (num_operands): Likewise.
22451
22452         * genoutput.c (scan_operands): Likewise.
22453
22454         * genpeep.c (match_rtx): Likewise.
22455
22456         * genrecog.c (add_to_sequence): Likewise.
22457
22458         * haifa-sched.c (may_trap_exp, sched_analyze_2, attach_deaths):
22459         Likewise.
22460
22461         * integrate.c (save_constants, copy_for_inline,
22462         copy_rtx_and_substitute, subst_constants, restore_constants):
22463         Likewise.
22464
22465         * jump.c  (mark_jump_label, invert_exp, redirect_exp,
22466         rtx_renumbered_equal_p, rtx_equal_for_thread_p): Likewise.
22467
22468         * local-alloc.c (contains_replace_regs, memref_referenced_p):
22469         Likewise.
22470
22471         * loop.c (record_excess_regs, rtx_equal_for_loop_p,
22472         add_label_notes, replace_call_address, count_nonfixed_reads,
22473         invariant_p, find_single_use_in_loop, find_mem_givs,
22474         find_life_end, maybe_eliminate_biv_1, update_reg_last_use):
22475         Likewise.
22476
22477         * print-rtl.c (reg_names, print_rtx): Likewise.
22478
22479         * recog.c (validate_replace_rtx_1, find_single_use_1): Likewise.
22480
22481         * reg-stack.c (stack_regs_mentioned_p, record_label_references,
22482         record_reg_life_pat, swap_rtx_condition, goto_block_pat,
22483         print_blocks): Likewise.
22484
22485         * regclass.c (fix_register, record_address_regs,
22486         reg_scan_mark_refs): Likewise.
22487
22488         * regmove.c (stable_but_for_p): Likewise.
22489
22490         * reload.c (loc_mentioned_in_p, operands_match_p,
22491         find_reloads_toplevsubst_reg_equivs, find_reloads_address_1,
22492         copy_replacements, refers_to_regno_for_reload_p,
22493         refers_to_mem_for_reload_p, find_inc_amount, regno_clobbered_p,
22494         reload_when_needed_name, reg_class_names, debug_reload_to_stream):
22495         Likewise.
22496
22497         * reload1.c (eliminate_regs, scan_paradoxical_subregs,
22498         delete_address_reloads_1, count_occurrences,
22499         reload_cse_mem_conflict_p, reload_combine_note_use,
22500         add_auto_inc_notes): Likewise.
22501
22502         * resource.c (mark_referenced_resources, mark_set_resources):
22503         Likewise.
22504
22505         * rtlanal.c (rtx_unstable_p, rtx_varies_p, rtx_addr_varies_p,
22506         reg_mentioned_p, regs_set_between_p, modified_between_p,
22507         modified_in_p, refers_to_regno_p, reg_overlap_mentioned_p,
22508         rtx_equal_p, volatile_insn_p, volatile_refs_p, side_effects_p,
22509         may_trap_p, inequality_comparisons_p, replace_rtx, replace_regs,
22510         jmp_uses_reg_or_mem, for_each_rtx, regno_use_in): Likewise.
22511
22512         * sched.c (sched_analyze_2, attach_deaths): Likewise.
22513
22514         * stupid.c (stupid_mark_refs): Likewise.
22515
22516         * unroll.c (remap_split_bivs): Likewise.
22517
22518         * varasm.c (mark_constants): Likewise.
22519
22520         * a29k/a29k.c (uses_local_reg_p): Likewise.
22521
22522         * alpha/alpha.c (summarize_insn): Likewise.
22523
22524         * arm/arm.c (symbol_mentioned_p, label_mentioned_p,
22525         eliminate_lr2ip): Likewise.
22526
22527         * arm/thumb.c (symbol_mentioned_p, label_mentioned_p): Likewise.
22528
22529         * i386/i386.c (symbolic_reference_mentioned_p, copy_all_rtx,
22530         reg_mentioned_in_mem): Likewise.
22531
22532         * ns32k/ns32k.c (global_symbolic_reference_mentioned_p,
22533         symbolic_reference_mentioned_p): Likewise.
22534
22535         * romp/romp.c (unsigned_comparisons_p, hash_rtx): Likewise.
22536
22537         * sh/sh.c (regs_used, mark_use): Likewise.
22538
22539         * vax/vax.c (vax_rtx_cost): Likewise.
22540
22541 Fri Aug 20 18:38:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22542
22543         * machmode.h (mode_name): Constify a char*.
22544
22545         * rtl.c (mode_name): Likewise.
22546
22547         * genopinit.c (gen_insn): Use accessor macro, not `mode_name'.
22548
22549         * optabs.c (init_libfuncs): Constify a char*.
22550
22551         * print-tree.c (mode_name): Remove redundant declaration.
22552         (print_node): Use accessor macro, not `mode_name'.
22553
22554         * reload1.c (dump_needs): Constify a char*.  Use accessor macro,
22555         not `mode_name'.
22556         (new_spill_reg): Constify a char*.
22557
22558         * tree.c (mode_name): Remove redundant declaration.
22559
22560 Fri Aug 20 18:31:26 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22561
22562         * rtl.c (rtx_name): Constify a char*.
22563
22564         * rtl.h (rtx_name, fix_sched_param): Likewise.
22565
22566         * gmicro/gmicro.c (rtx_name): Remove redundant declaration.
22567         (mypr): Use accessor macro, not `rtx_name'.
22568
22569         * genemit.c (print_code): Constify a char*.
22570
22571         * genopinit.c (gen_insn): Use accessor macro, not `rtx_name'.
22572
22573         * genpeep.c (print_code): Constify a char*.
22574
22575         * genrecog.c (print_code): Likewise.
22576
22577         * graph.c (start_fct, start_bb, node_data, draw_edge, end_fct,
22578         end_bb): Add static prototype.
22579         (draw_edge): Constify a char*.
22580         (end_bb): Remove unused parameter.
22581
22582         * haifa-sched.c (fix_sched_param, safe_concat, print_exp
22583         print_block_visualization): Constify a char*.
22584
22585 Fri Aug 20 15:02:10 1999  Mark Mitchell  <mark@codesourcery.com>
22586
22587         * c-common.c (c_get_alias_set): Update comment.
22588
22589 1999-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
22590
22591         * linux.h (LIB_SPEC): Added.
22592
22593 Fri Aug 20 22:32:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
22594
22595         * config/c4x/c4x.h (STARTFILE_SPEC): Don't def.
22596
22597 1999-08-19 18:43 -0700  Zack Weinberg  <zack@bitmover.com>
22598
22599         * tree.c (expr_check): Fix typo in last change.
22600
22601 1999-08-19 14:44 -0700  Zack Weinberg  <zack@bitmover.com>
22602
22603         * rtl.def (NOTE): Change format to "iuu0n".
22604         (ADDR_DIFF_VEC): Change format to "eEee0".
22605         (ADDRESSOF): Change format to "eit".
22606
22607         * rtl.h (rtvec): Make "elem" an array of rtx, not rtunion.
22608         (RTVEC_ELT): Change to match.
22609         (XVECEXP): Use XVEC and RTVEC_ELT.
22610         (INSN_UID, INSN_CODE, CODE_LABEL_NUMBER, NOTE_LINE_NUMBER,
22611         ADDRESSOF_REGNO, REGNO, SUBREG_WORD): Use XINT.
22612         (PREV_INSN, NEXT_INSN, PATTERN, REG_NOTES,
22613         CALL_INSN_FUNCTION_USAGE, SUBREG_REG, SET_SRC, SET_DEST,
22614         TRAP_CONDITION, TRAP_CODE): Use XEXP.
22615         (INTVAL): Use XWINT.
22616         (ADDRESSOF_DECL): Use XTREE.
22617         (SET_ADDRESSOF_DECL): Delete.
22618         (NOTE_DECL_NAME, NOTE_DECL_CODE, NOTE_DECL_RTL,
22619         NOTE_DECL_IDENTIFIER, NOTE_DECL_TYPE): Kill.  These have been
22620         ifdefed out since 2.6 at least.
22621         (gen_rtvec_vv): Delete prototype.
22622
22623         * rtl.h (rtvec_alloc): rt->elem is now an array of rtx,
22624         not rtunion.
22625         (copy_most_rtx): Handle 't' format letter.
22626         * emit-rtl.c (gen_rtvec_v): rt_val->elem is an array of rtx.
22627         (gen_rtvec_vv): Delete function.  All callers changed to use
22628         gen_rtvec_v instead.
22629         * print-rtl.c (print_rtx): Move special casing of NOTEs to
22630         the '0' format letter.
22631
22632         * function.c (gen_mem_addressof): Don't use
22633         SET_ADDRESSOF_DECL; provide `decl' to gen_rtx_ADDRESSOF
22634         instead.
22635         * integrate.c (copy_rtx_and_substitute): Likewise.
22636         Copy 't' slots with XTREE.
22637         (subst_constants): Treat 't' slots like '[swi]' slots.
22638         * cse.c (canon_hash, exp_equiv_p): Treat 't' slots like '0' slots.
22639         * jump.c (rtx_equal_for_thread_p): Likewise.
22640         * rtlanal.c (rtx_equal_p): Likewise.
22641         * stmt.c (expand_end_case): gen_rtx_ADDR_DIFF_VEC now takes
22642         only four arguments.
22643         * gengenrtl.c (type_from_format): Provide correct types for
22644         'b' and 't' slots.
22645
22646
22647         * tree.h [ENABLE_CHECKING] (TREE_CHECK, TREE_CLASS_CHECK):
22648         If a recent gcc is in use (always in stage2 and beyond), use
22649         statement expressions, so we don't make a function call unless
22650         the check fails.  Evaluate arguments exactly once.
22651         (CHAIN_CHECK, DO_CHECK, DO_CHECK1, TREE_CHECK1,
22652         TREE_CLASS_CHECK1, TYPE_CHECK1, DECL_CHECK1, CST_CHECK1):
22653         Delete.
22654         (CST_OR_CONSTRUCTOR_CHECK, EXPR_CHECK): Redefine such that
22655         they evaluate their arguments exactly once, irrespective of
22656         the compiler in use.
22657
22658         * tree.c [ENABLE_CHECKING]: Define whichever set of functions
22659         is used by the currently-enabled check macros.  This is:
22660         (tree_check_failed, tree_class_check_failed): For gcc.
22661         (tree_check, tree_class_check, cst_or_constructor_check,
22662         expr_check): For other compilers.
22663
22664         * gencheck.c: Do not define any *_CHECK1 macros.
22665
22666 Thu Aug 19 14:42:38 1999  Mike Stump <mrs@wrs.com>
22667                           Mark Mitchell <mark@codesourcery.com>
22668
22669         * c-common.c (c_get_alias_set): Fix support for poitners and
22670         references.
22671
22672 Thu Aug 19 11:51:22 EDT 1999  John Wehle  (john@feith.com)
22673
22674         * alias.c: Include tree.h.
22675         (nonlocal_reference_p, mark_constant_function): New functions.
22676         * flow.c (life_analysis): Call mark_constant_function.
22677         * rtl.h (mark_constant_function): Declare it.
22678
22679 Thu Aug 19 15:02:01 1999  Nick Clifton  <nickc@cygnus.com>
22680
22681         * config/rs6000/rs6000.c (rs6000_override_options): Fix test for
22682         unrecognisable switches.
22683
22684 Wed Aug 18 23:31:57 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22685
22686         * loop.c (recombine_givs): Set ix field after sorting.
22687         (recombine_givs): Remove bogus index / giv lockstep looping.
22688
22689 Wed Aug 18 18:20:40 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22690
22691         * expmed.c (emit_store_flag): If UNSIGNEDP, call unsigned_condition
22692         on CODE.
22693         (emit_store_flag_force): Use do_compare_rtx_and_jump.
22694         (do_cmp_and_jump): Formatting fixes.
22695         * expr.c (do_compare_and_jump): Renamed from compare; changed to call
22696         do_compare_rtx_and_jump instead of compare_from_rtx.
22697         (do_compare_rtx_and_jump): New function; mostly copied from
22698         compare_from_rtx.
22699         (do_jump_for_compare): Delete.
22700         (expand_expr): Use do_compare_rtx_and_jump when handling MAX_EXPR and
22701         MIN_EXPR.
22702         (do_jump): Use do_compare_and_jump or do_compare_rtx_and_jump instead
22703         of compare/do_jump_for_compare pairs.
22704         (do_jump_by_parts_greater): Use do_jump_by_parts_greater_rtx.
22705         (do_jump_by_parts_greater_rtx): Use do_compare_rtx_and_jump instead of
22706         compare_from_rtx/do_jump_for_compare pairs.
22707         (do_jump_by_parts_equality): Likewise.
22708         (do_jump_by_parts_equality_rtx): Likewise.
22709         * expr.h (do_compare_rtx_and_jump): Declare.
22710         * optabs.c (prepare_cmp_insn): New function, contains most of the code
22711         that used to be in emit_cmp_insn.
22712         (cmp_available_p): New function.
22713         (prepare_operand): New function.
22714         (emit_cmp_and_jump_insn_1): New function, contains some code that used
22715         to be in emit_cmp_insn.
22716         (prepare_float_lib_cmp): Renamed from emit_float_lib_cmp; change some
22717         parameters to be pointers; don't emit final compare but modify some of
22718         the values pointed to by the args so the caller can perform the
22719         correct comparison.
22720         (expand_binop): Call emit_store_flag_force with signed forms of
22721         comparison code.
22722         (expand_abs): Use do_compare_rtx_and_jump instead of compare_from_rtx/
22723         emit_jump_insn pair.
22724         (emit_cmp_and_jump_insn): Use prepare_cmp_insn and
22725         emit_cmp_and_jump_insn_1.  Call emit_queue.
22726         (emit_cmp_insn): Just call emit_cmp_and_jump_insns with zero for LABEL
22727         arg.
22728         * flow.c (tidy_fallthru_edge): If HAVE_cc0, verify insn before a
22729         jump sets cc0 before deleting it.
22730         * integrate.c (expand_inline_function): Likewise.
22731         * unroll.c (unroll_loop): Similar changes in several places.
22732         (copy_loop_body): If HAVE_cc0, verify insn before a jump sets cc0
22733         before deleting it.
22734
22735 Wed Aug 18 06:37:44 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
22736
22737         * Makefile.in (insn-recog.o): Update dependencies.
22738         * genrecog.c (main): Make generated file include "function.h".
22739
22740 Sat Aug 14 00:54:57 1999  Geoffrey Keating  <geoffk@cygnus.com>
22741
22742         * cse.c (cse_insn): Call never_reached_warning when a jump is
22743         changed to be unconditional.
22744         * flags.h: Declare warn_notreached.
22745         * flow.c (delete_block): Call never_reached_warning when
22746         a block is deleted.
22747         * jump.c (delete_barrier_successors): Call never_reached_warning
22748         when we delete everything after a BARRIER.
22749         (never_reached_warning): New function.
22750         * rtl.h: Declare never_reached_warning.
22751         * toplev.c (warn_notreached): New variable.
22752         (lang_independent_options): Set warn_notreached
22753         when -Wunreachable-code.
22754         (compile_file): We need line numbers for -Wunreachable-code.
22755
22756 Tue Aug 17 22:06:11 1999  Jan Hubicka  <hubicka@freesoft.cz>
22757
22758         * haifa-sched.c (insn_unit): Fix typo on out of range test.
22759         * sched.c (insn_unit): Likewise.
22760
22761 Tue Aug 17 21:57:23 1999  Andreas Schwab  <schwab@suse.de>
22762
22763         * combine.c (distribute_notes): Handle REG_EH_RETHROW.
22764
22765 Tue Aug 17 17:39:43 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22766
22767         * flow.c (create_edge_list): Use xmalloc, not malloc.
22768
22769 Tue Aug 17 01:40:54 1999  Loren Rittle  <ljrittle@acm.org>
22770
22771         * fixinc/inclhack.def (no_double_slash): Do not trash single-line
22772         C-style comments.  Do not lose the character before double slash.
22773
22774 Mon Aug 16 18:08:22 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22775
22776         * basic-block.h (struct edge_list): Stucture to maintain a vector
22777         of edges.
22778         (EDGE_INDEX_NO_EDGE, EDGE_INDEX, INDEX_EDGE_PRED_BB, INDEX_EDGE_SUCC_BB,
22779          INDEX_EDGE, NUM_EDGES): New Macros for accessing edge list.
22780         (create_edge_list, free_edge-List, print_edge_list, verify_edge_list):
22781         New function prototypes.
22782         * flow.c (create_edge_list): Function to create an edge list.
22783         (free_edge_list): Discards memory used by an edge list.
22784         (print_edge_list): Debug output showing an edge list.
22785         (verify_edge_list): Internal consistency check for an edge list.
22786         (find_edge_index): Function to find an edge index for a pred and succ.
22787
22788 Mon Aug 16 11:56:36 1999  Mark Mitchell  <mark@codesourcery.com>
22789
22790         * tree.c (type_hash_add): Use permalloc to allocate nodes in the
22791         hashtable.
22792
22793 Mon Aug 16 17:04:15 1999  Jorn Rennecke <amylaar@cygnus.co.uk>
22794
22795         * mips.h (CLASS_CANNOT_CHANGE_SIZE): Define.
22796
22797 Fri Aug 13 15:20:43 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
22798
22799         * config/i386/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
22800
22801 Fri Aug 13 10:21:28 1999  Nick Clifton  <nickc@cygnus.com>
22802
22803         * toplev.c (rest_of_compilation): Allow machine dependent
22804         reorganisation pass to place information into the RTL dump
22805         file if it so wishes.
22806
22807 Sun Aug 15 12:41:21 1999  Jim Wilson  <wilson@cygnus.com>
22808
22809         * explow.c (hard_function_value): Use VOIDmode instead of
22810         MAX_MACHINE_MODE.
22811         * stmt.c (expand_return): Likewise.
22812         * stor-layout.c (get_best_mode): Likewise.
22813
22814         * genemit.c (gen_expand): If next is MATCH_PAR_DUP, then output
22815         emit call instead of emit_insn call.
22816
22817 Sat Aug 14 15:04:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22818
22819         * configure.in: Handle --disable/enable-win32-registry.
22820         * install.texi: Document --disable/enable-win32-registry.
22821         * acconfig.h (ENABLE_WIN32_REGISTRY): New macro.
22822         (WIN32_REGISTRY_KEY): New macro.
22823         * prefix.c: Use to enable/disable win32-specific code.
22824         (lookup_key): Use versioned key.
22825         * configure: Regenerate.
22826         * config.in: Likewise.
22827
22828 Fri Aug 13 17:41:55 1999  Jason Merrill  <jason@yorick.cygnus.com>
22829
22830         * cpplib.c (read_line_number): New fn, split out of...
22831         (do_line): Here.
22832
22833 Fri Aug 13 14:18:27 1999  Gavin Romig-Koch  <gavin@cygnus.com>
22834
22835         tree.c (lang_unsave_expr_now) : New.
22836         (unsave_expr_now): Call lang_unsave_expr_now.
22837         tree.h (lang_unsave_expr_now) : New.
22838
22839 Fri Aug 13 00:49:46 1999  Jason Merrill  <jason@yorick.cygnus.com>
22840
22841         * toplev.c (flag_new_exceptions): On by default.
22842
22843 1999-08-13  Michael Meissner  <meissner@cygnus.com>
22844
22845         * Makefile.in (GCC_FOR_TARGET): Move -B./ after the tooldir -B.
22846
22847 Fri Aug 13 01:29:57 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
22848
22849         * dwarfout.c (fundamental_type_code): Return FT_boolean for
22850         INTEGER_TYPE with precision==1, it's __java_boolean.
22851
22852 Thu Aug 12 23:51:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
22853
22854         * global.c (prune_preferences): Move some invariants out of the
22855         inner loop.
22856
22857 Thu Aug 12 15:30:29 1999  Jesse Perry  (jap@unx.dec.com)
22858
22859         * configure.in (alpha*-dec-osf*): Add osf5.
22860
22861 Sun Aug  1 22:24:03 1999  Philip Blundell  <philb@gnu.org>
22862
22863         * configure.in: Rework handling of ARM GNU/Linux slightly.
22864         (arm*-*-linux-gnuoldld): New target.
22865         * configure: Regenerate.
22866         * install.texi (Configurations): Add arm-*-linux-gnu{oldld} and
22867         arm-*-elf.  Mention that arm-*-linux-gnuaout is obsolete.
22868         * config/arm/linux-oldld.h: New file.
22869         * config/arm/linux-elf26.h: Don't include linux-elf.h.
22870         (TARGET_DEFAULT, SUBTARGET_LINK_SPEC, SUBTARGET_EXTRA_ASM_SPEC):
22871         Don't define.
22872         * config/arm/linux-elf.h (ASM_SPEC): Define.
22873         (TARGET_DEFAULT, SUBTARGET_EXTRA_LINK_SPEC,
22874         SUBTARGET_EXTRA_ASM_SPEC, CPP_APCS_PC_DEFAULT): Add definitions
22875         for 26-bit APCS and old linker.
22876         (CPP_PREDEFINES): Define `__arm__'; don't define `arm' or
22877         `arm_elf'.
22878         (FP_DEFAULT): Define to FP_SOFT3 for all machines.
22879         * config/arm/linux-aout.h (CPP_PREDEFINES): Define `__arm__';
22880         don't define `arm' or `arm_elf'.
22881         * config/arm/t-linux (EXTRA_MULTILIB_PARTS, MULTILIB_OPTIONS,
22882         MULTILIB_DIRNAMES): Define.  Fix typo in comment.
22883
22884 Thu Aug 12 10:14:47 1999  Andreas Schwab  <schwab@suse.de>
22885
22886         * rtl.texi: Fix typo.
22887
22888 Wed Aug 11 23:50:57 1999  Jason Merrill  <jason@yorick.cygnus.com>
22889
22890         * invoke.texi (C++ Dialect Options): Add -fms-extensions.
22891
22892 Wed Aug 11 12:59:37 1999  Mark Mitchell  <mark@codesourcery.com>
22893
22894         * extend.texi (C++ Signatures): Remove node.
22895         * invoke.texi: Remove discussion of -fhandle-signatures,
22896         signature, sigof, __signature__, and __sigof__.
22897
22898 Wed Aug 11 03:38:25 1999  Jeffrey A Law  (law@cygnus.com)
22899
22900         * Makefile.in (JAVAGC): Removed.
22901
22902 Wed Aug 11 02:13:26 1999  Mumit Khan  <khan@xraylith.wisc.edu>
22903
22904         * i386/cygwin.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22905
22906 1999-08-11 Mark Elbrecht <snowball3@bigfoot.com>
22907
22908         * i386/djgpp.h (ASM_OUTPUT_ALIGNED_BSS): Define.
22909
22910 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
22911
22912         * emit-rtl.c (mark_reg_pointer): Don't increase the alignment of
22913         a register that is already known to be a pointer.
22914
22915 1999-08-11  Bruce Korb  <ddsinc09@ix.netcom.com>
22916
22917         * fixinc/inclhack.tpl: Only install assert.h conditionally.
22918         * fixinc/inclhack.sh: Regenerated.
22919         * fixinc/fixincl.sh: Regenerated.
22920
22921 Wed Aug 11 00:34:22 1999  Joe Buck  <jbuck@synopsys.com>
22922
22923         * invoke.texi: s/GNU CC/GCC/ for consistency with gcc.texi.
22924         Fix documentation of -ansi flag to describe its C++ behavior.
22925         Remove bogus reference to GCC 2.9.
22926
22927 Tue Aug 10 17:19:02 1999  Jim Wilson  <wilson@cygnus.com>
22928
22929         * config/sh/sh.c (machine_dependent_reorg): Only call PUT_MODE on
22930         note if it is non-NULL.
22931
22932 Tue Aug 10 10:47:42 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22933
22934         * except.h (eh_nesting_info): Add new structure defintion.
22935         (init_eh_nesting_info, free_eh_nesting_info): Add function prototypes.
22936         (reachable_handlers, update_rethrow_references): Add function
22937         prototypes.
22938         * rtl.h (struct rtvec_def): Update comments.  REG_EH_RETHROW takes
22939         a rethrow symbol instead of an integer exception region number.
22940         * flow.c (Make_edges): Use new exception nesting routines to determine
22941         which handlers are reachable from a CALL or asynchronous insn.
22942         Dont add an edge for calls with a REG_EH_REGION of -1 to non-local
22943         goto receivers.
22944         (delete_eh_regions): Update rethrow labels, and don't delete
22945         regions which are the target of a rethrow.
22946         * except.c (struct func_eh_entry): Add rethrow_ref field, now we can
22947         avoid overloading the SYMBOL_REF_USED flag.
22948         (rethrow_symbol_map): Use new rethrow_ref field.
22949         (rethrow_used): Use new rethrow_ref field.
22950         (expand_rethrow): REG_EH_RETHROW now has a SYMBOL_REF instead
22951         of an integer.  Fix formatting.
22952         (output_exception_table_entry): Use new rethrow_ref field.
22953         (can_throw): Check for EH_REGION_NOTE before deciding
22954         whether a CALL can throw or not.
22955         (scan_region): Call rethrow_used() instead of accessing data structure.
22956         (update_rethrow_references): New function to make sure only regions
22957         which are still targets of a rethrow are flagged as such.
22958         (process_nestinfo): New static function to initialize a handler
22959         list for a specific region.
22960         (init_eh_nesting_info): New function to allocate and initialize
22961         the list of all EH handlers reachable from all regions.
22962         (reachable_handlers): New function to retrieve the list of handlers
22963         reachable from a specific region and insn.
22964         (free_eh_nesting_info): New function to dispose of a list of
22965         reachable handlers.
22966
22967 Tue Aug 10 10:39:31 EDT 1999  Andrew MacLeod  <amacleod@cygnus.com>
22968
22969         * flow.c (split_edge): Set JUMP_LABEL field.
22970         (commit_one_edge_insertion): Set head correctly for insert_before.
22971         When inserting insns, update insn block numbers if allocated.
22972
22973 Tue Aug 10 09:26:07 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22974
22975         * dwarf2out.c (dwarf2out_frame_debug_expr, add_incomplete_type,
22976         retry_incomplete_types): Add static prototype.
22977         (stripattributes, dwarf_cfi_name, ASM_OUTPUT_DWARF_STRING,
22978         dwarf_tag_name, dwarf_attr_name, dwarf_form_name,
22979         dwarf_stack_op_name, dwarf_type_encoding_name, add_AT_string,
22980         dwarf2_name, add_name_attribute, lookup_filename, dwarf2out_line,
22981         dwarf2out_start_source_file, dwarf2out_define, dwarf2out_undef):
22982         Constify a char*.
22983
22984         * dwarf2out.h (dwarf2out_define, dwarf2out_undef,
22985         dwarf2out_start_source_file, dwarf2out_line): Likewise.
22986
22987 Tue Aug 10 09:21:46 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22988
22989         * output.h (assemble_name): Constify a char*.
22990
22991         * varasm.c (UNIQUE_SECTION, assemble_start_function,
22992         assemble_variable, assemble_name): Likewise.
22993
22994         * dwarf2out.c (ASM_NAME_TO_STRING): Likewise.
22995
22996         * arm/pe.c (arm_pe_unique_section): Likewise.
22997
22998         * i386/cygwin.h (STRIP_NAME_ENCODING): Likewise.
22999
23000         * i386/i386-interix.h (STRIP_NAME_ENCODING): Likewise.
23001
23002         * i386/interix.c (i386_pe_unique_section): Likewise.
23003
23004         * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
23005
23006         * i386/winnt.c (i386_pe_unique_section): Likewise.
23007
23008         * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
23009
23010         * mn10200/mn10200.h (ASM_OUTPUT_LABELREF): Likewise.
23011
23012         * mn10300/mn10300.h (ASM_OUTPUT_LABELREF): Likewise.
23013
23014         * pa/pa.c (output_call): Likewise.
23015
23016         * pa/pa.h (ASM_OUTPUT_MI_THUNK): Likewise.
23017
23018         * pa/som.h (ASM_OUTPUT_FUNCTION_PREFIX): Likewise.
23019
23020         * rs6000/rs6000.c (rs6000_output_load_toc_table, output_toc):
23021         Likewise.
23022
23023         * rs6000/rs6000.h (RS6000_OUTPUT_BASENAME, STRIP_NAME_ENCODING):
23024         Likewise.
23025
23026         * rs6000/sol2.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
23027
23028         * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_INT,
23029         STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Likewise.
23030
23031         * v850/v850.h (ASM_OUTPUT_LABELREF): Likewise.
23032
23033 Mon Aug  9 19:54:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23034
23035         * real.c (GET_REAL, PUT_REAL): Use memcpy instead of bcopy.
23036
23037 Mon Aug  9 19:36:00 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23038
23039         * tree.h (lang_identify): Constify a char*.
23040         (print_error_function): Add extern prototype.  Constify a char*.
23041
23042         * c-lang.c (lang_identify): Constify a char*.
23043
23044         * objc/objc-act.c (lang_identify): Constify a char*.
23045
23046 Mon Aug  9 16:21:53 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23047
23048         * genpeep.c (main): Make generated file include "function.h".
23049         * arm.c (function_really_clobbers_lr): Delete INLINE_HEADER case.
23050
23051 Mon Aug  9 10:08:50 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23052
23053         * Makefile.in: Update dependencies.
23054         * alias.c: Include "function.h"
23055         * c-decl.c: Likewise.
23056         * caller-save.c: Likewise.
23057         * calls.c: Likewise.
23058         * combine.c: Likewise.
23059         * cse.c: Likewise.
23060         * explow.c: Likewise.
23061         * final.c: Likewise.
23062         * global.c: Likewise.
23063         * graph.c: Likewise.
23064         * local-alloc.c: Likewise.
23065         * loop.c: Likewise.
23066         * optabs.c: Likewise.
23067         * profile.c: Likewise.
23068         * recog.c: Likewise.
23069         * regclass.c: Likewise.
23070         * regmove.c: Likewise.
23071         * reload.c: Likewise.
23072         * reorg.c: Likewise.
23073         * resource.c: Likewise.
23074         * sched.c: Likewise.
23075         * stupid.c: Likewise.
23076         * config/1750a/1750a.c: Likewise.
23077         * config/a29k/a29k.c: Likewise.
23078         * config/arc/arc.c: Likewise.
23079         * config/arm/arm.c: Likewise.
23080         * config/arm/thumb.c: Likewise.
23081         * config/c4x/c4x.c: Likewise.
23082         * config/clipper/clipper.c: Likewise.
23083         * config/convex/convex.c: Likewise.
23084         * config/fx80/fx80.c: Likewise.
23085         * config/i860/i860.c: Likewise.
23086         * config/m68k/m68k.c: Likewise.
23087         * config/m88k/m88k.c: Likewise.
23088         * config/mips/mips.c: Likewise.
23089         * config/pdp11/pdp11.c: Likewise.
23090         * config/pyr/pyr.c: Likewise.
23091         * config/romp/romp.c: Likewise.
23092         * config/sh/sh.c: Likewise.
23093         * config/tahoe/tahoe.c: Likewise.
23094         * config/vax/vax.c: Likewise.
23095         * config/we32k/we32k.c: Likewise.
23096         * config/sparc/sparc.c: Include "function.h".
23097         (mem_min_alignment): Test current_function rather than
23098         regno_pointer_align.
23099         * config/pa/pa.c: Likewise.
23100         (compute_frame_size): Delete declaration of
23101         current_function_outgoing_args_size.
23102         * config/arc/arc.h (current_function_varargs): Delete declaration.
23103         * config/elxsi/elxsi.h (current_function_calls_alloca): Delete
23104         declaration.
23105         * config/i370/i370.h (current_function_outgoing_args_size): Delete
23106         declaration.
23107         * config/i386/i386.h (FINALIZE_PIC): Delete declaration of
23108         current_function_uses_pic_offset_table.
23109         * config/m68k/a-ux.h (FUNCTION_EXTRA_EPILOGUE): Delete declaration
23110         of current_function_returns_pointer.
23111         * config/m68k/altos3068.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23112         * config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23113         * config/m68k/m68kv4.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23114         * config/m68k/mot3300.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23115         * config/m68k/pbb.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23116         * config/m68k/tower-as.h (FUNCTION_EXTRA_EPILOGUE): Likewise.
23117         * config/m88k/m88k.c: Include "function.h"
23118         (call_used_regs, current_function_pretend_args_size,
23119         current_function_outgoing_args_size, frame_pointer_needed): Delete
23120         declarations.
23121         * config/m88k/m88k.h (current_function_pretend_args_size): Delete
23122         declaration.
23123         * config/mips/mips.h (current_function_calls_alloca): Delete
23124         declaration.
23125         * config/mn10200/mn10200.h (current_function_needs_context,
23126         rtx_equal_function_value_matters): Delete declarations.
23127         * config/ns32k/ns32k (current_function_uses_pic_offset_table,
23128         flag_pic): Delete declarations.
23129         * config/pa/pa.h (current_function_pretend_args_size,
23130         current_function_decl): Delete declarations.
23131         * config/pa/som.h (current_function_varargs): Delete declaration.
23132         * config/pdp11/pdp11.h (current_function_pretend_args_size): Delete
23133         declaration.
23134         * config/pyr/pyr.h (current_function_pretend_args_size,
23135         current_function_args_size, current_function_calls_alloca): Delete
23136         declarations.
23137         * config/sh/sh.h (current_function_varargs): Delete declaration.
23138         * config/sparc/sparc.h (current_function_outgoing_args_size,
23139         current_function_calls_alloca, current_function_decl): Delete
23140         declarations.
23141         * config/spur/spur.h (current_function_pretend_args_size,
23142         current_function_calls_alloca): Delete declarations.
23143         * config/v850/v850.c (current_function_outgoing_args_size): Delete
23144         declaration.
23145         * config/vax/vms.h (current_function_name): Delete declaration.
23146         * gcse.c: Include "function.h".
23147         (current_function_name, current_function_calls_setjmp): Delete
23148         declarations.
23149         * haifa-sched.c: Include "function.h".
23150         (forced_labels): Delete declaration.
23151         * jump.c: Likewise.
23152         * reg-stack.c: Likewise.
23153         * reload1.c: Likewise.
23154         * genemit.c (main): Make generated file include function.h.
23155         * genoutput.c (output_prologue): Likewise.
23156
23157         * builtins.c (saveregs_value, apply_args_value): Delete variables.
23158         * emit-rtl.c (reg_rtx_no, first_label_num, first_insn, last_insn,
23159         sequence_rtl_expr, cur_insn_uid, last_linenum, last_filename,
23160         regno_pointer_flag, regno_pointer_flag_length, regno_pointer_align,
23161         regno_reg_rtx, sequence_stack): Delete variables.  Add accessor
23162         macros for some of them.
23163         (emit_filename, emit_lineno): Delete declarations.
23164         (gen_reg_rtx): Use memset/memcpy instead of bzero/bcopy.  Access
23165         regno_pointer_* variables through current_function.
23166         (gen_inline_header_rtx): Delete function.
23167         (save_emit_status): Delete function.
23168         (set_new_last_label_num): New function.
23169         (clear_emit_caches): New function.
23170         (restore_emit_status): Just clear last_labelnum and call
23171         clear_emit_caches.
23172         (get_last_insn_anywhere): Variable sequence_stack is now accessed
23173         through macro seq_stack.
23174         (add_insn_after): Likewise.
23175         (add_insn_before): Likewise.
23176         (remove_insn): Likewise.
23177         (pop_topmost_sequence): Likewise.
23178         (in_sequence_p): Likewise.
23179         (start_sequence_for_rtl_expr): Likewise.
23180         (start_sequence): Likewise, and likewise for
23181         sequence_rtl_expr/seq_rtl_expr.
23182         (push_topmost_sequence): Likewise.
23183         (end_sequence): Likewise.
23184         (init_virtual_regs): Now takes a "struct emit_status *" argument.
23185         All callers changed.  Store into that pointer instead of globals.
23186         (init_emit): Allocate emit elt of current_function.
23187         Changes for sequence_rtl_expr/sequence_stack renaming.
23188         Call clear_emit_caches instead of doing it in-line.
23189         Access regno_pointer_* variables through current_function.
23190         (init_emit_once) Don't clear sequence_stack.
23191
23192         * expr.c (pending_stack_adjust, inhibit_defer_pop, pending_chain):
23193         Delete variables.
23194         (arg_pointer_save_area): Delete declaration.
23195         (finish_expr_for_function): Renamed from init_queue; no longer static.
23196         (init_expr): Don't call init_queue.
23197         (save_expr_status, restore_expr_status): Delete functions.
23198         (expand_expr): Changes to reflect new layout of struct function.
23199         Don't access current_function_check_memory_usage when current_function
23200         is 0.
23201         * expr.h (forced_labels, save_expr_regs, saveregs_value,
23202         apply_args_value, current_function_calls_alloca, inhibit_defer_pop,
23203         current_function_outgoing_args_size, current_function_arg_offset_rtx,
23204         current_function_uses_const_pool, function_call_count,
23205         current_function_uses_pic_offset_table, nonlocal_labels,
23206         current_function_internal_arg_pointer, nonlocal_goto_stack_level,
23207         current_function_check_memory_usage, nonlocal_goto_handler_slots,
23208         pending_stack_adjust, target_temp_slot_level, temp_slot_level): Delete
23209         declarations.
23210         (finish_expr_for_function): Declare.
23211         * flags.h (current_function_has_nonlocal_label,
23212         current_function_has_nonlocal_goto, current_function_is_thunk,
23213         current_function_has_computed_jump): Delete declarations.
23214         * flow.c (forced_labels): Delete declaration.
23215         * function.c (current_function_pops_args,
23216         current_function_returns_struct, current_function_returns_pcc_struct,
23217         current_function_needs_context, current_function_calls_setjmp,
23218         current_function_calls_longjmp, current_function_has_nonlocal_label,
23219         current_function_has_nonlocal_goto, current_function_is_thunk,
23220         current_function_has_computed_jump, current_function_calls_alloca,
23221         current_function_contains_functions, current_function_returns_pointer,
23222         current_function_epilogue_delay_list, current_function_args_size,
23223         current_function_pretend_args_size, current_function_arg_offset_rtx,
23224         current_function_outgoing_args_size, current_function_varargs,
23225         current_function_stdarg, current_function_args_info, cleanup_label,
23226         current_function_name, current_function_uses_const_pool,
23227         current_function_instrument_entry_exit, current_function_return_rtx,
23228         current_function_uses_pic_offset_table, nonlocal_labels,
23229         current_function_internal_arg_pointer, current_function_cannot_inline,
23230         current_function_check_memory_usage, function_call_count,
23231         nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
23232         nonlocal_goto_stack_level, return_label, save_expr_regs,
23233         stack_slot_list, rtl_expr_chain, tail_recursion_label, temp_slots,
23234         tail_recursion_reentry, arg_pointer_save_area, frame_offset,
23235         context_display, trampoline_list, parm_birth_insn, invalid_stack_slot,
23236         last_parm_insn, max_parm_reg, parm_reg_stack_loc, sequence_rtl_expr,
23237         temp_slot_level, var_temp_slot_level, target_temp_slot_level):
23238         Delete variables.
23239         (push_function_context_to): Don't save them.  Don't call
23240         save_storage_status, save_emit_status or save_expr_status.
23241         (pop_function_context_from): Don't restore them.  Don't call
23242         restore_storage_status or restore_expr_status.
23243         (get_func_frame_size): New function.
23244         (get_frame_size): Use it.
23245         (assign_outer_stack_local): Reflect some member name changes in struct
23246         function.
23247         (put_reg_into_stack): Likewise.
23248         (assign_stack_temp_for_type): sequence_rtl_expr was renamed to
23249         seq_rtl_expr.
23250         (fixup_var_refs): Likewise.
23251         (fix_lexical_addr): Likewise.
23252         (trampoline_address): Likewise.
23253         (prepare_function_start): Clear field inlinable of current_function.
23254         (init_function_for_compilation): New function.
23255         (expand_dummy_function_end): New function.
23256         (expand_function_end): Call finish_expr_for_function.
23257         * function.h (struct emit_status): New; fields moved here from struct
23258         function and from global variables.  Add accessor macros for some of
23259         the fields.
23260         (struct expr_status): Likewise.
23261         (REGNO_POINTER_ALIGN, REGNO_POINTER_FLAG): Moved here from regs.h.
23262         (struct function): Add fields expr and emit, inlinable, inl_emit,
23263         original_arg_vector, original_decl_initial, inl_last_parm_insn,
23264         inl_max_label_num.  Add many comments.
23265         Add accessor macros for all elts of struct function that no longer
23266         have a global variable.
23267         (cleanup_label, return_label, frame_offset, tail_recursion_label,
23268         tail_recursion_reentry, arg_pointer_save_area, rtl_expr_chain,
23269         stack_slot_list): Delete declarations.
23270         (get_func_frame_size): Declare.
23271         (save_expr_status, restore_expr_status, save_emit_status,
23272         save_storage_status, restore_storage_status): Delete declarations.
23273         (init_virtual_regs): Declare.
23274         * output.h (current_function_pops_args,
23275         current_function_returns_struct, current_function_returns_pcc_struct,
23276         current_function_needs_context, current_function_calls_setjmp,
23277         current_function_calls_longjmp, current_function_calls_alloca,
23278         current_function_has_nonlocal_label, current_function_varargs,
23279         current_function_has_computed_jump, current_function_returns_pointer,
23280         current_function_contains_functions, current_function_args_size,
23281         current_function_pretend_args_size, current_function_stdarg,
23282         current_function_outgoing_args_size, current_function_args_info,
23283         current_function_name, current_function_return_rtx,
23284         current_function_epilogue_delay_list,
23285         current_function_uses_const_pool, current_function_cannot_inline):
23286         Delete declarations.
23287         * regs.h (reg_rtx_no, regno_pointer_flag, regno_pointer_flag_length,
23288         regno_reg_rtx): Delete declaration.
23289         (REGNO_POINTER_FLAG): Delete macro.
23290         * stmt.c (expand_goto): Changes to reflect that some fields in struct
23291         function were renamed.
23292         * stor-layout.c (save_storage_status, restore_storage_status): Delete
23293         functions.
23294         * toplev.c: Include "function.h".
23295         (current_function_decl): Delete declaration.
23296         (compile_file): Call init_dummy_function_start and
23297         expand_dummy_function_end around some initializations that need to
23298         emit rtl.
23299         (rest_of_compilation): Use DECL_SAVED_INSNS properly.
23300         Call init_function_for_compilation.
23301         * unroll.c: Include "function.h"
23302         (unroll_loop): Access regno_pointer_* variables through
23303         current_function.
23304
23305         * tree.h (struct tree_decl): Add elt f to saved_insns member.
23306         (DECL_SAVED_INSNS): use it.
23307         (expand_dummy_function_end): Declare.
23308         (init_function_for_compilation): Declare.
23309         * calls.c (calls_function_1): Change use of DECL_SAVED_INSNS now
23310         that it's no longer an INLINE_HEADER.
23311         (expand_call): Likewise.
23312         * integrate.c (finish_inline): Delete function.
23313         (max_parm_reg, parm_reg_stack_loc): Delete declarations.
23314         (initialize_for_inline): Delete min_labelno, max_labelno and max_reg
23315         args.  Don't generate an INLINE_HEADER rtx, just return the arg
23316         vector.  All callers changed.
23317         (save_for_inline_copying):  Create a duplicate struct emit_status to
23318         hold the emit state for compiling the current function.  Use this and
23319         the other new fields in struct function that are for integration
23320         instead of an INLINE_HEADER.
23321         Use memcpy instead of bcopy.
23322         Store the current struct function in DECL_SAVED_INSNS of fndecl.
23323         (save_for_inline_nocopy): Similar changes, except no new emit_status
23324         is needed here.
23325         (expand_inline_function): Get information from function structure,
23326         not from an inline header rtx.
23327         (output_inline_function): Lose code to extract the necessary
23328         information from an inline header; simply put back the function
23329         structure into current_function.  Clear its inlinable elt.
23330         * rtl.def (INLINE_HEADER): Delete.
23331         * rtl.h: Delete all accessors for an INLINE_HEADER.
23332         (gen_inline_header_rtx): Delete declaration.
23333         (regno_reg_rtx, regno_pointer_align, nonlocal_goto_handler_labels):
23334         Delete declarations.
23335         (REGNO_POINTER_ALIGN): Delete.
23336         (clear_emit_caches): Declare.
23337         (set_new_last_label_num): Declare.
23338
23339 Mon Aug  9 01:52:24 1999  Jason Merrill  <jason@yorick.cygnus.com>
23340
23341         * print-tree.c (print_node): Print base for OFFSET_TYPEs.
23342
23343         * except.c (expand_eh_region_start_for_decl): Always start a new block.
23344         * stmt.c (is_eh_region): Make sure current_function is present, too.
23345
23346 Mon Aug  9 01:15:24 1999  Jeffrey A Law  (law@cygnus.com)
23347
23348         * pa.h (HARD_REGNO_MODE_OK): Correctly handle FPregs, even when
23349         for 64bit PA targets.
23350
23351         * pa.h (SELECT_SECTION): Define.
23352         * som.h (SELECT_SECTION): Delete.
23353
23354 Sun Aug  8 15:13:20 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23355
23356         * alias.c (init_alias_analysis): Wrap call to
23357         `prologue_epilogue_contains' within HAVE_prologue||HAVE_epilogue.
23358
23359 1999-08-07  Bruce Korb  <autogen@linuxbox.com>
23360
23361         * fixinc/inclhack.def(irix_asm_apostrophe):  IRIX 5.2's
23362         <sys/asm.h> contains an asm comment with an apostrophe
23363         * fixinc/inclhack.sh:  regen
23364         * fixinc/fixincl.x:  regen
23365
23366 Sat Aug  7 19:37:07 1999  Richard Henderson  <rth@cygnus.com>
23367
23368         * function.c (init_function_start): Clear prologue & epilogue.
23369         (prologue_epilogue_contains): New function.
23370         * alias.c (init_alias_analysis): Use it.
23371         * rtl.h (prologue_epilogue_contains): Declare it.
23372
23373 Sat Aug  7 19:32:16 1999  Richard Henderson  <rth@cygnus.com>
23374
23375         * jump.c (onlyjump_p): New function.
23376         * rtl.h: Declare it.
23377         * flow.c (delete_unreachable_blocks): Use onlyjump_p instead
23378         of condjump_p in calling tidy_fallthru_edge and merge_blocks.
23379
23380 Sat Aug  7 17:09:36 1999  Richard Henderson  <rth@cygnus.com>
23381
23382         * global.c (build_insn_chain): Use EXECUTE_IF_SET_IN_REG_SET
23383         to invert loops.  Simplify block scanning.
23384
23385 Sat Aug  7 02:11:13 1999  Bernd Schmidt <bernds@cygnus.co.uk>
23386
23387         * gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
23388         (cprop_insn): Treat SYMBOL_REFs like CONST_INTs.
23389
23390 1999-08-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
23391
23392         * config/sparc/liteelf.h: New file to support sparclite-elf target
23393         * config/sparc/t-sp86x: New file to support sparc86x targets
23394         * config/sparc/sp86x-aout.h: New file to support sparc86x-aout target
23395         * config/sparc/sp86x-elf.h: New file to support sparc86x-elf target
23396         * configure.in: Support above target triplets
23397         * configure: Regenerated
23398
23399 Sat Aug  7 01:39:27 1999  Philippe De Muyter  <phdm@macqel.be>
23400
23401         * fixinc/server.c (server_setup): Do not prefix function used as
23402         parameter with `&'.
23403
23404 Sat Aug  7 00:21:20 1999  Richard Henderson  <rth@cygnus.com>
23405
23406         * alpha.md (movhi and movqi patterns): Correct predicate for !BWX.
23407         Remove fp reg alternatives.
23408
23409 Sat Aug  7 00:06:54 1999  Jeffrey A Law  (law@cygnus.com)
23410
23411         * Makefiin (TAROUTOPTS): Kill.
23412         (install-headers-tar): Use "xpf" for tar headerfile extraction
23413         * i370/x-oe (TAROUTOPTS): Delete.
23414         * m68k/x-apollo68 (TAROUTOPTS): Delete.
23415         * m68k/x-hp320 (TAROUTOPTS): Delete.
23416         * m68k/x-hp320g (TAROUTOPTS): Delete.
23417         * gcc.texi: Update bug reporting text.
23418
23419 1999-08-6 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
23420
23421         * reg-stack.c (change_stack) Fixed problem with negative array index.
23422
23423 Fri Aug  6 23:08:44 1999  Jeffrey A Law  (law@cygnus.com)
23424
23425         * extend.texi, install.texi: Fix spelling mistakes.
23426
23427         * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
23428         (s-attrtab); No longer try to use pre-made insn-attrtab file.
23429         * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
23430         PREMADE_ATTRTAB_MD.
23431         * mips/t-ecoff: Likewise.
23432         * mips/t-elf: Likewise.
23433         * mips/t-mips: Likewise.
23434         * mips/t-osfrose: Likewise.
23435         * mips/t-r3900: Likewise.
23436         * mips/t-svr3: Likewise.
23437         * mips/t-svr4: Likewise.
23438         * mips/t-ultrix: Likewise.
23439
23440         * gcc.texi: Document recommend means to provide software floating
23441         point libraries in libgcc.a
23442
23443 1999-08-06  Jason Merrill  <jason@yorick.cygnus.com>
23444
23445         * c-lex.c (yylex): We can have a number with no digits.
23446
23447 Fri Aug  6 16:53:55 EDT 1999  John Wehle  (john@feith.com)
23448
23449         * jump.c (delete_prior_computation): New function, broken
23450         out of delete_computation.  Check for side effects with
23451         side_effects_p instead of FIND_REG_INC_NOTE.  Handle
23452         multi-word hard registers.
23453         (delete_computation): Use it.  Check for side effects with
23454         side_effects_p instead of FIND_REG_INC_NOTE.  Synthesize a
23455         missing REG_DEAD note for a register which is both set and
23456         used by an insn.
23457
23458 Fri Aug  6 11:05:29 1999  Jeffrey A Law  (law@cygnus.com)
23459
23460         * elf.h (TEXT_SPACE_P, FUNCTION_NAME_P): Delete.
23461         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT): Likewise.
23462         (ASM_FILE_START): Import _mcount with the right type.
23463         (ASM_DECLARE_FUNCTION_NAME): Define.
23464         (ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
23465         * pa.c (output_function_prologue): Always emit the function's label
23466         here.
23467         * pa.h (TEXT_SPACE_P): Define.
23468         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
23469         (ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_GLOBALIZE_LABEL): Likewise.
23470         * som.h (TEXT_SPACE_P): Delete.
23471         (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
23472         (ASM_GLOBALIZE_LABEL, ASM_OUTPUT_INT): Likewise.
23473
23474 Thu Aug  5 19:29:39 1999  Jim Wilson  <wilson@cygnus.com>
23475
23476         * expr.c (emit_group_load): Allow src to be a CONCAT.
23477
23478 Thu Aug  5 22:27:15 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23479
23480         * config/sh/lib1funcs.asm (___movstrSI0): Change or r0,r0,r0 to nop.
23481         (___mulsi3): Use '!' comment character.
23482
23483 Thu Aug  5 13:34:14 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23484
23485         * reload1.c (maybe_fix_stack_asms): Also declare P as "const char *".
23486
23487 Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
23488
23489         * gcc.c: Update URLs and mail addresses.
23490         * gcc.texi: Likewise.
23491
23492 Thu Aug  5 01:14:13 1999  Daniel Jacobowitz <drow@false.org>
23493
23494         * rs6000.c (current_file_function_operand): Return zero for
23495         weak functions.
23496         (rs6000_encode_section_info): Do not set SYMBOL_REF_FLAG for
23497         weak symbols.
23498         * rs6000.h (ENCODE_SECTION_NIFO): Do not set SYMBOL_REF_FLAG
23499         for weak symbols.
23500
23501 Thu Aug  5 00:56:30 1999  Geoffrey Keating  <geoffk@cygnus.com>
23502
23503         * rs6000.c (rs6000_stack_info): For ABI_V4/ABI_SOLARIS -fpic, always
23504         allocate space in the stack frame for the PIC register.
23505
23506 Thu Aug  5 00:20:47 1999  Jeffrey A Law  (law@cygnus.com)
23507
23508         * m68k.md (xordi3, anddi3): These patterns are not available on
23509         the coldfire.
23510
23511 Wed Aug  4 23:39:20 1999  Mark Mitchell  <mark@codesourcery.com>
23512
23513         * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
23514         (PUT_REAL): Likewise.
23515
23516 Wed Aug  4 20:45:04 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23517
23518         * final.c (shorten_branches): Don't add an alignment for loops
23519         that have no label inside.
23520
23521 Wed Aug  4 16:39:24 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23522
23523         * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap
23524         prototypes in macro HAVE_cmpstrsi.
23525
23526         * cpplib.c (cpp_get_token): Remove unused label `op3'.
23527
23528         * emit-rtl.c (operand_subword): Remove unused variable
23529         `bits_per_word'.
23530
23531         * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
23532
23533         * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING.
23534
23535 Wed Aug  4 13:29:23 1999  Zack Weinberg  <zack@bitmover.com>
23536
23537         * cpphash.c (macroexpand): Delete leading whitespace when arg
23538         is concatenated before.
23539         (unsafe_chars): Correct test for whether + and - can extend a
23540         token.
23541
23542         * cppinit.c (cpp_start_read): Do dependencies for
23543         -include/-imacros files also.
23544
23545         * cpplib.c (cpp_scan_buffer): In no-output mode, don't bother
23546         tokenizing non-directive lines.
23547         (cpp_expand_to_buffer): Temporarily disable no-output mode.
23548         * cppmain.c: In no-output mode, just call cpp_scan_buffer for
23549         the input file.
23550
23551 Wed Aug  4 12:53:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23552
23553         * expr.c (expand_expr, case PLUS_EXPR): Fix parallel case, too.
23554
23555         * c-lex.c: Sync with C++ frontend.
23556         (linemode): New variable.
23557         (parse_float): imag, conversion_errno, and type are output only.
23558         (yylex): Adjust.  Move initial '.' case into main switch.
23559         Use linemode.
23560         (handle_generic_pragma): Just deal with tokens.
23561         (readescape): Use ISXDIGIT and ISGRAPH.
23562         * c-parse.in: Add END_OF_LINE token.
23563
23564         * c-lex.c (lang_init): Generalize.
23565         (nextchar): Remove.  Replace uses with UNGETC.
23566         (skip_white_space): Handle linemode here.  Optimize for cpplib.
23567         (skip_white_space_on_line): Remove.
23568         (extend_token_buffer_to): New fn.
23569         (extend_token_buffer): Use it.
23570         (read_line_number, check_newline): Just deal with tokens.
23571         (token_getch, token_put_back): New fns.
23572         (yylex): Use them.  More cpplib optimizations.  Simplify.
23573
23574 Wed Aug  4 12:53:44 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
23575                           Jason Merrill  <jason@yorick.cygnus.com>
23576
23577         * c-lex.c (init_parse): Set cpp_token to CPP_DIRECTIVE.
23578         (consume_string): Make this smart about USE_CPPLIB.
23579         (check_newline): Rewrite to be intelligent about USE_CPPLIB.
23580         (yylex): Rewrite to be intelligent about USE_CPPLIB.
23581         Also, clean up cases where we redundantly set token_buffer[0].
23582         (read_line_number): New fn.
23583         (ignore_escape_flag): New variable.
23584
23585 Wed Aug  4 13:12:17 1999  Jeffrey A Law  (law@cygnus.com)
23586
23587         * a29k/t-a29kbare: Fix some comments.
23588         (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
23589         (FPBIT, DPBIT): Define.
23590         * a29k/t-vx29k: Likewise.
23591         * arc/t-arc: Likewise.
23592         * arm/t-arm-elf: Likewise.
23593         * arm/t-bare: Likewise.
23594         * arm/t-pe: Likewise.
23595         * arm/t-pe-thumb: Likewise.
23596         * arm/t-semi: Likewise.
23597         * arm/t-thumb: Likewise.
23598         * arm/t-thumb-elf: Likewise.
23599         * arm/t-thumb-linux: Likewise.
23600         * h8300/t-h8300: Likewise.
23601         * i960/t-i960: Likewise.
23602         * i960/t-vxworks960: Likewise.
23603         * m32r/t-m32r: Likewise.
23604         * mips/t-ecoff: Likewise.
23605         * mips/t-elf: Likewise.
23606         * mips/t-r3900: Likewise.
23607         * pa/t-pro: Likewise.
23608         * rs6000/t-aix43: Likewise.
23609         * rs6000/t-beos: Likewise.
23610         * rs6000/t-newas: Likewise.
23611         * rs6000/t-ppccomm: Likewise.
23612         * rs6000/t-rs6000: Likewise.
23613         * rs6000/t-winnt: Likewise.
23614         * rs6000/t-xnewas: Likewise.
23615         * rs6000/t-xrs6000: Likewise.
23616         * sh/t-sh: Likewise.
23617         * sparc/t-elf: Likewise.
23618         * sparc/t-sparcbare: Likewise.
23619         * sparc/t-sparclite: Likewise.
23620         * sparc/t-splet: Likewise.
23621         * v850/t-v850: Likewise.
23622         * mn10200/t-mn10200: Fix comments.
23623         * mn10300/t-mn10300: Likewise.
23624
23625         * pa.md (divsi3, udivsi3, modsi3, umodsi3 expanders): Clobber a new
23626         dummy operand.  Allocate a new pseudo for the dummy operand.
23627         (divsi3, udivsi3, modis3, umodsi3 patterns): Corresponding changes.
23628
23629         * pa.md (movqi, movhi patterns): Do not expose FP regs to regclass.
23630
23631 Wed Aug  4 11:53:55 1999  Tom Tromey  <tromey@cygnus.com>
23632
23633         * configure: Rebuilt.
23634         * configure.in: Removed --enable-java-gc option and JAVAGC subst.
23635
23636 Wed Aug  4 09:06:14 1999  Richard Earnshaw (rearnsha@arm.com)
23637
23638         * recog.c (preproces_constraints): Zero recog_op_alt before
23639         processing the constraints.
23640
23641         * arm.c (typedef minipool_node): Renamed from pool_node.
23642         (minipool_vector, minipool_size, minipool_vector_label): Similarly.
23643         (add_minipool_constant): New function.
23644         (dump_minipool): New function.
23645         (find_barrier): Remove special case for getting the insn size of
23646         an insn that references the constant pool.
23647         (minipool_fixup): New structure.
23648         (push_minipool_barrier): New function.
23649         (push_minipool_fix): New function.
23650         (note_invalid_constants): New function.
23651         (add_pool_constant, dump_table, fixit, broken_move): Delete.
23652         (arm_reorg): Rewrite code to fix up the constant pool into a
23653         series of mini-pools embedded in the insn stream.
23654         (arm_output_epilogue): New function, made mainly from the body
23655         of output_func_epilogue.
23656         (output_func_epilogue): Move insn generation part of epilogue code
23657         to arm_output_epilogue.
23658         * arm.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Delete.
23659         * arm.md (pool_range): New attribute.
23660         (zero_extendqidi2): Add attribute pool_range.
23661         (zero_extend_hisi_insn, load_extendqisi, extendhisi_insn,
23662         extendqihi_insn, extendqisi_insn, movdi, movsi_insn, pic_load_addr,
23663         pic_load_addr_based_insn, movhi_insn_arch4, movhi_insn_littleend,
23664         movhi_insn_bigend, loadhi_si_bigend, movsf_hard_insn, movsf_soft_insn,
23665         movdf_hard_insn, movdf_soft_insn, movxf_hard_insn): Likewise.
23666         (epilogue): New expand.
23667         (epilogue_insn): New insn.  Call arm_output_epilogue.
23668
23669         * arm.c (arm_poke_function_name): Undo change of July 17.  Tidy up.
23670         * arm.h (TARGET_SWITCHES): Add missing doc string for TARGET_DEFAULT.
23671
23672 Mon Aug  2 19:18:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
23673
23674         * linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
23675
23676 1999-08-04 Mark Elbrecht <snowball3@bigfoot.com>
23677
23678         * config/i386/djgpp.h  (BSS_SECTION_ASM_OP): Define.
23679
23680 Wed Aug  4 02:15:32 1999  Richard Henderson <rth@cygnus.com>
23681
23682         * jump.c (delete_insn): Delete the addr_vec when deleting a tablejump.
23683
23684 Wed Aug  4 01:48:08 1999  Jim Kingdon  <http://developer.redhat.com>
23685
23686         * global.c: Fix comment.
23687
23688 Wed Aug  4 01:43:01 1999  Ian Lance Taylor  <ian@zembu.com>
23689
23690         * gcc.c (access_check): New static function.
23691         (find_a_file): Use it when searching a directory list.
23692         * collect2.c (find_a_file): Don't accept directories found when
23693         searching a directory list.
23694
23695 Wed Aug  4 01:40:43 1999  Philippe De Muyter  <phdm@macqel.be>
23696
23697         * tlink.c (symbol_hash_lookup): Do not prefix functions used as
23698         function parameters with `&'.
23699         (file_hash_lookup, demangled_hash_lookup, tlink_init): Ditto.
23700
23701 Wed Aug  4 01:08:44 1999  Jeffrey A Law  (law@cygnus.com)
23702
23703         * flow.c (delete_unreachable_blocks): Do not call merge_blocks
23704         or tidy_fallthru_edge if the last insn in the block is not
23705         an unconditional jump or a simple conditional jump.
23706
23707 Tue Aug  3 20:21:20 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23708
23709         * Makefile.in (c-decl.o): Depends on defaults.h.
23710
23711 Tue Aug  3 14:14:52 1999  Jeffrey A Law  (law@cygnus.com)
23712
23713         * pa.h (HARD_REGNO_NREGS): FP registers are always 4 bytes wide for
23714         PA1.1 and above.
23715         (CLASS_MAX_NREGS): Likewise.
23716
23717 Tue Aug  3 03:51:20 1999  Jeffrey A Law  (law@cygnus.com)
23718
23719         * cse.c (cse_insn): Fix dumb thinko in last change.
23720
23721 Tue Aug  3 10:36:13 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23722
23723         * reload1.c (maybe_fix_stack_asms): Declare CONSTRAINTS as
23724         "const char *".
23725
23726 Mon Aug  2 23:45:45 1999  Hans-Peter Nilsson  <hp@bitrange.com>
23727
23728         * dwarf2out.c (add_location_or_const_value_attribute): Correct
23729         test for sizes of passed and declared parameter types.
23730
23731 Tue Aug  3 00:03:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23732
23733         * fixincludes: Fix the return type of bsearch, char* -> void*.
23734
23735         * fixinc/inclhack.def: Likewise.
23736
23737 Mon Aug  2 18:29:32 1999  Mark Mitchell  <mark@codesourcery.com>
23738
23739         * invoke.texi (-fdump-translation-unit): New option.
23740
23741 Mon Aug  2 17:54:19 1999  Richard Henderson  <rth@cygnus.com>
23742
23743         * expr.h (PROMOTE_PROTOTYPES): Move ...
23744         * defaults.h: ... to here.
23745         * c-decl.c: Include defaults.h instead of expr.h.
23746         * c-typeck.c: Include defaults.h.
23747
23748 Mon Aug  2 17:10:24 1999  Mark Mitchell  <mark@codesourcery.com>
23749
23750         * toplev.h (errorcount): Declare.
23751         (warningcount): Likewise.
23752         (sorrycount): Likewise.
23753         * c-lex.c (errorcount): Don't declare.
23754         * dwarf2out.c (errorcount): Don't declare.
23755
23756 Mon Aug  2 17:02:08 1999  Jason Merrill  <jason@yorick.cygnus.com>
23757
23758         * config/libgloss.h: Add a note discouraging use with ELF.
23759         * configure.in: Don't use libgloss.h for ELF targets.
23760         Always use_collect2 on a.out targets.
23761
23762 Mon Aug  2 16:27:42 1999  Jim Wilson  <wilson@cygnus.com>
23763
23764         * combine.c (force_to_mode, case LSHIFTRT): Add goto shiftrt.
23765         (force_to_mode, case ASHIFTRT): Add shiftrt label.
23766
23767 Tue Aug  3 00:45:02 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23768
23769         * loop.c (strength_reduce): When doing biv->giv conversion, update
23770         reg note of NEXT->insn.
23771
23772 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23773
23774         * real.c (PUT_REAL): Clear unused bytes if long double is IEEE quad.
23775
23776 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23777
23778         * c-decl.c (get_parm_info, store_parm_decls): Change all uses of
23779         PROMOTE_PROTOTYPES, so that it tests it as a C expression.
23780         Ensure expr.h is included.
23781         * c-typecheck.c (convert_arguments): Ditto.
23782
23783         * expr.h: Supply default for PROMOTE_PROTOTYPES (0).
23784
23785         * config/arc/arc.h: Define PROMOTE_PROTOTYPES to 1.
23786         * config/convex/convex.h: Ditto.
23787         * config/dsp16xx/dsp16xx.h: Ditto.
23788         * config/fx80/fx80.h: Ditto.
23789         * config/gmicro/gmicro.h: Ditto.
23790         * config/i370/i370.h: Ditto.
23791         * config/i386/i386.h: Ditto.
23792         * config/m32r/m32r.h: Ditto.
23793         * config/m68k/m68k.h: Ditto.
23794         * config/m88k/m88k.h: Ditto.
23795         * config/mips/mips.h: Ditto.
23796         * config/pa/pa.h: Ditto.
23797         * config/pyr/pyr.h: Ditto.
23798         * config/tahoe/tahoe.h: Ditto.
23799         * config/we32k/we32k.h: Ditto.
23800
23801         * config/sparc/sparc.h: Define PROMOTE_PROTOTYPES
23802         based on arch size.
23803
23804         * config/i1750a/i1750a.h: Define PROMOTE_PROTOTYPES to 0.
23805
23806         * config/i860/paragon.h: Remove PROMOTE_PROTOTYPES
23807         from comment.
23808
23809         * tm.texi: Document new usage of PROMOTE_PROTOTYPES.
23810
23811 1999-08-02  Richard Henderson  <rth@cygnus.com>
23812
23813         * m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set
23814         for the register spill block.
23815         (m32r_va_arg): New.
23816         * m32r.h (EXPAND_BUILTIN_VA_ARG): New.
23817         (EXPAND_BUILTIN_SAVEREGS): Delete #if 0 code.
23818
23819         * m32r.h (INT8_P): Don't short-cut test with (unsigned).
23820         (INT16_P, CMP_INT16_P, UINT16_P): Likewise.
23821         (UPPER16_P, UINT24_P, INT32_P, UINT5_P): Likewise.
23822
23823 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23824
23825         * config/sparc/linux.h: Define WCHAR_TYPE as "int" and undef
23826         MAX_WCHAR_TYPE defined in sparc.h.
23827         * config/sparc/linuxaout.h: Likewise.
23828         * config/sparc/linux64.h: Likewise.
23829         Also default to -mvis if CPU is UltraSPARC.
23830
23831 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23832
23833         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): New macro.
23834         (RTX_OK_FOR_OLO10): Likewise.
23835         (GO_IF_LEGITIMATE_ADDRESS): If assembler supports offsetable
23836         %lo(), allow it in addresses...
23837         (PRINT_OPERAND_ADDRESS): ... and print it appropriately.
23838         * config/sparc/sparc.md (sethi_di_medlow_embmedany_pic): sethi %lo()
23839         does not make sense.
23840         * config/sparc/sparc.c (sparc_hard_reg_printed): New array.
23841         (sparc_output_scratch_registers): New function.
23842         (output_function_prologue, sparc_flat_output_function_prologue): Use
23843         it.
23844         * varasm.c (make_decl_rtl): Use ASM_DECLARE_REGISTER_GLOBAL if
23845         defined.
23846         * tm.texi (ASM_DECLARE_REGISTER_GLOBAL): Document it.
23847         * configure.in: Add check for .register pseudo-op support in as and
23848         check for offsetable %lo().
23849         * acconfig.h: Add templates for the above checks.
23850         * configure: Regenerate.
23851
23852 1999-08-02  Richard Henderson  <rth@cygnus.com>
23853
23854         * sparc/linux64.h (TARGET_DEFAULT): Remove MASK_APP_REGS.
23855         * sparc/sol2-sld-64.h (TARGET_DEFAULT): Likewise.
23856         * sparc/sol2.h (TARGET_DEFAULT): Likewise.
23857
23858 Mon Aug  2 23:46:45 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
23859
23860         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
23861         reg_biv_class.
23862
23863 1999-08-02  Jakub Jelinek  <jj@ultra.linux.cz>
23864
23865         * config/float-sparc.h: New file.
23866         * configure.in: Use float_format=sparc for sparc-*-linux-gnulibc1,
23867         sparc-*-linux-gnu and sparc64-*-linux*.
23868
23869 1999-08-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23870
23871         * rs6000.c (rs6000_va_list): Type is an array.
23872         (rs6000_va_start): Don't doubly adjust for varargs.
23873         (rs6000_va_arg): Evaluate long long GPR adjustment.
23874
23875 Mon Aug  2 16:15:57 1999  David Edelsohn  <edelsohn@gnu.org>
23876
23877         * rs6000/aix43.h (SUBTARGET_SWITCHES): Use -m64 and -m32 instead of
23878         -maix64 and -maix32.
23879         (ASM_SPEC, ASM_CPU_SPEC, CPP_SPEC, CPP_CPU_SPEC, LIB_SPEC,
23880         LINK_SPEC): Change appropriately.
23881         * rs6000/rs6000.c (short_cint_operand): Use CONST_OK_FOR_LETTER_P.
23882         (u_short_cint_operand): Likewise.
23883         * rs6000/rs6000.md (movdi splitters): Add TARGET_POWERPC64 support
23884         for 64-bit hosts.
23885         * rs6000/t-aix43 (MULTILIB): Change to -m64.
23886
23887         * invoke.texi (RS/6000 Submodel): Document 64-bit processor options.
23888
23889 Mon Aug  2 16:15:57 1999  Geoff Keating  <geoffk@cygnus.com>
23890
23891         * rs6000/rs6000.c (num_insns_constant_wide): Correct
23892         for type promotion.
23893         (add_operand): Get test correct for 64-bit HOST_WIDE_INT.
23894         (non_add_cint_operand): Likewise.
23895         (logical_operand): Likewise.
23896         (non_logical_cint_operand): Likewise.
23897         (print_operand): Correct printf()s for 64-bit HOST_WIDE_INT.
23898         (print_operand_address): Correct printf() for 64-bit HOST_WIDE_INT.
23899         (rs6000_select_rtx_section): Suppress warning.
23900         (small_data_operand): Suppress warning.
23901         (rs6000_got_register): Suppress warning.
23902         * rs6000/rs6000.md (andsi3): HOST_WIDE_INT is a signed
23903         type, so `J' is generally the wrong constraint for a SImode value;
23904         use `L' instead.
23905         (andsi3_internal2): Likewise.
23906         (andsi3_internal3): Likewise.
23907         (iorsi3_internal1): Likewise.
23908         (xorsi3_internal1): Likewise.
23909         (movsi): Likewise.
23910         (movsf_softfloat): Likewise.
23911         (scc insns): Likewise.
23912         (movsi+2): Preserve sign bits of SImode constant.
23913         (floatsidf2_internal+1): Sign-extend SImode constant correctly.
23914         (movdf+1): Sign-extend properly.
23915         (movdi_32+1): Sign-extend properly.
23916         (scc insns): Sign-extend properly.
23917
23918         * md.texi (RS/6000 EXTRA_CONSTRAINTS): Update documentation for J,
23919         K, L, and T.
23920
23921 1999-08-02  Richard Henderson  <rth@cygnus.com>
23922
23923         * alpha.c (override_options): Move ev6 alpha_tp frobbing out of
23924         -mcpu parsing code.
23925         (print_operand): Notice alpha_fptm not alpha_tp for sw completion.
23926         * alpha.md (all fp insns): Likewise.
23927
23928 1999-08-02  Nick Clifton  <nickc@cygnus.com>
23929
23930         * config/v850/v850.h (STRICT_ALIGNMENT): Only define if not
23931         already defined.
23932
23933 Mon Aug  2 03:38:33 1999  Jeffrey A Law  (law@cygnus.com)
23934
23935         * pa.c (legitimize_pic_address): Clarify comments.  Do not call the
23936         pic_load_label generator directly.
23937         * pa.md (pic_load_label): Clarify comments.  Remove modes on operands.
23938         No longer a named pattern.
23939
23940 Mon Aug  2 09:38:10 1999  Nick Clifton  <nickc@cygnus.com>
23941
23942         * explow.c (force_reg): Call force_operand if X does not
23943         satisfy general_operand.
23944
23945 Mon Aug  2 01:34:22 1999  Jeffrey A Law  (law@cygnus.com)
23946
23947         * fix-header.c (main): When testing for CONTINUED, use string
23948         equality, not pointer equality.
23949
23950 Mon Aug  2 01:27:24 1999  Dan Nicolaescu  <dann@ics.uci.edu>
23951
23952         * sparc.c (sparc_block_profiler): Use the %g2 register, not %o0.
23953
23954 Sun Aug  1 22:46:42 1999  Jeffrey A Law  (law@cygnus.com)
23955
23956         * cse.c (cse_insn): Fix loop which deletes insns after a jump
23957         that has become an unconditional jump.
23958
23959         * m68k.c (output_function_prologue): Fix typo in CPU32 case.
23960         (output_function_epilogue): Similarly.
23961
23962 Sun Aug  1 20:14:00 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23963
23964         * tree.h (init_dummy_function_start): Declare.
23965
23966 Sun Aug  1 12:55:31 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
23967
23968         * stmt.c (emit_filename, emit_lineno, expr_stmts_for_value,
23969         last_expr_type, last_expr_value, block_start_count, block_stack,
23970         stack_block_stack, cond_stack, loop_stack, case_stack, nesting_stack,
23971         nesting_depth, goto_fixup_chain): Delete global vars; now allocated
23972         dynamically in stmt elt of struct function for each function.
23973         (struct nesting): Rename function_call_count elt to n_function_calls,
23974         target_temp_slot_level to block_target_temp_slot_level.  All users
23975         changed.
23976         (struct stmt_status): New structure definition.
23977         Add many accessor macros for stmt_status elements which previously
23978         were global variables.
23979         (init_stmt_for_function): Allocate stmt elt for current_function.
23980         Reflect that block_start_count was renamed to
23981         current_block_start_count.
23982         (save_stmt_status, restore_stmt_status): Delete functions.
23983         (preserve_subexpressions_p): Don't access loop_stack when outside
23984         a function.
23985         (expand_start_bindings): Reflect that block_start_count was renamed to
23986         current_block_start_count.
23987         (expand_fixup): Likewise.
23988         (expand_decl): Don't access block_stack when outside a function.
23989         (expand_decl_cleanup): Likewise.
23990         (expand_dcc_cleanup): Likewise.
23991         (expand_dhc_cleanup): Likewise.
23992         (expand_anon_union_decl): Likewise.
23993         (set_file_and_line_for_stmt): New function.
23994         (in_control_zone_p): New function.
23995
23996         * function.h (struct function): Add new elt stmt.
23997         Delete elts block_stack, stack_block_stack, cond_stack, loop_stack,
23998         case_stack, nesting_stack, nesting_depth, block_start_count,
23999         last_expr_type, last_expr_value, expr_stmts_for_value, emit_filename,
24000         emit_lineno, goto_fixup_chain.
24001         (save_eh_status, restore_eh_status, save_stmt_status,
24002         restore_stmt_status): Delete declarations.
24003         * function.c (push_function_context_to): Don't call save_stmt_status.
24004         (pop_function_context_to): Don't call restore_stmt_status.
24005         * tree.h (in_control_zone_p): Declare.
24006         * rtl.h (set_file_and_line_for_stmt): Declare.
24007
24008         * emit-rtl.c (emit_line_note): Don't set emit_filename/emit_lineno;
24009         call set_file_and_line_for_stmt.
24010
24011 Thu Jul 31 12:34:45 1999  Joe Buck  <jbuck@synopsys.com>
24012
24013         * gcc.texi: Use terms "GNU Compiler Collection" and "GCC".
24014         Also update copyright.
24015
24016 Sat Jul 31 11:10:07 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24017
24018         * c-pragma.c: Don't include "except.h".
24019         * emit-rtl.c: Likewise.
24020         * stor-layout.c: Likewise.
24021         * tree.c: Likewise.
24022         * varasm.c: Likewise.
24023
24024         * flow.c: Include "function.h".
24025         * tree.h (init_dummy_function_start): Declare new function.
24026
24027         * except.h (struct eh_status): New structure.
24028         (struct label_node, struct eh_entry): Declare even if tree.h hasn't
24029         been included.
24030         (eh_return_stub_label, ehstack, catchstack, ehqueue,
24031         catch_clauses, false_label_stack, caught_return_label_stack,
24032         protect_list, current_function_ehc): Add accessor macros for the
24033         corresponding fields in current_function->eh; delete declarations
24034         for all items that used to be declared here.
24035         * except.c (eh_return_stub_label, ehstack, catchstack, ehqueue,
24036         catch_clauses, false_label_stack, caught_return_label_stack,
24037         protect_list, current_function_ehc): Delete variables.
24038         (init_eh_for_function): Allocate current_function->eh.
24039         (save_eh_status, restore_eh_status): Delete functions.
24040
24041         * function.h (struct function): Add fields next_global and eh.
24042         Delete all exception handling related fields.
24043         * function.c (current_function): New variable.
24044         (all_functions): New variable.
24045         (push_function_context_to): Don't allocate a struct function,
24046         use current_function instead.  Call init_dummy_function_start when
24047         outside a function.  Clear current_function before returning.
24048         (pop_function_context_from): Restore current_function.
24049         Don't free the restored struct function.
24050         (prepare_function_start): New function.
24051         (init_dummy_function_start): New function.
24052         (init_function_start): Break out some code into prepare_function_start
24053         and call it here.
24054
24055         * stmt.c (save_stmt_status): Don't call save_eh_status.
24056         (restore_stmt_status): Don't call restore_eh_status.
24057
24058         * Makefile.in: Update dependencies.
24059
24060 Sat Jul 31 04:10:01 1999  Jeffrey A Law  (law@cygnus.com)
24061
24062         * pa.c (compute_frame_size): Use STARTINg_FRAME_OFFSET instead
24063         of depending on a magic constant value.  Update comments.
24064         (hppa_expand_prologue): Similarly.
24065
24066         * pa.md (reload_indi, reload_outdi): Allow any register for the
24067         original reload register.
24068
24069 Fri Jul 30 19:41:35 1999  Jim Wilson  <wilson@cygnus.com>
24070
24071         * cccp.c (print_help): Change marcos to macros.
24072
24073 1999-07-30  Richard Henderson  <rth@cygnus.com>
24074
24075         * c-typeck.c (initializer_constant_valid_p): Move ...
24076         * c-common.c (initializer_constant_valid_p): ... here.  Use
24077         FOO_TYPE_P instead of tests against TREE_CODE.  Allow subtraction
24078         of label addresses.
24079         * c-common.h (initializer_constant_valid_p): Declare.
24080         * c-tree.h (initializer_constant_valid_p): Remove.
24081
24082 Fri Jul 30 16:33:42 1999  Mathias Froehlich  <frohlich@na.uni-tuebingen.de>
24083
24084         * config/i386/sol2-c1.asm: Align the stack.
24085         * config/i386/sol2-gc1.asm: Likewise.
24086
24087 1999-07-30  Vladimir Makarov  <vmakarov@loony.cygnus.com>
24088
24089         * config/sparc/sparc.h (ASM_CPU32_DEFAULT_SPEC): Change -Av8 onto
24090         -Asparclite for sparc86x.
24091         (CPP_CPU32_DEFAULT_SPEC, CPP_CPU_SPEC): Remove -D__sparc_v8__ for
24092         sparc86x.
24093         (ASM_CPU_SPEC): Use -Asparclite for sparc86x.
24094
24095 Fri Jul 30 14:53:56 1999  Jakub Jelinek  <jj@ultra.linux.cz>
24096
24097         * config/sparc/linux64.h (CC1_SPEC): Preserve CPU specified by
24098         the user if using the non-default arch size in BI_ARCH configuration.
24099         * config/sparc/sol2-sld-64.h (CC1_SPEC): Ditto.
24100
24101         * config/sparc/sparc.md (cmp_mul_set, cmp_udiv_cc_set):
24102         Fix patterns so that they actually match.
24103         (cmp_sdiv_cc_set): Ditto, also don't require g0 to be zero.
24104         (mulsidi3_sp64, const_mulsidi3_sp64): New patterns.
24105         (const_mulsidi3_sp32): Renamed from const_mulsidi3, only on
24106         TARGET_HARD_MUL32.
24107         (mulsidi3): Reflect this in the expand.
24108         (smulsi3_highpart): Only on TARGET_ARCH32.
24109         (umulsidi3_sp64, const_umulsidi3_sp64): New patterns.
24110         (const_umulsidi3_sp32): Renamed from const_umulsidi3.
24111         (umulsidi3): Reflect this in the expand.
24112         (umulsi3_highpart): Only on TARGET_ARCH32.
24113         (divsi3_sp32): Renamed from divsi3, only on TARGET_ARCH32,
24114         don't require g0 to be zero.
24115         (udivsi3_sp32): Renamed from udivsi3, only on TARGET_ARCH32.
24116         ({,u}divsi3): New expands.
24117         ({,u}divsi3_sp64): New patterns.
24118         (after lshrdi3_v8plus): Four new patterns to help combiner
24119         optimizing nested mixed mode shifts.
24120
24121         * config/sparc/sparc.c (sparc_override_options): Use deprecated
24122         v8 instructions if optimizing for UltraSPARC I, II, IIi, as it
24123         speed things up. Don't use them by default on plain v9 in 64bit
24124         mode, according to what SPAMv9 sais.
24125
24126         * config/sparc/sparc.h: Fix comments, e.g. Linux already preserves
24127         top 32 bits of %[og][0-7] in signal handlers.
24128         Also, TARGET_HARD_MUL32 now is only true for TARGET_ARCH32.
24129
24130 Fri Jul 30 03:00:41 1999  Jeffrey A Law  (law@cygnus.com)
24131
24132         * pa.md (zvdep_imm32): Renamed from zvdep_imm.
24133         (ashlsi3): Corresponding changes.
24134
24135         * pa.c (compute_zdepwi_operands): Renamed from compute_zdepi_operands.
24136
24137 Thu Jul 29 18:37:13 1999  Jeffrey A Law  (law@cygnus.com)
24138
24139         * pa.h (FIRST_PARM_CALLER_OFFSET): Delete.
24140
24141 Thu Jul 29 19:01:58 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24142
24143         * arm.h (Hint): Delete macro.
24144         Substitute HOST_WIDE_INT for Hint in some prototypes.
24145         * arm.c: Substitute HOST_WIDE_INT for Hint in one prototype.
24146
24147 Thu Jul 29 09:21:42 1999  Nick Clifton  <nickc@cygnus.com>
24148
24149         * builtins.c (expand_builtin_setjmp): Use force_operand to
24150         make sure that the buffer address is in a suitable form to be
24151         passed to force_reg.
24152
24153 Wed Jul 28 12:50:48 1999  Geoff Keating  <geoffk@cygnus.com>
24154
24155         * config/mips/mips.c: system.h handles MIN and MAX, don't undefine
24156         them here.
24157
24158 Wed Jul 28 13:18:35 1999  Jeffrey A Law  (law@cygnus.com)
24159
24160         * pa.md (indirect_jump): Remove mode from match_operand.  Verify
24161         proper mode in the condition string.
24162         (icacheflush, dcacheflush): Remove modes from match_operands.
24163
24164         * pa.c (emit_move_sequence): Always convert scratch_reg to the
24165         proper mode before using it.
24166
24167         * pa.md (adddi3, subdi3): Turn into a define_expand/define_insn
24168         pair.
24169
24170         * pa.c (store_reg): Do not call add_high_const generator directly.
24171         (load_reg, set_reg_plus_d): Likewise.
24172         * pa.md (add_high_const): No longer a named pattern.
24173
24174         * pa.c (legitimize_address): Consistently use Pmode rather than
24175         SImode.  Do not call gen_pic2_highpart directly anymore.
24176         * pa.md (pic2_highpart): No longer a named pattern.
24177         (pic2_lo_sum): Similarly.  Reformat to make more readable.
24178
24179         * pa.md (call, call_value): Use "word_mode" instead of "SImode" as
24180         needed.
24181
24182         * README: Update.
24183
24184 Wed Jul 28 11:28:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24185
24186         * builtins.c (expand_builtin): Typo in call to expand_builtin_ffs.
24187
24188 Wed Jul 28 11:23:48 1999  Richard Henderson  <rth@cygnus.com>
24189
24190         * pa.c (hppa_builtin_saveregs):  Use get_varargs_alias_set
24191         and tag the spill mems.
24192         (hppa_va_start): New.
24193         (hppa_va_arg): New.
24194         * pa.h (EXPAND_BUILTIN_VA_START): New.
24195         (EXPAND_BUILTIN_VA_ARG): New.
24196
24197 Wed Jul 28 11:22:21 1999  Richard Henderson  <rth@cygnus.com>
24198
24199         * mn10300.c (mn10300_builtin_saveregs): Use get_varargs_alias_set
24200         and tag the spill mems.
24201         (mn10300_va_start): New.
24202         (mn10300_va_arg): New.
24203         * mn10300.h (EXPAND_BUILTIN_VA_START): New.
24204         (EXPAND_BUILTIN_VA_ARG): New.
24205
24206 Wed Jul 28 11:20:19 1999  Richard Henderson  <rth@cygnus.com>
24207
24208         * mn10200.c (mn10200_va_arg): New.
24209         * mn10200.h (EXPAND_BUILTIN_VA_ARG): New.
24210
24211 Wed Jul 28 11:19:06 1999  Richard Henderson  <rth@cygnus.com>
24212
24213         * builtins.c (std_expand_builtin_va_arg): Use int_size_in_bytes
24214         rather than play with TREE_INT_CST_LOW.
24215
24216 1999-07-27  Philip Blundell  <pb@nexus.co.uk>
24217
24218         * config/arm/telf.h: Include dbxelf.h.
24219         (CPP_PREDEFINES): Only define if not already defined.
24220         (ASM_IDENTIFY_GCC): Likewise.
24221         (SUBTARGET_EXTRA_SECTIONS): Likewise.
24222         (SUBTARGET_EXTRA_SECTION_FUNCTIONS): Likewise.
24223         * config/arm/thumb.h (LINK_SPEC): Only define if not already
24224         defined.
24225         (DBX_DEBUGGING_INFO): Don't define.
24226         * config/arm/linux-telf.h: New file.
24227         * config/arm/linux-tgas.h: New file.
24228         * config/arm/t-thumb-linux: New file.
24229         * config/arm/uclinux-elf.h: New file.
24230         * config/arm/uclinux-telf.h: New file.
24231         * configure.in (arm-*-uclinux, thumb-*-linux-gnu,
24232         thumb-*-uclinux): New targets.
24233         * configure: Regenerate.
24234
24235 Tue Jul 27 23:20:21 1999  Jeffrey A Law  (law@cygnus.com)
24236
24237         * pa.md (post_store, pre_load): New expanders.
24238         (post_stwm, pre_ldwm): Renamed to post_stw and pre_ldw respectively.
24239         (post_ldwm, pre_stwm): Make these unnamed patterns since we never
24240         need to directly generate RTL for them.
24241         * pa.c (hppa_expand_prologue, hppa_expand_epilogue): Corresponding
24242         changes.
24243
24244 Tue Jul 27 16:05:52 1999  David Edelsohn  <edelsohn@gnu.org>
24245
24246         * aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630.
24247         * rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
24248         (rs6000_cpu): Choose between 32-bit and 64-bit default processors.
24249         (secndary_reload_class): Make TARGET_ELF conditional compile.
24250         (print_operand_address): Similar.
24251         (output_toc): Print all values as hex.
24252         (get_issue_rate): Rearrange and add RS64A and PPC630.
24253         * rs6000.h (processor_type): Add RS64A and PPC630.
24254         (PROCESSOR_POWERPC64): New.
24255         (PROMOTE_MODE): Use word_mode.
24256         (RTX_COSTS): Add RS64A and PPC630.
24257         * rs6000.md (scheduling information): Add lmul and ldiv
24258         representing 64-bit integer multiply and divide.  Add rs64a and
24259         PPC630 information.
24260         (ashldi3): Add support for "rldic" instruction.
24261         * sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750.
24262
24263 Tue Jul 27 15:31:53 1999  Vladimir Makarov  <vmakarov@toad.to.cygnus.com>
24264
24265         * config/sparc/sparc.c (sparc_override_options): Enable SPARCLITE
24266         instead of V8 for sparclite86x in cpu_table.
24267
24268 Tue Jul 27 17:49:42 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24269
24270         * config/arm/coff.h (ASM_FILE_START): If generating SDB output, call
24271         output_file_directive.
24272
24273 Tue Jul 27 03:15:33 1999  Jason Merrill  <jason@yorick.cygnus.com>
24274
24275         * expr.c (expand_expr, case PLUS_EXPR): Get the mode from the
24276         tree for op1, not the rtl.
24277
24278 Tue Jul 27 00:18:34 1999  Richard Henderson  <rth@cygnus.com>
24279
24280         * m88k.c (m88k_builtin_saveregs): Break out the constructor code
24281         to m88k_va_start, leaving only the register spill.
24282         (m88k_build_va_list): New.
24283         (m88k_va_start): New.
24284         (m88k_va_arg): New.
24285         * m88k.h (BUILD_VA_LIST_TYPE): New.
24286         (EXPAND_BUILTIN_VA_START): New.
24287         (EXPAND_BUILTIN_VA_ARG): New.
24288
24289 Mon Jul 26 19:07:11 1999  Geoff Keating  <geoffk@cygnus.com>
24290
24291         * config/rs6000/rs6000.c (rs6000_expand_builtin_saveregs):
24292         Rename from expand_builtin_saveregs.
24293         * config/rs6000/rs6000.h (EXPAND_BUILTIN_SAVEREGS): Change caller.
24294
24295 Mon Jul 26 22:52:47 1999  Richard Henderson  <rth@cygnus.com>
24296
24297         * i960.c (i960_setup_incoming_varargs): Use get_varargs_alias_set
24298         for the register spill block.
24299         (i960_build_va_list): New.
24300         (i960_va_start): New.
24301         (i960_va_arg): New.
24302         * i960.h (BUILD_VA_LIST_TYPE): New.
24303         (EXPAND_BUILTIN_VA_START): New.
24304         (EXPAND_BUILTIN_VA_ARG): New.
24305         * i960.md (store_multiple): Use change_address on individul mems.
24306
24307 Mon Jul 26 22:43:12 1999  Richard Henderson  <rth@cygnus.com>
24308
24309         * builtins.c (stabilize_va_list): Don't INDIRECT_REF through
24310         an ARRAY_TYPE.
24311         (std_expand_builtin_va_start): Back out one word if !stdarg_p.
24312         (expand_builtin_va_end): Evaluate arg for side effects.
24313         * c-common.c (c_common_nodes_and_builtins): Construct a
24314         va_list_arg_type_node to handle array decomposition to pointer.
24315
24316 Mon Jul 26 18:51:34 1999  Richard Henderson  <rth@cygnus.com>
24317
24318         * except.c (st_dynamic_cleanup): Use force_operand on the
24319         buffer's address.
24320
24321 Mon Jul 26 16:43:26 1999  Richard Henderson  <rth@cygnus.com>
24322
24323         * c4x.h (EXPAND_BUILTIN_VA_ARG): New.
24324         * c4x.c (c4x_va_arg): New.
24325
24326 Mon Jul 26 12:30:09 1999  Jason Merrill  <jason@yorick.cygnus.com>
24327
24328         * cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer
24329         has manual_pop set.
24330
24331 1999-07-26  Nathan Sidwell  <nathan@acm.org>
24332
24333         * eh-common.h (__eh_matcher): Prototype correctly.
24334
24335 Mon Jul 26 17:24:51 1999  Philip Blundell  <pb@nexus.co.uk>
24336
24337         * config/arm/thumb.h (THUMB_FLAG_SINGLE_PIC_BASE): Define.
24338         (TARGET_SINGLE_PIC_BASE): Likewise.
24339         (GOT_PCREL, NEED_GOT_RELOC, NEED_PLT_RELOC): Provide default
24340         definitions.
24341         (TARGET_CALLEE_INTERWORKING): Fix typo in comment.
24342         (TARGET_SWITCHES): Add -m{no-}single-pic-base.
24343         (TARGET_OPTIONS): Add -mpic-register=N.
24344         (OUTPUT_INT_ADDR_CONST): New macro.
24345         (INDEX_REGISTER_RTX_P, PIC_OFFSET_TABLE_REGNUM, FINALIZE_PIC,
24346         LEGITIMATE_PIC_OPERAND_P): Likewise.
24347         (LEGITIMIZE_ADDRESS, GOT_IF_LEGITIMATE_ADDRESS): Support PIC.
24348         (ASM_OUTPUT_INT): Use OUTPUT_INT_ADDR_CONST rather than calling
24349         output_addr_const directly.
24350         (PRINT_OPERAND_PUNCT_VALID_P): Accept `|' for compatibility with
24351         ARM port.
24352         (thumb_pic_register, thumb_pic_register_string): Declare.
24353
24354         * config/arm/thumb.c (symbol_mentioned_p): New function: Imported
24355         from arm.c.
24356         (label_mentioned_p): New function: Imported from arm.c.
24357         (legitimize_pic_address): New function: Imported from arm.c.
24358         (is_pic):New function: Imported from arm.c.
24359         (thumb_finalize_pic):New function: Imported from arm.c.
24360         (add_constant): Cope with PIC constants.
24361         (fixit): Cope with PIC constants.
24362         (output_return): Do not treat the PIC register as live if
24363         TARGET_SINGLE_PIC_BASE is true.
24364         (thumb_function_prologue): Do not treat the PIC register as live if
24365         TARGET_SINGLE_PIC_BASE is true.
24366         (thumb_expand_prologue): Do not treat the PIC register as live if
24367         TARGET_SINGLE_PIC_BASE is true.
24368         (thumb_unexpand_epilogue): Do not treat the PIC register as live if
24369         TARGET_SINGLE_PIC_BASE is true.
24370         (thumb_print_operand): Accept '|'.
24371         (thumb_override_options): Process PIC options.
24372
24373         * config/arm/thumb.md (movsi): Support PIC.
24374         (call_insn): Change "i" constraint to "X".
24375         (call_value_insn): Likewise.
24376         (consttable_4, consttable_8, consttable_end): Set and clear
24377         "making_const_table" as appropriate.
24378         (pic_load_addr, pic_add_dot_plus_four): New insns.
24379
24380         * invoke.texi (Thumb Options): Fix spelling.  Document new
24381         options -msingle-pic-base and -mpic-register=.
24382
24383 1999-07-26  Andrew Haley  <aph@cygnus.com>
24384
24385         * config/m32r/initfini.c (__init): Use a full word immediate for
24386         __fini: this allows it to be placed in any memory region.
24387
24388         * config/m32r/t-m32r: Compile crtinit.o and crtfini.o for
24389         -mmodel=medium.  This is OK for all memory models.
24390
24391 Mon Jul 26 11:58:46 1999  Nick Clifton  <nickc@cygnus.com>
24392
24393         * config/arm/arm.c: Replace %R%s in asm_fprintf strings with %r.
24394         * config/arm/arm.h: Replace %R%s in asm_fprintf strings with %r.
24395
24396 Mon Jul 26 10:23:36 1999  Nick Clifton  <nickc@cygnus.com>
24397
24398         * final.c (asm_fprintf): Accept ASM_FPRINTF_EXTENSIONS, if
24399         defined.
24400
24401         * tm.texi: Document ASM_FPRINTF_EXTENSIONS.
24402
24403 Sun Jul 25 23:51:59 1999  Richard Henderson  <rth@cygnus.com>
24404
24405         * i860.h (EXPAND_BUILTIN_SAVEREGS): New.
24406         (BUILD_VA_LIST_TYPE): New.
24407         (EXPAND_BUILTIN_VA_START): New.
24408         (EXPAND_BUILTIN_VA_ARG): New.
24409         * i860.c (output_delayed_branch): Disable.
24410         (output_delay_insn): Likewise.
24411         (i860_saveregs): New.
24412         (i860_build_va_list): New.
24413         (i860_va_start): New.
24414         (i860_va_arg): New.
24415         * i860.md: Disable all peepholes using output_delayed_branch.
24416         * i860/sysv4.h (I860_SVR4_VA_LIST): New.
24417
24418 Sun Jul 25 23:44:13 1999  Richard Henderson  <rth@cygnus.com>
24419
24420         * clipper.h (EXPAND_BUILTIN_SAVEREGS): Remove argument.
24421         (BUILD_VA_LIST_TYPE): New.
24422         (EXPAND_BUILTIN_VA_START): New.
24423         (EXPAND_BUILTIN_VA_ARG): New.
24424         * clipper.c (clipper_builtin_saveregs): Only dump registers.
24425         Return the address of the save area.
24426         (clipper_build_va_list): New.
24427         (clipper_va_start): New.
24428         (clipper_va_arg): New.
24429
24430 Sun Jul 25 22:56:47 1999  Richard Henderson  <rth@cygnus.com>
24431
24432         * arc.h (EXPAND_BUILTIN_VA_START): New.
24433         (EXPAND_BUILTIN_VA_ARG): New.
24434         * arc.c (arc_setup_incoming_varargs): Set alias set of
24435         varargs save area.
24436         (arc_va_start): New.
24437         (arc_va_arg): New.
24438
24439 Sun Jul 25 22:45:55 1999  Richard Henderson  <rth@cygnus.com>
24440
24441         * alpha.h (EXPAND_BUILTIN_SAVEREGS): Delete.
24442         (BUILD_VA_LIST_TYPE): New.
24443         (EXPAND_BUILTIN_VA_START): New.
24444         (EXPAND_BUILTIN_VA_ARG): New.
24445         * alpha.c (alpha_builtin_saveregs): Delete.
24446         (alpha_build_va_list): New.
24447         (alpha_va_start): New.
24448         (alpha_va_arg): New.
24449
24450 Sun Jul 25 21:40:33 1999  Jeffrey A Law  (law@cygnus.com)
24451
24452         * config/svr4.h (CTORS_SECTION_ASM_OP): Do not emit directives in
24453         column zero.
24454         (DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP): Likewise.
24455         (FINI_SECTION_ASM_OP, ASM_OUTPUT_SECTION_NAME): Likewise.
24456
24457         * gcc.texi: More changes related to list conversion.
24458         * invoke.texi: Likewise.
24459
24460 Sun Jul 25 18:15:39 1999  Richard Henderson  <rth@cygnus.com>
24461
24462         * builtins.c (expand_builtin_saveregs): Remove static, remove exp
24463         and ignore arguments, bail if no EXPAND_BUILTIN_SAVEREGS.
24464         (expand_builtin_next_arg): Accept ARGLIST not EXP.
24465         (stabilize_va_list): New function.
24466         (std_expand_builtin_va_start): New function.
24467         (expand_builtin_va_start): New function.
24468         (get_varargs_alias_set): New function.
24469         (std_expand_builtin_va_arg): New function.
24470         (expand_builtin_va_arg): New function.
24471         (expand_builtin_va_end): New function.
24472         (expand_builtin_va_copy): New function.
24473         (expand_builtin): Call them.
24474         * c-common.c (c_common_nodes_and_builtins): Build __builtin_va_list,
24475         __builtin_{varargs_start,stdarg_start,end,copy}.
24476         (build_va_arg): New function.
24477         * c-common.h (CTI_PTR_TYPE, ptr_type_node): Delete.
24478         (build_va_arg): Declare.
24479         * c-decl.c (ptr_type_node, va_list_type_node): New.
24480         * c-parse.gperf (__builtin_va_arg): New.
24481         * c-parse.in (VA_ARG): New token.
24482         (unary_expr): Recognize it.
24483         * expr.c (expand_expr): Expand VA_ARG_EXPR.
24484         * expr.h (std_expand_builtin_va_start): Declare.
24485         (std_expand_builtin_va_arg): Declare.
24486         (expand_builtin_va_arg): Declare.
24487         (get_varargs_alias_set): Declare.
24488         * tree.def (VA_ARG_EXPR): New.
24489         * tree.h (BUILT_IN_VARARGS_START): New.
24490         (BUILT_IN_STDARG_START, BUILT_IN_VA_END): New.
24491         (ptr_type_node, va_list_type_node): Declare.
24492         * tm.texi (EXPAND_BUILTIN_SAVEREGS): Kill unused ARGLIST argument.
24493         * m32r.h (EXPAND_BUILTIN_SAVEREGS): Likewise.
24494         * m88k.h, m88k.c: Likewise.
24495         * mn10300.h, mn10300.c: Likewise.
24496         * pa.h, pa.c: Likewise.
24497         * rs6000.h, rs6000.c: Likewise.
24498         * sh.h, sh.c: Likewise.
24499         * sparc.h, sparc.c: Likewise.
24500
24501         * emit-rtl.c (operand_subword): Copy alias set.
24502         (change_address): Likewise.
24503
24504 Sun Jul 25 15:04:37 1999  Jeffrey A Law  (law@cygnus.com)
24505
24506         * pa.c (compute_frame_size): Scan all the used callee saved registers,
24507         not just the first one.
24508
24509 Fri Jul 23 14:09:58 1999  Philip Blundell  <pb@nexus.co.uk>
24510
24511         * config/arm/arm.h (TARGET_SWITCHES): Add
24512         -m{no-}single-pic-base.  Correct help string for -mshort-load-words.
24513         (TARGET_OPTIONS): Add -mpic-register=.
24514         (ARM_FLAG_SINGLE_PIC_BASE, TARGET_SINGLE_PIC_BASE): Define.
24515         (arm_pic_register_string): Declare.
24516         (NEED_PLT_GOT): Delete, replace with ...
24517         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  New macros.
24518         (OUTPUT_INT_ADDR_CONST): Replace NEED_PLT_GOT with NEED_GOT_RELOC.
24519         (ASM_OUTPUT_MI_THUNK): Replace NEED_PLT_GOT with NEED_PLT_RELOC.
24520         * config/arm/arm.c (arm_override_options): Add new option
24521         -mpic-register=N.
24522         (arm_pic_register_string): New variable.
24523         (arm_finalize_pic): Respect TARGET_SINGLE_PIC_BASE.
24524         (output_func_prologue): If TARGET_SINGLE_PIC_BASE, treat the PIC
24525         register as never live.  Use NEED_PLT_RELOC not NEED_PLT_GOT.
24526         (output_return_instruction): Likewise.
24527         * config/arm/elf.h (NEED_PLT_GOT): Delete, replace with ...
24528         (NEED_GOT_RELOC, NEED_PLT_RELOC): ... these.  Define to flag_pic.
24529         * config/arm/arm.md: Use NEED_PLT_RELOC in place of NEED_PLT_GOT.
24530
24531         * invoke.texi (ARM Options): Fix spelling.  Remove duplicate
24532         mention of -msched-prolog.  Document new options -msingle-pic-base
24533         and -mpic-register=.
24534
24535 Thu Jul 22 18:23:56 1999  Richard Henderson  <rth@cygnus.com>
24536
24537         * haifa-sched.c (reemit_notes): Tidy.
24538         * sched.c (reemit_notes): Duplicate 1998-08-31 patch to
24539         haifa's routine.
24540
24541 Thu Jul 22 18:21:04 1999  Richard Henderson  <rth@cygnus.com>
24542
24543         * explow.c (trunc_int_for_mode): New function.
24544         (plus_constant_wide): Use it.
24545         * combine.c (simplify_and_const_int): Likewise.
24546         (merge_outer_ops): Likewise.
24547         (simplify_shift_const): Likewise.
24548         * cse.c (simplify_unary_operation): Likewise.
24549         (simplify_binary_operation): Likewise.
24550         * emit-rtl.c (operand_subword): Likewise.
24551         * rtl.h: Declare it.
24552
24553 Thu Jul 22 14:34:59 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24554
24555         * config/arm/arm.c (arm_print_operand): Fix typo in 'M' case
24556         (use NUM_REGS instead of NUM_INTS).
24557
24558 Thu Jul 22 11:25:20 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24559
24560         * builtins.c: New file.
24561         * expr.c (saveregs_value, apply_args_value):  Delete definition,
24562         moved into builtins.c.
24563         (string_constant): No longer static.
24564         (get_pointer_alignment, c_strlen, get_memory_rtx, expand_builtin,
24565         apply_args_size, apply_result_size, result_vector,
24566         expand_builtin_apply_args, expand_builtin_apply,
24567         expand_builtin_return): Delete functions, moved into builtins.c.
24568         (INCOMING_REGNO, OUTGOING_REGNO): Delete unused macros.
24569         * expr.h (saveregs_value, apply_args_value): Declare variables.
24570         (expand_builtin, string_constant): Declare functions.
24571         * Makefile.in: Update to build builtin.o.
24572
24573 Wed Jul 21 00:46:58 1999  Mark P. Mitchell  <mark@codesourcery.com>
24574
24575         * defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
24576         * tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
24577         * dwarf2out.c (dwarf2out_init): Don't output a label to mark the
24578         start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
24579         false.
24580         * config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
24581         Define to zero.
24582
24583 1999-07-21  Michael Meissner  <meissner@cygnus.com>
24584
24585         * print-rtl.c (print_rtx): Print the names of the virtual
24586         registers.
24587
24588 Wed Jul 21 16:00:32 1999  Nick Clifton  <nickc@cygnus.com>
24589
24590         * config/arm/arm.h (INITIAL_ELIMINATION_OFFSET): Fix typo
24591         introduced in previous delta.
24592
24593 Wed Jul 21 14:30:51 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24594
24595         * c-lang.c (finish_file): Rename void_list_node to void_list_node_1
24596         to avoid name clash.
24597
24598 Wed Jul 21 08:39:22 1999  Gavin Romig-Koch  <gavin@cygnus.com>
24599
24600         * c-lex.c (yylex) : Correct the test for overflow when lexing
24601         integer literals.
24602
24603 Tue Jul 20 18:02:42 1999  Richard Henderson  <rth@cygnus.com>
24604
24605         * haifa-sched.c (insn_cost): FREE implies cost 0 and vice versa.
24606         (adjust_priority): Always call ADJUST_PRIORITY.
24607         (schedule_insn): Only put insns into the ready at cost 0.
24608         (schedule_block): Remove redundant initial sort.  Give clock_var
24609         and can_issue_more to MD_SCHED_REORDER.  Requeue if hazard cost
24610         is not 0.
24611         * tm.texi (MD_SCHED_REORDER): Update docs.
24612
24613         * sparc.h (MD_SCHED_REORDER): Update.  Set CAN_ISSUE_MORE.
24614         * sparc.c (ultra_reorder_called_this_block): Delete.
24615         (ultrasparc_sched_init): Don't set it.
24616         (ultrasparc_sched_reorder): Don't check it.
24617
24618 Tue Jul 20 17:07:54 1999  Richard Henderson  <rth@cygnus.com>
24619
24620         * rs6000.h (struct rs6000_args): Add sysv_gregno.
24621         * rs6000.c (init_cumulative_args): Init sysv_gregno.
24622         (function_arg_boundary): Align DFmode.
24623         (function_arg_advance): Restructure for ABI_V4; use sysv_gregno
24624         to get fp reg and stack overflow correct.
24625         (function_arg): Likewise.
24626         (function_arg_pass_by_reference): True for TFmode for ABI_V4.
24627         (setup_incoming_varargs): Restructure for ABI_V4; use
24628         function_arg_advance to skip final named argument.
24629         (expand_builtin_saveregs): Properly unskip the last integer arg
24630         when doing varargs.  Adjust overflow location calculation.
24631
24632         * ginclude/va-ppc.h (struct __va_list_tag): Make gpr and fpr
24633         explicitly unsigned.
24634         (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
24635         (__VA_GP_REGSAVE): Similarly.
24636         (__va_longlong_p): Delete.
24637         (__va_arg_type_violation): New declaration.
24638         (va_arg): Restructure.  Flag promotion errors.  Align double.
24639         TFmode passed by reference.
24640
24641         * rs6000.md (movdi_32+1): Use GEN_INT after arithmetic
24642         in the HOST_BITS_PER_WIDE_INT > 32 case.
24643
24644 Tue Jul 20 12:37:30 1999  Hans-Peter Nilsson  <hp@bitrange.com>
24645
24646         * dwarf2out.c (output_abbrev_section): Terminate with a zero.
24647
24648 Tue Jul 20 12:12:27 1999  Jason Merrill  <jason@yorick.cygnus.com>
24649
24650         * gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
24651         * toplev.c (documented_lang_options): Add -fpreprocessed.
24652         * cpplib.h (struct cpp_buffer): Add preprocessed.
24653         * cppinit.c (cpp_handle_option): Handle -fpreprocessed.
24654         (cpp_start_read): Don't expand macros or emit an initial #line
24655         directive if -fpreprocessed.
24656
24657 Tue Jul 20 12:12:09 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>
24658
24659         * cpplib.h (struct cpp_buffer): Added manual_pop for
24660         better C++ tokenization.
24661         * cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop.
24662         Also, support C++ tokenization for ->*, .*, <?, and >? operators.
24663         * c-common.c (cpp_token): Make non-static.
24664
24665 Tue Jul 20 11:24:19 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24666
24667         * c-common.h: New file.
24668         * c-common.c (permanent_obstack): Delete unused declaration.
24669         (c_global_trees): New array.
24670         (c_common_nodes_and_builtins): New function; split off common code
24671         from init_decl_processing in both c-decl.c and cp/decl.c.
24672         * c-tree.h: Delete lots of declarations of tree nodes; replaced by
24673         c_global_trees and accessor macros defined in c-common.h.
24674         Include c-common.h.
24675         * c-decl.c: Delete definitions for tree nodes that were replaced by
24676         c_global_trees.
24677         (init_decl_processing): Build void_list_node.
24678         Call c_common_nodes_and_builtins; delete code to generate the common
24679         builtins here.
24680         * objc/objc-act.c (build_module_descriptor): Rename variable
24681         void_list_node to avoid clash with c-common.h.
24682
24683         * Makefile.in: Update dependencies.
24684         * objc/Make-lang.in: Likewise.
24685
24686 Mon Jul 19 14:22:18 1999  Mark P. Mitchell  <mark@codesourcery.com>
24687
24688         * config/mips/iris6gld.h (MAKE_DECL_ONE_ONLY): Define.
24689         (UNIQUE_SECTION_P): Likewise.
24690         (UNIQUE_SECTION): Likewise.
24691
24692 1999-07-19  Linas Vepstas  <linas@linas.org>
24693
24694         * config/i370/README: New file.
24695         * config/i370/linux.h: New file.
24696         * config/i370/mvs.h: New file.
24697         * config/i370/oe.h: New file.
24698         * config/i370/t-linux: New file.
24699         * config/i370/t-mvs: New file.
24700         * config/i370/t-oe: New file.
24701         * config/i370/x-oe: New file.
24702         * config/i370/xm-linux.h: New file.
24703         * config/i370/xm-mvs.h: New file.
24704         * config/i370/xm-oe.h: New file.
24705
24706         * i370.c (label_node_t): Add first_ref_page, label_addr,
24707         label_first_ref, label_last_ref members.
24708         (mvs_need_base_reload): Renamed from mvs_label_emitted.
24709         (MAX_MVS_LABEL_SIZE): Define.
24710         (MAX_LONG_LABEL_SIZE): Define.
24711         (alias_node_t, alias_anchor, alias_number): New.
24712         (mvs_function_table): Reorder for EBCDIC.
24713         (ascebc, ebcasc): Unconditionally define.
24714         (i370_branch_dest, i370_branch_length): New functions.
24715         (i370_short_branch, i370_label_scan): New functions.
24716         (mvs_get_label): Renamed from mvs_add_label.  Search for
24717         an existing label before creating a new one.
24718         (mvs_add_label): New function.
24719         (mvs_get_label_page): New function.
24720         (mvs_free_label_list): Renamed from mvs_free_label.  Iterate
24721         over the entire list.
24722         (mvs_check_page) [TARGET_HLASM]: Use BASR not BALR.
24723         (mvs_check_page) [TARGET_ELF_ABI]: New function.
24724         (mvs_add_alias, mvs_need_alias): New functions.
24725         (mvs_get_alias, mvs_check_alias): New functions.
24726         (handle_pragma): New function.
24727         (mvs_function_check): New function.
24728         (unsigned_jump_follows_p): Search harder.
24729         (i370_function_prolog) [TARGET_HLASM]: Handle LE370.  Scan labels.
24730         (i370_function_prolog) [TARGET_ELF_ABI]: New function.
24731         * i370.h (TARGET_VERSION): Delete.
24732         (CPP_SPEC, CPP_PREDEFINES): Delete.
24733         (mvs_label_emitted): Delete.
24734         (TARGET_EBCDIC): Delete.
24735         (MAP_CHARACTER): Define only if TARGET_EBCDIC.
24736         (HANDLE_PRAGMA): Define.
24737         (HARD_REGNO_NREGS): Handle complex modes.
24738         (HARD_REGNO_MODE_OK): Likewise.
24739         (CLASS_MAX_NREGS): Likewise.
24740         (RET_REG): Likewise.
24741         (EXTRA_CONSTRAINT): Define.
24742         (RETURN_IN_MEMORY): True for DImode.
24743         (TRAMPOLINE_TEMPLATE): Use gen_rtx instead of GEN_INT.
24744         (FUNCTION_PROFILER): Delete.
24745         (COUNT_REGS): Fail if REG_P but not REG_OK_FOR_BASE_P.
24746         (NOTICE_UPDATE_CC): Correct handling of MULT, DIV, logicals and shifts.
24747         (TARGET_ESC, TARGET_BELL): Conditionally define for TARGET_EBCDIC.
24748         (TARGET_BS, TARGET_TAB, TARGET_NEWLINE): Likewise.
24749         (TARGET_VT, TARGET_FF, TARGET_CR): Likewise.
24750         (ASM_FILE_START): Add "RMODE ANY".
24751         (ASM_OUTPUT_EXTERNAL): Check for aliases.
24752         (ASM_GLOBALIZE_LABEL): Likewise.
24753         (ASM_OUTPUT_LABELREF): Likewise.
24754         (ASM_OUTPUT_COMMON): Likewise.
24755         (PRINT_OPERAND): Handle 'K', 'W', default.
24756         (PRINT_OPERAND_ADDRESS): New.
24757         (Lots of defines): Add support for TARGET_ELF_ABI.
24758         * i370.md (attr length): New.  Define for all patterns.
24759         (*): Lots of tweeks to assembly output and constraints.
24760
24761 Mon Jul 19 15:09:29 1999  David Edelsohn  <edelsohn@gnu.org>
24762
24763         * rs6000.md (arithmetic, logical, and shift Rc combiner patterns):
24764         Disable patterns performing SImode comparisons with SImode values
24765         if TARGET_POWERPC64 and instruction does not sign-extend or does
24766         not mask to narrower than SImode, i.e. where bit 31 and bit 63 may
24767         differ for signed quantities.
24768         (indirect_jump): Add expander to choose RTL based on TARGET_64BIT.
24769         (tablejump): Patterns contingent on TARGET_64BIT not TARGET_POWERPC64.
24770         (decrement_and_branch_on_count): Add 64-bit variant.
24771
24772 Mon Jul 19 09:36:27 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24773
24774         * final.c (output_asm_insn): When searching for the matching string
24775         for a given dialect, don't run past the end of the list of
24776         alternatives if there are fewer alternatives in the template than
24777         dialects.
24778
24779 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
24780
24781         * gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.
24782         Removed paragraph about compression of files and size limitation,
24783         duplicated in the FAQ.  Use gcc-patches for posting patches.
24784         * gcc.c (main): Updated URL with bug reporting instructions to
24785         gcc.gnu.org.  Removed e-mail address.
24786         * system.h (abort): Likewise.
24787
24788 1999-07-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24789
24790         * Makefile.in (stmp-multilib-sub): Make the files extracted
24791         from $(LIBGCC1) writable.
24792
24793 Sat Jul 17 14:25:46 1999  Nick Clifton  <nickc@cygnus.com>
24794
24795         * config/arm/aout.h: Reformat for improved readability.
24796
24797         * config/arm/arm.h: Reformat for improved readability.
24798         Replace uses of fprintf with asm_fprintf where appropriate.
24799         (ARM_DECLARE_FUNCTION_NAME): New macro:  Perform any generic ARM
24800         function declaration assembler actions.
24801         (NUM_INTS): New macro: Convert from bytes to words.
24802         (NUM_REGS): New macro: Compute number of registers required to
24803         hold a quanitity of tyep MODE.
24804         (NUM_REGS2): New macro: Like NUM_REGS but also copes with BLKmode
24805         types.
24806         (NUM_ARG_REGS): New macro: The number of argument registers
24807         available.
24808         (ARG_REGISTER): New macro: Compute the register number of the Nth
24809         argument register.
24810         (LAST_ARG_REGNUM): New macro: The number of the last argument
24811         register.
24812         (SP_REGNUM): New macro: Register number of the stack pointer.
24813         (FP_REGNUM): New macro: Register number of the frame pointer.
24814         (FUNCTION_ARG, FUNCTION_ARG_PARTIAL_NREGS, INIT_CUMULATIVE_AGS,
24815         FUNCTION_ARG_ADVANCE, SETUP_INCOMING_VARARGS): Change
24816         CUMULATIVE_ARGS so that it counts registers not bytes.
24817
24818         * config/arm/arm.c: Rename TARGET_THUMB_INTERWORK to
24819         TARGET_INTERWORK.
24820         Replace uses of fprintf with asm_fprintf where appropriate.
24821         (output_ascii_pseudo_op): Replace with version from thumb.c
24822
24823         * config/arm/coff.h (ASM_FILE_START): Emit ASM_APP_OFF.
24824
24825         * config/arm/elf.h (CPP_PREDEFINES): Replace with
24826         SUBTARGET_CPP_SPEC.
24827         (ASM_DECLARE_FUNCTION_NAME): Use ARM_DECLARE_FUNCTION_NAME.
24828         (ASM_FILE_START): Emit ASM_APP_OFF.
24829
24830 Fri Jul 16 13:48:09 1999  Jeffrey A Law  (law@cygnus.com)
24831
24832         * pa.c (compute_frame_size): Round frame according to
24833         STACK_BOUNDARY rather than a hardwired value.
24834
24835         * pa.h (POINTER_SIZE, PARM_BOUNDARY): Define in terms of BITS_PER_WORD.
24836
24837         * configure.in (hppa*-*-hpux11*): Use symbolic MASK_PA_11 instead
24838         of "1".
24839         * configure: Rebuilt.
24840
24841         * configure.in (hppa*-*-linux*): New configuration.
24842         * configure: Rebuilt.
24843         * pa.h (MAX_OFILE_ALIGNMENT): Delete.
24844         * pa/som.h (MAX_OFILE_ALIGNMENT): Define.
24845         * pa/pa-linux.h: New file.
24846         * pa/t-linux: New file.
24847         * pa/xm-linux.h: New file.
24848
24849         * pa.c (hppa_legitimize_address): Change references from SImode to
24850         either Pmode or word_mode as appropriate.
24851         (emit_move_sequence, store_reg, load_reg): Likewise.
24852         (set_reg_plus_d, hppa_expand_prologue): Likewise.
24853         (output_mul_insn): Likewise.
24854         * pa.h (PROMOTE_MODE): Likewise.
24855         (INITIALZE_TRAMPOLINE): Likewise.
24856         (Pmode): Define to word_mode.
24857
24858         * pa.c (compute_frame_size): Use UNITS_PER_WORD instead of hardwired
24859         value of 4.  Allocate 8 bytes for each FP register save.
24860         (hppa_expand_epilogue): Use UNITS_PER_WORD instead of harwarewired
24861         value of 4.
24862         (hppa_expand_prologue): Likewise.
24863         * pa.h (PROMOTE_MODE): Likewise.
24864         (HARD_REGNO_MODE_OK, FUNCTION_ARG_SIZE): Likewise.
24865         (FUNCTION_ARG_BOUNDARY): Likewise.
24866
24867         * invoke.texi (HPPA Options): Remove -mspace/-mno-space.
24868
24869         * pa.c (out_of_line_prologue_epilogue): Delete.
24870         (override_options): Remove -mspace related code.
24871         (hppa_expand_prologue, hppa_expand_epilogue): Likewise.
24872         (compute_frame_size): Only allocate space for register that
24873         actually need to be saved.
24874         * pa.h (MASK_SPACE, TARGET_SPACE): Delete.
24875         (TARGET_SWITCHES): Remove -mspace, -mno-space
24876         * pa/t-pa (LIB2FUNCS_EXTRA): Remove ee.asm and ee_fp.asm
24877         * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.  Remove -mspace multilib.
24878         * pa/ee.asm, pa/ee_fp.asm: Delete.
24879
24880         * pa/elf.h (ASM_OUTPUT_DOUBLE_INT): Define.
24881
24882         * config/svr4.h (CONST_SECTION_ASM_OP): Do not emit assembler
24883         directive in column zero.
24884
24885 Fri Jul 16 01:39:57 1999  Jeffrey A Law  (law@cygnus.com)
24886
24887         * m68k.c (output_function_prologue): Fix computation of save mask
24888         when generating PIC code.
24889
24890 Thu Jul 15 15:40:09 1999  Jim Wilson  <wilson@cygnus.com>
24891
24892         * tree.c (build_type_attribute_variant): Move current_obstack restore
24893         after build_qualified_type call.
24894
24895 1999-07-15  Mark Mitchell  <mark@codesourcery.com>
24896
24897         * configure.in: Use t-iris6, even with GNU LD.
24898         * config/mips/iris6gld.h: Fix typo in linker spec.
24899         * config/mips/t-iris6gld: Remove.
24900
24901 Thu Jul 15 15:15:43 1999  David Edelsohn  <edelsohn@gnu.org>
24902
24903         * rs6000.md (insv, extzv): Remove SImode dependence in named
24904         patterns.  Explicitly generate DImode RTL if PowerPC64 and
24905         operand is DImode.
24906         (insvdi): Reverse start and size in instruction template.
24907
24908 1999-07-12  Joseph S. Myers  <jsm28@cam.ac.uk>
24909
24910         * invoke.texi: Typo fixes.
24911
24912 Wed Jul 14 23:28:06 1999  Jeffrey A Law  (law@cygnus.com)
24913
24914         * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
24915         handle at this time instead of silently generating incorrect code.
24916         (gen_imagpart): Likewise.
24917
24918         * reload.c (find_reloads): Emit a USE for a pseudo register without
24919         a hard register if we could not create an optional reload for the
24920         pseudo.
24921
24922 Wed Jul 14 23:45:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
24923
24924         * c-typeck.c (output_init_element, process_init_element):
24925         When advancing constructor_unfilled_fields for a RECORD_TYPE,
24926         check for nameless bit fields.
24927
24928 Wed Jul 14 01:57:39 1999  Richard Henderson  <rth@cygnus.com>
24929
24930         * regclass.c (scan_one_insn): Notice subregs that change the
24931         size of their operand.
24932         (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.
24933
24934 Wed Jul 14 01:41:42 1999  Jeffrey A Law  (law@cygnus.com)
24935
24936         * configure.in (alpha*-*-*): Include alpha/t-ieee.
24937         * configure: Rebuilt.
24938         * alpha/t-ieee: New file.
24939
24940 Tue Jul 13 10:45:58 1999  Jeffrey A Law  (law@cygnus.com)
24941
24942         * rs6000.c (find_addr_reg): Do not select r0 as an address
24943         register.
24944
24945 Tue Jul 13 00:46:18 1999  Philippe De Muyter  <phdm@macqel.be>
24946
24947         * m68k/x-mot3300 (XCFLAGS): List of big files now includes `cse.o'.
24948
24949 Mon Jul 12 14:29:15 1999  Jeffrey A Law  (law@cygnus.com)
24950
24951         * rs6000.md (movsf): Do not force easy FP constants into memory.
24952
24953         * expr.c (expand_expr, case PLUS_EXPR): Pass constants through
24954         immed_double_const to ensure they are properly truncated then
24955         sign extended.
24956
24957 Mon Jul 12 10:40:01 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
24958
24959         * config/arm/thumb.c (thumb_reorg): Call replace_symbols_in_block
24960         always unless NO_DEBUG is used.  Compile this code
24961         unconditionally.
24962         (replace_symbols_in_block): Compile it unconditionally.
24963
24964 Sun Jul 11 12:32:32 1999  Jeffrey A Law  (law@cygnus.com)
24965
24966         * configure.in (i?86-*-elf*): New target.
24967         * configure: Rebuilt.
24968         * i386/i386elf.h, i386/t-i386elf: New files.
24969
24970 Fri Jul  9 22:39:44 1999  Jason Merrill  <jason@yorick.cygnus.com>
24971
24972         * toplev.c (main): Don't complain about saying -gdwarf.
24973         (rest_of_compilation): Remove redundant code.
24974
24975 Fri Jul  9 19:08:55 1999  Jim Wilson  <wilson@cygnus.com>
24976
24977         * unroll.c (unroll_loops): Don't delete named CODE_LABELs.
24978
24979 Fri Jul  9 18:54:18 1999  Felix Lee  <flee@cygnus.com>
24980
24981         * config/i960/i960.c (ret_label): Change asm label from "LR:" to
24982         "Li960R:", to avoid name clash.
24983
24984 Fri Jul  9 10:48:28 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
24985
24986         * loop.c (check_dbra_loop): When reversing a loop, delete all
24987         REG_EQUAL notes referencing the reversed biv except those which are
24988         for a giv based on it.
24989
24990 Fri Jul  9 03:51:52 1999  Jeffrey A Law  (law@cygnus.com)
24991
24992         * version.c: Drop "gcc-" prefix from version #.
24993
24994 Thu Jul  8 18:06:30 1999  Jason Merrill  <jason@yorick.cygnus.com>
24995
24996         * dwarf2out.c (dwarf2out_line): Emit a line number comment after
24997         the label if we're being verbose.
24998
24999 Thu Jul  8 14:18:46 1999  Richard Henderson  <rth@cygnus.com>
25000
25001         * m68k.c (output_function_prologue): Add pic register to mask
25002         if live and flag_pic.
25003         (output_function_epilogue): Likewise.
25004
25005 Thu Jul  8 12:55:12 1999  Jeffrey A Law  (law@cygnus.com)
25006
25007         * dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Do not put assembler
25008         directives in column zero.
25009
25010         * pa/elf.h (ASM_FILE_START): Define.
25011         * pa/som.h (ASM_FILE_START): Include .level directives.
25012         * pa/hpux10.h (ASM_FILE_START): Delete.
25013         * pa/hpux11.h (ASM_FILE_START): Delete.
25014
25015         * pa/elf.h (BSS_SECTION_ASM_OP): Use .section .bss.
25016
25017 Thu Jul  8 18:03:19 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25018
25019         * reload1.c (choose_reload_regs): Never call remove_adress_replacements
25020         when reload_out equals reload_in.
25021
25022 Thu Jul  8 16:50:14 1999  Nick Clifton  <nickc@cygnus.com>
25023
25024         * invoke.texi (Spec Files): New node: Describe the contents of
25025         spec files.
25026
25027 Thu Jul  8 10:28:25 1999  Craig Burley  <craig@jcb-sc.com>
25028
25029         * invoke.texi (DEC Alpha Options): Put @end table at
25030         beginning of line, to avoid confusing texi2html.
25031
25032 Thu Jul  8 09:22:06 1999  Nick Clifton  <nickc@cygnus.com>
25033
25034         * config/arm/elf.h (ASM_OUTPUT_INTERNAL_LABEL): Fixed typo
25035         introduced in previous delta.
25036
25037 Wed Jul  7 02:00:04 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25038
25039         * reload1.c (gen_reload): When synthesizing a 3 operand add
25040         sequence, improve test for when to reload OP1 into the reload
25041         register instead of OP0.
25042
25043 Wed Jul  7 01:38:03 1999  Jim Wilson  <wilson@cygnus.com>
25044
25045         * unroll.c (unroll_loop): Don't delete NOTE_INSN_DELETED_LABEL notes.
25046
25047 1999-07-07  Manfred Hollstein  <mhollstein@cygnus.com>
25048
25049         * m88k/dguxbcs.h (CPP_SPEC): Add missing \ in multi-line
25050         string literal.
25051
25052 Wed Jul  7 01:16:43 1999  Richard Henderson  <rth@cygnus.com>
25053
25054         * ginclude/varargs.h (__builtin_va_alist_t): New typedef.
25055         (va_dcl): Use __builtin_va_alist_t.
25056
25057 Wed Jul  7 01:14:42 1999  Jason Merrill  <jason@yorick.cygnus.com>
25058
25059         * dwarf2out.c (gen_struct_or_union_type_die): Only remember types
25060         on the permanent_obstack.
25061         * dwarfout.c (output_type): Likewise.
25062
25063 Tue Jul  6 15:25:32 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25064
25065         * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) :
25066         Merged from c-typeck.c and cp/typeck.c.
25067         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
25068         Merged into c-common.
25069
25070 Tue Jul  6 13:06:01 1999  Dave Brolley  <brolley@cygnus.com>
25071
25072         * c-lex.c (errorcount): Declare it.
25073         (finish_parse): Update errorcount when using CPPLIB.
25074
25075 1999-07-06  Bruce Korb  <ddsinc09@ix.netcom.com>
25076
25077         * fixinc/inclhack.def(end_else_label): Double the backslash so
25078         sed gets a chance to see it.
25079         * fixinc/inclhack.sh: regen
25080         * fixinc/fixincl.x: regen
25081
25082 Fri Jul  2 18:49:51 1999  Nick Clifton  <nickc@cygnus.com>
25083
25084         Add framework to support armv5 architecture when it becomes
25085         available:
25086
25087         * config/arm/arm.c (FL_ARCH5): New processor capability flag.
25088         (arm_arch5): New variable.
25089         (all_architectures): Add armv5 line.
25090         * config/arm/arm.h (CPP_CPU_ARCH_SPEC): Define __ARM_ARCH_5__ if
25091         -march=armv5 is specified on the command line.
25092         (arm_arch5): Export this variable.
25093         * invoke.texi: Document new string accepted by -march= switch for
25094         ARM ports.
25095
25096         * config/arm/arm.h: Replace use of constant 12 as a register
25097         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
25098         * config/arm/arm.c: Replace use of constant 12 as a register
25099         number with IP_REGNUM.  Similarly 14 and LR_REGNUM.
25100
25101         * config/arm/elf.h: Tidy up.
25102         * config/arm/coff.h: Tidy up.
25103
25104 Thu Jul  1 19:08:13 1999  Mark P. Mitchell  <mark@codesourcery.com>
25105
25106         * gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
25107         * gcc/config/mips/t-iris6gld: New file.
25108         * gcc/config/mips/iris6gld.h: Likewise.
25109
25110 Fri Jul  2 13:23:39 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25111
25112         * c-decl.c (widest_integer_literal_type_node,
25113         widest_unsigned_literal_type) : New.
25114         (init_decl_processing): Handle/use the two new types.
25115         * c-common.c (type_for_size,type_for_mode) : Same.
25116         * c-lex.c (yylex) : Same.
25117         * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
25118         Same.
25119         * c-tree.h (widest_integer_literal_type_node,
25120         widest_unsigned_literal_type) : New.
25121
25122 Fri Jul  2 03:05:44 1999  Jeffrey A Law  (law@cygnus.com)
25123
25124         * dwarfout.c (field_byte_offset): Correctly compute the object's
25125         byte offset for the first bit of a field which crosses an alignment
25126         boundary on a !BYTES_BIG_ENDIAN target.
25127
25128 Fri Jul  2 01:36:36 1999  Robert Lipe  <robertlipe@usa.net>
25129
25130         * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and
25131         ntohs.
25132
25133 Fri Jul  2 00:46:47 1999  Richard Henderson  <rth@cygnus.com>
25134                           Jeff Law <law@cygnus.com>
25135
25136         * ginclude/varargs.h (va_dcl): Use word_mode for type of
25137         __builtin_va_list.
25138
25139         * except.c: Include intl.h.
25140         (expand_eh_return): Set current_function_cannot_inline.
25141         (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label.
25142         * function.h (struct function): Add eh_return_stub_label.
25143         * flow.c (delete_unreachable_blocks): Don't merge across EH edges.
25144         * Makefile.in (except.o): Depend on intl.h.
25145
25146 Fri Jul  2 00:04:23 1999  David Edelsohn  <edelsohn@gnu.org>
25147
25148         * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the
25149         same as offsettable in cases 1 and 2.
25150
25151 Thu Jul  1 20:54:10 1999  Richard Henderson  <rth@cygnus.com>
25152
25153         * alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).
25154         (extlh, extwh): Likewise.
25155
25156 Thu Jul  1 11:05:25 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25157
25158         * c-lex.c (yylex): Improve 'integer constant out of range' messages.
25159
25160 Wed Jun 30 16:51:41 1999  Nick Clifton  <nickc@cygnus.com>
25161
25162         * configure.in: Add arm-pe and thumb-pe targets.
25163         * configure: Regenerate.
25164
25165         * thumb.c (arm_naked_function_p): New function: Determines if
25166         a function is naked (has no gcc generated prologue/epilogue).
25167         (is_called_in_ARM_mode): Return true if the func has the
25168         interfacearm attribute.
25169         (output_return): Do not generate a return for naked functions.
25170         (thumb_function_prologue): Do not generate a prologue for
25171         naked functions.
25172         (thumb_expand_prologue): Do not generate a prologue for naked
25173         functions.
25174         (thumb_expand_epilogue): Do not generate an epilogue for naked
25175         functions.
25176         (arm_valid_machine_decl_attribute): New function, copied from
25177         arm.c:  Permit naked and interfacearm attributes.
25178
25179         * config/arm/pe.c: New file: Support code for arm-pe target.
25180         * config/arm/pe.h: New file: Header file for arm-pe target.
25181         * config/arm/tpe.h: New file: Header file for thumb-pe target.
25182         * config/arm/t-thumb-pe: New file: Makefile fragment for
25183         thumb-pe target.
25184
25185 1999-07-01  Mark Kettenis  <kettenis@gnu.org>
25186
25187         * config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if
25188         -fPIC or -fpic is specified.
25189
25190 Wed Jun 30 03:31:54 1999  Jeffrey A Law  (law@cygnus.com)
25191
25192         * expr.c (emit_block_move): Use copy_to_mode_reg for
25193         !TARGET_MEM_FUNCTIONS case too.
25194
25195         * configure.in (hppa*-*-*): Add som.h or elf.h to tm_file as
25196         appropriate.
25197         * configure: Rebuilt.
25198         (hppa1.1-*-pro*, hppa1.1-*-rtems*): Define target_cpu_default.
25199         * pa.h: Include dbxelf.h.  Delete various dbx/stabs related
25200         definitions made redundant by dbxelf.h inclusion.  Delete
25201         lots of definitions related to assembly output that are
25202         specific to the SOM object format.
25203         * pa.c (output_function_prologue): Do not emit the function's
25204         name for OBJ_ELF.
25205         * pa-pro-end.h (STARTFILE_SPEC): Undefine before redefining.
25206         * pa-pro.h: Deleted.
25207         * som.h: New file with SOM specific definitions.
25208         * elf.h: New file with ELF specific definitions.
25209
25210         * elfos.h (const_section): Output a tab before assembler directives.
25211         (ctors_section, dtors_section): Likewise.
25212         (ASM_OUTPUT_SECTION_NAME): Likewise.
25213
25214         * pa/pa1.h: Delete unused file.
25215
25216 Tue Jun 29 01:37:53 1999  Jeffrey A Law  (law@cygnus.com)
25217
25218         * configure.in (hppa*-hp-hpux11*): New configuration.
25219         * configure: Rebuilt.
25220         * pa/pa-hpux11.h: New file.
25221         * pa.h (CPP_SPEC): Conditionally add -D__STDC_EXT__ to the cpp
25222         command line.
25223
25224         * mips.md (leasi, leadi): New patterns.
25225
25226         * expr.c (emit_block_move): Properly handle case where one of the
25227         block move arguments has a queued increment or decrement.
25228         (clear_storage): Similarly.  Fix formatting goof.
25229
25230 1999-06-28  "David O'Brien"  <obrien@NUXI.com>
25231
25232         * fixinc/inclhack.def(stdio_va_list): This patch Removes a
25233         semicolon from the BSD VA_LIST replacement expression.
25234
25235         * fixinc/inclhack.sh: regen
25236         * fixinc/fixincl.x: regen
25237
25238         * fixinc/mkfixinc.sh: Have `i[34567]86-*-freebsd*' machines
25239         now use the fixincl program.
25240
25241 Mon Jun 28 05:28:12 1999  Jeffrey A Law  (law@cygnus.com)
25242
25243         * m68k.h (CONDITIONAL_REGISTER_USAGE): Define for !SUN_FPA
25244         case.  Also make the PIC register call_used.
25245
25246         * m68k.h (FINALIZE_PIC): Delete.
25247         * m68k.c (finalize_pic): Delete.
25248
25249 Mon Jun 28 05:16:35 1999  Richard Henderson  <rth@cygnus.com>
25250
25251         * m68k.h (PREFERRED_RELOAD_CLASS): Don't force any FP const_doubles
25252         to memory.
25253
25254 Mon Jun 28 04:07:27 1999  David Edelsohn  <edelsohn@gnu.org>
25255
25256         * expmed.c (expand_divmod): Ensure unsigned value fits in reg_note.
25257
25258 Sun Jun 27 02:39:08 1999  Richard Henderson  <rth@cygnus.com>
25259
25260         * jump.c (jump_optimize_1): Validate the cmov copy to a temporary.
25261
25262 Sat Jun 26 17:18:18 1999  David Edelsohn  <edelsohn@gnu.org>
25263
25264         * rs6000.c (print_operand, case 'L'): Use plus_constant_for_output.
25265
25266 Fri Jun 25 11:33:24 1999  Richard Henderson  <rth@cygnus.com>
25267
25268         * alpha.c (override_options): Add -mcpu=ev45 as an alias for ev4.
25269
25270 Fri Jun 25 13:41:25 1999  David Edelsohn  <edelsohn@gnu.org>
25271
25272         * rs6000.c (output_toc): Always use hex values for floating-point
25273         constants.  Store single-precision values in upper-half of TOC
25274         entry in 64-bit mode.
25275         * rs6000.md (floatsidf2, floatunssidf2): Add !TARGET_POWERPC64
25276         to final constraints.
25277         (fix_truncdfsi2 splitter): Change pattern matching fctiwz.
25278         (fctiwz): Improve accuracy of RTL for pattern.
25279
25280 Fri Jun 25 11:26:38 1999  Gavin Romig-Koch  <gavin@cygnus.com>
25281
25282         * expr.c (expand_expr): Allow RTL_EXPR's through the
25283         MAX_INTEGER_COMPUTATION_MODE checks.
25284
25285 Fri Jun 25 06:06:37 1999  Richard Henderson  <rth@cygnus.com>
25286
25287         * alpha.h (MASK_SUPPORT_ARCH, MASK_CPU_EV5, MASK_CPU_EV6): Define
25288         such that MASK_SUPPORT_ARCH is not negative.
25289
25290 Fri Jun 25 05:35:44 1999  Jeffrey A Law  (law@cygnus.com)
25291
25292         * loop.c (verify_dominator): Properly handle ADDR_VEC and
25293         ADDR_DIFF_VEC insns that appear inside loops.
25294
25295 Thu Jun 24 22:54:05 1999  David Edelsohn  <edelsohn@gnu.org>
25296                           Jeff Law <law@cygnus.com>
25297
25298         * rs6000.md (movdf_hardfloat32): Revert previous patch.
25299         Handle LO_SUM the same as offsettable in cases 1 and 2.
25300         * rs6000.c (find_addr_reg): Revert previous patch.
25301
25302 Thu Jun 24 22:43:12 1999  Philippe De Muyter  <phdm@macqel.be>
25303
25304         * system.h (strstr): New external function declaration.
25305         * acconfig.h (NEED_DECLARATION_STRSTR): New define slot.
25306         * configure.in (GCC_NEED_DECLARATIONS): Check for strstr.
25307         * config.in, configure: Rebuilt.
25308
25309 1999-06-24  Tom Tromey  <tromey@cygnus.com>
25310
25311         * gcc.c (main): Read user-specified specs files after computing
25312         additional startfile_prefixes.
25313
25314 Thu Jun 24 15:00:47 1999  Mark Mitchell  <mark@codesourcery.com>
25315
25316         Revert these two patches:
25317
25318         Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25319         * loop.c (strength_reduce): When doing biv->giv conversion, update
25320         reg note of NEXT->insn.
25321
25322         Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25323         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
25324         reg_biv_class.
25325         (recombine_givs): Set ix field after sorting.
25326
25327 Wed Jun 23 21:26:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25328
25329         * rtlanal.c (reg_referenced_p): Use reg_overlap_mentioned_p
25330         for the parts of an UNSPEC / UNSPEC_VOLATILE.
25331
25332 1999-06-23  Bruce Korb  <ddsinc09@ix.netcom.com>
25333
25334         *fixinc/inclhack.def:  Add fix development commentary
25335         (read_ret_type): reactivate and add selection clause
25336         (zzz_*): tweak output file name to match what is used in hackshell.tpl
25337         *fixinc/{fixincl.x|inclhack.sh}: regen
25338
25339 Wed Jun 23 00:48:21 1999  Jason Merrill  <jason@yorick.cygnus.com>
25340
25341         * expr.c (expand_expr): STRIP_NOPS before checking against
25342         MAX_INTEGER_COMPUTATION_MODE
25343         (check_max_integer_computation_mode): Likewise.
25344
25345 Tue Jun 22 20:23:43 1999  Jim Wilson  <wilson@cygnus.com>
25346
25347         * md.texi (smul@var{m}3_highpart): Add missing 's' prefix.
25348
25349 1999-06-22  Jim Wilson  <wilson@cygnus.com>
25350
25351         * expr.c (store_expr): When target is a promoted subreg, return a
25352         promoted subreg as a result.
25353
25354 Tue Jun 22 17:14:58 1999  Michael Meissner  <meissner@cygnus.com>
25355
25356         * dwarf2out.c (dwarf2out_frame_debug_expr): Reformat to match GNU
25357         coding standards.
25358         (dwarf2out_define): Mark unused parameters appropriately.
25359         (gen_unspecified_parameters_die): Ditto.
25360         (gen_subprogram_die): Fix signed/unsigned warnings.
25361         (gen_variable_die): Ditto.
25362
25363 1999-06-22  Bruce Korb <ddsinc09@ix.netcom.com>
25364
25365         * fixinc/inclhack.def(end_else_label): combined else_label
25366         and endif_label and fixed the sed expression.
25367         *fixinc/{fixincl.x|inclhack.sh}: regen
25368
25369 Tue Jun 22 01:58:18 1999  Jeffrey A Law  (law@cygnus.com)
25370
25371         * rs6000.md (movdf_hardfloat32): Use %X instead of always emitting
25372         'x' when handling non-offsettable addresses
25373
25374 Tue Jun 22 00:20:05 1999  Richard Earnshaw (rearnsha@arm.com)
25375
25376         * final.c (shorten_branches): Don't try to split an insn that has
25377         been deleted.
25378
25379 Mon Jun 21 12:47:39 1999  Mark Mitchell  <mark@codesourcery.com>
25380
25381         * config/mips/mips.c (symbolic_expression_p): New function.
25382         (mips_select_rtx_section): Put symbolic expressions in the
25383         data section, not the read-only data section.
25384
25385 Mon Jun 21 22:13:06 1999  Jeffrey A Law  (law@cygnus.com)
25386
25387         * rs6000.md (find_addr_reg): Handle LO_SUM addresses.
25388
25389 Mon Jun 21 20:10:42 1999  Richard Henderson  <rth@cygnus.com>
25390
25391         * collect2.c (main): Log frame table count.
25392         (GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
25393         (scan_prog_file) [COFF]: Handle frame tables.
25394
25395         * alpha/alpha.h (UNALIGNED_SHORT_ASM_OP): Define.
25396         (UNALIGNED_INT_ASM_OP, UNALIGNED_DOUBLE_INT_ASM_OP): Define.
25397         * alpha/elf.h: Undef them again.
25398         * alpha/vms.h: Remove their definitions.
25399
25400 Tue Jun 22 03:17:53 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25401
25402         * sh.c (machine_dependent_reorg): When fixing up fp pcloads,
25403         remove the clobber of r0 and change the REG_UNUSED note to
25404         REG_INC.
25405
25406 1999-06-21  Jakub Jelinek  <jj@ultra.linux.cz>
25407
25408         * real.c (ereal_from_double): Fix for 64-bit big endian hosts.
25409         * emit-rtl.c (gen_lowpart_common): Add case for hosts where double
25410         fits in HOST_WIDE_INT and one uses union to access a long constant
25411         as double.
25412
25413 Mon Jun 21 17:18:25 1999  Richard Henderson  <rth@cygnus.com>
25414
25415         * sparc.c (sparc_override_options): Don't allow profiling for
25416         code models other than medlow.
25417         (sparc_function_profiler): New function from old FUNCTION_PROFILER
25418         macro.  Use ASM_GENERATE_INTERNAL_LABEL and MCOUNT_FUNCTION.
25419         (sparc_function_block_profiler): Likewise.  Use user_label_prefix.
25420         (sparc_block_profiler): Likewise.
25421         (sparc_function_block_profiler_exit): Likewise.
25422         * sparc.h (FUNCTION_PROFILER): Call new sparc.c function.
25423         (FUNCTION_BLOCK_PROFILER): Likewise.
25424         (BLOCK_PROFILER): Likewise.
25425         (FUNCTION_BLOCK_PROFILER_EXIT): Likewise.
25426         (MCOUNT_FUNCTION): New.
25427         * sparc/pbd.h (FUNCTION_PROFILER): Delete.
25428         (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Delete.
25429         * sparc/sun4o3.h (FUNCTION_PROFILER): Delete.
25430         (MCOUNT_FUNCTION): New.
25431         * sparc/sysv4.h (FUNCTION_BLOCK_PROFILER): Delete.
25432         (BLOCK_PROFILER): Delete.
25433         (MCOUNT_FUNCTION): New.
25434
25435 Mon Jun 21 14:11:29 1999  David Edelsohn  <edelsohn@gnu.org>
25436
25437         * rs6000.md (movdf_hardfloat32): Fix typo in case 2.
25438
25439 Mon Jun 21 12:27:17 1999  Vladimir Makarov  <vmakarov@tofu.to.cygnus.com>
25440
25441         * config/mips/elf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25442         Add the macros.
25443
25444         * config/m68k/m68kelf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25445         Ditto.
25446
25447         * config/sh/sh.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25448         Ditto.
25449
25450         * config/arm/telf.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_BSS):
25451         Ditto.
25452
25453 Mon Jun 21 14:58:42 1999  Nick Clifton  <nickc@cygnus.com>
25454
25455         * config/arm/arm.h: Add cpp support for ARM920 and ARM920T cpu
25456         types.
25457
25458 Mon Jun 21 06:22:21 1999  Mark Elbrecht <snowball3@bigfoot.com>
25459
25460         * i386/djgpp.h (LIB_SPEC): New.
25461         (STARTFILE_SPEC): New.
25462
25463         * i386/xm-djgpp.h (NO_SYS_SIGLIST): Deleted. Now obsolete.
25464
25465 Mon Jun 21 06:19:33 1999  Philippe De Muyter  <phdm@macqel.be>
25466
25467         * fixinc/Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in
25468         compiler flags.
25469
25470         * system.h (WSTOPSIG): New macro.
25471
25472 Mon Jun 21 05:33:15 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25473
25474         * c-pragma.c (push_alignment): Don't ignore alignments greater than
25475         4 bytes.
25476         (insert_pack_attributes): Take into account member natural
25477         alignment.
25478
25479         * i386/winnt.c (exports_head): New static variable.
25480         (i386_pe_record_exported_symbol): New function.
25481         (i386_pe_asm_file_end): Use.
25482         * i386/cygwin.h (ASM_OUTPUT_COMMON): Record the exported
25483         symbols to be emitted at end of assembly.
25484         (ASM_DECLARE_OBJECT_NAME): Likewise.
25485         (ASM_DECLARE_FUNCTION_NAME): Likewise.
25486
25487         * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
25488         -iwithprefix.
25489
25490 Mon Jun 21 04:44:31 1999  Jeffrey A Law  (law@cygnus.com)
25491
25492         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
25493         in last change.
25494
25495 Sun Jun 20 17:27:20 1999  Richard Henderson  <rth@cygnus.com>
25496
25497         * haifa-sched.c (sched_analyze_1): Use free_list instead of
25498         zapping reg_last_uses directly.
25499         (sched_analyze_2, sched_analyze_insn): Likewise.
25500         (sched_analyze): Likewise.  Don't clear reg_last_uses on calls.
25501
25502 Sun Jun 20 16:57:29 1999  David Edelsohn  <edelsohn@gnu.org>
25503
25504         * rs6000.md (movdf_hardfloat32): Use worst case insn length
25505         attributes for cases 1 and 2.
25506
25507 Sat Jun 19 22:52:55 1999  Richard Henderson  <rth@cygnus.com>
25508
25509         * haifa-sched.c (sched_analyze): Mark call-user regs as clobbered
25510         instead of set.
25511
25512 Sat Jun 19 05:40:07 1999  Philip Blundell <pb@nexus.co.uk>
25513
25514         * arm.c (arm_reload_in_hi): Invert sense of test on BYTES_BIG_ENDIAN.
25515
25516 Sat Jun 19 05:25:05 1999  Richard Earnshaw (rearnsha@arm.com)
25517
25518         * arm.h (CONDITIONAL_REGISTER_USAGE): If flag_pic, never use
25519         PIC_OFFSET_TABLE_REGNUM for general alloaction.
25520         (INITIAL_ELIMINATION_OFFSET): Count the fact that the PIC register
25521         must be stacked if it is used for PIC accesses.
25522         * arm.c (use_return_insn): Handle PIC register specially.
25523         (output_return_instruction): Likewise.
25524         (output_func_{prologue,epilogue}): Likewise.
25525         (output_expand_prologue): Likewise.
25526
25527         * arm.md (*adddf_esfdf_df): Renamed from *adddf_df_esfdf.
25528         (*strsi_predec): Renamed from *strqi_predec.
25529         (*loadsi_shiftpreinc): Renamed from *loadqi_shiftpreinc.
25530         (*loadsi_shiftpredec): Renamed from *loadqi_shiftpredec.
25531
25532         * arm.c (arm_override_options): Remove warning about PIC code
25533         not being supported.
25534
25535 Fri Jun 18 23:47:06 1999  David Edelsohn  <edelsohn@gnu.org>
25536
25537         * rs6000.c (find_addr_reg): New function.
25538         * rs6000.h (find_addr_reg): Declare.
25539         (offsettable_addr_operand): Delete.
25540         * rs6000.md (movdf_hardfloat32): Handle non-offsettable loads
25541         from and stores to GPRs.
25542
25543 Fri Jun 18 15:44:18 1999  Richard Henderson  <rth@cygnus.com>
25544
25545         * alpha.c (alpha_expand_block_move): Use get_insns rather than
25546         gen_sequence as argument to emit_no_conflict_block.
25547
25548 Fri Jun 18 07:02 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25549
25550         * fixinc/mkfixinc.sh: enable the fixincl program for DG/UX
25551         * fixinc/inclhack.def(dgux_int_varargs): script must end with \n
25552         *fixinc/fixincl.x: regen
25553         *fixinc/inclhack.sh: regen
25554
25555 Thu Jun 17 15:06:10 PDT 1999 Don Lindsay  <dlindsay@cygnus.com>
25556
25557         * added support for -mpcrel (PC relative addressing for m68k)
25558         based on code done by Michael Tiemann  <tiemann@axon.cygnus.com>.
25559         * invoke.texi (m68000 options): Add documentation for -mpcrel flag.
25560         * m68k.c (print_operand_address): Handle 32-bit PIC case.
25561         (comments for general_src_operand): Add some explanation
25562         about EXTRA_CONSTRAINTS.
25563         (OVERRIDE_OPTIONS): Enable -fPIC in combination with -mpcrel.
25564         * m68kelf.h (OVERRIDE_OPTIONS): Ditto.
25565         (LEGITIMATE_PIC_OPERAND_P): Fix typo.
25566         (LEGITIMATE_PIC_OPERAND_P): Re-derive from m68k.h case.
25567         * m68k.h (LEGITIMATE_PIC_OPERAND_P): Fix delete-o.
25568         (INDIRECTABLE_1_ADDRESS): Delete spurious '/' at end of macro.
25569         (OVERRIDE_OPTIONS): Change behavior so that -mpcrel implies -fpic
25570         if not already set.
25571         (OVERRIDE_OPTIONS): Merge in changes from m68k.h.
25572         * m68k.h (TARGET_PCREL): New target flag.
25573         (TARGET_SWITCHES): Add "pcrel" as a recognized switch.
25574         (OVERRIDE_OPTIONS): Add checks for -mpcrel.
25575         (LEGITIMATE_PIC_OPERAND_P): Don't normally accept anything that
25576         contains a SYMBOL_REF.  Relax this constraint during reload, since
25577         we want to use the predicates, not reload's built-in concept of a
25578         valid memory address, to control what insns need reloading.
25579         (EXTRA_CONSTRAINT): Define constraints to accept pc-relative
25580         operands (essentially 'g', 'm', and 's' under normal circumstances).
25581         * m68k.c (print_operand): Cause printing of pc-relative addresses
25582         to include pc register.
25583         (print_operand_address): Ditto.
25584         (general_src_operand): Accept operands that are not only
25585         general_operands, but are also valid when used as a pc-relative
25586         source.
25587         (nonimmediate_src_operand): Similar, for nonimmediate_operands.
25588         (memory_src_operand): Similar, for memory_operands.
25589         (pcrel_address): New predicate to accept the special case of a
25590         pc-relative address.
25591         * m68k.md (many patterns): Rewrite common SImode, HImode, and
25592         QImode insns to accept *_src_operand instead of *_operand where
25593         pc-relative operands can fit.  For example, a pc-relative operand
25594         can be used as a memory source operand for addsi3, but not as a
25595         memory destination.
25596         * hp320.h linux.h m68kv4.h (LEGITIMATE_PIC_OPERAND_P) as in m68k.h.
25597
25598 Fri Jun 18 09:11:07 1999  Nick Clifton  <nickc@cygnus.com>
25599
25600         * config/arm/telf.h (ASM_OUTPUT_DEF_FROM_DECLS): New Marco: USe
25601         .thumb_set pseudo op to mark aliases of thumb functions.
25602
25603 Wed Jun 16 18:19:13 1999  Nick Clifton  <nickc@cygnus.com>
25604
25605         * varasm.c (assemble_alias): Use ASM_OUTPUT_DEF_FROM_DECLS in
25606         preference to ASM_OUTPUT_DEF, if it is defined.
25607
25608         * tm.texi: Document new, optional target macro
25609         ASM_OUTPUT_DEF_FROM_DECLS.
25610
25611 Thu Jun 17 15:07 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25612
25613         * fixincludes: ISCNTL patch
25614         * fixinc/inclhack.def (ioctl_fix_ctrl): Fix the definition of [_]*ISCTRL().
25615         (dgux_int_varargs): new for DG/UX
25616         * fixinc/{fixincl.x,inclhack.sh}: Regenerated.
25617
25618 Thu Jun 17 21:34:24 1999  Jeff Law <law@cygnus.com>
25619
25620         * invoke.texi (ia32 options): Fix typo.
25621
25622 Thu Jun 17 21:34:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25623
25624         * loop.c (strength_reduce): When doing biv->giv conversion, update
25625         reg note of NEXT->insn.
25626
25627 Thu Jun 17 14:25:08 1999  Jeffrey A Law  (law@cygnus.com)
25628
25629         * loop.c (move_movables): Note issues with replacing REGs with
25630         SUBREGs.
25631         * mips.h (GO_IF_LEGITIMATE_ADDRESS): Handle SUBREGs properly.
25632
25633 Thu Jun 17 13:28:30 1999  David O'Brien <obrien@FreeBSD.org>
25634
25635         * i386/freebsd-elf.h (LINK_SPEC): Fix typo.
25636
25637         * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and
25638         the reference to `mcount' was not correct for the ELF on FreeBSD.
25639
25640 Thu Jun 17 17:22:07 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25641
25642         * loop.c (strength_reduce): When doing biv->giv conversion, fix up
25643         reg_biv_class.
25644
25645         (recombine_givs): Set ix field after sorting.
25646
25647 Thu Jun 17 02:54:30 1999  Jeffrey A Law  (law@cygnus.com)
25648
25649         * emit-rtl.c (operand_subword): Tighten checks for when it is safe
25650         to safe to extract a subword out of a REG.
25651
25652 Thu Jun 17 01:45:24 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25653
25654         * sh.md (mulsi3): Don't add a no-op move at the end.
25655
25656 Wed Jun 16 20:29:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25657
25658         * cse.c (cse_insn): Don't put hard register source into tables for
25659         the last insn of a libcall.
25660
25661 Wed Jun 16 19:44:33 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25662
25663         * loop.c (strength_reduce): Insert sets of derived givs at every
25664         biv increment, even if it's the only one.
25665
25666 Wed Jun 16 10:33:02 1999  Jason Merrill  <jason@yorick.cygnus.com>
25667
25668         * dwarfout.c (add_incomplete_type): New fn.
25669         (output_type): Call it.
25670         (retry_incomplete_types): New fn.
25671         (dwarfout_finish): Call it.
25672
25673         From Eric Raskin <ehr@listworks.com>:
25674         (output_type): Output types for bases.
25675
25676 Tue Jun 15 12:51:23 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
25677
25678         * mips.c (mips_output_conditional_branch): Add `break'
25679         between `default' label and `close braces'.
25680
25681 Tue Jun 15 01:55:20 1999  David O'Brien <obrien@FreeBSD.org>
25682
25683         * i386/freebsd-elf.h (LINK_SPEC): clean up the linking library
25684         specifications and make it realistic.
25685         (LIB_SPEC): Likewise.
25686
25687 Mon Jun 14 15:38:43 1999  Jim Wilson  <wilson@cygnus.com>
25688
25689         * config/mips/mips.c (mips_secondary_reload_class): Check for
25690         (PLUS (SP) (REG)) and return appropriate register class.
25691         * config/mips/mips.md (reload_insi): Delete predicate for operand 1.
25692         Handle (PLUS (SP) (REG)).
25693         (tablejump): In mips16 code, use emit_insn instead of emit_jump_insn.
25694         (tablejump_mips161, tablejump_mips162): Use emit_jump_insn instead
25695         of emit_insn for tablejump.
25696
25697 Mon Jun 14 17:26:40 1999  David Edelsohn  <edelsohn@gnu.org>
25698
25699         * rs6000.c (output_prolog): RS6000_CALL_GLUE must be
25700         asm_fprintf format string by itself.
25701         (output_function_profiler): Likewise.
25702
25703 Mon Jun 14 12:57:38 1999  David Mosberger  <davidm@hpl.hp.com>
25704
25705         * combine.c (simplify_logical, case AND): Only call
25706         simplify_and_const_int if the mode is no wider than HOST_WIDE_INT
25707         or the constant is positive.
25708
25709 Mon Jun 14 11:43:41 1999  Nick Clifton  <nickc@cygnus.com>
25710
25711         * configure.in: Fix typo in rs6000-ibm-aix4 case.
25712         * configure: Regenerate.
25713
25714 Mon Jun 14 03:55:40 1999  Jeffrey A Law  (law@cygnus.com)
25715
25716         * configure.in (rs6000-ibm-aix4.3*, powerpc-ibm-aix4.3*): Do not
25717         require a sub-version #.
25718         * configure: Rebuilt.
25719
25720 1999-06-14  Robert Lipe  (robertlipe@usa.net)
25721
25722         * svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
25723
25724 Mon Jun 14 10:30:52 BST 1999  Nathan Sidwell  <nathan@acm.org>
25725
25726         * c-typeck.c (process_init_element): Detect excess elements in
25727         char array initializer.
25728
25729 1999-06-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
25730
25731         * gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
25732
25733 Sat Jun 12 22:29:48 EDT 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25734
25735         * invoke.texi (Option Summary): Add -fpermissive flag.
25736
25737 Sat Jun 12 03:40:42 1999  Jeffrey A Law  (law@cygnus.com)
25738
25739         * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Do nothing with operands
25740         that require PIC code sequences.
25741
25742 Wed Jun  9 16:29:01 1999  Nick Clifton  <nickc@cygnus.com>
25743
25744         * configure.in: Add new target: thumb-elf.
25745         * configure: Regenerate.
25746         * config/arm/t-thumb-elf: New file: Makefile fragment for
25747         thumb-elf build.
25748         * config/arm/telf.h: New file: Header file for thumb-elf
25749         build.
25750
25751 Fri Jun 11 03:17:51 1999  Jeffrey A Law  (law@cygnus.com)
25752
25753         * Makefile.in (libgcc2): Pass MAYBE_USE_COLLECT2 as an argument.
25754         * libgcc2.c (__CTOR_LIST, __DTOR_LIST); Do not provide
25755         initializers is some circumstances.
25756
25757         * fixinc/inclhack.def (endif_label): Add additional selector for
25758         more bogus stuff after #endif statements.
25759         * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt.
25760
25761 Thu Jun 10 20:44:36 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25762
25763         * i386/cygwin.h (SET_ASM_OP): Define.
25764
25765 Thu Jun 10 20:37:57 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25766
25767         * reg-stack.c (stack_reg_life_analysis): Find all the RETURN insns.
25768
25769 Thu Jun 10 19:23:00 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25770
25771         * sh.h (TARGET_HARWARD, TARGET_HARVARD): Changed the former to the
25772         latter.
25773
25774         * sh.md (ic_invalidate_line_i): Remove second alternative.
25775
25776 Thu Jun 10 06:55 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25777
25778         *fixinc/inclhack.def(sun_auth_proto): We do not know how to
25779         test for the presence of valid prototypes.  Delete bypass expr.
25780         (ioctl_fix_ctrl): Correct the selection expression.
25781         (no_double_slash): Correct quoting rules
25782         *fixinc/fixincl.x: regen
25783         *fixinc/inclhack.sh: regen
25784
25785 Thu Jun 10 15:08:15 1999  Nick Clifton  <nickc@cygnus.com>
25786
25787         * config/arm/arm.c (struct all_cores): Add ARM920 and ARM920t.
25788
25789 Wed Jun  9 15:57:57 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25790
25791         * rs6000.md (movsi_got_internal_mem): Delete.
25792         * rs6000.h (CONDITIONAL_REGISTER_USAGE): Mark PIC_OFFSET_TABLE_REGNUM.
25793         (GOT_TOC_REGNUM): Delete.
25794         (PIC_OFFSET_TABLE_REGNUM): Define.
25795         (FINALIZE_PIC): Disable.
25796         * rs6000.c (rs6000_got_register): New code for fixed pic register.
25797         (rs6000_replace_regno): Delete.
25798         (rs6000_finalize_pic): Likewise.
25799         (output_prolog): Handle PIC_OFFSET_TABLE_REGNUM.
25800
25801 Wed Jun  9 19:44:26 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25802
25803         * loop.c (loop_insn_first_p): Don't compare LUIDs when P
25804         is a note; use <= for the compare; advance P while it is
25805         a NOTE.
25806
25807 Wed Jun  9 13:12:24 1999  Jeffrey A Law  (law@cygnus.com)
25808
25809         * fixinc/inclhack.def (no_double_slash): Fix quoting for test.
25810         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh; Rebuilt.
25811
25812         * varasm.c (remove_from_pending_weak_list): Verify t->name
25813         is non-NULL before passing it to strcmp.
25814
25815 Wed Jun  9 06:50 1999  Bruce Korb <ddsinc09@ix.netcom.com>
25816
25817         *fixinc/inclhack.def(sun_auth_proto): bypass the patch if
25818         the typed arguments are not part of a comment
25819         (ioctl_fix_ctrl): Added a purpose comment
25820         *fixinc/fixincl.x: regenerate
25821         *fixinc/inclhack.sh: regenerate
25822
25823 Wed Jun  9 22:57:02 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25824
25825         * invoke.texi: Add C4x invocation docs.
25826
25827 Wed Jun  9 22:34:38 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
25828
25829         * config/c4x/c4x.h (TARGET_EXPOSE_LDP, LEGITIMIZE_RELOAD_ADDRESS):
25830         Define new macros.
25831         * config/c4x/c4x.c (c4x_emit_move_sequence, src_operand): Use
25832         TARGET_EXPOSE_LDP.
25833         (c4x_legitimize_reload_address): New function.
25834         * config/c4x/c4x.md: Update docs.
25835
25836 Wed Jun  9 04:14:48 1999  Jeffrey A Law  (law@cygnus.com)
25837
25838         * fixincludes: Avoid removing '.'.
25839         * fixinc/fixinc.svr4: Likewise.
25840         * fixinc/fixinc.winnt: Likewise.
25841         * fixinc/inclhack.tpl: Likewise.
25842         * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt.
25843
25844 1999-06-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25845
25846         * fixinc/inclhack.def (sun_catmacro): Escape parens in the select
25847         pattern.
25848         * fixinc/fixincl.x, fixinc/inclhack.sh: Rebuilt.
25849
25850 Wed Jun  9 03:10:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
25851
25852         * c-pragma.c (handle_pragma_token): Handle `#pragma pack()'
25853         correctly.
25854
25855 Tue Jun  8 13:06:15 1999  Jim Wilson  <wilson@cygnus.com>
25856
25857         * configure.in (rs6000-ibm-aix4.[12]*): Change rx6000 to rs6000.
25858         * configure: Regenerate.
25859
25860 Tue Jun  8 05:47:48 1999  Richard Earnshaw (rearnsha@arm.com)
25861
25862         * optabs.c (expand_cmplxdiv_wide): Use expand_abs to get the absolute
25863         values.
25864
25865 Mon Jun  7 22:30:37 1999  Jeffrey A Law  (law@cygnus.com)
25866
25867         * fixinc/inclhack.def (avoid_bool): Also catch
25868         "typedef [unsigned] int bool".
25869         * fixinc/inclhack.sh, fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25870
25871         * m68k/x-hp3bsd44: Delete obsolete and incorrect file.
25872         * configure.in (m68k-hp-bsd4.4): No longer use x-hp3bsd44.
25873         * configure: Rebuilt.
25874
25875 Mon Jun  7 22:05:03 1999  Mark Kettenis  <kettenis@gnu.org>
25876
25877         * config/i386/gnu.h: Include <gnu.h> right after <i386/linux.h>,
25878         such that we can override its definitions if necessary.
25879         (CPP_SPEC): New define.  Support processor specific predefines via
25880         %(cpp_cpu).
25881         (CC1_SPEC): New define.  Support processor specific compiler
25882         options via %(cc1_cpu).
25883         (STARTFILE_SPEC): New define.  Use crt0.o instead of crt1.o for
25884         -static.
25885
25886 1999-06-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25887
25888         * fixinc/inclhack.def (math_gcc_ifndefs): Insert whitespace
25889         between sed's -e flag, and the open-quote following it.
25890         * fixinc/fixincl.x, fixinc/fixincl.sh: Rebuilt.
25891
25892 Mon Jun  7 20:34:20 1999  Robert Lipe <robertlipe@usa.net>
25893                           Jeffrey A Law  (law@cygnus.com)
25894
25895         * varasm.c (assemble_start_function): Remove the function
25896         from the pending weak decls list when we define a function.
25897         (assemble_variable): Similarly for variables.
25898         (weak_finish): Ignore items on the list with a NULL name.
25899         (remove_from_ending_weak_list); New function to "remove" an item
25900         from the pending weak declarations list.
25901
25902 Mon Jun  7 19:27:07 1999  Jerry Quinn <jquinn@nortelnetworks.com>
25903
25904         * pa.md (fmpyfadd, fmpynfadd, fnegabs): New patterns.
25905
25906 Mon Jun  7 14:07:39 1999  Dave Brolley  <brolley@cygnus.com>
25907
25908         * c-lex.c (GETC): Redefine to call getch.
25909         (UNGETC): Redefine to call put_back.
25910         (putback_buffer): New structure type.
25911         (putback): New static structure.
25912         (getch): New function.
25913         (put_back): New function.
25914         (yylex): Replace unused bytes from bad multibyte character.
25915
25916 Mon Jun  7 13:33:39 1999  Dave Brolley  <brolley@cygnus.com>
25917
25918         * cpplib.c (do_define): Cast `alloca' return value.
25919         (do_include, do_undef, do_pragma): Likewise.
25920         * cpphash.c (dump_definition): Cast `xstrdup' and `alloca' return
25921         values.
25922         * cppfiles.c (initialize_input_buffer): Cast `xmalloc' return values.
25923         * gcc/cppspec.c (lang_specific_driver): Cast xmalloc return value.
25924
25925 Sun Jun  6 11:58:34 1999  Jakub Jelinek  <jj@ultra.linux.cz>
25926
25927         * sparc.md (abstf2): This should be an expand.
25928         (split after abstf2_notv9): Fix mode.
25929         (abstf2_hq_v9): New pattern.
25930         (abstf2_v9): Only use when no hard quad.
25931         (absdf2_v9): Fix if target is not the same as source.
25932         (ashrsi3_extend, ashrsi3_extend2, lshrsi3_extend, lshrsi3_extend2):
25933         Add correct output constraints.
25934
25935 Sat Jun  5 17:04:16 1999  Craig Burley  <craig@jcb-sc.com>
25936
25937         From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
25938         * invoke.texi: Clarify text vis-a-vis Intel CPUs.
25939
25940 Sat Jun  5 12:11:24 1999  Mark Mitchell  <mark@codesourcery.com>
25941
25942         * mips.h (mips_output_conditional_branch): New function.
25943         (mips_adjust_insn_length): Likewise.
25944         (ASSEMBLER_SCRATCH_REGNUM): New macro.
25945         (ADJUST_INSN_LENGTH): Likewise.
25946         * mips.c (print_operand): Add `F' and `W' for floating-point
25947         comparison opcodes.
25948         (machine_dependent_reorg): Adjust MIPS16 code; instruction-lengths
25949         are now in bytes.
25950         (mips_adjust_insn_length): New function.
25951         (mips_output_conditional_branch): New function.
25952         * mips.md (length): Adjust attribute definition to handle
25953         conditional branches.  Change lengths to bytes, rather than
25954         instructions throughout.  Remove length attribute from
25955         instructions whose length is four bytes, and rely on the default
25956         instead.
25957         (dslot): Fix typo in comment.
25958         Reword conditional branch patterns to use
25959         mips_output_conditional_branch.
25960
25961 Fri Jun  4 13:30:27 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
25962
25963         * alpha/osf.h (CPP_SUBTARGET_SPEC): Handle -threads.
25964         (LIB_SPEC): Likewise.
25965         Link with -lprof1_r for -g/-pg.
25966
25967 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25968
25969         * loop.c (check_dbra_loop): Fix change of Jan 19.
25970
25971 Fri Jun  4 00:12:40 1999  Marc Espie <espie@cvs.openbsd.org>
25972
25973         * freebsd-elf.h (SWITCH_TAKES_ARG):  Redefine, not define.
25974         (STARTFILE_SPEC):  Define, override the svr4.h version.
25975         (ENDFILE_SPEC):  Likewise.
25976
25977 Thu Jun  3 23:58:55 1999  Jeffrey A Law  (law@cygnus.com)
25978
25979         * fixinc/inclhack.def (limits_ifndefs): Also apply to sys/limits.h
25980         * fixinc/fixincl.x: Regenerated.
25981         * fixinc/inclhack.sh: Regenerated.
25982
25983 Fri Jun  4 05:42:23 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25984
25985         * sh.c (barrier_align): Don't return early for normal branch/barrier
25986         when optimizing for SH2.
25987
25988 Thu Jun  3 22:27:50 1999  Robert Lipe  <robertlipe@usa.net>
25989
25990         * i386/udk.h (LINK_SPEC): Correct linker search path for
25991         system libraries.
25992
25993 Fri Jun  4 03:20:40 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
25994
25995         * sh.c (fixup_addr_diff_vecs): Emit braf reference label.
25996         (braf_label_ref_operand): Delete.
25997         * sh.h (PREDICATE_CODES): Remove braf_label_ref_operand.
25998         * sh.md (casesi_jump_2): Operand1 is now the inside of a
25999         label_ref, and has no predicate.
26000         The patten has a predicate to guard against invalid substitutions.
26001         (dummy_jump): Delete.
26002         (casesi): Update use of casesi_jump_2.
26003
26004 Thu Jun 3 07:48 1999  Bruce Korb <ddsinc09@ix.netcom.com>
26005
26006         *fixinc/inclhack.def(Io_Def_Quotes): corrected sed expression
26007         *fixinc/fixincl.x: regenerate
26008         *fixinc/inclhack.sh: regenerate
26009
26010 Thu Jun  3 02:15:07 1999  Jason Merrill  <jason@yorick.cygnus.com>
26011
26012         * dwarf2out.c (add_incomplete_type): New fn.
26013         (gen_struct_or_union_type_die): Call it.
26014         (retry_incomplete_types): New fn.
26015         (dwarf2out_finish): Call it.
26016
26017 Thu Jun  3 01:19:03 1999  Jeffrey A Law  (law@cygnus.com)
26018
26019         * gcse.c (insert_insn_end_bb): Correct placement of insns when the
26020         current block starts with a CODE_LABEL and ends with a CALL and
26021         we can not find all the argument setup instructions for the CALL.
26022
26023 Wed Jun  2 15:44:15 1999  Mark Mitchell <mark@codesourcery.com>
26024
26025         Revert this change:
26026         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
26027         something is a candidate for optimize_bit_field_compare.
26028
26029 Wed Jun  2 21:53:05 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
26030
26031         * sh.h (CONST_OK_FOR_I, CONST_OK_FOR_L): Cast VALUE to HOST_WIDE_INT.
26032
26033 Wed Jun  2 12:25:55 1999  Richard Henderson  <rth@cygnus.com>
26034
26035         * alpha.c (override_options): Thinko in last patch.
26036
26037         * alpha/osf.h (CPP_SUBTARGET_SPEC): Define.
26038         (LIB_SPEC): Recognize -pthread.
26039
26040 Wed Jun  2 08:42:55 1999  Nick Clifton  <nickc@cygnus.com>
26041
26042         * config/arm/tcoff.h (USER_LABEL_PREFIX): Synchronise with
26043         definition in config/arm/coff.h
26044         * config/arm/coff.h: Add comment about USER_LABEL_PREFIX.
26045
26046 Wed Jun  2 07:07 1999 Bruce Korb <ddsinc09@ix.netcom.com>
26047
26048         * fixinc/fixincl.c(global def): Add FD_SHELL_SCRIPT to mark
26049         fixes that need "file=xxx\n" prepended before invocation
26050         (start_fixer - new): starting the fixer process is complex enough
26051         to warrent its own routine.  It prepends the "file=xxx\n" stuff.
26052         (process): uses the new routine; omit usage of putenv()
26053         * fixinc/fixincl.tpl: mark shell scripts with FD_SHELL_SCRIPT
26054         * fixinc/fixincl.x: regenerate
26055
26056 Wed Jun  2 02:29:07 1999  Jeffrey A Law  (law@cygnus.com)
26057
26058         * README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
26059         and version #s (1.1 -> 2.96) as needed.
26060         * README.g77: Kill way out of date file in the toplevel directory.
26061
26062 Wed Jun  2 00:52:34 1999  David O'Brien <obrien@FreeBSD.org>
26063
26064         * configure.in (i[34567]86-*-freebsdelf): Don't include linux.h,
26065         i386/freebsd-elf.h no longer requires it.  Instead include svr4.h.
26066         * configure: Rebuilt.
26067         * i386/freebsd-elf.h (DEFAULT_VTABLE_THUNKS): Define.
26068         (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, SET_ASM_OP): Likewise.
26069         (PREFERRED_DEBUGGING_TYPE, WCHAR_UNSIGNED): Likewise.
26070         (SWITCH_TAKES_ARG): Likewise.
26071         * i386/freebsd.h: Remove FREEBSD_NATIVE support.
26072         * config/t-freebsd: Moved from config/i386/ so it can used for all
26073         FreeBSD targets.
26074
26075 Mon May 31 02:22:55 1999  Philippe De Muyter  <phdm@macqel.be>
26076
26077         * m68k/x-mot3300 (XCFLAGS): Fixed to match stb.o, not f/stb.o.
26078
26079 Wed Jun  2 00:08:34 1999  Robert Lipe  <robertlipe@usa.net>
26080
26081         * configure.in (i[34567]86-*-udk*): Install headers with cpio.
26082         * configure: Rebuilt.
26083
26084 Tue Jun  1 19:06:22 1999  David Edelsohn  <edelsohn@gnu.org>
26085
26086         * rs6000/aix41.h (RS6000_CALL_GLUE): Define.
26087         * rs6000/aix43.h (RS6000_CALL_GLUE): Likewise.
26088         * rs6000/rs6000.c (rs6000_file_start): Use putc.
26089         (rs6000_output_load_toc_table): Same.
26090         (output_prolog, output_mi_thunk): Same.
26091         * rs6000/rs6000.h (SELECT_SECTION): Formatting.
26092         (ASM_GLOBALIZE_LABEL): Use putc.
26093
26094 Mon May 31 15:23:23 1999  Richard Henderson  <rth@cygnus.com>
26095
26096         * alpha.md (reload_*_help): New patterns and splitters.
26097         (reload_*): Use them.
26098         (mov[qh]i): Likewise.
26099
26100 Mon May 31 11:48:07 1999  Mark Mitchell  <mark@codesourcery.com>
26101
26102         * cccp.c (handle_directive): Handle backslash-newlines in quoted
26103         strings correctly.
26104
26105 Mon May 31 09:36:11 1999  Cort Dougan  <cort@cs.nmt.edu>
26106
26107         * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
26108
26109 Mon May 31 11:40:20 EDT 1999  John Wehle  (john@feith.com)
26110
26111         * flow.c (mark_regs_live_at_end, insn_dead_p,
26112         mark_set_1, mark_used_regs): Only give FRAME_POINTER_REGNUM
26113         and HARD_FRAME_POINTER_REGNUM special treatment if reload
26114         hasn't run or the frame pointer is needed.
26115         * haifa-sched.c (attach_deaths): Likewise.
26116         * sched.c (attach_deaths): Likewise.
26117
26118 Mon May 31 00:46:17 1999  Jeffrey A Law  (law@cygnus.com)
26119
26120         * jump.c (jump_optimize_1): Only set CAN_REACH_END if
26121         calculate_can_reach_end returns nonzero.
26122
26123         * configure.in (native gas tests): Search for an assembler in the
26124         same manner that the installed compiler will.
26125         * configure: Rebuilt.
26126         * tm.texi (MD_EXEC_PREFIX): Note need to update configure.in too.
26127
26128         * alias.c (find_base_term): Improve handling of addresses
26129         constructed from binary operations.
26130
26131 Sun May 30 14:29:17 1999  Eric Raskin (ehr@listworks.com)
26132
26133         * dgux.h (STARTFILE_SPEC): Fix incorrectly matched curly-braces.
26134
26135 Sun May 30 14:19:13 1999  Jeffrey A Law  (law@cygnus.com)
26136
26137         * function.h (cleanup_label, frame_offset): Declare.
26138         (tail_recursion_label, tail_recursion_reentry): Likewise.
26139         (arg_pointer_save_area, rtl_expr_chain): Likewise.
26140         * stmt.c (cleanup_label, frame_offset): Delete extern declarations.
26141         (tail_recursion_label, tail_recursion_reentry): Likewise.
26142         (arg_pointer_save_area, rtl_expr_chain): Likewise.
26143
26144 Sat May 29 19:08:10 1999  Philip Blundell  <philb@gnu.org>
26145
26146         * config/arm/aout.h (ASM_OUTPUT_ALIGN): Only define if not already
26147         defined.
26148         * config/arm/elf.h (ASM_OUTPUT_ALIGN): Define.
26149         (MAX_OFILE_ALIGNMENT): Define.
26150
26151 Fri May 28 21:40 1999  Robert Lipe <robertlipe@usa.net>
26152
26153         * fixincl.c: Replace local include scheme with #includes of
26154         gansidecl.h and system.h.
26155         * procopen.c:  Likewise.
26156         * server.c:  Likewise.
26157
26158 Fri May 28 03:47:03 1999  Eric Raskin (ehr@listworks.com)
26159
26160         * i386/t-dgux (EXTRA_PARTS): Add crti.o
26161         (crti.o): Add build rule and dependencies.
26162         * fixinc/fixinc.dgux:  Use modified _int_varargs.h
26163
26164 Fri May 28 03:41:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
26165
26166         * rs6000/sysv4.h (CC1_SPEC): Add support for -profile
26167         (LIB_LINUX_SPEC): Likewise.
26168         (LIB_LINUX_SPEC): Add support for -pthread
26169         (CPP_OS_LINUX_SPEC): Likewise.
26170         (CPP_SYSV_SPEC): Avoid redefinitions if both -fpic and -fPIC are
26171         specified.
26172
26173 Thu May 27 13:04:52 1999  H.J. Lu  (hjl@gnu.org)
26174
26175         * i386.c (output_fp_cc0_set): Don't check the JUMP_INSN code for
26176         conditional move.
26177         (notice_update_cc, output_float_compare): Enable TARGET_CMOVE support.
26178         (output_float_compare, output_fp_cc0_set): Fix the FLOAT comparison
26179         for IEEE math and CC_FCOMI.
26180         (put_jump_code): No IEEE if CC_FCOMI is set.
26181
26182 1999-05-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26183
26184         * fold-const.c (fold_truthop): Make the field reference unsigned
26185         when converting a single bit compare.
26186
26187 Thu May 27 02:40:48 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
26188
26189         * loop.c (strength_reduce): Don't do biv->giv conversion on constants.
26190
26191 Thu May 27 02:09:27 1999  Jeffrey A Law  (law@cygnus.com)
26192
26193         * varasm.c (STRIP_NAME_ENCODING): Remove default definition.
26194         * output.h (STRIP_NAME_ENCODING): Strip '*' like the old varasm
26195         version did.
26196
26197         * reload.c (push_reload): Do not call remove_address_replacements
26198         when presented with identical optional reloads.
26199
26200 Wed May 26 14:18:05 1999  Richard Henderson  <rth@cygnus.com>
26201
26202         * alpha.h (MASK_FIX, TARGET_FIX): New.
26203         (MASK_*): Reorganize constants.
26204         (CPP_AM_FIX_SPEC): New.
26205         (TARGET_SWITCHES): Add FIX.
26206         (EXTRA_SPECS): Likewise.
26207         (CPP_CPU_EV6_SPEC): Use FIX, not CIX.
26208         (SECONDARY_MEMORY_NEEDED): Likewise.
26209         (REGISTER_MOVE_COST): Likewise.
26210         * alpha.c (override_options): Add FIX support.  Always use
26211         ALPHA_TP_PROG for ev6.
26212         * alpha.md (sqrt and mov[sd]i patterns): Use FIX, not CIX.
26213         * alpha/elf.h (ASM_FILE_START): Look at FIX too.
26214         * configure.in (target_cpu_default2) [ev6]: Use FIX, not CIX.
26215
26216 Wed May 26 09:53:05 1999  Mark Mitchell  <mark@codesourcery.com>
26217
26218         * fold-const.c (fold): STRIP_NOPS when deciding whether or not
26219         something is a candidate for optimize_bit_field_compare.
26220
26221 Wed May 26 09:40:02 1999  Mark Mitchell  <mark@codesourcery.com>
26222
26223         * gcc.texi (Passes): Document branch-shortening.
26224         * invoke.texi (Debugging Options): Document the fact that `-dp'
26225         outputs length information for instructions.
26226
26227 Wed May 26 08:49:31 1999  Nick Clifton  <nickc@cygnus.com>
26228
26229         * flow.c: Revert previous delta.
26230
26231 Wed May 26 06:05:10 1999  Nick Clifton  <nickc@cygnus.com>
26232
26233         * flow.c (insn_dead_p): Check against frame_pointer_rtx not
26234         FRAME_POINTER_REGNUM.
26235         (mark_set_1): Ditto.
26236         (mark_used_regs): Ditto.
26237
26238 Wed May 26 02:19:31 1999  Philip Blundell  <pb@nexus.co.uk>
26239
26240         * arm.h (NEED_PLT_GOT): Fix mistake in last change.
26241         (GOT_PCREL): New macro.  Define to 1 if not already defined.
26242         * arm/elf.h (GOT_PCREL): Define to 0.
26243         * arm.c (arm_finalize_pic): Take into account the setting of
26244         GOT_PCREL.
26245
26246 Tue May 25 14:06:06 1999  Jeffrey A Law  (law@cygnus.com)
26247
26248         * output.h (STRIP_NAME_ENCODING): Provide default definition.
26249         * dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
26250
26251         * flow.c (mark_set_1): Do not record BLKmode stores as dead
26252         store elimination candidates.
26253
26254 Tue May 25 08:55:57 1999  Gavin Romig-Koch  <gavin@cygnus.com>
26255
26256         * config/mips/mips.h (ASM_OUTPUT_DOUBLE_INT) : Use 'dword' if
26257         TARGET_GAS.
26258
26259 Mon May 24 20:30:08 1999  Jim Wilson  <wilson@cygnus.com>
26260
26261         * configure.in (rs6000-ibm-aix4.[12]*): Delete use of aix41-gld.h.
26262         Add use of x-aix41-gld.
26263
26264 Mon May 24 16:44:09 1999  Jakub Jelinek  <jj@ultra.linux.cz>
26265
26266         * sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Define.
26267         (ASM_OUTPUT_DESTRUCTOR): Define.
26268
26269 Mon May 24 14:35:24 1999  Jeffrey A Law  (law@cygnus.com)
26270
26271         * loop.c (strength_reduce): Do not clear NOT_EVERY_ITERATION at the
26272         last CODE_LABEL in a loop if we have previously passed a jump
26273         to the top of the loop.
26274
26275 Mon May 24 07:56:29 1999  Nick Clifton  <nickc@cygnus.com>
26276
26277         * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): Fix blunder made when
26278         applying Philip's patch.
26279
26280 Mon May 24 01:02:12 1999  Mark Mitchell  <mark@codesourcery.com>
26281
26282         * stmt.c (expand_end_bindings): Ignore any elements of VARS that
26283         are not VAR_DECLs.
26284
26285 Sun May 23 20:31:16 1999  Jeffrey A Law  (law@cygnus.com)
26286
26287         * loop.c (strength_reduce): Grow reg_single_usage as needed.
26288
26289 Sun May 23 10:13:20 1999  David O'Brien <obrien@FreeBSD.org>
26290
26291         * i386/freebsd-elf.h (LINK_SPEC): Change -static to -Bstatic.
26292         Also remove a useless comment.
26293
26294 Sun May 23 10:05:23 1999  Jerry Quinn <jquinn@nortelnetworks.com>
26295
26296         * pa.md (negdf2,negsf2):  Use fneg instead of fsub on pa 2.0.
26297
26298 Sat May 22 21:02:06 1999  David Edelsohn  <edelsohn@gnu.org>
26299
26300         * collect2.c (main): Only generate import or export file and add
26301         to link arguments if non-empty.  Use xmalloc not alloca.
26302         (write_{export,import}_file): Delete.
26303         (write_aix_file): New function.
26304         (locatelib): Use xmalloc not malloc.
26305         (GCC_OK_SYMBOL): Do not check type if aix64.
26306
26307 Sat May 22 09:35:51 1999  Philip Blundell  <pb@nexus.co.uk>
26308
26309         Based on patch by Scott Bambrough and Pat Beirne:
26310         * config/arm/arm.c (making_const_table): New variable.
26311         * config/arm/arm.h (making_const_table): Declare.
26312         (OUTPUT_INT_ADDR_CONST): Mark symbols as position independent if
26313         appropriate.
26314         * config/arm/arm.md (consttable_4, consttable_8, consttable_end):
26315         Keep track of when we are building the constant table.
26316
26317 Sat May 22 09:34:22 1999  Philip Blundell  <pb@nexus.co.uk>
26318
26319         * config/arm/arm.c (arm_override_options): Fix erroneous warning
26320         message.
26321
26322 Sat May 22 09:06:33 1999  Nick Clifton  <nickc@cygnus.com>
26323
26324         * config/arm/arm.h (NEED_PLT_GOT): Only define if not already
26325         defined.
26326
26327 Sat May 22 07:17:05 1999  Nick Clifton  <nickc@cygnus.com>
26328
26329         * tm.texi (FUNCTION_ARG): Correct description of a stack element
26330         in a PARALLEL.
26331
26332 Sat May 22 01:27:49 1999  Mark Mitchell  <mark@codesourcery.com>
26333
26334         * expr.h (lang_expand_constant): Guard with #ifdef TREE_CODE.
26335
26336 Fri May 21 21:19:02 1999  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
26337
26338         * rs6000.c (output_mi_thunk): Enable full support again.
26339
26340 Fri May 21 20:09:52 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
26341
26342         * sh.h (BRANCH_COST): Define.
26343
26344 Thu May 20 10:00:42 1999  Stephen L Moshier  <moshier@world.std.com>
26345
26346         * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
26347
26348 Thu May 20 09:58:57 1999  Jan Hubicka <hubicka@freesoft.cz>
26349
26350         * function.c (assign_stack_local): Align stack slot propertly.
26351         (assign_outer_stack_local): Likewise.
26352
26353 Thu May 20 10:38:43 1999  Mark Mitchell  <mark@codesourcery.com>
26354
26355         * expr.h (lang_expand_constant): Declare.
26356         * toplev.c (lang_expand_constant): Define it.
26357         * varasm.c (output_constant): Use it.
26358
26359 Thu May 20 11:28:53 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
26360
26361         * optabs.c (expand_cmplxdiv_straight, expand_cmplxdiv_wide):
26362         Change function definitions to K&R style.
26363
26364 Thu May 20 08:16:39 1999  Bruce Korb <ddsinc09@ix.netcom.com>
26365
26366         * fixinc/fixincl.c: We must not ignore SIGCLD now.
26367
26368 Thu May 20 07:06:39 1999  Alexandre Oliva  <aoliva@acm.org>
26369
26370         * fixinc/Makefile.in(gnu-regex.o): add $(INCLUDES) to compile options
26371         * fixinc/fixincl.c(wait_for_pid): K&R-ify arguments
26372         (several places): omit static initialization
26373         (process): use single fd, since only the read fd is used
26374         * fixinc/gnu-regex.c: define 'const' away, if not supported
26375         * fixinc/procopen.c(several places): omit static initialization
26376         * fixinc/server.c: define 'volitile' away, if not supported
26377
26378 1999-05-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26379
26380         * config/dbxcoff.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Use
26381         asm_fprintf and %L to generate the label name.
26382         * config/dbxelf.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Likewise.
26383         (ASM_OUTPUT_SOURCE_LINE): Correct generation of internal labels.
26384
26385 Thu May 20 01:40:55 1999  Jeffrey A Law  (law@cygnus.com)
26386
26387         * jump.c (can_reverse_comparison_p): Do not abort if the comparison
26388         insn for a conditional jump can not be found.
26389
26390 Wed May 19 23:58:58 1999  Jeffrey A Law  (law@cygnus.com)
26391
26392         * mips.h (ENCODE_SECTION_INFO): Do not perform GP optimizations
26393         on variables in specific sections other than .sbss and .sdata.
26394
26395 Wed May 19 03:56:56 1999  Mark Mitchell  <mark@codesourcery.com>
26396
26397         * stmt.c (expand_return): Call start_cleanup_deferral and
26398         end_cleanup_deferral around conditional code.
26399
26400 Wed May 19 08:40:08 1999  Bruce Korb <ddsinc09@ix.netcom.com>
26401
26402         * fixinc/fixincl.tpl: Avoid depending on ANSI C features for
26403         filename lists.  Utilizes new "krstr" AutoGen function.
26404         * fixinc/fixincl.x: Rebuilt.
26405
26406 Wed May 19 02:47:11 1999  Jan Hubicka  (hubicka@freesoft.cz)
26407
26408         * i386.c (output_float_compare): Avoid GNU-C extensions.
26409
26410 Wed May 19 00:34:40 1999  Jeffrey A Law  (law@cygnus.com)
26411
26412         * version.c: Bump to distinguish mainline tree from the
26413         gcc-2.95 branch.
26414
26415 See ChangeLog.1 for earlier changes.